Package org.omg.CosTransactions
Class TransIdentity
- java.lang.Object
-
- org.omg.CosTransactions.TransIdentity
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class TransIdentity extends java.lang.Object implements IDLEntity
org/omg/CosTransactions/TransIdentity.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/CosTransactions.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Coordinator
coord
otid_t
otid
Terminator
term
-
Constructor Summary
Constructors Constructor Description TransIdentity()
TransIdentity(Coordinator _coord, Terminator _term, otid_t _otid)
-
-
-
Field Detail
-
coord
public Coordinator coord
-
term
public Terminator term
-
otid
public otid_t otid
-
-
Constructor Detail
-
TransIdentity
public TransIdentity()
-
TransIdentity
public TransIdentity(Coordinator _coord, Terminator _term, otid_t _otid)
-
-