|
||||||||||
| 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 ObjectNames for the
com.caucho.server.cluster.ClusterClients 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 ManagedObjectMXBeangetName in class AbstractManagedObjectpublic HostMXBean[] getHosts()
ClusterMXBean
getHosts in interface ClusterMXBeanpublic PortMXBean getPort()
public ResinMXBean getResin()
ClusterMXBean
getResin in interface ClusterMXBeanpublic PersistentStoreMXBean getPersistentStore()
ClusterMXBean
getPersistentStore in interface ClusterMXBeanpublic ClusterServerMXBean[] getServers()
ClusterMXBeanObjectNames for the
com.caucho.server.cluster.ClusterClients 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 ClusterMXBeanpublic boolean isDynamicServerEnable()
ClusterMXBean
isDynamicServerEnable in interface ClusterMXBeanpublic java.lang.String toString()
toString in class AbstractManagedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||