|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.management.domain.cluster.ClusterFactory
public abstract class ClusterFactory
Factory for any Cluster.
| Field Summary | |
|---|---|
protected DomainMonitor |
dm
Reference to the DomainMonitor. |
protected String |
domainName
Domain name. |
protected static org.objectweb.util.monolog.api.Logger |
logger
logger for traces |
protected MBeanServer |
mbeanServer
The MBeanServer used for registering new MBeans. |
| Constructor Summary | |
|---|---|
ClusterFactory(DomainMonitor dm)
|
|
| Method Summary | |
|---|---|
abstract BaseCluster |
getCluster(String name)
Look for a cluster by its name. |
abstract Collection |
getClusterList()
|
DomainMonitor |
getDomainMonitor()
|
MBeanServer |
getMBeanServer()
|
abstract void |
getMonitoringInfo()
Update dynamic info for all the clusters. |
abstract boolean |
notifyServer(ServerProxy proxy)
A new Server has been detected by the DomainManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.objectweb.util.monolog.api.Logger logger
protected MBeanServer mbeanServer
protected DomainMonitor dm
protected String domainName
| Constructor Detail |
|---|
public ClusterFactory(DomainMonitor dm)
| Method Detail |
|---|
public abstract boolean notifyServer(ServerProxy proxy)
proxy - The new ServerProxy object just created.
public DomainMonitor getDomainMonitor()
public MBeanServer getMBeanServer()
public abstract BaseCluster getCluster(String name)
name - fo the cluster
public abstract Collection getClusterList()
public abstract void getMonitoringInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||