se.sics.tasim.is.common
Class BuiltinInfoConnection

java.lang.Object
  extended by se.sics.tasim.is.EventWriter
      extended by se.sics.tasim.is.InfoConnection
          extended by se.sics.tasim.is.common.InfoConnectionImpl
              extended by se.sics.tasim.is.common.BuiltinInfoConnection

public class BuiltinInfoConnection
extends InfoConnectionImpl

Setup the information system to be builtin in a simulation server


Field Summary
 
Fields inherited from class se.sics.tasim.is.InfoConnection
CREATE_SIMULATION, JOIN_SIMULATION, REMOVE_SIMULATION, RESERVE_TIME, SCHEDULE_COMPETITION, SIM_ID, STATUS, STATUS_READY, UNIQUE_SIM_ID
 
Constructor Summary
BuiltinInfoConnection()
           
 
Method Summary
 void auth(java.lang.String serverName, java.lang.String serverPassword, java.lang.String serverVersion)
           
 void init(ConfigManager config)
           
 void setSimConnection(SimConnection connection)
          This method sets the corresponding connection "listener" that handles messages to the simulation server.
 
Methods inherited from class se.sics.tasim.is.common.InfoConnectionImpl
addUser, checkUser, close, dataUpdated, dataUpdated, dataUpdated, dataUpdated, dataUpdated, dataUpdated, dataUpdated, dataUpdated, intCache, interaction, interactionWithRole, nextTimeUnit, participant, requestFailed, requestSuccessful, sendChatMessage, setSimServer, simulationCreated, simulationCreated, simulationJoined, simulationLocked, simulationRemoved, simulationStarted, simulationStopped
 
Methods inherited from class se.sics.tasim.is.InfoConnection
getServerName, getServerPassword, getServerVersion, getSimConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuiltinInfoConnection

public BuiltinInfoConnection()
Method Detail

init

public void init(ConfigManager config)
          throws IllegalConfigurationException,
                 java.io.IOException
Overrides:
init in class InfoConnectionImpl
Throws:
IllegalConfigurationException
java.io.IOException

setSimConnection

public void setSimConnection(SimConnection connection)
Description copied from class: InfoConnection
This method sets the corresponding connection "listener" that handles messages to the simulation server.

Overrides:
setSimConnection in class InfoConnection
Parameters:
connection - the SimConnection to use for communication to the simulation server

auth

public void auth(java.lang.String serverName,
                 java.lang.String serverPassword,
                 java.lang.String serverVersion)
Overrides:
auth in class InfoConnection


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