|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the way to retrieve the logger associated to the different kinds of FOS entities that are traced.
Field Summary | |
static byte |
CONNECTION
For Connection entities associated to the FOS. |
static boolean |
DEBUG
For removing all DEBUG traces from the FOS adapter code, set it to false!! |
static byte |
MANAGEDCONNECTION
For ManagedConnection entities associated to the FOS. |
static byte |
TXCONTEXT
For TxContext entities associated to the FOS. |
static byte |
XARESOURCE
For XAResource entities associated to the FOS. |
Method Summary | |
Logger |
getLogger(byte entity,
boolean factory)
Gives access to the logger associated to a given kind of entities managed by this FOS adapter, which are further classified into factories or non-factories. |
void |
setMonologFactory(MonologFactory mf)
|
Field Detail |
public static final boolean DEBUG
public static final byte CONNECTION
public static final byte MANAGEDCONNECTION
public static final byte XARESOURCE
public static final byte TXCONTEXT
Method Detail |
public Logger getLogger(byte entity, boolean factory)
entity
- The kind of entity (see CONNECTION, MANAGEDCONNECTION,
XARESOURCE and TXCONTEXT constants defined above).factory
- Specifies if the concerned entity is a factory.
public void setMonologFactory(MonologFactory mf)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |