openlsd.network.client.common.LSDPoolConnectionAbstract Class Reference

Inheritance diagram for openlsd.network.client.common.LSDPoolConnectionAbstract:

Inheritance graph
[legend]

List of all members.


Detailed Description

Abstract class for a Pooled connection handler
Author:
Frederic BREGIER LGPL 2007

Public Member Functions

abstract void close (LSDClientCommon client)
abstract void remove (LSDClientCommon client)

Member Function Documentation

abstract void openlsd.network.client.common.LSDPoolConnectionAbstract.close ( LSDClientCommon  client  )  [pure virtual]

Returns the session in the pool

Parameters:
client 

Implemented in openlsd.multiple.ophandler.common.LSDPoolConnection, and openlsd.web.extension.LSDWebPoolConnection.

abstract void openlsd.network.client.common.LSDPoolConnectionAbstract.remove ( LSDClientCommon  client  )  [pure virtual]

Removes the session from the pool (since really closed)

Parameters:
client 

Implemented in openlsd.multiple.ophandler.common.LSDPoolConnection, and openlsd.web.extension.LSDWebPoolConnection.


The documentation for this class was generated from the following file: