|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.management.server.AbstractManagedObject
com.caucho.cloud.topology.CloudClusterAdmin
public class CloudClusterAdmin
Constructor Summary | |
---|---|
CloudClusterAdmin(CloudCluster cluster)
|
Method Summary | |
---|---|
void |
addDynamicServer(java.lang.String id,
java.lang.String address,
int port)
Adds a new dynamic server |
HostMXBean[] |
getHosts()
Returns a list of the ObjectNames for the virtual hosts. |
java.lang.String |
getName()
The JMX name property of the mbean. |
PersistentStoreMXBean |
getPersistentStore()
Returns the persistent-store ObjectName. |
PortMXBean |
getPort()
|
ResinMXBean |
getResin()
Returns the owning ResinMXBean |
ClusterServerMXBean[] |
getServers()
Returns a list of ObjectName s for the
com.caucho.server.cluster.ClusterClient s that
are used to create outbound connections to communicate with
members of the cluster. |
boolean |
isDynamicServerEnable()
Returns true if this cluster supports adding dynamic servers. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.management.server.AbstractManagedObject |
---|
addObjectNameProperties, getObjectName, getType, registerSelf, unregisterSelf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getObjectName, getType |
Constructor Detail |
---|
public CloudClusterAdmin(CloudCluster cluster)
Method Detail |
---|
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public HostMXBean[] getHosts()
ClusterMXBean
getHosts
in interface ClusterMXBean
public PortMXBean getPort()
public ResinMXBean getResin()
ClusterMXBean
getResin
in interface ClusterMXBean
public PersistentStoreMXBean getPersistentStore()
ClusterMXBean
getPersistentStore
in interface ClusterMXBean
public ClusterServerMXBean[] getServers()
ClusterMXBean
ObjectName
s for the
com.caucho.server.cluster.ClusterClient
s that
are used to create outbound connections to communicate with
members of the cluster.
getServers
in interface ClusterMXBean
public void addDynamicServer(java.lang.String id, java.lang.String address, int port)
addDynamicServer
in interface ClusterMXBean
public boolean isDynamicServerEnable()
ClusterMXBean
isDynamicServerEnable
in interface ClusterMXBean
public java.lang.String toString()
toString
in class AbstractManagedObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |