org.neodatis.odb.core.server.layers.layer1
Interface IClientObjectIntrospector

All Superinterfaces:
IObjectIntrospector
All Known Implementing Classes:
ClientObjectIntrospector

public interface IClientObjectIntrospector
extends IObjectIntrospector


Method Summary
 IOdbList<OID> getClientOids()
           
 void synchronizeIds(OID[] clientIds, OID[] serverIds)
           
 
Methods inherited from interface org.neodatis.odb.core.layers.layer1.introspector.IObjectIntrospector
buildNnoi, clear, getClassIntrospector, getMetaRepresentation
 

Method Detail

getClientOids

IOdbList<OID> getClientOids()

synchronizeIds

void synchronizeIds(OID[] clientIds,
                    OID[] serverIds)