org.castor.jdo.conf
public class TransactionDemarcation extends Object implements Serializable
Version: $Revision: 5979 $ $Date$
| 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 TransactionDemarcation | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate
|
Returns: String the value of field 'mode'.
Returns: TransactionManager the value of field 'transactionManager'.
Returns: boolean
Parameters: out
Parameters: handler
Parameters: mode the value of field 'mode'.
Parameters: transactionManager the value of field 'transactionManager'.
Parameters: reader
Returns: TransactionDemarcation