Uses of Class
org.glite.rgma.Storage

Uses of Storage in org.glite.rgma
 

Fields in org.glite.rgma declared as Storage
static Storage Storage.MEMORY
          The default MEMORY storage location.
static Storage Storage.DATABASE
          The default DATABASE storage location.
static Storage Storage.FILE
          The default FILE storage location.
 

Methods in org.glite.rgma that return Storage
static Storage Storage.getDatabase(java.lang.String location, java.lang.String userName, java.lang.String password)
          Deprecated.  
static Storage Storage.getDatabase(java.lang.String logicalName)
          Gets a DATABASE Storage object for the specified database.
static Storage Storage.getFile(java.lang.String logicalName)
          Deprecated.  
 Storage ProducerProperties.getStorage()
          Gets the storage location for this Producer.
 

Constructors in org.glite.rgma with parameters of type Storage
ProducerProperties(Storage storage, int supportedQueries)
          Creates a new ProducerProperties object.
ProducerProperties(Storage storage, int supportedQueries, boolean ignoreSlowConsumers)
          Deprecated.