org.apache.cocoon.components.flow
Class WebContinuationDataBean

java.lang.Object
  extended by org.apache.cocoon.components.flow.WebContinuationDataBean

public class WebContinuationDataBean
extends Object

Access to continuation data for monitoring applications


Constructor Summary
WebContinuationDataBean(WebContinuation wc)
           
 
Method Summary
 List get_children()
           
 String getExpireTime()
           
 String getId()
           
 String getInterpreterId()
           
 String getLastAccessTime()
           
 String getTimeToLive()
           
 String getTimeToLiveInMinutes()
           
 String getType()
           
 String hasExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContinuationDataBean

public WebContinuationDataBean(WebContinuation wc)
Method Detail

getId

public String getId()

getLastAccessTime

public String getLastAccessTime()

getInterpreterId

public String getInterpreterId()

getTimeToLiveInMinutes

public String getTimeToLiveInMinutes()

getTimeToLive

public String getTimeToLive()

getExpireTime

public String getExpireTime()

hasExpired

public String hasExpired()

getType

public String getType()

get_children

public List get_children()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.