|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.AgentId
public class AgentId
Identifier of an agent inside a workspace.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object aid)
|
java.lang.String |
getAgentName()
Get the name of the agent. |
java.lang.String |
getAgentRole()
Get the role; |
java.lang.String |
getGlobalId()
Get the global identifier of the agent |
int |
getLocalId()
Get the numeric identifier of the agent. |
WorkspaceId |
getWorkspaceId()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getAgentName()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAgentRole()
public WorkspaceId getWorkspaceId()
public int getLocalId()
public java.lang.String getGlobalId()
public boolean equals(java.lang.Object aid)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |