|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.activity.TransactionOption
public class TransactionOption
Class provided to set some options for the transaction. It can set event filter, set event send or hold option and so on.
Field Summary | |
---|---|
static int |
INSTANTANEOUS_SEND_TIME
Instantaneous send time option. |
static int |
OUTMOST_TRANSACTION_SEND_TIME
Outmost transaction send time option. |
static int |
SELF_TRANSACTION_SEND_TIME
Self transaction send time option. |
Constructor Summary | |
---|---|
TransactionOption()
Default constructor. |
Method Summary | |
---|---|
IEventFilter |
getEventFilter()
Gets the event filter set in this option. |
int |
getSendTime()
Gets the event send option. |
void |
setEventfilter(IEventFilter eventFilter)
|
void |
setSendTime(int eventTime)
Sets the option to control when to send the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INSTANTANEOUS_SEND_TIME
public static final int SELF_TRANSACTION_SEND_TIME
public static final int OUTMOST_TRANSACTION_SEND_TIME
Constructor Detail |
---|
public TransactionOption()
Method Detail |
---|
public IEventFilter getEventFilter()
public int getSendTime()
public void setEventfilter(IEventFilter eventFilter)
eventFilter
- the eventfilter to setpublic void setSendTime(int eventTime)
eventTime
- the eventTime to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |