VisiBroker for Java

org.omg.CORBA
Class OperationMode

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

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

This class enumerates the modes of operation.

See Also:
Serialized Form

Field Summary
static int _OP_NORMAL
          Normal requests involve a response being sent to the client by the object implementation that contains the results of the request.
static int _OP_ONEWAY
          Oneway operations are those for which the client application does not expect a response.
static OperationMode OP_NORMAL
          Normal requests involve a response being sent to the client by the object implementation that contains the results of the request.
static OperationMode OP_ONEWAY
          Oneway operations are those for which the client application does not expect a response.
 
Method Summary
static OperationMode from_int(int _vis_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
Normal requests involve a response being sent to the client by the object implementation that contains the results of the request.

See Also:
Constant Field Values

_OP_ONEWAY

public static final int _OP_ONEWAY
Oneway operations are those for which the client application does not expect a response.

See Also:
Constant Field Values

OP_NORMAL

public static final OperationMode OP_NORMAL
Normal requests involve a response being sent to the client by the object implementation that contains the results of the request.


OP_ONEWAY

public static final OperationMode OP_ONEWAY
Oneway operations are those for which the client application does not expect a response.

Method Detail

value

public int value()

from_int

public static OperationMode from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online