Uses of Interface
com.intel.gpe.clients.api.WSRFClient

Packages that use WSRFClient
com.intel.gpe.clients.api   
com.intel.gpe.clients.api.exceptions   
com.intel.gpe.clients.api.fts.baseline   
com.intel.gpe.clients.api.fts.byteio   
com.intel.gpe.clients.api.fts.sftp   
com.intel.gpe.clients.api.gpe   
com.intel.gpe.clients.api.virtualworkspace   
com.intel.gpe.clients.api.workflow   
com.intel.gpe.clients.api.workflow.gridlet   
 

Uses of WSRFClient in com.intel.gpe.clients.api
 

Classes in com.intel.gpe.clients.api with type parameters of type WSRFClient
 interface ClientFactory<ClientType extends WSRFClient>
          The client factory.
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api
 interface FileTransferClient
          The base client class for managing file transfer resource.
 interface JobClient
          The client interface to manage the job management resource.
 interface LoggingJobClient
          The client abstraction for the job management resource that generates stdout and stderr files.
 interface RegistryClient
          The client interface to the registry service.
 interface StorageClient
          The client interface to the storage management resource
 interface SubscriptionClient
          The client interface to the subscription resource
 interface TargetSystemClient
          The client interface to the target system resource.
 interface TargetSystemFactoryClient
          The TargetSystemFactory client
 interface TargetSystemManagementClient
          The client interface to target system management operations
 interface WSLTClient
          The client interface for WS-ResourceLifetime operation.
 interface WSNClient
          The client interface to the WS-NotificationProducer resource.
 interface WSNConsumerClient
          The client interface to the WS-NotificationConsumer resource.
 interface WSRPClient
          The client interface to WS-ResourceProperties operations.
 

Methods in com.intel.gpe.clients.api with type parameters of type WSRFClient
<ClientType extends WSRFClient>
java.util.List<ClientType>
RegistryClient.getResources(javax.xml.namespace.QName resourceType, ClientFactory<ClientType> factory)
          Get the registered resources with the specified resource type.
 

Methods in com.intel.gpe.clients.api that return WSRFClient
 WSRFClient ResourceRegistration.getEndpointRereference()
          Get the client to the resource endpoint.
 

Methods in com.intel.gpe.clients.api with parameters of type WSRFClient
 ClientType ClientFactory.createClient(WSRFClient client)
          Convert the generic WSRFClient to the actual client
 void ResourceRegistration.setEndpointRereference(WSRFClient epr)
          Set the client to the resource endpoint.
 SubscriptionClient WSNClient.subscribe(javax.xml.namespace.QName simpleTopic, WSRFClient consumer)
          Subscribe to notifications.
 

Uses of WSRFClient in com.intel.gpe.clients.api.exceptions
 

Constructors in com.intel.gpe.clients.api.exceptions with parameters of type WSRFClient
GPEAddRefusedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEApplicationNotAddedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEApplicationNotRemovedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPECertificateProcessionException(java.lang.String message, java.lang.Throwable cause, WSRFClient resourceClient)
           
GPEContentCreationFailedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEDirectoryNotCreatedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path)
           
GPEDirectoryNotListedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path)
           
GPEExportFileResourceNotCreatedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String protocol, java.lang.String path)
           
GPEFileNotCopiedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String source, java.lang.String destination)
           
GPEFileNotDeletedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path)
           
GPEFileNotRenamedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String source, java.lang.String destination)
           
GPEFilePropertiesNotListedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path)
           
GPEFileTransferProtocolNotSupportedException(java.lang.String message, WSRFClient resourceClient, java.lang.String protocol)
           
GPEFTPException(java.lang.String message, java.lang.Throwable cause, WSRFClient resourceClient)
           
GPEGASSException(java.lang.String message, java.lang.Throwable cause, WSRFClient resourceClient)
           
GPEHTTPIOException(java.lang.String message, java.lang.Throwable cause, WSRFClient resourceClient)
           
GPEImportFileResourceNotCreatedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String protocol, java.lang.String path)
           
GPEInvalidQueryExpressionException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String expr)
           
GPEInvalidResourcePropertyQNameException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEInvalidTopicExpressionException(java.lang.String message, FaultWrapper cause, WSRFClient resourceClient, javax.xml.namespace.QName topic)
           
GPEJobNotStartedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEJobNotSubmittedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEPermissionsNotChangedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String path, Permissions permissions)
           
GPEQueryEvaluationErrorException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String expr)
           
GPEQueryLanguageException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEResourceNotDestroyedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEResourceUnknownException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEStorageClientException(java.lang.String message, WSRFClient resourceClient)
           
GPESubscribeCreationFailedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, javax.xml.namespace.QName topic)
           
GPETerminationTimeChangeRejectedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.util.Calendar tt)
           
GPETopicDialectUnknownException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String dialectURI)
           
GPETopicNotSupportedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, javax.xml.namespace.QName topic)
           
GPEUnableToSetTerminationTimeException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.util.Calendar tt)
           
GPEUnknownQueryExpressionDialectException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String dialectURI)
           
GPEUnmarshallingException(java.lang.String message, java.lang.Throwable cause, WSRFClient resourceClient)
           
GPEUnsupportedMemberInterfaceException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEUserNotAddedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEUserNotRemovedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEUserNotUpdatedException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEVirtualWorkspaceShutdownException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient)
           
GPEWrongJobTypeException(java.lang.String message, WSRFClient resourceClient)
           
 

Uses of WSRFClient in com.intel.gpe.clients.api.fts.baseline
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.fts.baseline
 interface BaselineFileTransferClient
          The file transfer client Unigrids Baseline file transfer operations
 

Uses of WSRFClient in com.intel.gpe.clients.api.fts.byteio
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.fts.byteio
 interface ByteIOFileTransferClient
           
 interface RandomByteIOFileTransferClient
          The file transfer client for Byte-IO file transfer operations.
 interface StreamableByteIOFileTransferClient
           
 

Uses of WSRFClient in com.intel.gpe.clients.api.fts.sftp
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.fts.sftp
 interface SFTPFileTransferClient
           
 

Uses of WSRFClient in com.intel.gpe.clients.api.gpe
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.gpe
 interface GPERegistryClient
           
 interface GPETargetSystemManagementClient
          The GPE specific methods of the Target System Management interface.
 

Uses of WSRFClient in com.intel.gpe.clients.api.virtualworkspace
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.virtualworkspace
 interface WorkspaceClient
           
 

Uses of WSRFClient in com.intel.gpe.clients.api.workflow
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.workflow
 interface WorkflowJobClient
          The Workflow Job Management Service client object.
 

Methods in com.intel.gpe.clients.api.workflow with parameters of type WSRFClient
protected abstract  PartnerLinkValue CustomizableDataStagingSetup.getPLValue(WSRFClient client)
           
protected abstract  PartnerLinkValue URLBasedDataStagingSetup.getPLValue(WSRFClient client)
           
 PartnerLinkValue GPEWorkflowJob.newPartnerLinkValue(WSRFClient client)
          Produce new PartnerLinkValue object containing the reference to the supplied WSRF resource.
 

Uses of WSRFClient in com.intel.gpe.clients.api.workflow.gridlet
 

Subinterfaces of WSRFClient in com.intel.gpe.clients.api.workflow.gridlet
 interface GridletJobClient
           
 

Methods in com.intel.gpe.clients.api.workflow.gridlet that return WSRFClient
 WSRFClient GridletJobClient.getEndpointReference(java.lang.String name)
          Get the client class for the resource that is pointed by the specified variable.
 



Copyright © 2008. All Rights Reserved.