Interface RemoteSessionFactory

All Known Implementing Classes:
DbRemoteSessionFactory, PdoRemoteSessionFactory

public interface RemoteSessionFactory
Factory for remote sessions.
Author:
harald
  • Method Details

    • getInstance

      static RemoteSessionFactory getInstance()
      The singleton.
      Returns:
      the singleton
    • create

      RemoteSession create(RemoteDbSession remoteDbSession)
      Creates the remote session.
      Parameters:
      remoteDbSession - the remote object
      Returns:
      the remote session