Uses of Class
org.glite.rgma.ResourceEndpoint

Uses of ResourceEndpoint in org.glite.rgma
 

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

Methods in org.glite.rgma with parameters of type ResourceEndpoint
 Consumer ConsumerFactory.reconnectConsumer(ResourceEndpoint resourceEndpoint)
          Reconnects to an existing Consumer resource.
 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.
 

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