org.eclipse.emf.cdo.common.id
Interface CDOIDObjectFactory

All Known Implementing Classes:
CDOIDLongFactoryImpl

public interface CDOIDObjectFactory


Method Summary
 CDOIDObject createCDOIDObject(org.eclipse.net4j.util.io.ExtendedDataInput in)
          Returns a new instance of CDOIDObject.
 

Method Detail

createCDOIDObject

CDOIDObject createCDOIDObject(org.eclipse.net4j.util.io.ExtendedDataInput in)
Returns a new instance of CDOIDObject. The implementor of this method may use (read from) the given data input to determine which class to instantiate. The data input must not be used to fill the state of the new instance, this has to be done in the implementation of the read() method of the new instance.


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.