openlsd.multiple.ophandler.extension
Class LSDPoolClientMove

java.lang.Object
  extended by openlsd.network.client.common.LSDClientCommon
      extended by openlsd.network.client.move.LSDClientMove
          extended by openlsd.multiple.ophandler.extension.LSDPoolClientMove

public class LSDPoolClientMove
extends LSDClientMove

Class of a connection in Pool mode Move

Author:
Frederic BREGIER LGPL 2007

Field Summary
 java.lang.String key
          Key for this Move Client
 
Fields inherited from class openlsd.network.client.move.LSDClientMove
md5
 
Fields inherited from class openlsd.network.client.common.LSDClientCommon
clientCompressed, connector, executorChainService, hostname, idip, ls, lscsh, poolConnection, serverCompressed, serverPort, session
 
Constructor Summary
LSDPoolClientMove(java.lang.String Hostname, int ServerPort, boolean ServerCompressed, boolean ClientCompressed, boolean immediate, LSDPoolConnection poolConnection)
           
LSDPoolClientMove(java.lang.String Hostname, int ServerPort, boolean immediate, LSDPoolConnection poolConnection)
           
 
Method Summary
 void close()
          Will close the current session and finalize the Client.
 
Methods inherited from class openlsd.network.client.move.LSDClientMove
createSessionHandler, move, moveInLegacy
 
Methods inherited from class openlsd.network.client.common.LSDClientCommon
clear, clearObject, connect, connectionJoin, endClient, endClient, executorsClose, getObject, getStatus, initClient, initShared, isConnected, isSessionOK, lock, realClose, sessionReconnect, setObject, toString, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public java.lang.String key
Key for this Move Client

Constructor Detail

LSDPoolClientMove

public LSDPoolClientMove(java.lang.String Hostname,
                         int ServerPort,
                         boolean immediate,
                         LSDPoolConnection poolConnection)
Parameters:
Hostname -
ServerPort -
immediate -
poolConnection -

LSDPoolClientMove

public LSDPoolClientMove(java.lang.String Hostname,
                         int ServerPort,
                         boolean ServerCompressed,
                         boolean ClientCompressed,
                         boolean immediate,
                         LSDPoolConnection poolConnection)
Parameters:
Hostname -
ServerPort -
ServerCompressed -
ClientCompressed -
immediate -
poolConnection -
Method Detail

close

public void close()
Will close the current session and finalize the Client. Reconnection is still possible.

Overrides:
close in class LSDClientCommon