Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::ResourceEndpoint Class Reference

#include <ResourceEndpoint.h>

List of all members.

Public Member Functions

 ResourceEndpoint (std::string url="", int resourceId=0)
 ResourceEndpoint (const ResourceEndpoint &endpoint)
ResourceEndpointoperator= (const ResourceEndpoint &endpoint)
bool operator== (const ResourceEndpoint &endpoint)
int getResourceId ()
std::string getUrl ()
std::string toString ()
bool equals (const ResourceEndpoint &endpoint)


Detailed Description

A service or resource endpoint.


Constructor & Destructor Documentation

glite::rgma::ResourceEndpoint::ResourceEndpoint std::string  url = "",
int  resourceId = 0
 

creates an endpoint object from the given Service URL and resourceId

Parameters:
url the service URL of the end point
resourceId the resourcid

glite::rgma::ResourceEndpoint::ResourceEndpoint const ResourceEndpoint endpoint  ) 
 

creates a new Endpoint object from the given Endpoint

Parameters:
endpoint the endpoint to be copied


Member Function Documentation

int glite::rgma::ResourceEndpoint::getResourceId  ) 
 

get the resourceId of this Endpoint

Returns:
the resourceId

std::string glite::rgma::ResourceEndpoint::getUrl  ) 
 

get the URL of this Endpoint

Returns:
the URL

std::string glite::rgma::ResourceEndpoint::toString  ) 
 

get the stringified representation of this Endpoint

Returns:
the stringified representation of this Endpoint


The documentation for this class was generated from the following files:
Generated on Wed Apr 25 19:11:33 2007 for glite-rgma-api-cpp by doxygen 1.3.5