org.apache.tuscany.sdo.impl
Class DataGraphImpl.EDataGraphExternalizable

java.lang.Object
  extended by org.apache.tuscany.sdo.impl.DataGraphImpl.EDataGraphExternalizable
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
DataGraphImpl

public static class DataGraphImpl.EDataGraphExternalizable
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Field Summary
protected  DataGraphImpl eDataGraph
           
 
Constructor Summary
DataGraphImpl.EDataGraphExternalizable()
           
DataGraphImpl.EDataGraphExternalizable(DataGraphImpl eDataGraph)
           
 
Method Summary
protected  org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()
           
 void readExternal(java.io.ObjectInput objectInput)
           
protected  java.lang.Object readResolve()
           
 void writeExternal(java.io.ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eDataGraph

protected DataGraphImpl eDataGraph
Constructor Detail

DataGraphImpl.EDataGraphExternalizable

public DataGraphImpl.EDataGraphExternalizable()

DataGraphImpl.EDataGraphExternalizable

public DataGraphImpl.EDataGraphExternalizable(DataGraphImpl eDataGraph)
Method Detail

writeExternal

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

readExternal

public void readExternal(java.io.ObjectInput objectInput)
                  throws java.io.IOException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException

createResourceSet

protected org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()

readResolve

protected java.lang.Object readResolve()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.