Searched refs:Any (Results 1 - 25 of 207) sorted by relevance

123456789

/openjdk9/langtools/test/tools/javac/diags/examples/
H A DModuleForOptionNotFound.java29 import undefPackage.Any;
/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DUnknownUserException.java31 * returned from the server is enclosed in an <code>Any</code> object contained in the
42 /** The <code>Any</code> instance that contains the actual user exception thrown
46 public Any except;
57 * <code>Any</code> object.
59 * @param a an <code>Any</code> object that contains a user exception returned
62 public UnknownUserException(Any a) {
H A DRequest.java45 * <LI>the value of the argument (as an <code>Any</code> object)
171 * @return an <code>Any</code> object that contains the
175 public abstract Any add_in_arg();
182 * @return an <code>Any</code> object that contains the
186 public abstract Any add_named_in_arg(String name);
191 * @return an <code>Any</code> object that contains the
195 public abstract Any add_inout_arg();
202 * @return an <code>Any</code> object that contains the
206 public abstract Any add_named_inout_arg(String name);
212 * @return an <code>Any</cod
[all...]
H A DNamedValue.java40 * <LI>a value -- an <code>Any</code> object
59 * org.omg.CORBA.Any myAny = orb.create_any();
83 * Note that the method <code>value</code> returns an <code>Any</code>
85 * <code>Any</code> object,
88 * @see Any
110 * @return an <code>Any</code> object containing
114 public abstract Any value();
H A DDynSequence.java57 * @return an array of <code>Any</code> objects containing the values in
61 public org.omg.CORBA.Any[] get_elements();
67 * @param value the array of <code>Any</code> objects to be set
72 public void set_elements(org.omg.CORBA.Any[] value)
H A DDynArray.java41 * @return the array of <code>Any</code> objects that is the value
45 public org.omg.CORBA.Any[] get_elements();
51 * @param value the array of <code>Any</code> objects
56 public void set_elements(org.omg.CORBA.Any[] value)
H A DNameValuePair.java44 public org.omg.CORBA.Any value;
55 * the given name with the given {@code org.omg.CORBA.Any} object.
56 * @param __id the name to be associated with the given {@code Any} object
57 * @param __value the {@code Any} object to be associated with the given name
59 public NameValuePair(String __id, org.omg.CORBA.Any __value) {
H A DServerRequest.java53 * contains an <code>Any</code> object, which in turn
59 * <code>result</code> and <code>except</code> take an <code>Any</code>
191 * called once with an <code>Any</code> object whose type is
202 * @param any an <code>Any</code> object containing the return value to be set
206 public void result(Any any)
221 * called once with an <code>Any</code> object whose type is
232 * @param any an <code>Any</code> object containing the return value to be set
236 public void set_result(org.omg.CORBA.Any any)
244 * client. The Any passed to set_exception must contain either a system
246 * of the invoked operation's IDL definition. Passing in an Any tha
[all...]
H A DAnySeqHelper.java54 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Any[] that)
62 public static org.omg.CORBA.Any[] extract (org.omg.CORBA.Any a)
84 public static org.omg.CORBA.Any[] read (org.omg.CORBA.portable.InputStream istream)
86 org.omg.CORBA.Any value[] = null;
88 value = new org.omg.CORBA.Any[_len0];
94 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any[] value)
H A DUnionMember.java52 public org.omg.CORBA.Any label;
82 * @param __label an <code>Any</code> object with the label of this
89 public UnionMember(String __name, org.omg.CORBA.Any __label, org.omg.CORBA.TypeCode __type, org.omg.CORBA.IDLType __type_def) {
H A DAnyHolder.java33 * The Holder for {@code Any}. For more information on
36 * A Holder class for {@code Any} objects
54 * The {@code Any} value held by this {@code AnyHolder} object.
57 public Any value;
68 * {@code Any} object.
69 * @param initial the {@code Any} object with which to initialize
73 public AnyHolder(Any initial) {
H A DContext.java47 * the value associated with the name is contained in the <code>Any</code>
146 * the <code>value</code> field is set to the given <code>Any</code>
150 * @param propvalue the <code>Any</code> object to which the
152 * <code>Any</code> object's <code>value</code>
159 public abstract void set_one_value(String propname, Any propvalue);
169 * contains an <code>Any</code> object, which, in turn, contains the value
171 * the <code>Any</code> object must have the <code>kind</code>
179 * @see org.omg.CORBA.Any
H A DAnySeqHolder.java40 public org.omg.CORBA.Any value[] = null;
46 public AnySeqHolder (org.omg.CORBA.Any[] initialValue)
H A DNVList.java42 * <LI>a value, as an <code>Any</code> object
138 * @param val an <code>Any</code> object containing the value
146 public abstract NamedValue add_value(String item_name, Any val, int flags);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DNamedValueImpl.java35 import org.omg.CORBA.Any;
42 private Any _value;
55 Any value,
70 public Any value()
H A DAnyImplHelper.java38 private static String _id = "IDL:omg.org/CORBA/Any:1.0";
40 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Any that)
48 public static org.omg.CORBA.Any extract (org.omg.CORBA.Any a)
68 public static org.omg.CORBA.Any read (org.omg.CORBA.portable.InputStream istream)
73 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any value)
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java32 import org.omg.CORBA.Any;
39 private Any[] theSlotData;
41 // Required for instantiating Any object.
49 * The constructor instantiates an Array of Any[] of size given by slotSize
55 theSlotData = new Any[slotSize];
61 public void set_slot( int id, Any data ) throws InvalidSlot
75 public Any get_slot( int id ) throws InvalidSlot
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DAny.java37 public interface Any interface in inherits:Occurs,Wildcard,TypedXmlWriter
H A DContentModelContainer.java43 Any any();
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/visitor/
H A DXSWildcardFunction.java37 T any( XSWildcard.Any wc );
H A DXSWildcardVisitor.java37 void any( XSWildcard.Any wc );
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynSequenceImpl.java29 import org.omg.CORBA.Any;
54 this(null, (Any)null, false);
57 protected DynSequenceImpl(ORB orb, Any any, boolean copyValue) {
67 // from the Any representation
83 anys = new Any[length];
90 // Creates the appropriate subtype without copying the Any
102 anys = new Any[0];
106 // Collapses the whole DynAny hierarchys values into one single streamed Any
175 Any[] newAnys = new Any[le
[all...]
H A DDynAnyImpl.java28 import org.omg.CORBA.Any;
62 // An Any is used internally to implement the basic DynAny.
66 protected Any any = null;
80 protected DynAnyImpl(ORB orb, Any any, boolean copyValue) {
108 protected Any getAny() {
113 // which copies the Any.
114 protected Any getAny(DynAny dynAny) {
135 // This clears the data part of the Any while keeping the TypeCode info.
150 // Makes a copy of the Any value inside the parameter
163 // Makes a copy of the Any paramete
[all...]
/openjdk9/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DResult.java56 return new Any(multiple);
126 } else if (r instanceof Any) {
156 static class Any implements Result { class in interface:Result
158 public Any(int[] ids) { method in class:Result.Any
178 if (r instanceof Any) {
179 return Arrays.equals(ids, ((Any) r).ids);
189 Any any = (Any) o;
201 final StringBuffer sb = new StringBuffer("Result=Any{");
/openjdk9/corba/src/java.corba/share/classes/org/omg/CosNaming/
H A D_NamingContextImplBase.java65 org.omg.CORBA.Any _n = _orb().create_any();
68 org.omg.CORBA.Any _obj = _orb().create_any();
80 org.omg.CORBA.Any _except = _orb().create_any();
86 org.omg.CORBA.Any _except = _orb().create_any();
92 org.omg.CORBA.Any _except = _orb().create_any();
98 org.omg.CORBA.Any _except = _orb().create_any();
103 org.omg.CORBA.Any __return = _orb().create_any();
111 org.omg.CORBA.Any _n = _orb().create_any();
114 org.omg.CORBA.Any _nc = _orb().create_any();
126 org.omg.CORBA.Any _excep
[all...]

Completed in 195 milliseconds

123456789