kaos.core.service.util.cougaar
Class CougaarLocator
java.lang.Object
AcrLocator
kaos.core.service.util.DefaultKAoSLocator
kaos.core.service.util.cougaar.CougaarLocator
- All Implemented Interfaces:
- KAoSLocator
public class CougaarLocator
- extends DefaultKAoSLocator
Defines the operations that can be invoked on a Locator
containing agent's properties used in Cougaar communication
to register/lookup agents in the Cougaar registry.
Field Summary |
static java.lang.String |
UIC
|
Method Summary |
java.lang.String |
getUIC()
Obtain the UIC property used to register and lookup agents
in the Cougaar registry. |
void |
setUIC(java.lang.String uic)
Set the UIC property used to register and lookup agents
in the Cougaar registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIC
public static final java.lang.String UIC
- See Also:
- Constant Field Values
CougaarLocator
public CougaarLocator()
CougaarLocator
public CougaarLocator(java.lang.String uic)
setUIC
public void setUIC(java.lang.String uic)
- Set the UIC property used to register and lookup agents
in the Cougaar registry.
- Parameters:
uic
- the unique identifier for the agent
getUIC
public java.lang.String getUIC()
- Obtain the UIC property used to register and lookup agents
in the Cougaar registry.
- Returns:
- String indicating the unique identifier of the agent