org.apache.ode.bpel.evtproc
Class ActivityStateDocumentBuilder

java.lang.Object
  extended by org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
All Implemented Interfaces:
org.apache.ode.bpel.iapi.BpelEventListener

public class ActivityStateDocumentBuilder
extends java.lang.Object
implements org.apache.ode.bpel.iapi.BpelEventListener

Class used to generate org.apache.ode.bpel.pmapi.istate.InstanceDocument objects.


Constructor Summary
ActivityStateDocumentBuilder()
           
 
Method Summary
 java.util.List<org.apache.ode.bpel.pmapi.ActivityInfoDocument> getActivities()
           
 java.lang.Long getScope()
           
 boolean isRemoveCompleted()
           
 void onEvent(org.apache.ode.bpel.evt.BpelEvent be)
           
 void setRemoveCompleted(boolean removeCompleted)
           
 void setScope(java.lang.Long scope)
           
 void shutdown()
           
 void startup(java.util.Properties configProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityStateDocumentBuilder

public ActivityStateDocumentBuilder()
Method Detail

getActivities

public java.util.List<org.apache.ode.bpel.pmapi.ActivityInfoDocument> getActivities()

isRemoveCompleted

public boolean isRemoveCompleted()

setRemoveCompleted

public void setRemoveCompleted(boolean removeCompleted)

getScope

public java.lang.Long getScope()

setScope

public void setScope(java.lang.Long scope)

onEvent

public void onEvent(org.apache.ode.bpel.evt.BpelEvent be)
Specified by:
onEvent in interface org.apache.ode.bpel.iapi.BpelEventListener

shutdown

public void shutdown()
Specified by:
shutdown in interface org.apache.ode.bpel.iapi.BpelEventListener

startup

public void startup(java.util.Properties configProperties)
Specified by:
startup in interface org.apache.ode.bpel.iapi.BpelEventListener