|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
public class ActivityStateDocumentBuilder
Class used to generate org.apache.ode.bpel.pmapi.istate.InstanceDocument
objects.
Constructor Summary | |
---|---|
ActivityStateDocumentBuilder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivityStateDocumentBuilder()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |