|
||||||||||
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.teiid.jboss.JBossLifeCycleListener
public class JBossLifeCycleListener
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.teiid.deployers.ContainerLifeCycleListener |
---|
ContainerLifeCycleListener.LifeCycleEventListener |
Field Summary | |
---|---|
java.lang.String |
START_NOTIFICATION_TYPE
|
java.lang.String |
STOP_NOTIFICATION_TYPE
The JMX notification event type sent on begin of the server shutdown |
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 | |
---|---|
JBossLifeCycleListener()
|
Method Summary | |
---|---|
void |
addListener(ContainerLifeCycleListener.LifeCycleEventListener listener)
|
void |
handleNotification(javax.management.Notification msg,
java.lang.Object handback)
|
boolean |
isShutdownInProgress()
|
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 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 |
Field Detail |
---|
public final java.lang.String START_NOTIFICATION_TYPE
public final java.lang.String STOP_NOTIFICATION_TYPE
Constructor Detail |
---|
public JBossLifeCycleListener()
Method Detail |
---|
public void handleNotification(javax.management.Notification msg, java.lang.Object handback)
handleNotification
in interface javax.management.NotificationListener
public boolean isShutdownInProgress()
isShutdownInProgress
in interface ContainerLifeCycleListener
public void addListener(ContainerLifeCycleListener.LifeCycleEventListener listener)
addListener
in interface ContainerLifeCycleListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |