Searched defs:OperationMode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DOperationMode.java29 * com/sun/org/omg/CORBA/OperationMode.java
35 public class OperationMode implements org.omg.CORBA.portable.IDLEntity class in inherits:org.omg.CORBA.portable.IDLEntity
39 private static com.sun.org.omg.CORBA.OperationMode[] __array = new com.sun.org.omg.CORBA.OperationMode [__size];
42 public static final com.sun.org.omg.CORBA.OperationMode OP_NORMAL = new com.sun.org.omg.CORBA.OperationMode(_OP_NORMAL);
44 public static final com.sun.org.omg.CORBA.OperationMode OP_ONEWAY = new com.sun.org.omg.CORBA.OperationMode(_OP_ONEWAY);
51 public static com.sun.org.omg.CORBA.OperationMode from_int (int value)
59 protected OperationMode (in method in class:OperationMode
[all...]

Completed in 974 milliseconds