openlsd.network.client.common
Class LSDPoolConnectionAbstract

java.lang.Object
  extended by openlsd.network.client.common.LSDPoolConnectionAbstract
Direct Known Subclasses:
LSDPoolConnection, LSDWebPoolConnection

public abstract class LSDPoolConnectionAbstract
extends java.lang.Object

Abstract class for a Pooled connection handler

Author:
Frederic BREGIER LGPL 2007

Constructor Summary
LSDPoolConnectionAbstract()
           
 
Method Summary
abstract  void close(LSDClientCommon client)
          Returns the session in the pool
abstract  void remove(LSDClientCommon client)
          Removes the session from the pool (since really closed)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSDPoolConnectionAbstract

public LSDPoolConnectionAbstract()
Method Detail

close

public abstract void close(LSDClientCommon client)
Returns the session in the pool

Parameters:
client -

remove

public abstract void remove(LSDClientCommon client)
Removes the session from the pool (since really closed)

Parameters:
client -