Searched defs:replaceObject (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/replaceWithNull/
H A DReplaceWithNull.java37 protected Object replaceObject(Object obj) throws IOException { method in class:MyObjectOutputStream
/openjdk7/jdk/test/java/io/Serializable/badSubstByReplace/
H A DBadSubstByReplace.java27 * by either replaceObject/resolveObject.
47 protected Object replaceObject(Object obj) throws IOException { method in class:ReplacerObjectOutputStream
49 System.err.println("replaceObject(" + obj.toString() + ") with " +
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalOutputStream.java79 protected final Object replaceObject(Object obj) throws IOException { method in class:MarshalOutputStream
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DAnnotateClass.java28 * annotateClass/replaceObject methods
36 "of invocation annotateClass/replaceObject " +
89 * and replaceObject() subclassable methods.
92 * replaceObject is used to subsititute a handle object for
114 protected Object replaceObject(Object obj) method in class:TestOutputStream
/openjdk7/jdk/test/java/io/Serializable/replaceStringArray/
H A DReplaceStringArray.java68 protected Object replaceObject(Object obj) throws IOException { method in class:SubstituteObjectOutputStream
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DXObjectOutputStream.java48 protected Object replaceObject(Object obj) throws IOException { method in class:XObjectOutputStream
79 // replacement = ((Replaceable)replacement).replaceObject(this);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java263 protected final Object replaceObject(Object obj) throws IOException{ method in class:IIOPOutputStream
265 throw new IOException("Method replaceObject not supported");
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationOutputStream.java117 protected final Object replaceObject(Object obj) throws IOException { method in class:IDLJavaSerializationOutputStream.MarshalObjectOutputStream
124 IOException ie = new IOException("replaceObject failed");
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java192 /** if true, invoke replaceObject() */
552 * into the serialization stream is passed to replaceObject. Subsequent
554 * original call to replaceObject. To ensure that the private state of
556 * replaceObject.
584 protected Object replaceObject(Object obj) throws IOException { method in class:ObjectOutputStream
590 * enabled, the replaceObject method is called for every object being
1141 Object rep = replaceObject(obj);

Completed in 45 milliseconds