|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.agent.server.discovery.DiscoveryManagerImpl
public class DiscoveryManagerImpl
Implementation of the Discovery Service
| Method Summary | |
|---|---|
Agent |
getAgentFromUUID(UUID id)
Get an agent from its UUID |
List<Agent> |
getAgentList()
|
static DiscoveryManagerImpl |
getInstance()
Get the unique instance |
Map<Long,UUID> |
getServiceIdagentIdMatch()
|
void |
launchDiscoveryOnAgent(String agentId)
Launch discovery on an agent |
void |
setAgentList(List<Agent> list)
|
void |
setServiceIdagentIdMatch(Map<Long,UUID> serviceIdagentIdMatch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DiscoveryManagerImpl getInstance()
public Agent getAgentFromUUID(UUID id)
id - the UUID of the agent
public List<Agent> getAgentList()
public void setAgentList(List<Agent> list)
agentList - the agentList to setpublic Map<Long,UUID> getServiceIdagentIdMatch()
public void setServiceIdagentIdMatch(Map<Long,UUID> serviceIdagentIdMatch)
serviceIdagentIdMatch - the serviceIdagentIdMatch to setpublic void launchDiscoveryOnAgent(String agentId)
agentId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||