Uses of Interface
org.datanucleus.store.connection.ManagedConnectionResourceListener
-
Packages that use ManagedConnectionResourceListener Package Description org.datanucleus.store.connection Package defining the connection to the datastore.org.datanucleus.store.query Package providing implementation of query language support for datastores. -
-
Uses of ManagedConnectionResourceListener in org.datanucleus.store.connection
Fields in org.datanucleus.store.connection with type parameters of type ManagedConnectionResourceListener Modifier and Type Field Description protected List<ManagedConnectionResourceListener>AbstractManagedConnection. listenersListeners for the connection.Methods in org.datanucleus.store.connection with parameters of type ManagedConnectionResourceListener Modifier and Type Method Description voidAbstractManagedConnection. addListener(ManagedConnectionResourceListener listener)voidManagedConnection. addListener(ManagedConnectionResourceListener listener)Registers a ManagedConnectionResourceListener to be notified of events.voidAbstractManagedConnection. removeListener(ManagedConnectionResourceListener listener)voidManagedConnection. 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 ManagedConnectionResourceListener Modifier and Type Field Description protected List<ManagedConnectionResourceListener>AbstractQueryResult. connectionListenersList of listeners to notify when the query results are closed.Methods in org.datanucleus.store.query with parameters of type ManagedConnectionResourceListener Modifier and Type Method Description voidAbstractQueryResult. addConnectionListener(ManagedConnectionResourceListener listener)Method to register a listener to be notified when the query result is closing.
-