|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BasicAgentDescription kaos.core.service.directory.DefaultKAoSEntityDescription kaos.core.service.directory.DefaultKAoSGuardDescription
public class DefaultKAoSGuardDescription
Implements the operations to access information about a KAoS agent. The information includes the ids of Guards guarding the agent, the id of the container the agent is running in, the agent's nickname, security status, and whether the agent supports conversations.
Field Summary |
---|
Fields inherited from interface kaos.core.service.directory.KAoSEntityDescription |
---|
CONCEPT_MAPPING_NAME, ENTITY_DAML_S_TYPES, ENTITY_DOMAIN_NAMES, ENTITY_HOST_ADDRESS, ENTITY_HOST_NAME, ENTITY_ONTOLOGICAL_TYPE_NAMES, ENTITY_ONTOLOGICAL_TYPES, ENTITY_TYPE, EXECUTION_ENVIRONMENT, FULL_SEARCH, IS_ENTITY_POLICY_SUBJECT, IS_ENTITY_RUNNING, SEARCH_PARAMS |
Constructor Summary | |
---|---|
DefaultKAoSGuardDescription()
|
Method Summary | |
---|---|
java.util.List |
getControlledActionClasses()
Obtain the list of action class names. |
java.util.List |
getControlledActorClasses()
Obtain the list of actor class names. |
void |
setControlledActionClasses(java.util.List controlledActionClasses)
Set the list of action class names. |
void |
setControlledActorClasses(java.util.List _controlledActorClasses)
Set the list of actor class names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultKAoSGuardDescription()
Method Detail |
---|
public void setControlledActorClasses(java.util.List _controlledActorClasses)
setControlledActorClasses
in interface KAoSGuardDescription
_controlledActorClasses
- The list with names.public java.util.List getControlledActorClasses()
getControlledActorClasses
in interface KAoSGuardDescription
public void setControlledActionClasses(java.util.List controlledActionClasses)
setControlledActionClasses
in interface KAoSGuardDescription
controlledActionClasses
- The list with names.public java.util.List getControlledActionClasses()
getControlledActionClasses
in interface KAoSGuardDescription
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |