Uses of Interface
org.openrdf.repository.event.RepositoryConnectionListener

Packages that use RepositoryConnectionListener
org.openrdf.repository.event   
org.openrdf.repository.event.base   
 

Uses of RepositoryConnectionListener in org.openrdf.repository.event
 

Methods in org.openrdf.repository.event with parameters of type RepositoryConnectionListener
 void NotifyingRepositoryConnection.addRepositoryConnectionListener(RepositoryConnectionListener listener)
          Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
 void NotifyingRepository.addRepositoryConnectionListener(RepositoryConnectionListener listener)
          Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
 void NotifyingRepository.removeRepositoryConnectinoListener(RepositoryConnectionListener listener)
          Removes a registered RepositoryConnectionListener from this repository.
 void NotifyingRepositoryConnection.removeRepositoryConnectionListener(RepositoryConnectionListener listener)
          Removes a registered RepositoryConnectionListener from this connection.
 

Uses of RepositoryConnectionListener in org.openrdf.repository.event.base
 

Classes in org.openrdf.repository.event.base that implement RepositoryConnectionListener
 class RepositoryConnectionListenerAdapter
           
 

Methods in org.openrdf.repository.event.base with parameters of type RepositoryConnectionListener
 void NotifyingRepositoryWrapper.addRepositoryConnectionListener(RepositoryConnectionListener listener)
          Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
 void NotifyingRepositoryConnectionWrapper.addRepositoryConnectionListener(RepositoryConnectionListener listener)
          Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
 void NotifyingRepositoryWrapper.removeRepositoryConnectinoListener(RepositoryConnectionListener listener)
          Removes a registered RepositoryConnectionListener from this repository.
 void NotifyingRepositoryConnectionWrapper.removeRepositoryConnectionListener(RepositoryConnectionListener listener)
          Removes a registered RepositoryConnectionListener from this connection.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.