Methods Summary |
---|
public java.lang.String[] | getClusterNames()Get the names of all the clsuters in the domain.
|
public java.lang.String | getInstanceName()Get the name of the server instance. In case this is the central administartion
server then instance name = "server".
|
public javax.management.MBeanServerConnection | getMBeanServerConnection(java.lang.String instanceName)Get the MBeanServerConnection for a specific instance.
|
public java.lang.String[] | getServersInCluster(java.lang.String clusterName)Get the names of all the member servers in the specified cluster.
|
public java.lang.String[] | getStandaloneServerNames()Get the names of all the non-clustered standalone servers in the domain.
|
public java.lang.String | getTargetName(java.lang.String instanceName)Get the "target" for the specified instance.
- is the central admininistration server instance then target = "server"
- is a clustered instance then target = [cluster-name]
- is a standalone instance then target = [server-name]
|
public java.lang.String | getTargetName()Get the "target" for this instance. If this instance :
- is the central admininistration server instance then target = "server"
- is a clustered instance then target = [cluster-name]
- is a standalone instance then target = [server-name]
This is equivalent to calling getTargetName(getInstanceName()).
|
public boolean | isDAS()Determine if this instance is the central administration server.
|
public boolean | isInstanceClustered(java.lang.String instanceName)
|
public boolean | isInstanceUp(java.lang.String instanceName)Determine the runtime state of an instance.
|
public boolean | multipleServersSupported()Determine if the central administraion server supports multiple servers.
|