com.extrememessaging.ResponseMaster.dispositions
Interface IPoolableDisposition

All Superinterfaces:
IDisposition
All Known Implementing Classes:
CDispositionRunSQL

public interface IPoolableDisposition
extends IDisposition

Interface that dispositions that can be pooled must implement Note: poolable dispositions still need to be thread safe in the likely event that the since of the pool is less than the number of threads.

Since:
Build 677

Method Summary
 int getPoolSize()
          The number of items to keep in the pool.
 
Methods inherited from interface com.extrememessaging.ResponseMaster.dispositions.IDisposition
Close, Dispose, ReadFromFile
 

Method Detail

getPoolSize

int getPoolSize()
The number of items to keep in the pool.