org.jboss.deployment
Class EARDeployment
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.deployment.EARDeployment
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, EARDeploymentMBean, org.jboss.kernel.spi.dependency.KernelControllerContextAware, Service, ServiceMBean
public class EARDeployment
- extends ServiceMBeanSupport
- implements EARDeploymentMBean
An EAR Deployment
- Version:
- $Revision: 81030 $
- Author:
- Adrian.Brock
- See Also:
EARDeployer
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, startService, stop, stopService, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_EAR_DEPLOYMENT_NAME
public static final String BASE_EAR_DEPLOYMENT_NAME
- See Also:
- Constant Field Values
EAR_DEPLOYMENT_QUERY_NAME
public static final ObjectName EAR_DEPLOYMENT_QUERY_NAME
EARDeployment
public EARDeployment()
getJMXName
public static String getJMXName(org.jboss.metadata.ear.jboss.JBossAppMetaData metaData,
org.jboss.deployers.structure.spi.DeploymentUnit unit)
resolveMetaData
public Object resolveMetaData(Object key)
- Specified by:
resolveMetaData
in interface EARDeploymentMBean
addMetaData
public void addMetaData(Object key,
Object value)
- Specified by:
addMetaData
in interface EARDeploymentMBean
getMetaData
public Map getMetaData()
- Specified by:
getMetaData
in interface EARDeploymentMBean
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.