se.sics.tasim.props
Class ServerConfig
java.lang.Object
se.sics.tasim.props.SimpleContent
se.sics.tasim.props.ServerConfig
- All Implemented Interfaces:
- java.io.Serializable, Transportable
public class ServerConfig
- extends SimpleContent
ServerConfig
contains the server configuration for a
game/simulation instance. Among other things it is used to store the server
configuration in the game/simulation logs.
Warning: serialized objects of this class might not be compatible with
future versions. Only use serialization of this class for temporary storage
or RMI using the same version of the class.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getTransportName()
Returns the transport name used for externalization. |
java.lang.String |
toString()
|
Methods inherited from class se.sics.tasim.props.SimpleContent |
getAttribute, getAttribute, getAttributeAsFloat, getAttributeAsInt, getAttributeAsLong, isLocked, lock, params, read, removeAttribute, setAttribute, setAttribute, setAttribute, setAttribute, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerConfig
public ServerConfig()
ServerConfig
public ServerConfig(ConfigManager config)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTransportName
public java.lang.String getTransportName()
- Returns the transport name used for externalization.
Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.