org.omg.CosTransactions
Class _CurrentStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTransactions._CurrentStub
All Implemented Interfaces:
java.io.Serializable, Current, CurrentOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _CurrentStub
extends org.omg.CORBA.portable.ObjectImpl
implements Current

org/omg/CosTransactions/_CurrentStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /usr/src/RPM/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/CosTransactions.idl Wednesday, November 26, 2008 6:59:33 PM UTC

See Also:
Serialized Form

Constructor Summary
_CurrentStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void begin()
           
 void commit(boolean report_heuristics)
           
 Control get_control()
           
 Status get_status()
           
 int get_timeout()
           
 java.lang.String get_transaction_name()
           
 void resume(Control which)
           
 void rollback_only()
           
 void rollback()
           
 void set_timeout(int seconds)
           
 Control suspend()
           
 
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

_CurrentStub

public _CurrentStub()
Method Detail

begin

public void begin()
           throws SubtransactionsUnavailable
Throws:
SubtransactionsUnavailable

commit

public void commit(boolean report_heuristics)
            throws NoTransaction,
                   HeuristicMixed,
                   HeuristicHazard
Throws:
NoTransaction
HeuristicMixed
HeuristicHazard

rollback

public void rollback()
              throws NoTransaction
Throws:
NoTransaction

rollback_only

public void rollback_only()
                   throws NoTransaction
Throws:
NoTransaction

get_status

public Status get_status()

get_transaction_name

public java.lang.String get_transaction_name()

set_timeout

public void set_timeout(int seconds)

get_timeout

public int get_timeout()

get_control

public Control get_control()

suspend

public Control suspend()

resume

public void resume(Control which)
            throws InvalidControl
Throws:
InvalidControl

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl


Copyright © {inceptionYear}-2008 null. All Rights Reserved.