Franz Inc, AllegroGraph

Uses of Interface
com.franz.util.Closeable

Packages that use Closeable
com.franz.agraph.jena   
com.franz.agraph.repository   
com.franz.util   
 

Uses of Closeable in com.franz.agraph.jena
 

Classes in com.franz.agraph.jena that implement Closeable
 class AGGraph
          Implements the Jena Graph interface for AllegroGraph.
 class AGGraphMaker
          Implements the Jena GraphMaker interface for AllegroGraph.
 class AGGraphUnion
           
 class AGInfGraph
          Implements the Jena InfGraph interface for AllegroGraph.
 class AGInfModel
          Implements the Jena InfModel interface for AllegroGraph.
 class AGModel
          Implements the Jena Model interface for AllegroGraph.
 class AGQueryExecution
          Implements the Jena QueryExecution interface for AllegroGraph.
 class AGTripleIterator
          A utility class for iterating over Jena Triples.
 

Uses of Closeable in com.franz.agraph.repository
 

Subinterfaces of Closeable in com.franz.agraph.repository
 interface AGAbstractRepository
           
 

Classes in com.franz.agraph.repository that implement Closeable
 class AGRepository
          Implements the Sesame Repository interface for AllegroGraph.
 class AGRepositoryConnection
          Implements the Sesame RepositoryConnection interface for AllegroGraph.
 class AGServer
          The top-level class for interacting with an AllegroGraph server.
 class AGVirtualRepository
           
 

Uses of Closeable in com.franz.util
 

Methods in com.franz.util with type parameters of type Closeable
static
<CloseableType extends Closeable>
CloseableType
Util.close(CloseableType o)
           
 


Copyright © 2008-2010 Franz Inc.