|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.management.cluster.ClusterFactory
org.objectweb.jonas.management.cluster.CmiClusterFactory
Factory for CMI clusters These Clusters are built dynamically, when a new server is discovered as being part of a cluster of this type.
| Field Summary |
| Fields inherited from class org.objectweb.jonas.management.cluster.ClusterFactory |
dm, domainName, jmx, logger, mbeanServer |
| Constructor Summary | |
CmiClusterFactory(DomainMonitor dm)
Constructor |
|
| Method Summary | |
BaseCluster |
getCluster(java.lang.String name)
Look for a cluster by its name |
java.util.Collection |
getClusterList()
|
boolean |
notifyServer(ServerProxy proxy)
A new server has been discovered. |
| Methods inherited from class org.objectweb.jonas.management.cluster.ClusterFactory |
getDomainMonitor, getMBeanServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmiClusterFactory(DomainMonitor dm)
| Method Detail |
public BaseCluster getCluster(java.lang.String name)
getCluster in class ClusterFactoryname - fo the cluster
public boolean notifyServer(ServerProxy proxy)
notifyServer in class ClusterFactoryproxy - The new ServerProxy
public java.util.Collection getClusterList()
getClusterList in class ClusterFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||