See: Description
Interface | Description |
---|---|
Session<T> |
Common abstraction for a Session with a remote File system.
|
SessionFactory<F> |
Factory for acquiring
Session instances. |
SharedSessionCapable |
A
SessionFactory that implements this interface is capable of supporting a shared session. |
Class | Description |
---|---|
CachingSessionFactory<F> |
A
SessionFactory implementation that caches Sessions for reuse without
requiring reconnection each time the Session is retrieved from the factory. |
SessionFactoryFactoryBean<T> | Deprecated |