shocks.framework.workflow.sequence.repository
Class SequenceInstancePool

java.lang.Object
  extended byshocks.framework.workflow.sequence.repository.SequenceInstancePool

public class SequenceInstancePool
extends java.lang.Object


Constructor Summary
SequenceInstancePool(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

SequenceInstancePool

public SequenceInstancePool(Workflow instance)
Method Detail

lease

public Workflow lease()

release

public void release(Workflow instance)

pooled

public int pooled()

readied

public int readied()