Interface RemoteEntityConnectionProvider

All Superinterfaces:
AutoCloseable, is.codion.framework.db.EntityConnectionProvider

public interface RemoteEntityConnectionProvider extends is.codion.framework.db.EntityConnectionProvider
A class responsible for managing a remote entity connection.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A key for specifying the domain type required by a remote client

    Fields inherited from interface is.codion.framework.db.EntityConnectionProvider

    CLIENT_CONNECTION_TYPE, CLIENT_DOMAIN_TYPE, CONNECTION_TYPE_HTTP, CONNECTION_TYPE_LOCAL, CONNECTION_TYPE_REMOTE
  • Method Summary

    Modifier and Type
    Method
    Description
    Instantiates a new builder instance.
     

    Methods inherited from interface is.codion.framework.db.EntityConnectionProvider

    clientId, clientTypeId, clientVersion, close, connectedEvent, connection, connectionType, connectionValid, description, domainType, entities, user
  • Field Details

    • REMOTE_CLIENT_DOMAIN_TYPE

      static final String REMOTE_CLIENT_DOMAIN_TYPE
      A key for specifying the domain type required by a remote client
      See Also:
  • Method Details

    • hostName

      String hostName()
      Returns:
      the name of the host of the server providing the connection
    • builder

      Instantiates a new builder instance.
      Returns:
      a new builder