Uses of Class
org.glite.rgma.StringList

Uses of StringList in org.glite.rgma
 

Methods in org.glite.rgma that return StringList
 StringList Schema.getAllTables(java.lang.String vdbName)
          Gets a list of all tables in the schema for the given VDB.
 StringList StringList.subList(int fromIndex)
          Returns a new StringList containing the elements of this list from index fromIndex to the end.
 

Methods in org.glite.rgma with parameters of type StringList
 OnDemandProducer ProducerFactory.createOnDemandProducer(TimeInterval terminationInterval, java.net.URI uri, StringList voNames)
          Deprecated. See createOnDemandProducer(TimeInterval,URI)
 PrimaryProducer ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. Use createPrimaryProducer(TimeInterval,ProducerProperties).
 SecondaryProducer ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. See createSecondaryProducer(TimeInterval,ProducerProperties).
 void PrimaryProducer.insertList(StringList insertStatements)
          Publishes using a list of SQL INSERT statements.
 void PrimaryProducer.insertList(StringList insertStatements, TimeInterval latestRetentionPeriod)
          Publishes using a list of SQL INSERT statements.