From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../commonj/sdo/impl/ExternalizableDelegator.html | 429 --------------------- 1 file changed, 429 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/impl/ExternalizableDelegator.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/impl/ExternalizableDelegator.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/impl/ExternalizableDelegator.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/impl/ExternalizableDelegator.html deleted file mode 100644 index 2b17e64eb8..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/commonj/sdo/impl/ExternalizableDelegator.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - -ExternalizableDelegator (SDO API incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-SDO API -
- - - -
- -

- -commonj.sdo.impl -
-Class ExternalizableDelegator

-
-java.lang.Object
-  extended by commonj.sdo.impl.ExternalizableDelegator
-
-
-
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
-
-
-
-
public class ExternalizableDelegator
extends java.lang.Object
implements java.io.Externalizable
- - -

-Delegates DataObject serialization while ensuring implementation independent - java.io.Serialization. An implementation of DataObject - returns an ExternalizableDelegator from its writeReplace() method. - - The root DataObject is the object returned from do.getRootObject() where - do is the DataObject being serialized in a java.io.ObjectOutputStream. - When do.getContainer() == null then do is a root object. - - The byte format for each DataObject in the stream is: - [0] [path] [root] // when do is not a root object - [1] [rootXML] // when do is a root object - - where: - [0] is the byte 0, serialized using writeByte(0). - [1] is the byte 1, serialized using writeByte(1). - - [path] is an SDO path expression from the root DataObject to the serialized - DataObject such that root.getDataObject(path) == do. - Serialized using writeUTF(path). - - [root] is the root object serialized using writeObject(root). - - [rootXML] is the GZip of the XML serialization of the root DataObject. - The XML serialization is the same as - XMLHelper.INSTANCE.save(root, "commonj.sdo", "dataObject", stream); - where stream is a GZIPOutputStream, length is the number of bytes - in the stream, and bytes are the contents of the stream. - Serialized using writeInt(length), write(bytes). -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static interfaceExternalizableDelegator.Resolvable - -
-           
- - - - - - - - - - - - - - -
-Field Summary
-(package private)  ExternalizableDelegator.Resolvabledelegate - -
-           
-(package private) static longserialVersionUID - -
-           
-  - - - - - - - - - - - - - -
-Constructor Summary
ExternalizableDelegator() - -
-           
ExternalizableDelegator(java.lang.Object target) - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidreadExternal(java.io.ObjectInput in) - -
-           
- java.lang.ObjectreadResolve() - -
-           
- voidwriteExternal(java.io.ObjectOutput out) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-serialVersionUID

-
-static final long serialVersionUID
-
-
-
See Also:
Constant Field Values
-
-
- -

-delegate

-
-transient ExternalizableDelegator.Resolvable delegate
-
-
-
-
- - - - - - - - -
-Constructor Detail
- -

-ExternalizableDelegator

-
-public ExternalizableDelegator()
-
-
-
- -

-ExternalizableDelegator

-
-public ExternalizableDelegator(java.lang.Object target)
-
-
- - - - - - - - -
-Method Detail
- -

-writeExternal

-
-public void writeExternal(java.io.ObjectOutput out)
-                   throws java.io.IOException
-
-
-
Specified by:
writeExternal in interface java.io.Externalizable
-
-
- -
Throws: -
java.io.IOException
-
-
-
- -

-readExternal

-
-public void readExternal(java.io.ObjectInput in)
-                  throws java.io.IOException,
-                         java.lang.ClassNotFoundException
-
-
-
Specified by:
readExternal in interface java.io.Externalizable
-
-
- -
Throws: -
java.io.IOException -
java.lang.ClassNotFoundException
-
-
-
- -

-readResolve

-
-public java.lang.Object readResolve()
-                             throws java.io.ObjectStreamException
-
-
-
-
-
- -
Throws: -
java.io.ObjectStreamException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-SDO API -
- - - -
-- - - -- cgit v1.2.3