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)
BpelEventListeneronEvent in interface BpelEventListenerbe - BPEL eventpublic void shutdown()
BpelEventListenershutdown in interface BpelEventListenerpublic void startup(java.util.Properties configProperties)
BpelEventListenerconfigProperties 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 BpelEventListenerconfigProperties - configuration properties