Searched refs:ServiceInformation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServiceInformation.java34 public final class ServiceInformation implements org.omg.CORBA.portable.IDLEntity class in inherits:org.omg.CORBA.portable.IDLEntity
44 /** Constructs a ServiceInformation object with empty service_options
47 public ServiceInformation() { } method in class:ServiceInformation
49 /** Constructs a ServiceInformation object with the given service_options
55 public ServiceInformation(int[] __service_options, method in class:ServiceInformation
H A DServiceInformationHolder.java29 * The Holder for <tt>ServiceInformation</tt>. For more information on
32 * A Holder class for a <code>ServiceInformation</code> object
50 * The <code>ServiceInformation</code> value held by this
53 public ServiceInformation value;
66 * <code>ServiceInformation</code> object.
68 * @param arg the <code>ServiceInformation</code> object with which to initialize
72 public ServiceInformationHolder(org.omg.CORBA.ServiceInformation arg) {
H A DServiceInformationHelper.java27 * The Helper for <tt>ServiceInformation</tt>. For more information on
37 public static void write(org.omg.CORBA.portable.OutputStream out, org.omg.CORBA.ServiceInformation that)
47 public static org.omg.CORBA.ServiceInformation read(org.omg.CORBA.portable.InputStream in) {
48 org.omg.CORBA.ServiceInformation that = new org.omg.CORBA.ServiceInformation();
63 public static org.omg.CORBA.ServiceInformation extract(org.omg.CORBA.Any a) {
67 public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.ServiceInformation that) {
87 _tc = org.omg.CORBA.ORB.init().create_struct_tc(id(), "ServiceInformation", _members);
92 return "IDL:omg.org/CORBA/ServiceInformation:1.0";

Completed in 47 milliseconds