org.sixdml.excelon
Class xlnSixdmlTransactionService

org.sixdml.excelon.xlnSixdmlTransactionService
All Implemented Interfaces:
org.sixdml.SixdmlConstants

public class xlnSixdmlTransactionService
implements org.sixdml.SixdmlConstants

  
 xlnSixdmlTransactionService.java

 Wraps a eXcelon DXE transaction object.  
 
 Created: Mon Jan 14 20:02:26 2002

 


Fields inherited from interface org.sixdml.SixdmlConstants
SIXDML_NS, SIXDML_VERSION
 
Method Summary
 void begin()
          Begin the transaction in update mode.
 void commit()
          Commit the transaction
 java.lang.String getName()
          Gets the name of the service.
 boolean isActive()
          Returns true if there is currently a transaction open that is neither committed nor aborted; returns false otherwise.
 void rollback()
          Roll back the transaction
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the service.
Returns:
the name of the service.

begin

public void begin()
Begin the transaction in update mode.

rollback

public void rollback()
Roll back the transaction

commit

public void commit()
Commit the transaction

isActive

public boolean isActive()
Returns true if there is currently a transaction open that is neither committed nor aborted; returns false otherwise.
Returns:
true if there is currently a transaction open that is neither committed nor aborted; returns false otherwise.