|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterMemberMBean
The ClusterMemberMBean defines the management interface to get the name of the cluster to which a server belongs.
The ClusterMember mbean is available only when the server is part of a cluster. It is enabled when the clusterMember feature is added to the server. You can use this mbean to get the name of the cluster which the server belongs to.
The ObjectName for this MBean is "WebSphere:feature=clusterMember,type=ClusterMember,name=ClusterMember".
Field Summary | |
---|---|
static java.lang.String |
OBJECT_NAME
A String representing the javax.management.ObjectName that this MBean maps to. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the cluster to which the server belongs. |
Field Detail |
---|
static final java.lang.String OBJECT_NAME
javax.management.ObjectName
that this MBean maps to.
Method Detail |
---|
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |