tyrex.tm.impl
Class TerminatorImpl

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CosTransactions._TerminatorImplBase
          extended bytyrex.tm.impl.TerminatorImpl
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, java.io.Serializable, org.omg.CosTransactions.Terminator, org.omg.CosTransactions.TerminatorOperations

final class TerminatorImpl
extends org.omg.CosTransactions._TerminatorImplBase
implements org.omg.CosTransactions.Terminator

Implements a Terminator interface into a transaction.

Version:
$Revision: 1.2 $ $Date: 2001/03/12 19:20:20 $
Author:
Assaf Arkin

Field Summary
 
Fields inherited from class org.omg.CosTransactions._TerminatorImplBase
 
Constructor Summary
(package private) TerminatorImpl(ControlImpl control)
           
 
Method Summary
 void commit(boolean reportHeuristic)
           
 void rollback()
           
 
Methods inherited from class org.omg.CosTransactions._TerminatorImplBase
_ids, _invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

TerminatorImpl

TerminatorImpl(ControlImpl control)
Method Detail

commit

public void commit(boolean reportHeuristic)
            throws org.omg.CosTransactions.HeuristicMixed,
                   org.omg.CosTransactions.HeuristicHazard
Specified by:
commit in interface org.omg.CosTransactions.TerminatorOperations
Throws:
org.omg.CosTransactions.HeuristicMixed
org.omg.CosTransactions.HeuristicHazard

rollback

public void rollback()
Specified by:
rollback in interface org.omg.CosTransactions.TerminatorOperations


Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.