Uses of Interface
com.ibm.datapower.wamt.dataAPI.Repository

Packages that use Repository
com.ibm.datapower.wamt.dataAPI Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. 
com.ibm.datapower.wamt.dataAPI.local.filesystem Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit 
 

Uses of Repository in com.ibm.datapower.wamt.dataAPI
 

Methods in com.ibm.datapower.wamt.dataAPI that return Repository
static Repository RepositoryFactory.getRepository(java.lang.String implementationClassName, Credential credential)
          Returns an instance of the repository.
 

Uses of Repository in com.ibm.datapower.wamt.dataAPI.local.filesystem
 

Classes in com.ibm.datapower.wamt.dataAPI.local.filesystem that implement Repository
 class RepositoryImpl
          The Repository object used for executing persistence operations such as reading and writing Stored objects to the local file system
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.