|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.systemservices.module.AbstractModule
org.iids.aos.systemservices.module.AbstractRunnableModule
org.iids.aos.hostmanager.RegistrationModule
public class RegistrationModule
| Constructor Summary | |
|---|---|
RegistrationModule(AgentScapeConfig config,
Communicator _communicator)
|
|
| Method Summary | |
|---|---|
LocationManager |
getLocationManager()
helper method to allow other modules (such as the deregistrationmodule) to contact the locationmanager |
void |
pulse()
|
void |
shutdown()
Each abstract RUNNABLE module implementation must implement the shutdown method, which is called whenever the module is stopped (by AbstractRunnableModule.stop())
from the superclass. |
| Methods inherited from class org.iids.aos.systemservices.module.AbstractRunnableModule |
|---|
isStarted, run, start, stop |
| Methods inherited from class org.iids.aos.systemservices.module.AbstractModule |
|---|
getCommunicator, getModuleName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistrationModule(AgentScapeConfig config,
Communicator _communicator)
| Method Detail |
|---|
public void shutdown()
AbstractRunnableModuleAbstractRunnableModule.stop())
from the superclass.
shutdown in class AbstractRunnableModulepublic void pulse()
pulse in class AbstractRunnableModulepublic LocationManager getLocationManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||