|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionMode
Constants used to specify whether to send an event to the event service 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 service using the default TransactionMode defined for the emitter. |
static int |
NEW
Indicates that events should be sent to the event service in a new transaction. |
static int |
SAME
Indicates that events should be sent to the event service in the same transaction as the caller. |
Field Detail |
---|
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 Valuesstatic 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 Valuesstatic 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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |