Uses of Interface
com.hp.hpl.jena.shared.Lock

Packages that use Lock
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.rdf.model.impl This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. 
com.hp.hpl.jena.shared This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

Uses of Lock in com.hp.hpl.jena.db
 

Classes in com.hp.hpl.jena.db that implement Lock
 class ModelRDB
          A persistent relational database implemention of the RDF API.
 

Uses of Lock in com.hp.hpl.jena.ontology
 

Subinterfaces of Lock in com.hp.hpl.jena.ontology
 interface OntModel
           An enhanced view of a Jena model that is known to contain ontology data, under a given ontology vocabulary (such as OWL).
 

Uses of Lock in com.hp.hpl.jena.rdf.model
 

Subinterfaces of Lock in com.hp.hpl.jena.rdf.model
 interface InfModel
          An extension to the normal Model interface that supports access to any underlying inference capability.
 interface Model
          An RDF Model.
 

Methods in com.hp.hpl.jena.rdf.model that return Lock
 Lock Model.getLock()
          Get the model lock for this model.
 

Uses of Lock in com.hp.hpl.jena.rdf.model.impl
 

Classes in com.hp.hpl.jena.rdf.model.impl that implement Lock
 class com.hp.hpl.jena.rdf.model.impl.ModelCom
           
 

Uses of Lock in com.hp.hpl.jena.shared
 

Classes in com.hp.hpl.jena.shared that implement Lock
 class LockMRSW
          Lock implemenetation using a Multiple Reader, Single Writer policy.
 class LockMutex
           
 class LockNone
           
 

Uses of Lock in com.hp.hpl.jena.util
 

Classes in com.hp.hpl.jena.util that implement Lock
 class MonitorModel
          Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP