Uses of Class
org.glite.rgma.ProducerProperties

Uses of ProducerProperties in org.glite.rgma
 

Methods in org.glite.rgma with parameters of type ProducerProperties
 PrimaryProducer ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties)
          Creates a primary producer that uses the specified data storage and producer type.
 PrimaryProducer ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. Use createPrimaryProducer(TimeInterval,ProducerProperties).
 SecondaryProducer ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties)
          Creates a secondary producer, that uses a primary producer with the specified attributes to republish information.
 SecondaryProducer ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval, ProducerProperties producerProperties, StringList voNames)
          Deprecated. See createSecondaryProducer(TimeInterval,ProducerProperties).