@MXBean public interface IAgentId extends cz.cuni.amis.utils.token.IToken, Serializable
IToken, it provides an ability to give an agent a human-readable
name.
Serializable! Implementors must behave accordingly.
cz.cuni.amis.utils.flag.Flag<String> getName()
Note that the name is quite different string than 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.
String getToken()
getToken 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.