| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionListener |
EnvironmentMutableConfig.getExceptionListener()
Returns the exception listener, if set.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentMutableConfig |
EnvironmentMutableConfig.setExceptionListener(ExceptionListener exceptionListener)
Sets the exception listener for an Environment.
|
void |
EnvironmentMutableConfig.setExceptionListenerVoid(ExceptionListener exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionListener |
EnvironmentImpl.getExceptionListener() |
Copyright © 2024. All rights reserved.