org.omg.CosTransactions
Class _ResourceImplBase

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CosTransactions._ResourceImplBase
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, Resource, ResourceOperations, java.io.Serializable
Direct Known Subclasses:
ControlResourceImpl

public class _ResourceImplBase
extends org.omg.CORBA.portable.ObjectImpl
implements Resource, org.omg.CORBA.portable.InvokeHandler

org.omg.CosTransactions.Resource Server Stub generated by the Idl2Java Compiler 3.1 of Jonathan

See Also:
Serialized Form

Constructor Summary
_ResourceImplBase()
           
_ResourceImplBase(ResourceOperations continuation)
           
 
Method Summary
protected  int _getMethodSwitchKey(java.lang.String _methName)
           
 java.lang.String[] _ids()
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String _method, org.omg.CORBA.portable.InputStream _istream, org.omg.CORBA.portable.ResponseHandler _handler)
           
 void _setContinuation(java.lang.Object continuation)
           
 void commit_one_phase()
           
 void commit()
           
 void forget()
           
 Vote prepare()
           
 void rollback()
           
 
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

_ResourceImplBase

public _ResourceImplBase()

_ResourceImplBase

public _ResourceImplBase(ResourceOperations continuation)
Method Detail

_getMethodSwitchKey

protected int _getMethodSwitchKey(java.lang.String _methName)

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String _method,
                                                   org.omg.CORBA.portable.InputStream _istream,
                                                   org.omg.CORBA.portable.ResponseHandler _handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler

prepare

public Vote prepare()
             throws HeuristicMixed,
                    HeuristicHazard
Specified by:
prepare in interface ResourceOperations

rollback

public void rollback()
              throws HeuristicCommit,
                     HeuristicMixed,
                     HeuristicHazard
Specified by:
rollback in interface ResourceOperations

commit

public void commit()
            throws NotPrepared,
                   HeuristicRollback,
                   HeuristicMixed,
                   HeuristicHazard
Specified by:
commit in interface ResourceOperations

commit_one_phase

public void commit_one_phase()
                      throws HeuristicHazard
Specified by:
commit_one_phase in interface ResourceOperations

forget

public void forget()
Specified by:
forget in interface ResourceOperations

_ids

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

_setContinuation

public void _setContinuation(java.lang.Object continuation)