Uses of Interface
org.glite.rgma.Service

Uses of Service in org.glite.rgma
 

Subinterfaces of Service in org.glite.rgma
 interface Registry
          Admin API for the Registry.
 interface Schema
          Admin API for the Schema.
 

Methods in org.glite.rgma that return Service
 Service ProducerFactory.getSecondaryProducerService()
          Gets a reference to the SecondaryProducer service, which can be used to get and set properties and get version.
 Service ProducerFactory.getOnDemandProducerService()
          Gets a reference to the OnDemandProducer service, which can be used to get and set properties and get version.
 Service ProducerFactory.getPrimaryProducerService()
          Gets a reference to the PrimaryProducer service, which can be used to get and set properties and get version.
 Service ConsumerFactory.getConsumerService()
          Gets a reference to the Consumer service, which can be used to get and set properties and get version.