com.intel.gpe.clients.api
Interface LoggingJobClient

All Superinterfaces:
JobClient, ServiceClient, WSLTClient, WSRFClient, WSRPClient

public interface LoggingJobClient
extends JobClient

The client abstraction for the job management resource that generates stdout and stderr files.

Version:
$Id: LoggingJobClient.java,v 1.5 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Alexander Lukichev

Method Summary
 java.lang.String getStderr()
           
 java.lang.String getStdout()
           
 
Methods inherited from interface com.intel.gpe.clients.api.JobClient
abort, getExecutionJSDL, getOriginalJSDL, getStatus, getSubmissionTime, getTargetSystem, getWorkingDirectory, hold, resume, start
 
Methods inherited from interface com.intel.gpe.clients.api.WSLTClient
destroy, getCurrentTime, getTerminationTime, setTerminationTime
 
Methods inherited from interface com.intel.gpe.clients.api.WSRPClient
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties
 

Method Detail

getStdout

java.lang.String getStdout()
                           throws GPEInvalidResourcePropertyQNameException,
                                  GPEResourceUnknownException,
                                  GPEUnmarshallingException,
                                  GPESecurityException,
                                  GPEMiddlewareRemoteException,
                                  GPEMiddlewareServiceException
Returns:
The name of the stdout file in the working directory
Throws:
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide stdout property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException

getStderr

java.lang.String getStderr()
                           throws GPEInvalidResourcePropertyQNameException,
                                  GPEResourceUnknownException,
                                  GPEUnmarshallingException,
                                  GPESecurityException,
                                  GPEMiddlewareRemoteException,
                                  GPEMiddlewareServiceException
Returns:
The name of the stderr file in the working directory
Throws:
GPEInvalidResourcePropertyQNameException - If corresponding job resource does not provide stderr property
GPEResourceUnknownException - If WSRF-HE fails to find a resource with corresponding identifier
GPEUnmarshallingException - If something bad happens during convertation from XML to resource property object
GPESecurityException - If client fails to setup security
GPEMiddlewareRemoteException - If middleware throws an analogue of RemoreException
GPEMiddlewareServiceException - If middleware throws an analogue of ServiceException


Copyright © 2008. All Rights Reserved.