See: Description
| Class | Description |
|---|---|
| DefaultSailChangedEvent |
Default implementation of the SailChangedEvent interface.
|
| DirectoryLockManager |
Used to create a lock in a directory.
|
| NotifyingSailBase |
SailBase is an abstract Sail implementation that takes care of common sail
tasks, including proper closing of active connections and a grace period for
active connections during shutdown of the store.
|
| NotifyingSailConnectionBase |
Abstract Class offering base functionality for SailConnection
implementations.
|
| NotifyingSailConnectionWrapper |
An implementation of the
NotifyingSailConnection
interface that wraps another NotifyingSailConnection
object and forwards any method calls to the wrapped transaction. |
| NotifyingSailWrapper |
An implementation of the StackableSail interface that wraps another Sail
object and forwards any relevant calls to the wrapped Sail.
|
| SailBase |
SailBase is an abstract Sail implementation that takes care of common sail
tasks, including proper closing of active connections and a grace period for
active connections during shutdown of the store.
|
| SailConnectionBase |
Abstract Class offering base functionality for SailConnection
implementations.
|
| SailConnectionWrapper |
An implementation of the SailConnection interface that wraps another
SailConnection object and forwards any method calls to the wrapped
connection.
|
| SailUtil |
Defines utility methods for working with Sails.
|
| SailWrapper |
An implementation of the StackableSail interface that wraps another Sail
object and forwards any relevant calls to the wrapped Sail.
|
Copyright © 2001–2015 Aduna. All rights reserved.