com.uwyn.rife.continuations
Class ContinuationManager

java.lang.Object
  extended by com.uwyn.rife.continuations.ContinuationManager

public class ContinuationManager
extends Object


Constructor Summary
ContinuationManager()
           
 
Method Summary
 void addContext(ContinuationContext context)
           
 ContinuationContext getContext(String id)
           
 com.uwyn.rife.continuations.CallState getCreatedCallState(String id)
           
 void removeContext(ContinuationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuationManager

public ContinuationManager()
Method Detail

addContext

public void addContext(ContinuationContext context)

removeContext

public void removeContext(ContinuationContext context)

getContext

public ContinuationContext getContext(String id)
                               throws CloneNotSupportedException
Throws:
CloneNotSupportedException

getCreatedCallState

public com.uwyn.rife.continuations.CallState getCreatedCallState(String id)

RIFE Project Page