|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.runtime.monitor.EventFilter
public class EventFilter
Specifies event filter associated with a process instance.
| Constructor Summary | |
|---|---|
EventFilter(java.io.Serializable processInstance)
Constructor. |
|
EventFilter(java.io.Serializable processInstance,
int skip)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getMaxReturn()
Get the maximum number of events to return. |
java.io.Serializable |
getProcessInstance()
Unique identifier of the process instance. |
int |
getSkip()
The number of events to skip. |
void |
setMaxReturn(int eventNo)
Set the maximum number of events to return. |
void |
setSkip(int skip)
The number of events to skip. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventFilter(java.io.Serializable processInstance)
processInstance - process instance with which to associate this event filter
public EventFilter(java.io.Serializable processInstance,
int skip)
processInstance - process instance with which to associate this event filterskip - | Method Detail |
|---|
public void setMaxReturn(int eventNo)
eventNo - the maximum number of events to returnpublic int getMaxReturn()
public java.io.Serializable getProcessInstance()
public void setSkip(int skip)
skip - Events to skip.public int getSkip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||