Uses of Class
org.rapidcontext.core.type.Connection
Packages that use Connection
Package
Description
Provides the storage data types & server-side object initialization.
-
Uses of Connection in org.rapidcontext.core.type
Fields in org.rapidcontext.core.type declared as ConnectionModifier and TypeFieldDescriptionprotected Connection
Channel.connection
The parent connection for this channel.Methods in org.rapidcontext.core.type that return ConnectionModifier and TypeMethodDescriptionstatic Connection
Searches for a specific connection in the storage.Environment.findConnection
(Storage storage, String id) Searches for a connection with the specified id.Channel.getConnection()
Returns the connection that this channel belongs to.Constructors in org.rapidcontext.core.type with parameters of type ConnectionModifierConstructorDescriptionprotected
Channel
(Connection con) Creates a new communications channel for the specified connection.