|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object AcrLocator kaos.core.service.util.DefaultKAoSLocator kaos.core.service.util.grid.KAoSGridLocator
public class KAoSGridLocator
Defines the operations that can be invoked on a Locator containing agent's properties used in the CoABS Grid communication to register/lookup agents in the Grid registry.
Field Summary | |
---|---|
static java.lang.String |
AGENT_REP
|
static java.lang.String |
ID
|
static java.lang.String |
NAME
|
static java.lang.String |
REGISTER_WITH_GRID
|
Fields inherited from interface kaos.core.KAoSLocator |
---|
NAME_KEY |
Constructor Summary | |
---|---|
KAoSGridLocator()
|
Method Summary | |
---|---|
AgentRep |
getAgentRep()
Get the Agent Rep used to send/receive Grid messages. |
java.lang.String |
getId()
Obtain the id property used as one of the fields to register and lookup agents in the Grid registry. |
java.lang.String |
getName()
Obtain the name property used as one of the fields to register and lookup agents in the Grid registry. |
void |
setAgentRep(AgentRep agentRep)
Set the Agent Rep used to send/receive Grid messages. |
void |
setId(java.lang.String id)
Set the Id property used as one of the fields to register and lookup agents. |
void |
setName(java.lang.String name)
Set the name property used as one of the fields to register and lookup agents in the Grid registry. |
Methods inherited from class kaos.core.service.util.DefaultKAoSLocator |
---|
getTransportName, getTransportType, setTransportName, setTransportType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String ID
public static final java.lang.String AGENT_REP
public static final java.lang.String REGISTER_WITH_GRID
Constructor Detail |
---|
public KAoSGridLocator()
Method Detail |
---|
public void setName(java.lang.String name)
name
- The name of the agent included in the Grid registration/lookup information.public java.lang.String getName()
public void setId(java.lang.String id)
id
- The id of the agent included in the Grid registration/lookup information.public java.lang.String getId()
public void setAgentRep(AgentRep agentRep)
agentRep
- The agentRep to send/receive messages.public AgentRep getAgentRep()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |