|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api |
---|
Methods in com.intel.gpe.clients.api that throw GPEMiddlewareServiceException | ||
---|---|---|
void |
JobClient.abort()
Abort the job. |
|
void |
TargetSystemManagementClient.addApplication(Application application,
Incarnation incarnation)
Add application to the list of applications supported by a target system |
|
void |
TargetSystemManagementClient.addRegistryUser(User user)
Add user as a Registry to the list of users for a target system |
|
void |
TargetSystemManagementClient.addUser(User user)
Add user to a list of users for a taget system |
|
void |
StorageClient.changePermissions(java.lang.String path,
boolean readable,
boolean writable,
boolean executable)
Change the file permissions. |
|
void |
StorageClient.copyFile(java.lang.String destination,
java.lang.String source)
Copy the file from one location to another at the storage |
|
void |
StorageClient.createDirectory(java.lang.String path)
Create the directory at the storage. |
|
void |
StorageClient.deleteFile(java.lang.String path)
Delete the remote file. |
|
void |
WSLTClient.destroy()
Destroy the resource immediately. |
|
|
StorageClient.exportFile(java.lang.String path,
java.lang.String protocol,
boolean isPipe)
Create the file transfer resource to transfer the file from the the remote location at the storage to the client machine |
|
|
TargetSystemClient.getApplications()
|
|
|
TargetSystemClient.getApplications(java.lang.String applicationName)
Get application resources with a certain name. |
|
java.util.Calendar |
WSLTClient.getCurrentTime()
|
|
|
JobClient.getExecutionJSDL()
|
|
java.lang.String |
StorageClient.getFileSeparator()
Get the file separator suitable for valid path construction for this storage |
|
|
StorageClient.getFileSystem()
|
|
|
TargetSystemClient.getJobs()
|
|
org.w3c.dom.Element[] |
WSRPClient.getMultipleResourceProperties(javax.xml.namespace.QName[] resourceProperties)
Get multiple resource properties. |
|
java.lang.String |
TargetSystemClient.getName()
|
|
java.lang.String |
TargetSystemFactoryClient.getName()
Get the name of the target system factory |
|
java.util.List<java.lang.Double> |
TargetSystemClient.getNumericInfo(java.lang.String name)
Get the value of NumericInfo properties with the specified name. |
|
|
JobClient.getOriginalJSDL()
|
|
org.w3c.dom.Element |
WSRPClient.getResourceProperty(javax.xml.namespace.QName resourceProperty)
Get custom resource property. |
|
|
RegistryClient.getResources(javax.xml.namespace.QName resourceType,
ClientFactory<ClientType> factory)
Get the registered resources with the specified resource type. |
|
java.lang.String |
FileTransferClient.getSource()
Get the value of the source resource property |
|
|
JobClient.getStatus()
|
|
java.lang.String |
LoggingJobClient.getStderr()
|
|
java.lang.String |
LoggingJobClient.getStdout()
|
|
|
TargetSystemClient.getStorage(java.lang.String type)
|
|
|
TargetSystemClient.getStorages()
|
|
java.util.Calendar |
JobClient.getSubmissionTime()
|
|
java.lang.String[] |
StorageClient.getSupportedProtocols()
Get the list of supported file transfer protocols. |
|
java.lang.String |
FileTransferClient.getTarget()
Get the value of the target resource property |
|
|
JobClient.getTargetSystem()
|
|
org.w3c.dom.Element |
TargetSystemManagementClient.getTargetSystemConfiguration()
Provide current configuration of target system |
|
|
TargetSystemFactoryClient.getTargetSystems()
Get the target systems created by this TSF. |
|
|
RegistryClient.getTargetSystemServices()
|
|
java.util.Calendar |
WSLTClient.getTerminationTime()
|
|
java.util.List<java.lang.String> |
TargetSystemClient.getTextInfo(java.lang.String name)
Get the value of TextInfo properties with the specified name. |
|
|
TargetSystemManagementClient.getUsers()
Get a list of users from a target system |
|
|
JobClient.getWorkingDirectory()
|
|
void |
JobClient.hold()
Hold (suspend) the job. |
|
|
StorageClient.importFile(java.lang.String file,
java.lang.String protocol,
boolean isPipe)
Create the file transfer resource to transfer the file from the client machine to the remote location at the storage |
|
|
StorageClient.listDirectory(java.lang.String path)
List the files in the directory. |
|
|
StorageClient.listProperties(java.lang.String path)
List the properties (attributes) of the file |
|
void |
WSNConsumerClient.notify(javax.xml.namespace.QName topic,
org.w3c.dom.Node message)
|
|
org.w3c.dom.Element[] |
WSRPClient.queryXPath10Properties(java.lang.String expression)
Query resource properties with XPath 1.0. |
|
|
RegistryClient.register(ResourceRegistration reg)
Register the target system at the registry. |
|
void |
TargetSystemManagementClient.removeApplication(java.lang.String appName,
java.lang.String appVersion)
Remove application from the list of applications supported by a target system |
|
void |
TargetSystemManagementClient.removeUser(User user)
Remove user from a target system |
|
void |
StorageClient.renameFile(java.lang.String destination,
java.lang.String source)
Rename the remote file |
|
void |
JobClient.resume()
Resume the suspended job. |
|
void |
WSLTClient.setTerminationTime(java.util.Calendar newTT)
Set new termination time value. |
|
void |
JobClient.start()
Start the job. |
|
|
TargetSystemClient.submit(Job job,
java.util.Calendar initialTerminationTime)
Submit the job. |
|
SubscriptionClient |
WSNClient.subscribe(javax.xml.namespace.QName simpleTopic,
WSRFClient consumer)
Subscribe to notifications. |
|
boolean |
TargetSystemClient.supportsApplication(java.lang.String applicationName,
java.lang.String applicationVersion)
Check if the application is available on the target system |
|
void |
TargetSystemManagementClient.updateUser(User user)
Update user information |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.fts.byteio |
---|
Methods in com.intel.gpe.clients.api.fts.byteio that throw GPEMiddlewareServiceException | |
---|---|
void |
RandomByteIOFileTransferClient.append(byte[] data)
Append data to the end of the remote file. |
java.util.Calendar |
RandomByteIOFileTransferClient.getAccessTime()
Get the time of the file last access |
java.util.Calendar |
RandomByteIOFileTransferClient.getCreateTime()
Get the time of resource creation. |
java.util.Calendar |
RandomByteIOFileTransferClient.getModificationTime()
Get the time of the file last modification |
long |
StreamableByteIOFileTransferClient.getPosition()
|
long |
RandomByteIOFileTransferClient.getSize()
Get the size of the file behind the transfer resource. |
long |
StreamableByteIOFileTransferClient.getSize()
|
java.util.List<java.lang.String> |
RandomByteIOFileTransferClient.getTransferMechanisms()
Get the list of supported Byte-IO transfer mechanisms. |
java.util.List<java.lang.String> |
StreamableByteIOFileTransferClient.getTransferMechanisms()
|
boolean |
StreamableByteIOFileTransferClient.isEndOfStream()
|
boolean |
RandomByteIOFileTransferClient.isReadable()
Get the read permissions of the file. |
boolean |
StreamableByteIOFileTransferClient.isReadable()
|
boolean |
StreamableByteIOFileTransferClient.isSeekable()
|
boolean |
RandomByteIOFileTransferClient.isWritable()
Get the write permissions of the file. |
boolean |
StreamableByteIOFileTransferClient.isWritable()
|
byte[] |
RandomByteIOFileTransferClient.read(long startOffset,
int bytesPerBlock,
int numBlocks,
long stride)
Read data. |
byte[] |
StreamableByteIOFileTransferClient.seekRead(long offset,
StreamableByteIOConstants.SeekOrigin seekOrigin,
int bytesToRead)
|
void |
StreamableByteIOFileTransferClient.seekWrite(long offset,
StreamableByteIOConstants.SeekOrigin seekOrigin,
byte[] data)
|
void |
RandomByteIOFileTransferClient.truncAppend(long startOffset,
byte[] data)
Truncates remote file and append data to the end of it. |
void |
RandomByteIOFileTransferClient.write(long startOffset,
int bytesPerBlock,
long stride,
byte[] data)
Write data. |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.fts.sftp |
---|
Methods in com.intel.gpe.clients.api.fts.sftp that throw GPEMiddlewareServiceException | |
---|---|
java.net.URI |
SFTPFileTransferClient.getFileURI()
Get SFTP file URI (in the form sftp://host:port/path). |
java.lang.String |
SFTPFileTransferClient.getUserProfileRepositoryServiceURL()
Get URL of UserProfileRepositoryService which can be used to establish SFTP connection. |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.gpe |
---|
Methods in com.intel.gpe.clients.api.gpe that throw GPEMiddlewareServiceException | ||
---|---|---|
|
GPETargetSystemFactoryClient.createTSR(org.w3c.dom.Element configuration,
java.util.Calendar initialTerminationTime)
The method to create a GPE style target system |
|
|
GPERegistryClient.getResourcesByType(java.lang.String resourceType)
Query Registry for resources of given ResourceType. |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.virtualworkspace |
---|
Methods in com.intel.gpe.clients.api.virtualworkspace that throw GPEMiddlewareServiceException | ||
---|---|---|
|
GPEVirtualTargetSystemFactoryClient.createVTSR(org.w3c.dom.Element configuration,
java.util.Calendar initialTerminationTime,
java.lang.String workspaceServiceURL,
java.lang.String imageName,
java.lang.String gridFTPURI)
The method to create a GPE style virutal target system |
|
Build[] |
GPEVirtualTargetSystemFactoryClient.getBuilds()
|
|
Logistics |
WorkspaceClient.getLogistics()
|
|
ResourceAllocation |
WorkspaceClient.getResourceAllocation()
|
|
State |
WorkspaceClient.getState()
|
|
void |
WorkspaceClient.pause()
|
|
void |
WorkspaceClient.shutdown()
|
|
void |
WorkspaceClient.start()
|
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.workflow |
---|
Methods in com.intel.gpe.clients.api.workflow that throw GPEMiddlewareServiceException | ||
---|---|---|
|
WorkflowJobClient.getJobClient(PartnerLink partnerLink)
Get the client class for the resource that is pointed by the specified partner link. |
|
|
WorkflowJobClient.getPartnerLink(PartnerLink name)
Get the partner link by its name. |
|
|
WorkflowJobClient.getStatus(Variable name)
Get the value of some status variable (the variable holding the value of type unigrids:StatusType). |
|
|
WorkflowJobClient.getVariables()
Get the list of the global variables of the workflow. |
Uses of GPEMiddlewareServiceException in com.intel.gpe.clients.api.workflow.gridlet |
---|
Methods in com.intel.gpe.clients.api.workflow.gridlet that throw GPEMiddlewareServiceException | |
---|---|
WSRFClient |
GridletJobClient.getEndpointReference(java.lang.String name)
Get the client class for the resource that is pointed by the specified variable. |
java.util.List<Variable> |
GridletJobClient.getVariables()
Get the list of the variables of the workflow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |