org.iids.aos.systemservices.module
Class AbstractModule

java.lang.Object
  extended by org.iids.aos.systemservices.module.AbstractModule
All Implemented Interfaces:
Module
Direct Known Subclasses:
AbstractRunnableModule, AgentContainerManager, AgentManagementModule, AgentRunner, AgentRunnerServletModule, AgentScapeApiImpl, AgentScapeDCNegotiationModule, AgentScapeDCRequestProcessor, AgentScapeHMNegotiationModule, AgentServer2WSGatewayModule, HostManagerWrapper, LifeCycleModule, MessageCenter, SystemServiceModule, WSGatewayPublishModule

public abstract class AbstractModule
extends java.lang.Object
implements Module

Author:
hidde@cs.vu.nl

Constructor Summary
AbstractModule(java.lang.String _moduleName, Communicator _communicator)
           
 
Method Summary
 Communicator getCommunicator()
           
 java.lang.String getModuleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.iids.aos.systemservices.module.Module
isStarted, start, stop
 

Constructor Detail

AbstractModule

public AbstractModule(java.lang.String _moduleName,
                      Communicator _communicator)
Method Detail

getModuleName

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

getCommunicator

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


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