org.iids.aos.locationmanager
Class LocationServletModule

java.lang.Object
  extended by org.iids.aos.locationmanager.LocationServletModule
All Implemented Interfaces:
Module

public class LocationServletModule
extends java.lang.Object
implements Module

Author:
rjtimmer

Field Summary
static java.lang.String AGENT_PARAM
           
static java.lang.String AGENT_SERVER_PARAM
           
static java.lang.String AGENTS_PARAM
           
static java.lang.String HOST_MANAGER_PARAM
           
 
Method Summary
 Communicator getCommunicator()
           
 java.lang.String getModuleName()
           
 java.net.URI getURI()
           
 boolean isStarted()
           
 void setAgentManagementModule(AgentManagementModule amm)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST_MANAGER_PARAM

public static java.lang.String HOST_MANAGER_PARAM

AGENT_SERVER_PARAM

public static java.lang.String AGENT_SERVER_PARAM

AGENT_PARAM

public static java.lang.String AGENT_PARAM

AGENTS_PARAM

public static java.lang.String AGENTS_PARAM
Method Detail

setAgentManagementModule

public void setAgentManagementModule(AgentManagementModule amm)

getModuleName

public java.lang.String getModuleName()
Specified by:
getModuleName in interface Module

getURI

public java.net.URI getURI()

getCommunicator

public Communicator getCommunicator()
Specified by:
getCommunicator in interface Module

start

public void start()
Specified by:
start in interface Module

stop

public void stop()
Specified by:
stop in interface Module

isStarted

public boolean isStarted()
Specified by:
isStarted in interface Module


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.