Searched refs:ParameterMode (Results 1 - 5 of 5) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A DParameterMode.java29 * com/sun/org/omg/CORBA/ParameterMode.java
35 public class ParameterMode implements org.omg.CORBA.portable.IDLEntity class in inherits:org.omg.CORBA.portable.IDLEntity
39 private static com.sun.org.omg.CORBA.ParameterMode[] __array = new com.sun.org.omg.CORBA.ParameterMode [__size];
42 public static final com.sun.org.omg.CORBA.ParameterMode PARAM_IN = new com.sun.org.omg.CORBA.ParameterMode(_PARAM_IN);
44 public static final com.sun.org.omg.CORBA.ParameterMode PARAM_OUT = new com.sun.org.omg.CORBA.ParameterMode(_PARAM_OUT);
46 public static final com.sun.org.omg.CORBA.ParameterMode PARAM_INOUT = new com.sun.org.omg.CORBA.ParameterMode(_PARAM_INOU
61 protected ParameterMode (int value) method in class:ParameterMode
[all...]
H A DParameterModeHelper.java37 private static String _id = "IDL:omg.org/CORBA/ParameterMode:1.0";
43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ParameterMode that)
51 public static com.sun.org.omg.CORBA.ParameterMode extract (org.omg.CORBA.Any a)
61 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.ParameterModeHelper.id (), "ParameterMode", new String[] { "PARAM_IN", "PARAM_OUT", "PARAM_INOUT"} );
71 public static com.sun.org.omg.CORBA.ParameterMode read (org.omg.CORBA.portable.InputStream istream)
73 return com.sun.org.omg.CORBA.ParameterMode.from_int (istream.read_long ());
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterMode value)
H A DParameterDescription.java44 public com.sun.org.omg.CORBA.ParameterMode mode = null;
51 //public ParameterDescription (String _name, org.omg.CORBA.TypeCode _type, com.sun.org.omg.CORBA.IDLType _type_def, com.sun.org.omg.CORBA.ParameterMode _mode)
52 public ParameterDescription (String _name, org.omg.CORBA.TypeCode _type, org.omg.CORBA.IDLType _type_def, com.sun.org.omg.CORBA.ParameterMode _mode)
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java42 import org.omg.CORBA.ParameterMode;
570 // ParameterMode spec can be found in 99-10-07.pdf
577 plist[i].mode = ParameterMode.from_int( nv.flags() - 1 );
H A DClientRequestInfoImpl.java44 import org.omg.CORBA.ParameterMode;

Completed in 165 milliseconds