Uses of Interface
org.datanucleus.store.connection.ManagedConnectionResourceListener
Packages that use ManagedConnectionResourceListener
Package
Description
Package defining the connection to the datastore.
Package providing query language support for datastores.
-
Uses of ManagedConnectionResourceListener in org.datanucleus.store.connection
Fields in org.datanucleus.store.connection with type parameters of type ManagedConnectionResourceListenerModifier and TypeFieldDescriptionprotected List
<ManagedConnectionResourceListener> AbstractManagedConnection.listeners
Listeners for the connection.Methods in org.datanucleus.store.connection with parameters of type ManagedConnectionResourceListenerModifier and TypeMethodDescriptionvoid
AbstractManagedConnection.addListener
(ManagedConnectionResourceListener listener) void
ManagedConnection.addListener
(ManagedConnectionResourceListener listener) Registers a ManagedConnectionResourceListener to be notified of events.void
AbstractManagedConnection.removeListener
(ManagedConnectionResourceListener listener) void
ManagedConnection.removeListener
(ManagedConnectionResourceListener listener) Deregister a ManagedConnectionResourceListener. -
Uses of ManagedConnectionResourceListener in org.datanucleus.store.query
Fields in org.datanucleus.store.query with type parameters of type ManagedConnectionResourceListenerModifier and TypeFieldDescriptionprotected List
<ManagedConnectionResourceListener> AbstractQueryResult.connectionListeners
List of listeners to notify when the query results are closed.Methods in org.datanucleus.store.query with parameters of type ManagedConnectionResourceListenerModifier and TypeMethodDescriptionvoid
AbstractQueryResult.addConnectionListener
(ManagedConnectionResourceListener listener) Method to register a listener to be notified when the query result is closing.