Module is.codion.framework.db.rmi
Package is.codion.framework.db.rmi
Interface RemoteEntityConnectionProvider
- All Superinterfaces:
AutoCloseable
,EntityConnectionProvider
A class responsible for managing a remote entity connection.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A key for specifying the domain type required by a remote clientFields 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
Methods inherited from interface is.codion.framework.db.EntityConnectionProvider
clientId, clientTypeId, clientVersion, close, connected, connection, connectionType, connectionValid, description, domainType, entities, user
-
Field Details
-
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
- See Also:
-