shocks.framework.workflow.filter.repository
Class FilterInstancePool

java.lang.Object
  extended byshocks.framework.workflow.filter.repository.FilterInstancePool

public class FilterInstancePool
extends java.lang.Object


Constructor Summary
FilterInstancePool(Workflow instance)
           
 
Method Summary
 Workflow lease()
           
 int pooled()
           
 int readied()
           
 void release(Workflow instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterInstancePool

public FilterInstancePool(Workflow instance)
Method Detail

lease

public Workflow lease()

release

public void release(Workflow instance)

pooled

public int pooled()

readied

public int readied()