Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
L
O
R
S
T
W
G
GET_SERVICE_DATA_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_DETAILS_SELECT_ADMIN
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_DETAILS_SELECT_ASSOC
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_DETAILS_SELECT_SERVICE
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_DETAILS_SELECT_VOS
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_PARAMETER_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_SITE_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
GET_SERVICE_WSDL_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
getAdministration()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the admin contact for the service.
getAssociatedServices()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the associated services for the service.
getData()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the service data (key/value pairs) for the service.
getEndpoint()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Gets the service endpoint.
getName()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Gets the unique service name.
getService(String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getServiceData(String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getServiceDataItem(String, String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getServiceDetails(String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getServiceSite(String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getServiceWSDL(String)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
getSite()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the site where the service is deployed.
getStatus()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Deprecated.
getStatusMessage()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Deprecated.
getType()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Gets the service type.
getVersion()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Gets the service version.
getVOs()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the list of VOs under which the service operates.
getWSDL()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Gets the URL for the WSDL of the service.
L
LIST_ASSOCIATED_SERVICES_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
LIST_ASSOCIATED_SERVICES_SELECT_WITH_VO
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
LIST_SERVICES_BY_DATA_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
LIST_SERVICES_SELECT
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
LIST_SERVICES_SELECT_WITH_VO
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
listAssociatedServices(String, String, String, String[], boolean)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
listAssociatedServices(String, String, String, String[])
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
listServices(String, String, String[], boolean)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
listServices(String, String, String[])
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
listServicesByData(ServiceData[], String, String, String[], boolean)
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
listServicesByData(ServiceData[], String, String, String[])
- Method in class org.glite.rgma.discovery.
RGMAServiceDiscovery
O
org.glite.rgma.discovery
- package org.glite.rgma.discovery
R
RGMAServiceDiscovery
- Class in
org.glite.rgma.discovery
RGMA implementation of the Service Discovery interface.
RGMAServiceDiscovery()
- Constructor for class org.glite.rgma.discovery.
RGMAServiceDiscovery
Creates a new RGMAServiceDiscovery object.
RGMAServiceDiscoverySQL
- Interface in
org.glite.rgma.discovery
Class RGMAServiceDiscoverySQL
S
ServiceDetailsImpl
- Class in
org.glite.rgma.discovery
A detailed description of a Service, including information about VOs, service data and associated services.
ServiceDetailsImpl()
- Constructor for class org.glite.rgma.discovery.
ServiceDetailsImpl
Creates an empty ServiceDetails object.
ServiceDetailsImpl(String, String, String, String, String, String, String[], String, Service[], ServiceData[])
- Constructor for class org.glite.rgma.discovery.
ServiceDetailsImpl
Creates a new ServiceDetails object with the given name, type, endpoint, version, status, site, administration, VOs, WSDL, associated services and service data.
ServiceDetailsImpl(Service)
- Constructor for class org.glite.rgma.discovery.
ServiceDetailsImpl
Creates a new ServiceDetails object based on the given Service.
ServiceDetailsImpl(Service, String, String, String[], String, Service[], ServiceData[])
- Constructor for class org.glite.rgma.discovery.
ServiceDetailsImpl
Creates a new ServiceDetails object with the given service, site, administration, VOs, WSDL, associated services and service data.
ServiceImpl
- Class in
org.glite.rgma.discovery
Provides basic information about a Service.
ServiceImpl()
- Constructor for class org.glite.rgma.discovery.
ServiceImpl
Creates a new empty Service object.
ServiceImpl(Service)
- Constructor for class org.glite.rgma.discovery.
ServiceImpl
Creates a new Service object from an existing Service.
ServiceImpl(String, String, String, String, int, String)
- Constructor for class org.glite.rgma.discovery.
ServiceImpl
Deprecated.
status and statusMessage should not be used in Service, @see ServiceImpl(String,String,String,String)
ServiceImpl(String, String, String, String)
- Constructor for class org.glite.rgma.discovery.
ServiceImpl
Creates a new Service object with the given name, type, endpoint, version and status.
setAdministration(String)
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the admin contact for the service.
setAssociatedServices(Service[])
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the associated services for the service.
setData(ServiceData[])
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the service data (key/value pairs) for the service.
setEndpoint(String)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Sets the service endpoint.
setName(String)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Sets the unique service name.
setSite(String)
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the site where the service is deployed.
setStatus(int)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Deprecated.
setStatusMessage(String)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Deprecated.
setType(String)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Sets the service type.
setVersion(String)
- Method in class org.glite.rgma.discovery.
ServiceImpl
Sets the service version.
setVOs(String[])
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the list of VOs under which the service operates.
setWSDL(String)
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Sets the URL for the WSDL of the service.
T
toString()
- Method in class org.glite.rgma.discovery.
ServiceDetailsImpl
Returns a string representation of this ServiceDetails object.
toString()
- Method in class org.glite.rgma.discovery.
ServiceImpl
Returns a string representation of this Service.
W
WHERE_SITE
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
WHERE_STATUS_AVAILABLE
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
WHERE_TYPE
- Static variable in interface org.glite.rgma.discovery.
RGMAServiceDiscoverySQL
G
L
O
R
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes