org.omg.CosTransactions
Class Vote

java.lang.Object
  extended byorg.omg.CosTransactions.Vote
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

org/omg/CosTransactions/Vote.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /var/home/jpp/rebuild/free/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/CosTransactions.idl Thursday, May 31, 2007 7:28:31 PM CEST

See Also:
Serialized Form

Field Summary
static int _VoteCommit
           
static int _VoteReadOnly
           
static int _VoteRollback
           
static Vote VoteCommit
           
static Vote VoteReadOnly
           
static Vote VoteRollback
           
 
Constructor Summary
protected Vote(int value)
           
 
Method Summary
static Vote from_int(int value)
           
 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
See Also:
Constant Field Values

VoteCommit

public static final Vote VoteCommit

_VoteRollback

public static final int _VoteRollback
See Also:
Constant Field Values

VoteRollback

public static final Vote VoteRollback

_VoteReadOnly

public static final int _VoteReadOnly
See Also:
Constant Field Values

VoteReadOnly

public static final Vote VoteReadOnly
Constructor Detail

Vote

protected Vote(int value)
Method Detail

value

public int value()

from_int

public static Vote from_int(int value)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.