public class TransactionOption
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
TransactionOption()
Default constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.