|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.management.ManagementRegistration
public final class ManagementRegistration
The Class ManagementRegistration.
Field Summary | |
---|---|
static ManagementRegistration |
INSTANCE
The INSTANCE. |
Method Summary | |
---|---|
ManagementAgent |
getAgent(ManagementAgentLocation location)
Gets the agent. |
ManagementAgent |
getAgent(java.lang.String path)
Gets the agent. |
ManagementCategory |
getCategory(java.lang.String name)
Gets the category. |
ManagementAgentLocation |
getLocation(java.lang.String path)
Gets the location. |
java.lang.Object |
getMonitor()
Gets the monitor. |
void |
registerAgent(LocatedManagementAgent agent)
Register agent. |
void |
registerAgent(ManagementAgentLocation location,
ManagementAgent agent)
Register agent. |
void |
unregisterAgent(LocatedManagementAgent agent)
Unregister agent. |
void |
unregisterAgent(ManagementAgentLocation location)
Unregister agent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ManagementRegistration INSTANCE
Method Detail |
---|
public void registerAgent(ManagementAgentLocation location, ManagementAgent agent)
location
- the locationagent
- the agentpublic void unregisterAgent(ManagementAgentLocation location)
location
- the locationpublic void registerAgent(LocatedManagementAgent agent)
agent
- the agentpublic void unregisterAgent(LocatedManagementAgent agent)
agent
- the agentpublic ManagementAgent getAgent(ManagementAgentLocation location)
location
- the location
public ManagementAgent getAgent(java.lang.String path)
path
- the path
public ManagementCategory getCategory(java.lang.String name)
name
- the name
public ManagementAgentLocation getLocation(java.lang.String path)
path
- the path
public java.lang.Object getMonitor()
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |