org.iids.aos.agentserver.wsgateway
Class AgentServer2WSGatewayModule

java.lang.Object
  extended by org.iids.aos.systemservices.module.AbstractModule
      extended by org.iids.aos.agentserver.wsgateway.AgentServer2WSGatewayModule
All Implemented Interfaces:
Module

public class AgentServer2WSGatewayModule
extends AbstractModule

AgentServer module that provides an agent with access to the WSGateway.

Author:
Patrick Verkaik

Constructor Summary
AgentServer2WSGatewayModule(Communicator communicator, AgentScapeConfig config, AsLookupService lookupService)
           
 
Method Summary
 boolean isStarted()
           
 void setAgentRunner(AgentRunner agentRunner)
           
 void start()
           
 void 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

AgentServer2WSGatewayModule

public AgentServer2WSGatewayModule(Communicator communicator,
                                   AgentScapeConfig config,
                                   AsLookupService lookupService)
Method Detail

setAgentRunner

public void setAgentRunner(AgentRunner agentRunner)

start

public void start()

stop

public void stop()

isStarted

public boolean isStarted()


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