WebSphere:*,type=ControlAdminService
MBean ControlAdminService
Management interface for Control JVM in zOS multi-jvm server.
Operation Summary | |
void | cleanupAdjunctJVM( Notify proxy MBeans that an Adjunct JVM has gone away and any associated Servant MBean references need to be cleaned up. |
void | cleanupServantJVM( Notify proxy MBeans that a Servant JVM has gone away and any associated Servant MBean references need to be cleaned up. |
void | remoteListenerAdded( Notify proxy MBeans that a remote notification listener has been registered with the Control JVM. |
void | remoteListenerRemoved( Notify proxy MBeans that a remote notification listener has been removed from the Control JVM. |
void | startupServantJVM( Notify downstream notification service that a new servant is active. |
void | startupAdjunctJVM( Notify downstream notification service that a new adjunct is active. |
Notification Summary | |
websphere.ws390.servant.started A Servant JVM has started | |
websphere.ws390.adjunct.started An Adjunct JVM has started | |
websphere.ws390.servant.terminated A Servant JVM has terminated | |
websphere.ws390.adjunct.terminated A Adjunct JVM has terminated | |
websphere.ws390.servant.mbean.registered A servant JVM MBean has been added | |
websphere.ws390.servant.mbean.unregistered A servant JVM MBean has been unregistered | |
websphere.ws390.control.listener.added A remote notification listener has been added | |
websphere.ws390.control.listener.removed A remote notification listener has been removed |
Operation Detail |
public void cleanupAdjunctJVM(java.lang.String stoken
)
stoken
-
Adjunct token to identify JVM that has been removed.
public void cleanupServantJVM(java.lang.String stoken
)
stoken
-
Servant token to identify JVM that has been removed.
public void remoteListenerAdded(javax.management.ObjectName name
)
name
-
Object name of MBean for which a remote listener has been added.
public void remoteListenerRemoved(javax.management.ObjectName name
)
name
-
Object name of MBean for which a remote listener has been removed.
public void startupServantJVM(java.lang.String stoken
)
stoken
-
Servant token to identify JVM that has been started.
public void startupAdjunctJVM(java.lang.String stoken
)
stoken
-
Adjunct token to identify JVM that has been started.Notification Detail |