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 ConnectionChannel.connectionThe parent connection for this channel.Methods in org.rapidcontext.core.type that return ConnectionModifier and TypeMethodDescriptionstatic ConnectionSearches 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 ConnectionModifierConstructorDescriptionprotectedChannel(Connection con) Creates a new communications channel for the specified connection.