public class ActivityStateDocumentBuilder extends java.lang.Object implements BpelEventListener
org.apache.ode.bpel.pmapi.istate.InstanceDocument
objects.Constructor and Description |
---|
ActivityStateDocumentBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActivityInfoDocument> |
getActivities() |
java.lang.Long |
getScope() |
boolean |
isRemoveCompleted() |
void |
onEvent(BpelEvent be)
Handle events.
|
void |
setRemoveCompleted(boolean removeCompleted) |
void |
setScope(java.lang.Long scope) |
void |
shutdown()
Allows the clean up in listener implementations.
|
void |
startup(java.util.Properties configProperties)
Allows the initialisation of listeners.
|
public java.util.List<ActivityInfoDocument> getActivities()
public boolean isRemoveCompleted()
public void setRemoveCompleted(boolean removeCompleted)
public java.lang.Long getScope()
public void setScope(java.lang.Long scope)
public void onEvent(BpelEvent be)
BpelEventListener
onEvent
in interface BpelEventListener
be
- BPEL eventpublic void shutdown()
BpelEventListener
shutdown
in interface BpelEventListener
public void startup(java.util.Properties configProperties)
BpelEventListener
configProperties
provide access to
configuration option defined in Ode's configuration file
(depends on the used IL implementation). This parameter might
be null if no configuration options are available (i.e. in test
cases).startup
in interface BpelEventListener
configProperties
- configuration properties