Searched refs:OperationMode (Results 1 - 6 of 6) 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...]
H A DOperationModeHelper.java37 private static String _id = "IDL:omg.org/CORBA/OperationMode:1.0";
43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.OperationMode that)
51 public static com.sun.org.omg.CORBA.OperationMode extract (org.omg.CORBA.Any a)
61 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.OperationModeHelper.id (), "OperationMode", new String[] { "OP_NORMAL", "OP_ONEWAY"} );
71 public static com.sun.org.omg.CORBA.OperationMode read (org.omg.CORBA.portable.InputStream istream)
73 return com.sun.org.omg.CORBA.OperationMode.from_int (istream.read_long ());
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationMode value)
H A DOperationDescription.java42 public com.sun.org.omg.CORBA.OperationMode mode = null;
51 public OperationDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _result, com.sun.org.omg.CORBA.OperationMode _mode, String[] _contexts, com.sun.org.omg.CORBA.ParameterDescription[] _parameters, com.sun.org.omg.CORBA.ExceptionDescription[] _exceptions)
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl539 enum OperationMode {OP_NORMAL, OP_ONEWAY};
565 attribute OperationMode mode;
576 OperationMode mode;
633 in OperationMode mode,
728 in OperationMode mode,
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl540 enum OperationMode {OP_NORMAL, OP_ONEWAY};
566 attribute OperationMode mode;
577 OperationMode mode;
634 in OperationMode mode,
729 in OperationMode mode,
/openjdk7/corba/make/sun/corba/org/omg/
H A DFILES_java.gmk58 com/sun/org/omg/CORBA/OperationMode.java \

Completed in 37 milliseconds