public class ContainerListenerBean extends Object implements NotificationListener
| Constructor and Description |
|---|
ContainerListenerBean() |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
getConnectors(boolean includeRequestProcessors)
Gets the connectors.
|
ContainerWrapperBean |
getContainerWrapper()
Gets the container wrapper.
|
List<ThreadPool> |
getThreadPools()
Gets the thread pools.
|
void |
handleNotification(Notification notification,
Object object)
Handles creation and deletion of new "worker" threads.
|
void |
setContainerWrapper(ContainerWrapperBean containerWrapper)
Sets the container wrapper.
|
void |
toggleConnectorStatus(String operation,
String port)
Toggle connector status.
|
public ContainerWrapperBean getContainerWrapper()
public void setContainerWrapper(ContainerWrapperBean containerWrapper)
containerWrapper - the new container wrapperpublic void handleNotification(Notification notification, Object object)
handleNotification in interface NotificationListenernotification - the notificationobject - the objectpublic List<ThreadPool> getThreadPools() throws Exception
Exception - the exceptionpublic void toggleConnectorStatus(String operation, String port) throws Exception
operation - the operationport - the portException - the exceptionCopyright © 2009–2020 psi-probe. All rights reserved.