|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.OperationMode
public final class OperationMode
This class enumerates the modes of operation.
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 |
---|
public static final int _OP_NORMAL
public static final int _OP_ONEWAY
public static final OperationMode OP_NORMAL
public static final OperationMode OP_ONEWAY
Method Detail |
---|
public int value()
public static OperationMode from_int(int _vis_value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |