|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EngineType
Derby engine types. Enumerate different modes the emmbedded engine (JDBC driver, SQL langauge layer and store) can run in. A module can query the monitor to see what type of service is being requested in terms of its engine type and then use that in a decision as to if it is suitable.
ModuleSupportable
,
Monitor.isDesiredType(Properties, int)
,
Monitor.getEngineType(Properties)
Field Summary | |
---|---|
static java.lang.String |
PROPERTY
Property used to define the type of engine required. |
static int |
STANDALONE_DB
Full database engine, the typical configuration. |
static int |
STORELESS_ENGINE
A JDBC engine with a query language layer but no store layer executing. |
Field Detail |
---|
static final int STANDALONE_DB
static final int STORELESS_ENGINE
static final java.lang.String PROPERTY
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |