| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--mam.agent.Agent | +--mam.agent.WebServerAgent
Field Summary | |
AgentProperties | m_ipAgentProperties |
private RoutingTag | m_ipAgentRoutingTag |
AgentTraits | m_ipAgentTraits |
final static RoutingTag | WEB_SERVER_AGENT_ROUTING_TAG |
Fields inherited from class mam.agent.Agent |
AGENT_ACCESS_STATISTICS_TAG_NAME, AGENT_PROPERTIES_TAG_NAME, AGENT_TRAITS_TAG_NAME, ALL_AGENTS_ROUTING_TAG, DEFAULT_TAG_NAME, m_accessStatisticsGroup, m_agentProperties, m_facility, m_incomingMessageQueue, m_shutdown, m_sleepManager, ROLE_TAG_NAME |
Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
WebServerAgent() |
Method Summary | |
AgentProperties | getIpAgentProperties() |
protected RoutingTag | getIpAgentRoutingTag() |
protected AgentTraits | getIpAgentTraits() |
void | handleEventDeclareAgentPropertiesMessage(AgentMessage message) |
void | handleEventDeclareAgentTraitsMessage(AgentMessage message) |
void | handleEventDoLoginResultsMessage(AgentMessage message) |
protected void | registerRoutingTags() |
void | setIpAgentProperties(AgentProperties ipAgentProperties) |
protected void | setIpAgentRoutingTag(RoutingTag ipAgentRoutingTag) |
protected void | setIpAgentTraits(AgentTraits agentTraits) |
protected void | unregisterRoutingTags() |
Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, getContextClassLoader, setContextClassLoader |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
public AgentProperties m_ipAgentProperties
private RoutingTag m_ipAgentRoutingTag
public AgentTraits m_ipAgentTraits
public final static RoutingTag WEB_SERVER_AGENT_ROUTING_TAG
Constructor Detail |
public WebServerAgent()
Method Detail |
public AgentProperties getIpAgentProperties()
protected RoutingTag getIpAgentRoutingTag()
protected AgentTraits getIpAgentTraits()
public void handleEventDeclareAgentPropertiesMessage(AgentMessage message)
public void handleEventDeclareAgentTraitsMessage(AgentMessage message)
public void handleEventDoLoginResultsMessage(AgentMessage message)
protected void registerRoutingTags()
public void setIpAgentProperties(AgentProperties ipAgentProperties)
protected void setIpAgentRoutingTag(RoutingTag ipAgentRoutingTag)
protected void setIpAgentTraits(AgentTraits agentTraits)
protected void unregisterRoutingTags()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |