org.firebirdsql.pool
Interface PooledObject

All Known Implementing Classes:
PingablePooledConnection

public interface PooledObject

Represents an object that can be stored in the pool.

Author:
Roman Rokytskyy

Method Summary
 void deallocate()
          Deallocate this object.
 

Method Detail

deallocate

public void deallocate()
Deallocate this object. This method deallocated the object and releases all associated resources. This method is invoked when object pool is shutdown and is needed to gracefully release resources.



Copyright © 2001 David Jencks and other authors. All rights reserved.