org.omg.CORBA
Class OperationMode

java.lang.Object
  |
  +--org.omg.CORBA.OperationMode
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class OperationMode
extends java.lang.Object
implements IDLEntity

This enumeration describes an operation mode which can be "normal" or "oneway".

See Also:
Serialized Form

Field Summary
static int _OP_NORMAL
           
static int _OP_ONEWAY
           
static OperationMode OP_NORMAL
           
static OperationMode OP_ONEWAY
           
 
Method Summary
static OperationMode from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_OP_NORMAL

public static final int _OP_NORMAL

OP_NORMAL

public static final OperationMode OP_NORMAL

_OP_ONEWAY

public static final int _OP_ONEWAY

OP_ONEWAY

public static final OperationMode OP_ONEWAY
Method Detail

value

public int value()

from_int

public static OperationMode from_int(int value)