|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a journal factory. A journal factory is used to open journals for the purpose of transactional recovery. The journal factory is an external service that is associated with a transaction domain using the domain configuration file.
Method Summary | |
Journal |
openJournal(java.lang.String name)
Opens a new journal with the specified name. |
Method Detail |
public Journal openJournal(java.lang.String name) throws javax.transaction.SystemException
The journal name is not guaranteed to be a valid name. The journal name must map to the same journal across server restarts.
name
- The journal name
javax.transaction.SystemException
- An error occured while attempting to
open the journal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |