org.castor.jdo.conf
Class TransactionDemarcation

java.lang.Object
  extended byorg.castor.jdo.conf.TransactionDemarcation
All Implemented Interfaces:
java.io.Serializable

public class TransactionDemarcation
extends java.lang.Object
implements java.io.Serializable

Class TransactionDemarcation.

Version:
$Revision: 5979 $ $Date$
See Also:
Serialized Form

Constructor Summary
TransactionDemarcation()
           
 
Method Summary
 java.lang.String getMode()
          Returns the value of field 'mode'.
 TransactionManager getTransactionManager()
          Returns the value of field 'transactionManager'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setMode(java.lang.String mode)
          Sets the value of field 'mode'.
 void setTransactionManager(TransactionManager transactionManager)
          Sets the value of field 'transactionManager'.
static TransactionDemarcation unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionDemarcation

public TransactionDemarcation()
Method Detail

getMode

public java.lang.String getMode()
Returns the value of field 'mode'.

Returns:
String

getTransactionManager

public TransactionManager getTransactionManager()
Returns the value of field 'transactionManager'.

Returns:
TransactionManager

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setMode

public void setMode(java.lang.String mode)
Sets the value of field 'mode'.

Parameters:
mode - the value of field 'mode'.

setTransactionManager

public void setTransactionManager(TransactionManager transactionManager)
Sets the value of field 'transactionManager'.

Parameters:
transactionManager - the value of field 'transactionManager'.

unmarshal

public static TransactionDemarcation unmarshal(java.io.Reader reader)
                                        throws org.exolab.castor.xml.MarshalException,
                                               org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
TransactionDemarcation
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright 2008 null. All Rights Reserved.