|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTransactions.TransIdentity
public final class TransIdentity
Struct definition: TransIdentity.
Field Summary | |
---|---|
Coordinator |
coord
Struct member coord |
otid_t |
otid
Struct member otid |
Terminator |
term
Struct member term |
Constructor Summary | |
---|---|
TransIdentity()
Default constructor |
|
TransIdentity(Coordinator coord,
Terminator term,
otid_t otid)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Coordinator coord
public Terminator term
public otid_t otid
Constructor Detail |
---|
public TransIdentity()
public TransIdentity(Coordinator coord, Terminator term, otid_t otid)
coord
- coord struct memberterm
- term struct memberotid
- otid struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |