|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.fd.RMIMonitoringUnitFactory
public class RMIMonitoringUnitFactory
A Factory of MonitoringUnit
classes. This factory
returns MonitoringUnits
sychronized RMI remote
references when the getSynchronizedRemoteReference
is called.
Constructor Summary | |
---|---|
RMIMonitoringUnitFactory()
|
Method Summary | |
---|---|
MonitoringUnit |
createMonitoringUnit(GenericState initialState,
java.lang.String monitorableAddress,
java.lang.String monitorableIdentifier)
The creates a new instance of MonitoringUnit class (or
subclass) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMIMonitoringUnitFactory()
Method Detail |
---|
public MonitoringUnit createMonitoringUnit(GenericState initialState, java.lang.String monitorableAddress, java.lang.String monitorableIdentifier)
MonitoringUnit
class (or
subclass)
createMonitoringUnit
in interface MonitoringUnitFactory
initialState
- The MonitoringUnit
initial statemonitorableAddress
- The address of the MonitoringUnit
to be createdmonitorableIdentifier
- An index name given by the
Notifier
when register it interests to the
Monitorable
. It will be used to notify that a stat
has changed.
MonitoringUnit
class (or
subclass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |