synapsi.data
Class DataSettings


java.lang.Object

  |

  +--synapsi.data.DataInfo

        |

        +--synapsi.data.DataSettings


public class DataSettings
extends DataInfo

Class for storing setting for Neuroni Server. TO BE IMPLEMENTED

See Also:
Serialized Form

Field Summary
protected  DataGroup defaultGroup
          This is used only when serializing / de-serializing.
 
Constructor Summary
protected DataSettings()
          Constructs a new DataInfo-object
 
Method Summary
protected  int getConcurrentClients()
           
protected  void setConcurrentClients(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultGroup


protected DataGroup defaultGroup
This is used only when serializing / de-serializing. Do not use this for any other purpose
Constructor Detail

DataSettings


protected DataSettings()
Constructs a new DataInfo-object
Method Detail

setConcurrentClients


protected void setConcurrentClients(int i)

getConcurrentClients


protected int getConcurrentClients()