org.apache.cocoon.components.flow
Class ContinuationsManagerImpl.HolderAwareWebContinuation
java.lang.Object
org.apache.cocoon.components.flow.WebContinuation
org.apache.cocoon.components.flow.ContinuationsManagerImpl.HolderAwareWebContinuation
- All Implemented Interfaces:
- Cloneable, Comparable
- Enclosing class:
- ContinuationsManagerImpl
protected static class ContinuationsManagerImpl.HolderAwareWebContinuation
- extends WebContinuation
WebContinuation extension that holds also the information about the
holder. This information is needed to cleanup a proper holder after
continuation's expiration time.
Methods inherited from class org.apache.cocoon.components.flow.WebContinuation |
clone, compareTo, detachFromParent, display, dispose, disposed, equals, getAttribute, getAttributeNames, getChildren, getContinuation, getContinuation, getId, getInterpreterId, getLastAccessTime, getParentContinuation, getTimeToLive, getUserObject, hasExpired, hashCode, interpreterMatches, removeAttribute, setAttribute, setUserObject, toString, updateLastAccessTime |
ContinuationsManagerImpl.HolderAwareWebContinuation
public ContinuationsManagerImpl.HolderAwareWebContinuation(String id,
Object continuation,
WebContinuation parentContinuation,
int timeToLive,
String interpreterId,
ContinuationsDisposer disposer,
ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder)
getContinuationsHolder
public ContinuationsManagerImpl.WebContinuationsHolder getContinuationsHolder()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.