Searched defs:writeAny (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyImpl.java125 protected void writeAny(OutputStream out) { method in class:DynAnyImpl
126 //System.out.println(this + " writeAny of type " + type().kind().value());
H A DDynAnyConstructedImpl.java188 protected void writeAny(OutputStream out) { method in class:DynAnyConstructedImpl
191 //System.out.println(this + " checkInitAny before writeAny");
193 super.writeAny(out);
251 ((DynAnyImpl)components[i]).writeAny(out);
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DUtil.java93 public static void writeAny(OutputStream out, Object obj) { method in class:Util
96 utilDelegate.writeAny(out, obj);
H A DUtilDelegate.java65 * Delegation call for {@link Util#writeAny}.
67 void writeAny(OutputStream out, Object obj); method in interface:UtilDelegate
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java320 public void writeAny( org.omg.CORBA.portable.OutputStream out, method in class:Util
364 * This only works in RMI-IIOP with Util.writeAny since we actually

Completed in 62 milliseconds