|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KAoSAgentContainerDescription
Defines the operations to access information about a KAoS agent container. The information includes the ids of Guards guarding the container, security status
| 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 |
| Method Summary | |
|---|---|
void |
addGuardID(java.lang.String id)
|
java.util.List<java.lang.String> |
getGuardIDs()
Obtain the ids of the Guards that are guarding the agent's execution environment. |
java.lang.String |
getSecurityStatus()
Obtain the GUARDED/UNGUARDED security status of the agent. |
boolean |
removeGuardID(java.lang.String id)
Remove an id of a Guard from the collection of Guard ids held by the KAoSAgentDescription. |
void |
setSecurityStatus(java.lang.String status)
Set agent's security status. |
| Method Detail |
|---|
void addGuardID(java.lang.String id)
java.util.List<java.lang.String> getGuardIDs()
boolean removeGuardID(java.lang.String id)
name - The id of a Guard to be removed from the collection of Guard ids.
void setSecurityStatus(java.lang.String status)
status - The GUARDED/UNGUARDED security status of the agent.java.lang.String getSecurityStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||