com.atomikos.util
Interface PooledObject


public interface PooledObject

Copyright © 2001, Atomikos. All rights reserved. A PooledObject is a handle for an ObjectPool's contents. Used internally by the pool.


Method Summary
 Identifiable getObject()
          Get the actual object that is wrapped by this one.
 void selected()
          Mark the object as being selected.
 

Method Detail

selected

void selected()
Mark the object as being selected. Aids in determining the replacement on a full pool event.


getObject

Identifiable getObject()
Get the actual object that is wrapped by this one.

Returns:
Identifiable The wrapped object.