|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgentHostingEnvironment
Defines the operations to store and access information about a given Transport.
Method Summary | |
---|---|
java.lang.String |
getGUID()
Obtain the AgentHostingEnvironment's globally unique identifier. |
int |
getNumberOfHostedAgent()
Obtain the number of hosted agents. |
boolean |
isGuarded()
Obtain guarded/unguarded status of this AgentHostingEnvironment. |
void |
setGuarded(boolean guarded)
Set the guarded/unguarded status of this AgentHostingEnvironment. |
void |
setGUID(java.lang.String actorGUID)
Set the AgentHostingEnvironment's globally unique identifier. |
void |
setNumberOfHostedAgents(int num)
Set the number of hosted agents. |
Method Detail |
---|
java.lang.String getGUID()
void setGUID(java.lang.String actorGUID)
actorGUID
- String containing AgentHostingEnvironment's globally unique identifier.boolean isGuarded()
void setGuarded(boolean guarded)
guarded
- The boolean indicating whether the AgentHostingEnvironment is guarded.void setNumberOfHostedAgents(int num)
num
- int containing the number of hosted agents.int getNumberOfHostedAgent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |