Package com.sun.jts.codegen.jtsxa
Class _OTSResourceStub
- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- com.sun.jts.codegen.jtsxa._OTSResourceStub
-
- All Implemented Interfaces:
OTSResource,OTSResourceOperations,Serializable,org.omg.CORBA.Object,org.omg.CORBA.portable.IDLEntity,org.omg.CosTransactions.Resource,org.omg.CosTransactions.ResourceOperations
public class _OTSResourceStub extends org.omg.CORBA.portable.ObjectImpl implements OTSResource
com/sun/jts/codegen/jtsxa/_OTSResourceStub.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from com/sun/jts/jtsxa.idl Tuesday, February 5, 2002 12:57:25 PM PST- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description _OTSResourceStub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]_ids()voidcommit()voidcommit_one_phase()voidforget()org.omg.CosTransactions.otid_tgetGlobalTID()org.omg.CosTransactions.Voteprepare()voidrollback()-
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
-
-
-
-
Method Detail
-
getGlobalTID
public org.omg.CosTransactions.otid_t getGlobalTID()
- Specified by:
getGlobalTIDin interfaceOTSResourceOperations
-
prepare
public org.omg.CosTransactions.Vote prepare() throws org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard- Specified by:
preparein interfaceorg.omg.CosTransactions.ResourceOperations- Throws:
org.omg.CosTransactions.HeuristicMixedorg.omg.CosTransactions.HeuristicHazard
-
rollback
public void rollback() throws org.omg.CosTransactions.HeuristicCommit, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard- Specified by:
rollbackin interfaceorg.omg.CosTransactions.ResourceOperations- Throws:
org.omg.CosTransactions.HeuristicCommitorg.omg.CosTransactions.HeuristicMixedorg.omg.CosTransactions.HeuristicHazard
-
commit
public void commit() throws org.omg.CosTransactions.NotPrepared, org.omg.CosTransactions.HeuristicRollback, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard- Specified by:
commitin interfaceorg.omg.CosTransactions.ResourceOperations- Throws:
org.omg.CosTransactions.NotPreparedorg.omg.CosTransactions.HeuristicRollbackorg.omg.CosTransactions.HeuristicMixedorg.omg.CosTransactions.HeuristicHazard
-
commit_one_phase
public void commit_one_phase() throws org.omg.CosTransactions.HeuristicHazard- Specified by:
commit_one_phasein interfaceorg.omg.CosTransactions.ResourceOperations- Throws:
org.omg.CosTransactions.HeuristicHazard
-
forget
public void forget()
- Specified by:
forgetin interfaceorg.omg.CosTransactions.ResourceOperations
-
_ids
public String[] _ids()
- Specified by:
_idsin classorg.omg.CORBA.portable.ObjectImpl
-
-