Searched refs:Any (Results 101 - 125 of 191) sorted by relevance

12345678

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DServerRequestImpl.java34 import org.omg.CORBA.Any;
68 private Any _resultAny = null;
69 private Any _exception = null;
111 // unmarshal the value into the Any
126 public void set_result(Any res) {
148 public void set_exception(Any exc)
155 // Ensure that the Any contains a SystemException or a
190 public Any checkResultCalled()
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DServerRequestInfoImpl.java27 import org.omg.CORBA.Any;
114 private Any dsiResult;
115 private Any dsiException;
122 private Any cachedSendingException;
262 * Any containing the exception to be returned to the client.
264 public Any sending_exception () {
268 Any result = null ;
400 public void set_slot (int id, Any data) throws InvalidSlot {
586 public Any result (){
598 // interceptors will not modify the contents of the result Any
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynFixedImpl.java29 import org.omg.CORBA.Any;
48 this(null, (Any)null, false);
51 protected DynFixedImpl(ORB orb, Any any, boolean copyValue) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStreamBase.java34 import org.omg.CORBA.Any;
96 public abstract void write_any(Any value);
134 public abstract void write_any_array(org.omg.CORBA.Any[] seq, int offset, int length);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCustomComponent.java58 SurfaceType.Any,
66 SurfaceType.Any),
72 SurfaceType.Any),
111 super(SurfaceType.Any,
168 SurfaceType.Any);
223 SurfaceType.Any);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeDescription[] that)
51 public static com.sun.org.omg.CORBA.AttributeDescription[] extract (org.omg.CORBA.Any a)
H A DContextIdSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, String[] that)
51 public static String[] extract (org.omg.CORBA.Any a)
H A DExcDescriptionSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ExceptionDescription[] that)
51 public static com.sun.org.omg.CORBA.ExceptionDescription[] extract (org.omg.CORBA.Any a)
H A DInitializerSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.Initializer[] that)
51 public static com.sun.org.omg.CORBA.Initializer[] extract (org.omg.CORBA.Any a)
H A DOpDescriptionSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.OperationDescription[] that)
51 public static com.sun.org.omg.CORBA.OperationDescription[] extract (org.omg.CORBA.Any a)
H A DParDescriptionSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ParameterDescription[] that)
51 public static com.sun.org.omg.CORBA.ParameterDescription[] extract (org.omg.CORBA.Any a)
H A DRepositoryIdSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, String[] that)
51 public static String[] extract (org.omg.CORBA.Any a)
H A DStructMemberSeqHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.StructMember[] that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.StructMember[] that)
56 //public static com.sun.org.omg.CORBA.StructMember[] extract (org.omg.CORBA.Any a)
57 public static org.omg.CORBA.StructMember[] extract (org.omg.CORBA.Any a)
H A DValueMemberSeqHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ValueMember[] that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ValueMember[] that)
56 //public static com.sun.org.omg.CORBA.ValueMember[] extract (org.omg.CORBA.Any a)
57 public static org.omg.CORBA.ValueMember[] extract (org.omg.CORBA.Any a)
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.SendingContext.CodeBase that)
51 public static com.sun.org.omg.SendingContext.CodeBase extract (org.omg.CORBA.Any a)
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/
H A DURLSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, String[] that)
51 public static String[] extract (org.omg.CORBA.Any a)
H A DValueDescSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription[] that)
51 public static com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription[] extract (org.omg.CORBA.Any a)
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNameValuePairHelper.java41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.NameValuePair that)
49 public static org.omg.CORBA.NameValuePair extract (org.omg.CORBA.Any a)
H A DServiceDetailHelper.java54 public static org.omg.CORBA.ServiceDetail extract(org.omg.CORBA.Any a) {
58 public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.ServiceDetail that) {
H A DStringValueHelper.java62 public static void insert (org.omg.CORBA.Any a, String that)
70 public static String extract (org.omg.CORBA.Any a)
H A DUnknownUserExceptionHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.UnknownUserException that)
50 public static org.omg.CORBA.UnknownUserException extract (org.omg.CORBA.Any a)
H A DWStringValueHelper.java66 public static void insert (org.omg.CORBA.Any a, String that)
74 public static String extract (org.omg.CORBA.Any a)
H A DDynAny.java30 /** Enables <tt>org.omg.CORBA.Any</tt> values to be dynamically
33 * which may correspond to a copy of the value inserted into an <tt>Any</tt>.
35 * Any at runtime and extraction of the primitive constituents of the
51 * Copy the contents from one Dynamic Any into another.
62 * Make a <code>DynAny</code> object from an <code>Any</code>
65 * @param value the <code>Any</code> object.
66 * @throws Invalid if the source <code>Any</code> object is
69 public void from_any(org.omg.CORBA.Any value)
73 * Convert a <code>DynAny</code> object to an <code>Any</code>
76 * @return the <code>Any</cod
[all...]
H A DTypeCode.java40 * return values. One of their components is an <code>Any</code>
67 * <LI>from a call to the method <code>Any.insert_X</code>, where X is
69 * for type X and assigns it to the <code>Any</code> object's
353 * @return an <code>Any</code> object describing the label of
364 public abstract Any member_label(int index)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DWildcardNameClassBuilder.java57 public NameClass any(XSWildcard.Any wc) {

Completed in 66 milliseconds

12345678