org.exolab.castor.jdo.conf
public class TransactionDemarcation extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:50 $
Constructor Summary | |
---|---|
TransactionDemarcation() |
Method Summary | |
---|---|
String | getMode()
Returns the value of field 'mode'.
|
TransactionManager | getTransactionManager()
Returns the value of field 'transactionManager'.
|
boolean | isValid()
Method isValid |
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setMode(String mode)
Sets the value of field 'mode'.
|
void | setTransactionManager(TransactionManager transactionManager)
Sets the value of field 'transactionManager'.
|
static Object | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate |
Returns: the value of field 'mode'.
Returns: the value of field 'transactionManager'.
Parameters: out
Parameters: handler
Parameters: mode the value of field 'mode'.
Parameters: transactionManager the value of field 'transactionManager'.
Parameters: reader