org.eclipse.emf.cdo.server.db4o
Interface IDB4OStore

All Superinterfaces:
IStore

public interface IDB4OStore
extends IStore

The main entry point to the API of CDO's integration with DB4O databases.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
 
Field Summary
static String TYPE
           
 
Method Summary
 int getPort()
           
 String getStoreLocation()
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStore
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRepository, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentProperties
 

Field Detail

TYPE

static final String TYPE
See Also:
Constant Field Values
Method Detail

getStoreLocation

String getStoreLocation()

getPort

int getPort()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.