|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityHostEnvDescription
Defines the operations to define and access information about a hosting environment of KAoS entitites.
Method Summary | |
---|---|
void |
addGuardID(java.lang.String id)
Set the id of a guard that is guarding the hosting environment. |
java.util.List |
getGuardIDs()
Obtain the ids of the guards that are guarding the entity hosting environment. |
java.lang.String |
getGUID()
Obtain the GUID of the hosting environment described by this description. |
int |
getNumberOfHostedAgents()
Obtain the number of agents hosted by the environment described by this description. |
boolean |
isGuarded()
Obtain the guarded/unguarded status of the entity hosting environment |
boolean |
removeGuardID(java.lang.String id)
Remove an id of a guard from the collection of Guard ids held by the KAoSAgentDescription. |
void |
setGuarded(boolean guarded)
Set the guarded/unguarded status of the entity hosting environment. |
void |
setGUID(java.lang.String guid)
Set the GUID of the hosting environment described by this description. |
void |
setNumberOfHostedAgents(int numOfAgents)
Set the number of agents hosted by the environment described by this description. |
Method Detail |
---|
void setGUID(java.lang.String guid)
guid
- String containing the guid of the hosting environment this description refers to.java.lang.String getGUID()
void setGuarded(boolean guarded)
guarded
- boolean specifying the guarded/unguarded status of this hosting environment.boolean isGuarded()
void addGuardID(java.lang.String id)
id
- The id of one of the hosting environment's guard.java.util.List getGuardIDs()
boolean removeGuardID(java.lang.String id)
name
- The id of a Guard to be removed from the collection of Guard ids.
void setNumberOfHostedAgents(int numOfAgents)
numOfAgents
- int containing the number of agents hosted by the environment described by this description.int getNumberOfHostedAgents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |