Uses of Interface
org.openrdf.sail.SailConnectionListener

Packages that use SailConnectionListener
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
 

Uses of SailConnectionListener in org.openrdf.sail
 

Methods in org.openrdf.sail with parameters of type SailConnectionListener
 void NotifyingSailConnection.addConnectionListener(SailConnectionListener listener)
          Registers a SailConnection listener with this SailConnection.
 void NotifyingSailConnection.removeConnectionListener(SailConnectionListener listener)
          Deregisters a SailConnection listener with this SailConnection.
 

Uses of SailConnectionListener in org.openrdf.sail.helpers
 

Methods in org.openrdf.sail.helpers with parameters of type SailConnectionListener
 void NotifyingSailConnectionWrapper.addConnectionListener(SailConnectionListener listener)
           
 void NotifyingSailConnectionBase.addConnectionListener(SailConnectionListener listener)
           
 void NotifyingSailConnectionWrapper.removeConnectionListener(SailConnectionListener listener)
           
 void NotifyingSailConnectionBase.removeConnectionListener(SailConnectionListener listener)
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.