|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants used to specify whether to send an event to the event bus in the same transaction as the caller or in a new transaction.
Emitter
Field Summary | |
---|---|
static int |
DEFAULT
Indicates that events should be sent to the event bus using the default TransactionMode defined for the emitter. |
static int |
NEW
Indicates that events should be sent to the event bus in a new transaction. |
static int |
SAME
Indicates that events should be sent to the event bus in the same transaction as the caller. |
Field Detail |
public static final int SAME
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
,
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent,int,int)
,
Constant Field Valuespublic static final int NEW
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
,
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent,int,int)
,
Constant Field Valuespublic static final int DEFAULT
TransactionMode
defined for the emitter.
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent)
,
Emitter.sendEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent,int,int)
,
Constant Field Values
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |