Overview  Package   Class  Tree  Index 

be.lassi.lanbox
Class ConnectionConfiguration

java.lang.Object
  extended by be.lassi.lanbox.ConnectionConfiguration

public class ConnectionConfiguration
extends java.lang.Object

Configuration parameters for the logic that controls the tcp/ip connection with the Lanbox.


Constructor Summary
ConnectionConfiguration()
           
 
Method Summary
 int getConnectRetryWaitTime()
           
 int getReadTimeout()
           
 boolean isAutoReconnect()
           
 void setAutoReconnect(boolean autoReconnect)
           
 void setConnectRetryWaitTime(int connectRetryWaitTime)
           
 void setReadTimeout(int readTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionConfiguration

public ConnectionConfiguration()
Method Detail

getConnectRetryWaitTime

public int getConnectRetryWaitTime()

getReadTimeout

public int getReadTimeout()

isAutoReconnect

public boolean isAutoReconnect()

setAutoReconnect

public void setAutoReconnect(boolean autoReconnect)

setConnectRetryWaitTime

public void setConnectRetryWaitTime(int connectRetryWaitTime)

setReadTimeout

public void setReadTimeout(int readTimeout)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2