|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.ai.agent.Agent | +--net.openai.ai.agent.DaemonService
This is the base class for all Services used by the Daemon. I'm putting this class here for possible future use of "public" services for the Daemon that the SecurityManager will treat specially. Right now, the Daemon won't add DaemonServices to its list of Agents in order to hide them as agents.
Field Summary |
Fields inherited from interface net.openai.ai.agent.AgentConstants |
AGENT_CONTINUE, AGENT_RETURN_TO_SENDER, AGENT_START |
Constructor Summary | |
DaemonService()
Constructs a new DaemonService that will be "public". |
|
DaemonService(boolean makePublic)
Constructs a new DaemonService with the given "public" flag. |
Methods inherited from class net.openai.ai.agent.Agent |
displayMessage, executeAgent, getAgentDescription, getAgentID, getAgentNumber, getDaemon, getLogStream, getRunState, getShortDescription, getSpawnHostIP, getSpawnHostName, getSpawnTime, halt, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DaemonService()
DaemonService(true)
.
public DaemonService(boolean makePublic)
makePublic
- Indicates whether or not the DaemonService will
be publicly accessible through the Daemon.getServices
method.Daemon.getServices()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |