org.omg.CosTransactions
Class Vote

java.lang.Object
  |
  +--org.omg.CosTransactions.Vote

public final class Vote
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
static int _VoteCommit
           
static int _VoteReadOnly
           
static int _VoteRollback
           
static Vote VoteCommit
           
static Vote VoteReadOnly
           
static Vote VoteRollback
           
 
Method Summary
static Vote from_int(int i)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_VoteCommit

public static final int _VoteCommit

_VoteRollback

public static final int _VoteRollback

_VoteReadOnly

public static final int _VoteReadOnly

VoteCommit

public static final Vote VoteCommit

VoteRollback

public static final Vote VoteRollback

VoteReadOnly

public static final Vote VoteReadOnly
Method Detail

value

public int value()

from_int

public static final Vote from_int(int i)
                           throws BAD_PARAM