Interface RemoteSessionFactory
- All Known Implementing Classes:
DbRemoteSessionFactory, PdoRemoteSessionFactory
public interface RemoteSessionFactory
Factory for remote sessions.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptioncreate(RemoteDbSession remoteDbSession) Creates the remote session.static RemoteSessionFactoryThe singleton.
-
Method Details
-
getInstance
-
create
Creates the remote session.- Parameters:
remoteDbSession- the remote object- Returns:
- the remote session
-