Uses of Class
org.glite.rgma.ResourceEndpoint

Uses of ResourceEndpoint in org.glite.rgma
 

Methods in org.glite.rgma that return ResourceEndpoint
 ResourceEndpoint ResourceEndpointList.getResourceEndpoint(int index)
          Retrieves the ResourceEndpoint with the specified index.
 ResourceEndpoint Resource.getResourceEndpoint()
          Gets the endpoint of the resource with which the API communicates.
 ResourceEndpoint ProducerTableEntry.getEndpoint()
          Gets the producer's endpoint.
 

Methods in org.glite.rgma with parameters of type ResourceEndpoint
 OnDemandProducer ProducerFactory.reconnectOnDemandProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing OnDemandProducer resource.
 PrimaryProducer ProducerFactory.reconnectPrimaryProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing PrimaryProducer resource.
 SecondaryProducer ProducerFactory.reconnectSecondaryProducer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing SecondaryProducer resource.
 Consumer ConsumerFactory.reconnectConsumer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing Consumer resource.
 

Constructors in org.glite.rgma with parameters of type ResourceEndpoint
ResourceEndpoint(ResourceEndpoint endpoint)
          Creates a new Endpoint object.
ProducerTableEntry(ResourceEndpoint endpoint, java.lang.String tableName, ProducerType producerType, int hrpSec, java.lang.String qosAttrib)
          Creates a new ProducerTableEntry object.