java.lang.Object
org.tentackle.dbms.DbRemoteSessionFactory
- All Implemented Interfaces:
RemoteSessionFactory
@Service(RemoteSessionFactory.class)
public class DbRemoteSessionFactory
extends Object
implements RemoteSessionFactory
Default implementation for a remote session factory.
- Author:
- harald
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RemoteDbSession remoteDbSession) Creates the remote session.
-
Constructor Details
-
DbRemoteSessionFactory
public DbRemoteSessionFactory()Creates the remote session factory.
-
-
Method Details
-
create
Description copied from interface:RemoteSessionFactory
Creates the remote session.- Specified by:
create
in interfaceRemoteSessionFactory
- Parameters:
remoteDbSession
- the remote object- Returns:
- the remote session
-