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