public class JBossWebEventHandlerAdapter extends CatalinaEventHandlerAdapter implements NotificationListener
eventHandler, factory, init, serverProvider, start| Constructor and Description |
|---|
JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler) |
JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler,
MBeanServer server) |
JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler,
MBeanServer server,
ServerProvider serverProvider,
CatalinaFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy(org.apache.catalina.Server server) |
void |
handleNotification(Notification notification,
Object object) |
int |
hashCode() |
protected void |
init(org.apache.catalina.Server server) |
protected boolean |
isAfterInit(org.apache.catalina.LifecycleEvent event) |
protected boolean |
isBeforeDestroy(org.apache.catalina.LifecycleEvent event) |
void |
setConnectorsStartedNotificationType(String type) |
void |
setConnectorsStoppedNotificationType(String type) |
void |
setServiceObjectName(ObjectName serviceObjectName) |
containerEvent, lifecycleEvent, propertyChange, start, stop, toObjectNamepublic JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler)
public JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler,
MBeanServer server)
public JBossWebEventHandlerAdapter(org.jboss.modcluster.container.ContainerEventHandler eventHandler,
MBeanServer server,
ServerProvider serverProvider,
CatalinaFactory factory)
protected void init(org.apache.catalina.Server server)
init in class CatalinaEventHandlerAdapterprotected void destroy(org.apache.catalina.Server server)
destroy in class CatalinaEventHandlerAdapterpublic void handleNotification(Notification notification, Object object)
handleNotification in interface NotificationListenerNotificationListener.handleNotification(javax.management.Notification, java.lang.Object)public void setServiceObjectName(ObjectName serviceObjectName)
serviceObjectName - the name to serverObjectNamepublic void setConnectorsStoppedNotificationType(String type)
notificationType - the notificationType to setpublic void setConnectorsStartedNotificationType(String type)
connectorsStartedNotificationType - the connectorsStartedNotificationType to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()protected boolean isAfterInit(org.apache.catalina.LifecycleEvent event)
isAfterInit in class CatalinaEventHandlerAdapterprotected boolean isBeforeDestroy(org.apache.catalina.LifecycleEvent event)
isBeforeDestroy in class CatalinaEventHandlerAdapterCopyright © 2020 JBoss by Red Hat. All rights reserved.