|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.kernel.deployment.jboss.JBossBeanDeployment
A jboss bean deployment
Field Summary | |
protected org.jboss.kernel.plugins.deployment.AbstractKernelDeployer |
deployer
The kernel deployer |
protected org.jboss.kernel.spi.deployment.KernelDeployment |
deployment
The deployment |
protected org.jboss.deployment.DeploymentInfo |
di
The deployment info |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
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 |
Constructor Summary | |
JBossBeanDeployment(org.jboss.deployment.DeploymentInfo di)
Create a new deployment |
Method Summary | |
protected void |
createService()
|
protected void |
destroyService()
|
protected org.jboss.kernel.Kernel |
getKernel()
Get the kernel for this deployment |
protected void |
startService()
|
protected void |
stopService()
|
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, destroy, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
protected org.jboss.deployment.DeploymentInfo di
protected org.jboss.kernel.spi.deployment.KernelDeployment deployment
protected org.jboss.kernel.plugins.deployment.AbstractKernelDeployer deployer
Constructor Detail |
public JBossBeanDeployment(org.jboss.deployment.DeploymentInfo di)
di
- the deployment infoMethod Detail |
protected void createService() throws Exception
Exception
protected void startService() throws Exception
Exception
protected void stopService() throws Exception
Exception
protected void destroyService() throws Exception
Exception
protected org.jboss.kernel.Kernel getKernel() throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |