Uses of Interface
org.fosstrak.llrp.client.Repository

Packages that use Repository
org.fosstrak.llrp.client   
org.fosstrak.llrp.client.repository.sql   
org.fosstrak.llrp.client.repository.sql.roaccess   
org.fosstrak.llrp.commander   
 

Uses of Repository in org.fosstrak.llrp.client
 

Methods in org.fosstrak.llrp.client that return Repository
static Repository RepositoryFactory.create(java.util.Map<java.lang.String,java.lang.String> args)
          create a new repository with the configuration parameters provided via the parameters hash map.
static Repository RepositoryFactory.create(java.util.Properties properties)
          create a new repository and read the configuration from a Properties data structure.
 

Methods in org.fosstrak.llrp.client with parameters of type Repository
 void ROAccessReportsRepository.initialize(Repository repository)
          Initializer for the RO_ACCESS_REPORTS repository.
 void ROAccessReportsRepository.setRepository(Repository repository)
          set the repository that "owns" this RO_ACCESS_REPORTS repository.
 

Uses of Repository in org.fosstrak.llrp.client.repository.sql
 

Classes in org.fosstrak.llrp.client.repository.sql that implement Repository
 class AbstractSQLRepository
          The AbstractSQLRepository represents a common super class for all SQL based Repositories.
 class DerbyRepository
          The LLRP message repository implementation based on Sun JavaDB.
 class MySQLRepository
          The MySQLRepository provides the basis for a MySQL repository back-end.
 class PostgreSQLRepository
          The PostgreSQLRepository provides the basis for a PostgreSQL repository back-end.
 

Uses of Repository in org.fosstrak.llrp.client.repository.sql.roaccess
 

Fields in org.fosstrak.llrp.client.repository.sql.roaccess declared as Repository
protected  Repository AbstractSQLROAccessReportsRepository.repository
          the repository "owning" this item.
 

Methods in org.fosstrak.llrp.client.repository.sql.roaccess with parameters of type Repository
 void AbstractSQLROAccessReportsRepository.initialize(Repository repository)
           
 void AbstractSQLROAccessReportsRepository.setRepository(Repository repository)
           
 

Uses of Repository in org.fosstrak.llrp.commander
 

Methods in org.fosstrak.llrp.commander that return Repository
 Repository ResourceCenter.getRepository()
          Get the Repository interface.
 Repository ResourceCenter.setRepository(Repository repo)
          allows to set a new repository.
 

Methods in org.fosstrak.llrp.commander with parameters of type Repository
 Repository ResourceCenter.setRepository(Repository repo)
          allows to set a new repository.
 



Copyright © 2009. All Rights Reserved.