public class TransactionOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TransactionOption()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int INSTANTANEOUS_SEND_TIME
public static final int SELF_TRANSACTION_SEND_TIME
public static final int OUTMOST_TRANSACTION_SEND_TIME
public IEventFilter getEventFilter()
public int getSendTime()
public void setEventfilter(IEventFilter eventFilter)
eventFilter
- the eventfilter to setpublic void setSendTime(int eventTime)
eventTime
- the eventTime to setCopyright © 2008 Actuate Corp. All rights reserved.