se.sics.tasim.sim
Class Gateway

java.lang.Object
  extended by se.sics.tasim.sim.Gateway
Direct Known Subclasses:
TACTGateway

public abstract class Gateway
extends java.lang.Object


Constructor Summary
protected Gateway()
           
 
Method Summary
protected  ConfigManager getConfig()
           
 java.lang.String getName()
           
 java.lang.String getServerVersion()
           
protected abstract  void initGateway()
           
protected  void loginAgentChannel(AgentChannel channel, java.lang.String name, java.lang.String password)
           
protected abstract  void startGateway()
           
protected abstract  void stopGateway()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gateway

protected Gateway()
Method Detail

getName

public java.lang.String getName()

getServerVersion

public java.lang.String getServerVersion()

initGateway

protected abstract void initGateway()
                             throws IllegalConfigurationException
Throws:
IllegalConfigurationException

startGateway

protected abstract void startGateway()
                              throws java.io.IOException
Throws:
java.io.IOException

stopGateway

protected abstract void stopGateway()

getConfig

protected ConfigManager getConfig()

loginAgentChannel

protected void loginAgentChannel(AgentChannel channel,
                                 java.lang.String name,
                                 java.lang.String password)


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.