public class AgentIdJMXProxy extends Object implements IAgentId
| Constructor and Description |
|---|
AgentIdJMXProxy(AgentJMXProxy agentProxy) |
public AgentIdJMXProxy(AgentJMXProxy agentProxy) throws MalformedURLException, IOException, MalformedObjectNameException
public cz.cuni.amis.utils.flag.Flag<String> getName()
IAgentId
Note that the name is quite different string than IAgentId.getToken(). The
token contains unique-identifier of the agent across whole JVMs in the world, but
the name is just human-readable identifier that can be even changed over time.
Therefore, the name should not be used for any compares or interpretation.
public String getToken()
IAgentIdpublic long[] getIds()
getIds in interface cz.cuni.amis.utils.token.ITokenCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.