org.omg.CORBA
Class OperationMode

java.lang.Object
  extended by org.omg.CORBA.OperationMode
All Implemented Interfaces:
Serializable, IDLEntity

public class OperationMode
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _OP_NORMAL
           
static int _OP_ONEWAY
           
static OperationMode OP_NORMAL
           
static OperationMode OP_ONEWAY
           
 
Constructor Summary
protected OperationMode(int value)
           
 
Method Summary
static OperationMode 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

_OP_NORMAL

public static final int _OP_NORMAL
See Also:
Constant Field Values

OP_NORMAL

public static final OperationMode OP_NORMAL

_OP_ONEWAY

public static final int _OP_ONEWAY
See Also:
Constant Field Values

OP_ONEWAY

public static final OperationMode OP_ONEWAY
Constructor Detail

OperationMode

protected OperationMode(int value)
Method Detail

value

public int value()

from_int

public static OperationMode from_int(int value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.