Java Globus API: Interface Service
org.globus.gatekeeper
Interface Service
- All Known Implementing Classes:
- JobManagerService
- public interface Service
Provides a simple interface is accessed by the
gatekeeper to forward service requests and handle
service-specific protocol replies.
setCredentials
public void setCredentials(GSSCredential cred)
- Sets the credentials for the service.
request
public void request(ServiceRequest request)
throws ServiceException
- Invokes the service with given request.
getHandle
public String getHandle()
- Retrieves a handle to this service.
setArguments
public void setArguments(String[] args)
throws ServiceException
getRequestSuccessMessage
public String getRequestSuccessMessage()
getRequestFailMessage
public String getRequestFailMessage(Exception e)