|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnvironmentCapability
Capability to provide direct access to the underlying BDB environment.
| Method Summary | |
|---|---|
BDBProduct |
getBDBProduct()
|
File |
getDataHome()
Returns the directory where data files are stored, which is the same as the home directory by default. |
Object |
getEnvironment()
Returns the BDB environment object, which must be cast to the expected type, depending on the BDB product and version being used. |
File |
getHome()
Returns the home directory for the BDB environment. |
int[] |
getVersion()
Returns the major, minor, and patch version numbers. |
| Method Detail |
|---|
Object getEnvironment()
BDBProduct getBDBProduct()
int[] getVersion()
File getHome()
File getDataHome()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||