org.eclipse.emf.cdo.server.objectivity
Interface IObjectivityStoreConfig

All Superinterfaces:
Serializable

public interface IObjectivityStoreConfig
extends Serializable

Encapsulates Objectivity-specific back-end configuration settings.

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

Method Summary
 String getFdName()
           
 int getLogOption()
           
 String getLogPath()
           
 int getSessionMaxCacheSize()
           
 int getSessionMinCacheSize()
           
 void resetFD()
           
 

Method Detail

getFdName

String getFdName()

resetFD

void resetFD()

getSessionMinCacheSize

int getSessionMinCacheSize()

getSessionMaxCacheSize

int getSessionMaxCacheSize()

getLogPath

String getLogPath()
Since:
4.0

getLogOption

int getLogOption()
Since:
4.0


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