A B C D E F G H I J L M N O P Q R S T U V W

A

abort() - Method in interface com.intel.gpe.clients.api.JobClient
Abort the job.
Action - Interface in com.intel.gpe.clients.api.workflow
The basic element of the workflow.
ActionScope - Class in com.intel.gpe.clients.api.workflow
The action block equipped with fault handlers.
ActionScope(Action, ActionScope.GenericCatch[]) - Constructor for class com.intel.gpe.clients.api.workflow.ActionScope
 
ActionScope.Catch - Class in com.intel.gpe.clients.api.workflow
Fault handler to catch faults with the (probably) specified QName.
ActionScope.Catch(QName, Action) - Constructor for class com.intel.gpe.clients.api.workflow.ActionScope.Catch
Create a fault handler.
ActionScope.GenericCatch - Interface in com.intel.gpe.clients.api.workflow
The generic interface for the fault handler.
addAction(Action) - Method in class com.intel.gpe.clients.api.workflow.Flow
Add the next parallel action to the construct.
addAction(Action) - Method in class com.intel.gpe.clients.api.workflow.Sequence
Add the next action to the sequence.
addApplication(Application, Incarnation) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Add application to the list of applications supported by a target system
addDataStagingExportElement(String, String, String) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Add data stage-out element
addDataStagingImportElement(String, String, String) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Add data stage-in element.
addExtensionElement(Element) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Add the extension element to jsdl:JobDefinition
addField(String, String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Add the field value for the application incarnation.
addMessageHandler(Pick.OnMessage) - Method in class com.intel.gpe.clients.api.workflow.Pick
Add the message handler
addOption(String, String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Deprecated.  
addPartnerLink(PartnerLink, PartnerLinkValue) - Method in interface com.intel.gpe.clients.api.workflow.Scope
Add the partner link with the specified value
addPartnerLink(PartnerLink, PartnerLinkValue) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Add partner link declaration
addRegistryUser(User) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Add user as a Registry to the list of users for a target system
addResourcePropertyName(QName) - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Add resource property name to the registration content
addResourceType(QName) - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Add ResourceType to the registration content
addTextInfoResource(String, String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Add the text info resource requirement (GPE extension of JSDL).
addUser(User) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Add user to a list of users for a taget system
addVariable(Variable, VariableValue) - Method in interface com.intel.gpe.clients.api.workflow.Scope
Add the variable with the specified value
addVariable(Variable, VariableValue) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Add variable declaration/
addVariables(WorkflowJob) - Method in interface com.intel.gpe.clients.api.workflow.Scope
Add the variable declarations from the scope to the job definition
addWSDLReference(String, String) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Add WSDL reference.
append(byte[]) - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Append data to the end of the remote file.
Application - Interface in com.intel.gpe.clients.api
The abstraction of the information about the application available at the target system.
ASSIGN - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Assignment - Class in com.intel.gpe.clients.api.workflow
The assignment between variables or partner links.
Assignment(Variable, Variable) - Constructor for class com.intel.gpe.clients.api.workflow.Assignment
Create a assignment from one variable to another.
Assignment(PartnerLink, boolean, PartnerLink) - Constructor for class com.intel.gpe.clients.api.workflow.Assignment
Create a assignment from one partner link to another.
Assignment(Variable, PartnerLink) - Constructor for class com.intel.gpe.clients.api.workflow.Assignment
Create a assignment from a variable to a partner link.
Assignment(PartnerLink, boolean, Variable) - Constructor for class com.intel.gpe.clients.api.workflow.Assignment
Create a assignment from a partner link to a variable.
Assignment(String, Variable) - Constructor for class com.intel.gpe.clients.api.workflow.Assignment
Create a assignment from an expression to a variable.
AtomicJob - Class in com.intel.gpe.clients.api.workflow
The complex action for performing an atomic job invocation.
AtomicJob(Job, Calendar, PartnerLink, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.AtomicJob
Create the AtomicJob complex action.

B

BASELINE - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Use Unigrids baseline file transfer mechanism
BaselineFileTransferClient - Interface in com.intel.gpe.clients.api.fts.baseline
The file transfer client Unigrids Baseline file transfer operations
BoundVariable<VariableValueType extends VariableValue> - Class in com.intel.gpe.clients.api.workflow
The pair of the variable and its value.
BoundVariable(Variable, VariableValueType) - Constructor for class com.intel.gpe.clients.api.workflow.BoundVariable
 
BPELPrimitives - Class in com.intel.gpe.clients.api.workflow
The set of methods for emitting BPEL primitives
BPELPrimitives() - Constructor for class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
BPWS_NAMESPACE - Static variable in class com.intel.gpe.clients.api.workflow.WorkflowConstants.Workflow
 
Build - Interface in com.intel.gpe.clients.api.virtualworkspace
 
ByteIOFileTransferClient - Interface in com.intel.gpe.clients.api.fts.byteio
 

C

Cache - Class in com.intel.gpe.clients.gpe
The solid implementation of ICache.
Cache() - Constructor for class com.intel.gpe.clients.gpe.Cache
 
CachedEntity - Interface in com.intel.gpe.clients.api.cache
Cached entity interface.
CASE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
CATCH - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
changePermissions(String, boolean, boolean, boolean) - Method in interface com.intel.gpe.clients.api.StorageClient
Change the file permissions.
clear(IdChain) - Method in interface com.intel.gpe.clients.api.cache.ICache
Remove all the entities which id starts with the prefix.
clear(IdChain) - Method in class com.intel.gpe.clients.gpe.Cache
 
clear(IdChain) - Method in class com.intel.gpe.clients.gpe.DummyCache
 
ClientFactory<ClientType extends WSRFClient> - Interface in com.intel.gpe.clients.api
The client factory.
ClientId - Interface in com.intel.gpe.clients.api.cache
The interface to get the id of some cached entity.
clone() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Clones this GPEJob.
com.intel.gpe.clients.api - package com.intel.gpe.clients.api
 
com.intel.gpe.clients.api.cache - package com.intel.gpe.clients.api.cache
 
com.intel.gpe.clients.api.exceptions - package com.intel.gpe.clients.api.exceptions
 
com.intel.gpe.clients.api.fts.baseline - package com.intel.gpe.clients.api.fts.baseline
 
com.intel.gpe.clients.api.fts.byteio - package com.intel.gpe.clients.api.fts.byteio
 
com.intel.gpe.clients.api.fts.sftp - package com.intel.gpe.clients.api.fts.sftp
 
com.intel.gpe.clients.api.gpe - package com.intel.gpe.clients.api.gpe
 
com.intel.gpe.clients.api.jsdl - package com.intel.gpe.clients.api.jsdl
 
com.intel.gpe.clients.api.jsdl.gpe - package com.intel.gpe.clients.api.jsdl.gpe
 
com.intel.gpe.clients.api.virtualworkspace - package com.intel.gpe.clients.api.virtualworkspace
 
com.intel.gpe.clients.api.workflow - package com.intel.gpe.clients.api.workflow
 
com.intel.gpe.clients.api.workflow.gridlet - package com.intel.gpe.clients.api.workflow.gridlet
 
com.intel.gpe.clients.gpe - package com.intel.gpe.clients.gpe
 
Constants - Class in com.intel.gpe.clients.api
Some common constants.
Constants() - Constructor for class com.intel.gpe.clients.api.Constants
 
Constants.JSDL - Class in com.intel.gpe.clients.api
 
Constants.JSDL() - Constructor for class com.intel.gpe.clients.api.Constants.JSDL
 
Constants.Unigrids - Class in com.intel.gpe.clients.api
 
Constants.Unigrids() - Constructor for class com.intel.gpe.clients.api.Constants.Unigrids
 
COPY - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
copyFile(String, String) - Method in interface com.intel.gpe.clients.api.StorageClient
Copy the file from one location to another at the storage
createAssignment(Document, Variable, Variable) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createAssignment(Document, Variable, PartnerLink) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createAssignment(Document, PartnerLink, boolean, Variable) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createAssignment(Document, PartnerLink, boolean, PartnerLink) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createAssignment(Document, String, Variable) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createCase(Document, String, Action, Scope) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createCatch(Document, QName) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createClient(WSRFClient) - Method in interface com.intel.gpe.clients.api.ClientFactory
Convert the generic WSRFClient to the actual client
createDirectory(String) - Method in interface com.intel.gpe.clients.api.StorageClient
Create the directory at the storage.
createFaultHandlers(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createFlow(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createInvocation(Document, QName, String, PartnerLink, Variable, Variable, Map, Namespaces) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createOnMessage(Document, QName, String, PartnerLink, Variable, Namespaces) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createOtherwise(Document, Action, Scope) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createPick(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createScope(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createSequence(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createSwitch(Document) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createTargetSystem(Calendar) - Method in interface com.intel.gpe.clients.api.TargetSystemFactoryClient
Create a target system
createThrow(Document, QName) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
createTSR(Element, Calendar) - Method in interface com.intel.gpe.clients.api.gpe.GPETargetSystemFactoryClient
The method to create a GPE style target system
createVTSR(Element, Calendar, String, String, String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.GPEVirtualTargetSystemFactoryClient
The method to create a GPE style virutal target system
createWhile(Document, String, Action, Scope) - Static method in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
CustomizableDataStagingSetup - Class in com.intel.gpe.clients.api.workflow
Create data staging setup code only for supported transfer mechanisms.
CustomizableDataStagingSetup(List<String>, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 

D

DataStagingElement - Interface in com.intel.gpe.clients.api.jsdl
Data staging element, describing both stage-in and stage-out.
DataStagingSetup - Interface in com.intel.gpe.clients.api.workflow
Setting up the data staging elements in the JSDL Job definition.
Declaration - Class in com.intel.gpe.clients.api.workflow
The declaration of a variable or a partner link.
Declaration(VariableValue) - Constructor for class com.intel.gpe.clients.api.workflow.Declaration
Declare a variable with some generated name and the provided value.
Declaration(PartnerLinkValue) - Constructor for class com.intel.gpe.clients.api.workflow.Declaration
Declare a partner link with some generated name and the provided value.
Declaration(Variable, VariableValue) - Constructor for class com.intel.gpe.clients.api.workflow.Declaration
Declare a variable with the provided name and the provided value.
Declaration(PartnerLink, PartnerLinkValue) - Constructor for class com.intel.gpe.clients.api.workflow.Declaration
Declare a partner link with the provided name and the provided value.
Declaration(String, VariableValue) - Constructor for class com.intel.gpe.clients.api.workflow.Declaration
Declare a variable with provided part name and value
DefaultProperties - Class in com.intel.gpe.clients.gpe
 
DefaultProperties() - Constructor for class com.intel.gpe.clients.gpe.DefaultProperties
 
deleteFile(String) - Method in interface com.intel.gpe.clients.api.StorageClient
Delete the remote file.
derive(String) - Method in class com.intel.gpe.clients.api.workflow.Variable
Derive the variable that points to a sub-node of the node referenced by this variable.
Destroy - Class in com.intel.gpe.clients.api.workflow
The complex action for performing destruction of a WSRF resource.
Destroy(PartnerLink, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.Destroy
Create the destroy action.
destroy() - Method in interface com.intel.gpe.clients.api.WSLTClient
Destroy the resource immediately.
DummyCache - Class in com.intel.gpe.clients.gpe
The simple implementation of the cache that caches nothing.
DummyCache() - Constructor for class com.intel.gpe.clients.gpe.DummyCache
 

E

emitCode(Scope, Element) - Method in interface com.intel.gpe.clients.api.workflow.Action
Emit the piece of code corresponding to the current action.
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.ActionScope.Catch
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.ActionScope
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Assignment
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Declaration
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Destroy
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Flow
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.GetResourceProperty
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Invocation
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Pick
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Pick.OnMessage
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Sequence
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Switch
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Throw
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
emitCode(Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.While
 
emitWorkflow(Action, Scope, Element) - Method in class com.intel.gpe.clients.api.workflow.Workflow
Emit the workflow.
equals(Object) - Method in class com.intel.gpe.clients.api.cache.IdChain
 
equals(Object) - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
equals this instance of class with another instance
equals(Object) - Method in class com.intel.gpe.clients.api.workflow.PartnerLink
 
equals(Object) - Method in class com.intel.gpe.clients.api.workflow.Variable
 
equals(Object) - Method in class com.intel.gpe.clients.api.workflow.WSDLReference
 
equals_check(Object) - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
 
exportFile(String, String, boolean) - Method in interface com.intel.gpe.clients.api.StorageClient
Create the file transfer resource to transfer the file from the the remote location at the storage to the client machine

F

FAULT_HANDLERS - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
FaultWrapper - Interface in com.intel.gpe.clients.api.exceptions
Generic wrapper for service faults.
FileExport - Class in com.intel.gpe.clients.api.workflow
The complex action for creating a file transfer (export) resource.
FileExport(PartnerLink, String, String, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.FileExport
Create the FileExport action.
FileExportFromExpression - Class in com.intel.gpe.clients.api.workflow
The complex action for creating a file transfer (export) resource.
FileExportFromExpression(PartnerLink, String, String, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.FileExportFromExpression
Create the FileExportFromExpression action.
FileImport - Class in com.intel.gpe.clients.api.workflow
The complex action for creating a file transfer (import) resource.
FileImport(PartnerLink, String, String, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.FileImport
Create the FileImport action.
FileImportFromExpression - Class in com.intel.gpe.clients.api.workflow
The complex action for creating a file transfer (import) resource.
FileImportFromExpression(PartnerLink, String, String, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
FileSystem - Interface in com.intel.gpe.clients.api
The abstraction of the information about the remote file system.
FileTransferClient - Interface in com.intel.gpe.clients.api
The base client class for managing file transfer resource.
FLOW - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Flow - Class in com.intel.gpe.clients.api.workflow
The set of parallel actions.
Flow() - Constructor for class com.intel.gpe.clients.api.workflow.Flow
 
FROM - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
fromString(String) - Static method in enum com.intel.gpe.clients.api.jsdl.OSType
 
fromString(String) - Static method in enum com.intel.gpe.clients.api.jsdl.ProcessorType
 

G

GASS - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Transfer files by HTTP to/from GASS server
GASSDataStagingSetup - Class in com.intel.gpe.clients.api.workflow
 
GASSDataStagingSetup(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.GASSDataStagingSetup
 
get(IdChain, QName, Class) - Method in interface com.intel.gpe.clients.api.cache.ICache
Get the stored property of the entity from the cache.
get(IdChain, QName, Class) - Method in class com.intel.gpe.clients.gpe.Cache
 
get(IdChain, QName, Class) - Method in class com.intel.gpe.clients.gpe.DummyCache
 
getAccessTime() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the time of the file last access
getAction() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the root action.
getAction() - Method in class com.intel.gpe.clients.api.workflow.Switch.Case
Get the action.
getApplicationName() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
 
getApplications() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
 
getApplications(String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get application resources with a certain name.
getApplications() - Method in interface com.intel.gpe.clients.api.virtualworkspace.ImageConfiguration
 
getApplicationVersion() - Method in interface com.intel.gpe.clients.api.Application
 
getApplicationVersion() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
 
getArrayValue(QName, VariableValue[]) - Method in interface com.intel.gpe.clients.api.workflow.VariableValue
Create a new VariableValue that is an array of the supplied values.
getArrayValue(QName, PartnerLinkValue[]) - Method in interface com.intel.gpe.clients.api.workflow.VariableValue
Create a new VariableValue that is an array of the supplied partner link values.
getAuthor() - Method in interface com.intel.gpe.clients.api.GridBean
 
getBPEL4WSNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getBPEL4WSNS() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getBPEL4WSNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getBPWSNS() - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getBPWSNS() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getBuildID() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Gets the buildID value for this Build.
getBuildName() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Gets the buildName value for this Build.
getBuilds() - Method in interface com.intel.gpe.clients.api.virtualworkspace.GPEVirtualTargetSystemFactoryClient
 
getComments() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Gets the comments value for this Build.
getCommonName() - Method in interface com.intel.gpe.clients.api.User
 
getCondition() - Method in class com.intel.gpe.clients.api.workflow.Switch.Case
Get the condition.
getContent() - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Get registration content.
getCPUArchitectureRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the requirements for target CPU architecture
getCPUArtchitecture() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the CPU architecture information
getCPUType() - Method in interface com.intel.gpe.clients.api.virtualworkspace.ResourceAllocation
 
getCreateTime() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the time of resource creation.
getCurrentTime() - Method in interface com.intel.gpe.clients.api.WSLTClient
 
getData() - Method in interface com.intel.gpe.clients.api.User
 
getDataStagingExportElements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get data stage-out elements as a collection.
getDataStagingImportElements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get data stage-in elements as a collection.
getDataStagingSetup(String, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getDataStagingSetup(String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
getDataStagingSetup(String) - Method in interface com.intel.gpe.clients.gpe.GPEClientProperties
 
getDataStagingSetupEntries() - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
getDataStagingSetupEntries() - Method in interface com.intel.gpe.clients.gpe.GPEClientProperties
 
getDelegationParameters() - Static method in class com.intel.gpe.clients.api.workflow.InvocationParameters
Get the parameters to specify the invocation with credentials delegation and using the caller's identity
getDescription() - Method in interface com.intel.gpe.clients.api.Application
 
getDescription() - Method in interface com.intel.gpe.clients.api.GridBean
 
getDescriptionAsStrings() - Method in interface com.intel.gpe.clients.api.exceptions.FaultWrapper
Get fault description (to be used by client applications in diagnostics output).
getDescriptionAsStrings() - Method in class com.intel.gpe.clients.api.exceptions.GPEFaultWrapper
 
getDestination() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileNotCopiedException
Get destination of the original file copy request.
getDestination() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileNotRenamedException
Get destination of the original rename file request.
getDestroy(PartnerLink, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getDestroyPortType() - Method in class com.intel.gpe.clients.api.workflow.Destroy
 
getDestroyRequestValue() - Method in class com.intel.gpe.clients.api.workflow.Destroy
 
getDestroyResponseValue() - Method in class com.intel.gpe.clients.api.workflow.Destroy
 
getDialectURI() - Method in exception com.intel.gpe.clients.api.exceptions.GPETopicDialectUnknownException
Get dialect URI.
getDialectURI() - Method in exception com.intel.gpe.clients.api.exceptions.GPEUnknownQueryExpressionDialectException
Get query expression dialect URI.
getEmptyListValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getEndpointReference(String) - Method in interface com.intel.gpe.clients.api.workflow.gridlet.GridletJobClient
Get the client class for the resource that is pointed by the specified variable.
getEndpointRereference() - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Get the client to the resource endpoint.
getExact() - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Get exact requirements
getExclusiveExecutionRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the flag of exclusive execution
getExecutable() - Method in interface com.intel.gpe.clients.api.Permissions
 
getExecutionJSDL() - Method in interface com.intel.gpe.clients.api.JobClient
 
getExecutionJSDLPropertyName() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of the jms:ExecutionJSDL property
getExportTransferClient(String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
getExportTransferClient(String) - Method in interface com.intel.gpe.clients.gpe.GPEClientProperties
 
getExpression() - Method in exception com.intel.gpe.clients.api.exceptions.GPEInvalidQueryExpressionException
Get the original expression.
getExpression() - Method in exception com.intel.gpe.clients.api.exceptions.GPEQueryEvaluationErrorException
Get original query expression.
getExtensionElement(QName) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the extension elements from jsdl:JobDefinition by its qname
getFault() - Method in interface com.intel.gpe.clients.api.exceptions.FaultWrapper
Get the original fault.
getFault() - Method in class com.intel.gpe.clients.api.exceptions.GPEFaultWrapper
 
getFaultDescriptionAsString(String, String, String) - Method in exception com.intel.gpe.clients.api.exceptions.GPEServiceException
 
getFaultWrapper() - Method in exception com.intel.gpe.clients.api.exceptions.GPEServiceException
 
getField(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
 
getFile() - Method in interface com.intel.gpe.clients.api.fts.baseline.BaselineFileTransferClient
Get the file from the remote location.
getFile() - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Get the name of the file
getFileExport(PartnerLink, String, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileExportFromExpression(PartnerLink, String, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileExportRequestValue(String, String) - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
getFileExportRequestValue(String, String) - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
getFileExportResponseValue() - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
getFileExportResponseValue() - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
getFileExportURL(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getFileExportURL(Variable, PartnerLink, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
 
getFileExportURL(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileImport(PartnerLink, String, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileImportFromExpression(PartnerLink, String, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileImportRequestValue(String, String) - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
getFileImportRequestValue(String, String) - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
getFileImportResponseValue() - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
getFileImportResponseValue() - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
getFileProperties() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
Get the variable containing the returned unigrids:GridFile structure
getFiles() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getFileSeparator() - Method in interface com.intel.gpe.clients.api.StorageClient
Get the file separator suitable for valid path construction for this storage
getFileSystem() - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Get the name of the file system
getFileSystem() - Method in interface com.intel.gpe.clients.api.StorageClient
 
getFileTransfer() - Method in class com.intel.gpe.clients.api.workflow.FileExport
Get the partner link to the created file transfer resource.
getFileTransfer() - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
Get the partner link to the created file transfer resource.
getFileTransfer() - Method in class com.intel.gpe.clients.api.workflow.FileImport
Get the partner link to the created file transfer resource.
getFileTransfer() - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
Get the partner link to the created file transfer resource.
getFileTransferNS() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getFileTransferValue() - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
getFileTransferValue() - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
getFileTransferValue() - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
getFileTransferValue() - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
getFileURI() - Method in interface com.intel.gpe.clients.api.fts.sftp.SFTPFileTransferClient
Get SFTP file URI (in the form sftp://host:port/path).
getGetJobStateRequest() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetJobStateResponse() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetJobStatusRequestValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetJobStatusResponseValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetJobWorkingDirectoryResponse() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetJobWorkingDirectoryResponseValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetResourcePropertyPortType() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getGetResourcePropertyPortType() - Method in class com.intel.gpe.clients.api.workflow.GetResourceProperty
 
getGetResourcePropertyRequestValue(QName) - Method in class com.intel.gpe.clients.api.workflow.GetResourceProperty
 
getGetSourceResponse() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getGetTargetResponse() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getGridBean(String) - Method in interface com.intel.gpe.clients.api.GridBeanClient
Download the GridBean.
getId() - Method in interface com.intel.gpe.clients.api.cache.ClientId
Get the id of the entity.
getId() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
 
getIdChain() - Method in class com.intel.gpe.clients.api.cache.SerializableIdChainWrapper
 
getImageConfiguration() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Gets the imageConfiguration value for this Build.
getImportTransferClient(String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
getImportTransferClient(String) - Method in interface com.intel.gpe.clients.gpe.GPEClientProperties
 
getIndividualCPUCount() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the individual CPU count (per node)
getIndividualCPUCountRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required CPU count per node
getIndividualCPUSpeedRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required CPU speed per node
getIndividualDiskSpaceRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required disk space per node
getIndividualPhysicalMemory() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the individual physical memory (per node)
getIndividualPhysicalMemoryRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required RAM amount per node
getInitialIteratorValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getInitialValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getInitialValue() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getIPAddress() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Logistics
 
getIteratorInitialIValue() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getJobClient(PartnerLink) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJobClient
Get the client class for the resource that is pointed by the specified partner link.
getJobDefinition() - Method in class com.intel.gpe.clients.api.JobType
 
getJobDefinition() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
Get the variable where the job definition of the submitted job is stored
getJobManagement() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobManagementNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobManagementNS() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the namespace of the atomic job management service
getJobManagementNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getJobManagementPartnerLink() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
Get the partner link to the created job management resource
getJobManagementPartnerLinkValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobManagementPortType() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of the JobManagement port type
getJobs() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
 
getJobState() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobStateValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobStatus() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
Get the variable where the job's status is stored
getJobStatusChangeNotification() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobStatusChangeNotificationValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJobStatusPropertyName() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of the jms:Status resource property of the JobManagement resource
getJobType(String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Construct the job definition type description from the current target system type and job definition type.
getJSDLNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getJSDLNS() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the JSDL namespace
getJSDLNS() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getJSDLNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getJSDLPosixNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getKey() - Method in class com.intel.gpe.clients.api.cache.IdChain
 
getListRequestValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
Creates and returns value for the request variable
getListRequestValue() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
getListResponseValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
Creates and returns value for the response variable
getListResponseValue() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
getLocation() - Method in class com.intel.gpe.clients.api.workflow.WSDLReference
Gets the location value for this WSDLReference.
getLogistics() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
getLowerBound() - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Get lower bound
getModificationTime() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the time of the file last modification
getMultipleResourceProperties(QName[]) - Method in interface com.intel.gpe.clients.api.WSRPClient
Get multiple resource properties.
getName() - Method in interface com.intel.gpe.clients.api.Application
 
getName() - Method in interface com.intel.gpe.clients.api.FileSystem
 
getName() - Method in interface com.intel.gpe.clients.api.GridBean
 
getName() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
 
getName() - Method in interface com.intel.gpe.clients.api.TargetSystemFactoryClient
Get the name of the target system factory
getName() - Method in interface com.intel.gpe.clients.api.virtualworkspace.ImageConfiguration
Gets the name value for the Image.
getName() - Method in class com.intel.gpe.clients.api.workflow.gridlet.Variable
 
getName() - Method in class com.intel.gpe.clients.api.workflow.PartnerLink
Get the name
getName() - Method in class com.intel.gpe.clients.api.workflow.Variable
Get the name.
getNamespace() - Method in class com.intel.gpe.clients.api.workflow.WSDLReference
Gets the namespace value for this WSDLReference.
getNamespaces() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getNamespaces() - Method in class com.intel.gpe.clients.api.workflow.Workflow
Get the workflow namespace mapping
getNoDelegationParameters() - Static method in class com.intel.gpe.clients.api.workflow.InvocationParameters
Get the parameters to specify the invocation without credentials delegation and with using the caller's identity
getNotificationConsumerPortType() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getNotificationProducerPortType() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getNumericInfo(String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the value of NumericInfo properties with the specified name.
getOperatingSystem() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the OS type/version information
getOperatingSystemRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required O/S characteristics.
getOption(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Deprecated.  
getOriginalJSDL() - Method in interface com.intel.gpe.clients.api.JobClient
 
getOSType() - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
Get the type of the O/S
getOSVersion() - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
Get the version of the O/S
getParent() - Method in class com.intel.gpe.clients.api.cache.IdChain
 
getPart() - Method in class com.intel.gpe.clients.api.workflow.Variable
Get the part.
getPartnerLink() - Method in class com.intel.gpe.clients.api.workflow.Declaration
Get the name of the declared partner link
getPartnerLink(PartnerLink) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJobClient
Get the partner link by its name.
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEDirectoryNotCreatedException
 
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEDirectoryNotListedException
 
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEExportFileResourceNotCreatedException
Get file path of the original file export request.
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileNotDeletedException
Get file path of the original delete file request.
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFilePropertiesNotListedException
Get file path of the original list file properties request.
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEImportFileResourceNotCreatedException
Get file path of the original file import request.
getPath() - Method in exception com.intel.gpe.clients.api.exceptions.GPEPermissionsNotChangedException
Get file path of the original change permissions request.
getPath() - Method in interface com.intel.gpe.clients.api.GridFile
 
getPermissions() - Method in exception com.intel.gpe.clients.api.exceptions.GPEPermissionsNotChangedException
Get file permissions of the original change permissions request.
getPermissions() - Method in interface com.intel.gpe.clients.api.GridFile
 
getPhysicalMemory() - Method in interface com.intel.gpe.clients.api.virtualworkspace.ResourceAllocation
 
getPlainVariableValue() - Method in interface com.intel.gpe.clients.api.workflow.VariableValue
If the variable value is a string return this string.
getPluginVersion() - Method in interface com.intel.gpe.clients.api.GridBean
 
getPLValue(WSRFClient) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getPLValue(WSRFClient) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getPosition() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
getProtocol() - Method in exception com.intel.gpe.clients.api.exceptions.GPEExportFileResourceNotCreatedException
Get transfer protocol of the original file export request.
getProtocol() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileTransferProtocolNotSupportedException
Get file transfer protocol name.
getProtocol() - Method in exception com.intel.gpe.clients.api.exceptions.GPEImportFileResourceNotCreatedException
Get transfer protocol of the original file import request.
getProtocolsProperty(PartnerLink, Variable, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getQuery() - Method in class com.intel.gpe.clients.api.workflow.Variable
Get the query.
getReadable() - Method in interface com.intel.gpe.clients.api.Permissions
 
getReason() - Method in exception com.intel.gpe.clients.api.exceptions.GPEException
Get exception reasong - the text of message to be displayed by client applications
getReason() - Method in exception com.intel.gpe.clients.api.exceptions.GPEServiceException
 
getRepositoryURL() - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
gets the repository url
getRepresentation() - Method in exception com.intel.gpe.clients.api.exceptions.GPEIncarnationCreationFailedException
Get original incarnation template
getResourceAllocation() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
getResourceClient() - Method in exception com.intel.gpe.clients.api.exceptions.GPEException
Get the resource which raised original service fault.
GetResourceProperty - Class in com.intel.gpe.clients.api.workflow
The complex action for performing GetResourceProperty request.
GetResourceProperty(QName, PartnerLink, Variable, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.GetResourceProperty
Create the GetResourceProperty action.
getResourceProperty(QName) - Method in interface com.intel.gpe.clients.api.WSRPClient
Get custom resource property.
getResourcePropertyDocument() - Method in interface com.intel.gpe.clients.api.WSRPClient
 
getResources(QName, ClientFactory<ClientType>) - Method in interface com.intel.gpe.clients.api.RegistryClient
Get the registered resources with the specified resource type.
getResourcesByType(String) - Method in interface com.intel.gpe.clients.api.gpe.GPERegistryClient
Query Registry for resources of given ResourceType.
getSize() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the size of the file behind the transfer resource.
getSize() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
getSize() - Method in interface com.intel.gpe.clients.api.GridBean
 
getSize() - Method in interface com.intel.gpe.clients.api.GridFile
 
getSource() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileNotCopiedException
Get source of the original file copy request.
getSource() - Method in exception com.intel.gpe.clients.api.exceptions.GPEFileNotRenamedException
Get source of the original rename file request.
getSource() - Method in interface com.intel.gpe.clients.api.FileTransferClient
Get the value of the source resource property
getSourceProperty(PartnerLink, Variable, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getSourceURI() - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Get the source URI
getStartJobRequest() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getStartJobResponse() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getStartRequestValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getStartResponseValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getState() - Method in interface com.intel.gpe.clients.api.virtualworkspace.State
 
getState() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
getStatus() - Method in interface com.intel.gpe.clients.api.JobClient
 
getStatus(Variable) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJobClient
Get the value of some status variable (the variable holding the value of type unigrids:StatusType).
getStatusVariable() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the variable which is used to store the status of the GPEWorkflowJob
getStderr() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Get stderr file name
getStderr() - Method in interface com.intel.gpe.clients.api.LoggingJobClient
 
getStdin() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Get stdin file name
getStdout() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Get stdout file name
getStdout() - Method in interface com.intel.gpe.clients.api.LoggingJobClient
 
getStorage(String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
getStorageManagementNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getStorageManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.FileExport
 
getStorageManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.FileExportFromExpression
 
getStorageManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.FileImport
 
getStorageManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.FileImportFromExpression
 
getStorageManagementPortType() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
getStorages() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
 
getSubject() - Method in interface com.intel.gpe.clients.api.User
 
getSubmissionTime() - Method in interface com.intel.gpe.clients.api.JobClient
 
getSubmitJobRequest() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubmitJobRequestValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubmitJobResponse() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubmitJobResponseValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubscribeToJobStatusChangeNotificationRequestValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubscribeToJobStatusChangeNotificationResponseValue() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubscribeToJobStatusChangeNotificationsRequest() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSubscribeToJobStatusChangeNotificationsResponse() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getSupportedProtocols() - Method in interface com.intel.gpe.clients.api.StorageClient
Get the list of supported file transfer protocols.
getTarget() - Method in interface com.intel.gpe.clients.api.FileTransferClient
Get the value of the target resource property
getTargetProperty(PartnerLink, Variable, Namespaces) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getTargetSystem() - Method in interface com.intel.gpe.clients.api.JobClient
 
getTargetSystem() - Method in class com.intel.gpe.clients.api.JobType
 
getTargetSystem() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getTargetSystemConfiguration() - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Provide current configuration of target system
getTargetSystemManagementClient() - Method in interface com.intel.gpe.clients.api.ManagedTargetSystemClient
 
getTargetSystemNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getTargetSystemNS() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the namespace of the atomic target system service
getTargetSystemNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getTargetSystemPortType() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getTargetSystemPortType() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of the TargetSystem port type
getTargetSystemReferencePropertyName() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of the jms:TargetSystemReference property
getTargetSystems() - Method in interface com.intel.gpe.clients.api.TargetSystemFactoryClient
Get the target systems created by this TSF.
getTargetSystemServices() - Method in interface com.intel.gpe.clients.api.RegistryClient
 
getTargetSystemType() - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the type of the target system
getTargetURI() - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Get the target URI
getTerminationTime() - Method in exception com.intel.gpe.clients.api.exceptions.GPETerminationTimeChangeRejectedException
Get TerminationTime of the original change termination time request
getTerminationtime() - Method in exception com.intel.gpe.clients.api.exceptions.GPEUnableToSetTerminationTimeException
 
getTerminationTime() - Method in interface com.intel.gpe.clients.api.WSLTClient
 
getTextInfo(String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Get the value of TextInfo properties with the specified name.
getTopic() - Method in exception com.intel.gpe.clients.api.exceptions.GPEInvalidTopicExpressionException
Get topic of original subsription request.
getTopic() - Method in exception com.intel.gpe.clients.api.exceptions.GPESubscribeCreationFailedException
Get topic of the original subscription request.
getTopic() - Method in exception com.intel.gpe.clients.api.exceptions.GPETopicNotSupportedException
Get the topic of original notification subsription request.
getTotalCPUCountRequirements() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the required CPU count
getTransferMechanisms() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the list of supported Byte-IO transfer mechanisms.
getTransferMechanisms() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
getTSPartnerLinkValue() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getUnigridsNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getUnigridsNS() - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getUnigridsNS() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the unigrids namespace
getUnigridsNS() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getUnigridsNS() - Method in class com.intel.gpe.clients.api.workflow.ListFileProperties
 
getUnigridsNS() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getUnigridsTypesNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getUpperBound() - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Get upper bound
getURL() - Method in interface com.intel.gpe.clients.api.RegistryClient
 
getUserProfileRepositoryServiceURL() - Method in interface com.intel.gpe.clients.api.fts.sftp.SFTPFileTransferClient
Get URL of UserProfileRepositoryService which can be used to establish SFTP connection.
getUsers() - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Get a list of users from a target system
getValue() - Method in enum com.intel.gpe.clients.api.jsdl.OSType
 
getValue() - Method in enum com.intel.gpe.clients.api.jsdl.ProcessorType
 
getValue() - Method in class com.intel.gpe.clients.api.workflow.BoundVariable
 
getValue() - Method in class com.intel.gpe.clients.api.workflow.gridlet.Variable
 
getVariable() - Method in class com.intel.gpe.clients.api.workflow.BoundVariable
 
getVariable() - Method in class com.intel.gpe.clients.api.workflow.Declaration
Get the name of the generated variable
getVariables() - Method in interface com.intel.gpe.clients.api.workflow.gridlet.GridletJobClient
Get the list of the variables of the workflow.
getVariables() - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Get the declared variables and their values.
getVariables() - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJobClient
Get the list of the global variables of the workflow.
getVariation() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
 
getVersion() - Method in interface com.intel.gpe.clients.api.GridBean
 
getWESNS() - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
getWESNS() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getWESNS() - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
getWJMSNS() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getWorkflow() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the workflow.
getWorkflowNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWorkflowTSSNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWorkingDirectory() - Method in interface com.intel.gpe.clients.api.JobClient
 
getWorkingDirectory() - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set the working directory of the job.
getWorkingDirectory() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
Get the endpoint reference of the working directory storage resource
getWorkingDirectoryReferencePropertyName() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Get the QName of jms:WorkingDirectoryReference property
getWritable() - Method in interface com.intel.gpe.clients.api.Permissions
 
getWSDLReferences() - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
 
getWSNotificationsSchemaNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getWSNotificationsSchemaNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWSNotificationsWSDLNS() - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
getWSNotificationsWSDLNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWSResourceLifetimeWSDLNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWSResourcePropertiesWSDLNS() - Method in class com.intel.gpe.clients.api.workflow.Workflow
 
getWTSSPortType() - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
getXMLVariableValue() - Method in interface com.intel.gpe.clients.api.workflow.VariableValue
If the variable value is an XML node return this node.
GPE4GTK - Static variable in class com.intel.gpe.clients.api.JobType.TargetSystems
 
GPEAddRefusedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when Registry refuses to register the entry given.
GPEAddRefusedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEAddRefusedException
 
GPEApplicationNotAddedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when TS-management refuses to add an application to a TargetSystem.
GPEApplicationNotAddedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEApplicationNotAddedException
 
GPEApplicationNotRemovedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when TS-management refuses to remove application from a TargetSystem.
GPEApplicationNotRemovedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEApplicationNotRemovedException
 
GPEByteIOCustomException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOCustomException(String, FaultWrapper, ByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOCustomException
 
GPEByteIOReadNotPermittedException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOReadNotPermittedException(String, FaultWrapper, ByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOReadNotPermittedException
 
GPEByteIOSeekNotPermittedException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOSeekNotPermittedException(String, FaultWrapper, StreamableByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOSeekNotPermittedException
 
GPEByteIOTruncateNotPermittedException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOTruncateNotPermittedException(String, FaultWrapper, RandomByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOTruncateNotPermittedException
 
GPEByteIOUnsupportedClientTransferMechanismException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOUnsupportedClientTransferMechanismException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOUnsupportedClientTransferMechanismException
 
GPEByteIOUnsupportedTransferException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOUnsupportedTransferException(String, FaultWrapper, ByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOUnsupportedTransferException
 
GPEByteIOWriteNotPermittedException - Exception in com.intel.gpe.clients.api.fts.byteio
 
GPEByteIOWriteNotPermittedException(String, FaultWrapper, ByteIOFileTransferClient) - Constructor for exception com.intel.gpe.clients.api.fts.byteio.GPEByteIOWriteNotPermittedException
 
GPECertificateProcessionException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when client-side security setup fails to obtain required information from the certificate provided.
GPECertificateProcessionException(String, Throwable, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPECertificateProcessionException
 
GPEClientException - Exception in com.intel.gpe.clients.api.exceptions
Top of GPE client-side exception hierarchy.
GPEClientException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEClientException
 
GPEClientProperties - Interface in com.intel.gpe.clients.gpe
 
GPEContentCreationFailedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when Registry fails to create RegistryEntry during registration.
GPEContentCreationFailedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEContentCreationFailedException
 
GPEDirectoryNotCreatedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to create a directory.
GPEDirectoryNotCreatedException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEDirectoryNotCreatedException
 
GPEDirectoryNotListedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to list contents of a directory.
GPEDirectoryNotListedException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEDirectoryNotListedException
 
GPEException - Exception in com.intel.gpe.clients.api.exceptions
Top of GPE exception hierarchy.
GPE exception handling API encapsulates environment-dependent exceptions thrown by high-level GPE services API.
GPEException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEException
 
GPEExportFileResourceNotCreatedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to create FileEmportResource.
GPEExportFileResourceNotCreatedException(String, FaultWrapper, WSRFClient, String, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEExportFileResourceNotCreatedException
 
GPEFaultWrapper - Class in com.intel.gpe.clients.api.exceptions
 
GPEFaultWrapper(GPEException) - Constructor for class com.intel.gpe.clients.api.exceptions.GPEFaultWrapper
 
GPEFileNotCopiedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to copy a file.
GPEFileNotCopiedException(String, FaultWrapper, WSRFClient, String, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFileNotCopiedException
 
GPEFileNotDeletedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to delete file.
GPEFileNotDeletedException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFileNotDeletedException
 
GPEFileNotRenamedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to rename a file.
GPEFileNotRenamedException(String, FaultWrapper, WSRFClient, String, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFileNotRenamedException
 
GPEFilePropertiesNotListedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to list file properties.
GPEFilePropertiesNotListedException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFilePropertiesNotListedException
 
GPEFileTransferProtocolNotSupportedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when given file transfer is not supported by a TargetSystem.
GPEFileTransferProtocolNotSupportedException(String, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFileTransferProtocolNotSupportedException
 
GPEFTPException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when FTP input/output operation fails.
GPEFTPException(String, Throwable, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEFTPException
 
GPEGASSException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when GASS file transfer operation fails.
GPEGASSException(String, Throwable, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEGASSException
 
GPEGRIDLET - Static variable in class com.intel.gpe.clients.api.JobType.TargetSystems
 
GPEHTTPIOException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when HTTP input/output operation fails.
GPEHTTPIOException(String, Throwable, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEHTTPIOException
 
GPEImportFileResourceNotCreatedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown in the case when StorageManagement fails to create FileImportResource.
GPEImportFileResourceNotCreatedException(String, FaultWrapper, WSRFClient, String, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEImportFileResourceNotCreatedException
 
GPEIncarnationCreationFailedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TS-management fails to parse an incarnation template.
GPEIncarnationCreationFailedException(String, Throwable, ServiceClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEIncarnationCreationFailedException
 
GPEInvalidQueryExpressionException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when server failed to process query resource properties expression.
GPEInvalidQueryExpressionException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEInvalidQueryExpressionException
 
GPEInvalidResourcePropertyQNameException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when a given resoure does not provide a property with given QName.
GPEInvalidResourcePropertyQNameException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEInvalidResourcePropertyQNameException
 
GPEInvalidTopicExpressionException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when server does not support given notification topic expression dialect.
GPEInvalidTopicExpressionException(String, FaultWrapper, WSRFClient, QName) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEInvalidTopicExpressionException
 
GPEJob - Interface in com.intel.gpe.clients.api.jsdl.gpe
The abstraction of the GPE-style job definition.
GPEJobNotAbortedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when JobManagement fails to abort a job.
GPEJobNotAbortedException(String, FaultWrapper, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEJobNotAbortedException
 
GPEJobNotHeldException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when JobManagement fails to hold a job.
GPEJobNotHeldException(String, FaultWrapper, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEJobNotHeldException
 
GPEJobNotResumedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when JobManagement fails to resume a job.
GPEJobNotResumedException(String, FaultWrapper, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEJobNotResumedException
 
GPEJobNotStartedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when JobManagement fails to start a job.
GPEJobNotStartedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEJobNotStartedException
 
GPEJobNotSubmittedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TargetSystem does not accept a submitted job.
GPEJobNotSubmittedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEJobNotSubmittedException
 
GPEJSDL - Static variable in class com.intel.gpe.clients.api.JobType.JobDefinitions
 
GPEMarshallingException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when something bad happens during conversion from object to XML representation.
GPEMarshallingException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEMarshallingException
 
GPEMiddlewareException - Exception in com.intel.gpe.clients.api.exceptions
Top of GPE middleware exceptions hierarchy.
GPEMiddlewareException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEMiddlewareException
 
GPEMiddlewareRemoteException - Exception in com.intel.gpe.clients.api.exceptions
Exception representing a RemoteException for an actual middleware.
GPEMiddlewareRemoteException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEMiddlewareRemoteException
 
GPEMiddlewareServiceException - Exception in com.intel.gpe.clients.api.exceptions
Exception representing ServiceException for an actual middleware.
GPEMiddlewareServiceException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEMiddlewareServiceException
 
GPEPermissionsNotChangedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when StorageManagement fails to change permissions for a given file.
GPEPermissionsNotChangedException(String, FaultWrapper, WSRFClient, String, Permissions) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEPermissionsNotChangedException
 
GPEQueryEvaluationErrorException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when something bad happens on the server during evaluation of query resource properties expression.
GPEQueryEvaluationErrorException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEQueryEvaluationErrorException
 
GPEQueryLanguageException - Exception in com.intel.gpe.clients.api.exceptions
Exception representing query language exceptions for a given query expression evaluator.
GPEQueryLanguageException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEQueryLanguageException
 
GPERegistryClient - Interface in com.intel.gpe.clients.api.gpe
 
GPEResourceNotDestroyedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when WSRF-HE fails to destroy a given resource.
GPEResourceNotDestroyedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEResourceNotDestroyedException
 
GPEResourceUnknownException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when WSRF-HE fails to find a resource with given resource identifier.
GPEResourceUnknownException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEResourceUnknownException
 
GPESecurityException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when GPE client-side fails to setup security for the connection.
GPESecurityException(String, Throwable, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPESecurityException
 
GPEServiceException - Exception in com.intel.gpe.clients.api.exceptions
Top of server-side exceptions hierarchy.
GPEServiceException(String, FaultWrapper, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEServiceException
 
GPEStorageClientException - Exception in com.intel.gpe.clients.api.exceptions
The exception can be thrown by some storage client operations.
GPEStorageClientException(String, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEStorageClientException
 
GPESubscribeCreationFailedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when WSRF-HE fails to create a subscriotion resource.
GPESubscribeCreationFailedException(String, FaultWrapper, WSRFClient, QName) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPESubscribeCreationFailedException
 
GPETargetSystemFactoryClient - Interface in com.intel.gpe.clients.api.gpe
The interface of the GPE Target System Factory.
GPETargetSystemManagementClient - Interface in com.intel.gpe.clients.api.gpe
The GPE specific methods of the Target System Management interface.
GPETerminationTimeChangeRejectedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when WSRF-HE fails to change TerminationTime of a resource due to resource implementation logic.
GPETerminationTimeChangeRejectedException(String, FaultWrapper, WSRFClient, Calendar) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPETerminationTimeChangeRejectedException
 
GPETopicDialectUnknownException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when notification subscription manager does not support given notification topic dialect.
GPETopicDialectUnknownException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPETopicDialectUnknownException
 
GPETopicNotSupportedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown by WSRF-HE when the resource does not support a given notification topic.
GPETopicNotSupportedException(String, FaultWrapper, WSRFClient, QName) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPETopicNotSupportedException
 
GPETSRNotCreatedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown by TargetSystemFactory when it fails to create a target system with given configuration.
GPETSRNotCreatedException(String, FaultWrapper, ServiceClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPETSRNotCreatedException
 
GPEUnableToSetTerminationTimeException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when WSRF-HE fails to change TerminationTime of a resource.
GPEUnableToSetTerminationTimeException(String, FaultWrapper, WSRFClient, Calendar) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUnableToSetTerminationTimeException
 
GPEUnknownQueryExpressionDialectException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown if query expression evaluator does not support a given query expression dialect.
GPEUnknownQueryExpressionDialectException(String, FaultWrapper, WSRFClient, String) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUnknownQueryExpressionDialectException
 
GPEUnmarshallingException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown if something bad happens during convertation from XML representation to object.
GPEUnmarshallingException(String, Throwable, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUnmarshallingException
 
GPEUnsupportedMemberInterfaceException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown by Registry if it rejects the given entry due to member interface requirements of membership content rules.
GPEUnsupportedMemberInterfaceException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUnsupportedMemberInterfaceException
 
GPEUserNotAddedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TS-Management refuses to add a user to a TargetSystem.
GPEUserNotAddedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUserNotAddedException
 
GPEUserNotRemovedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TS-Management refuses to remove a user from a TargetSystem.
GPEUserNotRemovedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUserNotRemovedException
 
GPEUserNotUpdatedException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TS-Management refuses to add a user to a TargetSystem.
GPEUserNotUpdatedException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEUserNotUpdatedException
 
GPEVirtualTargetSystemFactoryClient - Interface in com.intel.gpe.clients.api.virtualworkspace
 
GPEVirtualWorkspaceShutdownException - Exception in com.intel.gpe.clients.api.exceptions
 
GPEVirtualWorkspaceShutdownException(String, FaultWrapper, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEVirtualWorkspaceShutdownException
 
GPEWORKFLOW - Static variable in class com.intel.gpe.clients.api.JobType.TargetSystems
 
GPEWorkflowJob - Interface in com.intel.gpe.clients.api.workflow
The extension of WorkflowJob with factory methods for creating some workflow actions.
GPEWrongJobTypeException - Exception in com.intel.gpe.clients.api.exceptions
Exception thrown when TargetSystem does not support job of a given type (i.e., atmoic target system and workflow job).
GPEWrongJobTypeException(String, WSRFClient) - Constructor for exception com.intel.gpe.clients.api.exceptions.GPEWrongJobTypeException
 
GridBean - Interface in com.intel.gpe.clients.api
The abstraction of the advertized GridBean.
GridBeanClient - Interface in com.intel.gpe.clients.api
The client interface to access GridBean service
GridFile - Interface in com.intel.gpe.clients.api
The abstraction of the remote file.
GRIDFTP - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Transfer files by GridFTP
GridFTPDataStagingSetup - Class in com.intel.gpe.clients.api.workflow
 
GridFTPDataStagingSetup(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.GridFTPDataStagingSetup
 
GridletJob - Interface in com.intel.gpe.clients.api.workflow.gridlet
The Gridlet job
GridletJobClient - Interface in com.intel.gpe.clients.api.workflow.gridlet
 

H

hashCode() - Method in class com.intel.gpe.clients.api.cache.IdChain
 
hashCode() - Method in class com.intel.gpe.clients.api.workflow.PartnerLink
 
hashCode() - Method in class com.intel.gpe.clients.api.workflow.Variable
 
hold() - Method in interface com.intel.gpe.clients.api.JobClient
Hold (suspend) the job.
HOME - Static variable in interface com.intel.gpe.clients.api.FileSystem
 

I

ICache - Interface in com.intel.gpe.clients.api.cache
The generic interface to a GPE client cache.
IdChain - Class in com.intel.gpe.clients.api.cache
The chain of keys that is an identifier in the cache.
IdChain(Object) - Constructor for class com.intel.gpe.clients.api.cache.IdChain
 
IdChain(Object, IdChain) - Constructor for class com.intel.gpe.clients.api.cache.IdChain
 
ImageConfiguration - Interface in com.intel.gpe.clients.api.virtualworkspace
 
importFile(String, String, boolean) - Method in interface com.intel.gpe.clients.api.StorageClient
Create the file transfer resource to transfer the file from the client machine to the remote location at the storage
Incarnation - Interface in com.intel.gpe.clients.api
The abstraction of the incarnation information.
initialTerminationTime - Variable in class com.intel.gpe.clients.api.workflow.AtomicJob
 
Invocation - Class in com.intel.gpe.clients.api.workflow
The invocation of some web-service
Invocation(QName, String, PartnerLink, Variable, Variable, Map, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.Invocation
Create the invocation action
InvocationParameters - Class in com.intel.gpe.clients.api.workflow
The set of utility methods returning some predefined sets of GPE invocation parameters.
InvocationParameters() - Constructor for class com.intel.gpe.clients.api.workflow.InvocationParameters
 
INVOKE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
isAdmin() - Method in interface com.intel.gpe.clients.api.UserRole
 
isDirectory() - Method in interface com.intel.gpe.clients.api.GridFile
 
isEmpty() - Method in class com.intel.gpe.clients.api.workflow.Sequence
 
isEndOfStream() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
isFailed() - Method in interface com.intel.gpe.clients.api.Status
 
isOwner() - Method in interface com.intel.gpe.clients.api.GridFile
 
isQueued() - Method in interface com.intel.gpe.clients.api.Status
 
isReadable() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the read permissions of the file.
isReadable() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
isReady() - Method in interface com.intel.gpe.clients.api.Status
 
isRegistry() - Method in interface com.intel.gpe.clients.api.UserRole
 
isRunning() - Method in interface com.intel.gpe.clients.api.Status
 
isSeekable() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
isStagingIn() - Method in interface com.intel.gpe.clients.api.Status
 
isStagingOut() - Method in interface com.intel.gpe.clients.api.Status
 
isSuccessful() - Method in interface com.intel.gpe.clients.api.Status
 
isUndefined() - Method in interface com.intel.gpe.clients.api.Status
 
isUser() - Method in interface com.intel.gpe.clients.api.UserRole
 
isWritable() - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Get the write permissions of the file.
isWritable() - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 

J

Job - Interface in com.intel.gpe.clients.api
The abstraction of the job description.
JobClient - Interface in com.intel.gpe.clients.api
The client interface to manage the job management resource.
jobDefinition - Variable in class com.intel.gpe.clients.api.workflow.AtomicJob
 
JobType - Class in com.intel.gpe.clients.api
The pair representing the type of the job: (TargetSystem, JobDefinition).
JobType(String, String) - Constructor for class com.intel.gpe.clients.api.JobType
Create the job type.
JobType.JobDefinitions - Class in com.intel.gpe.clients.api
 
JobType.JobDefinitions() - Constructor for class com.intel.gpe.clients.api.JobType.JobDefinitions
 
JobType.TargetSystems - Class in com.intel.gpe.clients.api
 
JobType.TargetSystems() - Constructor for class com.intel.gpe.clients.api.JobType.TargetSystems
 
JSDL - Static variable in class com.intel.gpe.clients.api.JobType.JobDefinitions
 
JSDL_NS - Static variable in class com.intel.gpe.clients.api.Constants.JSDL
 
JSDL_POSIX_NS - Static variable in class com.intel.gpe.clients.api.Constants.JSDL
 
JSDLJob - Interface in com.intel.gpe.clients.api.jsdl
The abstraction of the JSDL job definition.

L

lastModified() - Method in interface com.intel.gpe.clients.api.GridFile
 
listDirectory(String) - Method in interface com.intel.gpe.clients.api.StorageClient
List the files in the directory.
ListDirectory - Class in com.intel.gpe.clients.api.workflow
 
ListDirectory(PartnerLink, Variable, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.ListDirectory
Create the action
ListDirectory(PartnerLink, Variable, Variable, Variable, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.ListDirectory
Create the action
ListFileProperties - Class in com.intel.gpe.clients.api.workflow
The complex action for performing an invocation of StorageManagement.ListProperties request.
ListFileProperties(PartnerLink, Variable, Variable, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.ListFileProperties
Create the action
listGridBeans() - Method in interface com.intel.gpe.clients.api.GridBeanClient
List the available GridBeans.
listProperties(String) - Method in interface com.intel.gpe.clients.api.StorageClient
List the properties (attributes) of the file
LoggingJobClient - Interface in com.intel.gpe.clients.api
The client abstraction for the job management resource that generates stdout and stderr files.
Logistics - Interface in com.intel.gpe.clients.api.virtualworkspace
 
lowerThanDouble(double) - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Test if requirements are met

M

ManagedTargetSystemClient - Interface in com.intel.gpe.clients.api
 

N

NAMESPACE - Static variable in class com.intel.gpe.clients.api.workflow.WorkflowConstants.Workflow
 
newApplication(String, String, String) - Method in interface com.intel.gpe.clients.api.gpe.GPETargetSystemManagementClient
 
newAtomicJob(JSDLJob, Calendar, PartnerLink, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the AtomicJob action.
newAtomicJobDefinition(String) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Return the job definition template of the certain job definition type.
newDataStagingSetup(Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the data staging setup object that will query storage resources for all protocols supported by the client
newDataStagingSetup(List<String>, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the data staging setup object that will query storage resources for the listed protocols
newDestroy(PartnerLink, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the Destroy action.
newFileImport(PartnerLink, String, String, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the FileImport action
newGetResourceProperty(QName, PartnerLink, Variable, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the GetResourceProperty action
newGPEJob() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the new empty GPEJob
newIncarnation(String) - Method in interface com.intel.gpe.clients.api.gpe.GPETargetSystemManagementClient
Create a GPE specific incarnation specification.
newJob(JobType) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Return the job definition template of the certain job definition type.
newJob(JobType, byte[]) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Create a job definition from the provided byte array
newJobStartRequestValue() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the variable value containing the StartRequest message
newListDirectory(PartnerLink, Variable, Variable, Variable, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the ListDirectory action.
newListFileProperties(PartnerLink, Variable, Variable, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the ListFileProperties action.
newNotificationHandler(PartnerLink, Variable, Action, Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the handler of ws-bn:Notify messages.
newPartnerLinkValue() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Produce new empty PartnerLinkValue object.
newPartnerLinkValue(WSRFClient) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Produce new PartnerLinkValue object containing the reference to the supplied WSRF resource.
newResourceRegistration() - Method in interface com.intel.gpe.clients.api.RegistryClient
Create a new ResourceRegistration object
newStatusValue(String) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the value of type unigrids:StatusType
newSubmitValue(GPEJob, Calendar) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the value for the SubmitRequest message
newUser(X509Certificate, Element) - Method in interface com.intel.gpe.clients.api.gpe.GPETargetSystemManagementClient
 
newUser(String, Element) - Method in interface com.intel.gpe.clients.api.gpe.GPETargetSystemManagementClient
 
newVariableValue() - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Produce new empty VariableValue object.
newVariableValue(Element) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Produce new VariableValue object containing the supplied element.
newVariableValue(String) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the variable value containing the supplied string
newWorkflow(Namespaces) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Create the new Workflow with the supplied namespaces
notify(QName, Node) - Method in interface com.intel.gpe.clients.api.WSNConsumerClient
 

O

ON_MESSAGE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
OperatingSystemRequirementsType - Class in com.intel.gpe.clients.api.jsdl
The requirements for target operating system.
OperatingSystemRequirementsType() - Constructor for class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
 
OperatingSystemRequirementsType(OSType, String) - Constructor for class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
 
OSType - Enum in com.intel.gpe.clients.api.jsdl
 
OTHERWISE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 

P

PARAMETER - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
PartnerLink - Class in com.intel.gpe.clients.api.workflow
The name of the partner link object.
PartnerLink() - Constructor for class com.intel.gpe.clients.api.workflow.PartnerLink
 
PartnerLink(String) - Constructor for class com.intel.gpe.clients.api.workflow.PartnerLink
Create the partner link
PARTNERLINKS - Static variable in class com.intel.gpe.clients.api.workflow.Workflow
 
PartnerLinkValue - Interface in com.intel.gpe.clients.api.workflow
The generic representation of the partner link value.
path - Variable in exception com.intel.gpe.clients.api.exceptions.GPEFileNotDeletedException
 
pause() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
Permissions - Interface in com.intel.gpe.clients.api
The abstraction of the remote file permissions
PICK - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Pick - Class in com.intel.gpe.clients.api.workflow
Waiting for messages to the workflow resource.
Pick() - Constructor for class com.intel.gpe.clients.api.workflow.Pick
 
Pick.OnMessage - Class in com.intel.gpe.clients.api.workflow
The message handler.
Pick.OnMessage(QName, String, PartnerLink, Variable, Action, Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.Pick.OnMessage
Create the message handler with the supplied message signature.
POSIX_APPLICATION - Static variable in class com.intel.gpe.clients.api.Constants.JSDL
 
POSIXJSDL - Static variable in class com.intel.gpe.clients.api.JobType.JobDefinitions
 
prefix(IdChain) - Method in class com.intel.gpe.clients.api.cache.IdChain
Test if the chain start with the prefix.
PROCESS - Static variable in class com.intel.gpe.clients.api.workflow.Workflow
 
ProcessorType - Enum in com.intel.gpe.clients.api.jsdl
 
put(IdChain, QName, Class, Object) - Method in interface com.intel.gpe.clients.api.cache.ICache
Store a property of the entity in the cache.
put(IdChain, QName, Class, Object) - Method in class com.intel.gpe.clients.gpe.Cache
 
put(IdChain, QName, Class, Object) - Method in class com.intel.gpe.clients.gpe.DummyCache
 
putDataStagingSetup(String, String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
putExportTransferClient(String, String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 
putFile(byte[]) - Method in interface com.intel.gpe.clients.api.fts.baseline.BaselineFileTransferClient
Put the file to the remote location.
putImportTransferClient(String, String) - Method in class com.intel.gpe.clients.gpe.DefaultProperties
 

Q

queryXPath10Properties(String) - Method in interface com.intel.gpe.clients.api.WSRPClient
Query resource properties with XPath 1.0.

R

RANDOMBYTEIO - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Use RandomByteIO
RandomByteIODataStagingSetup - Class in com.intel.gpe.clients.api.workflow
 
RandomByteIODataStagingSetup(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.RandomByteIODataStagingSetup
 
RandomByteIOFileTransferClient - Interface in com.intel.gpe.clients.api.fts.byteio
The file transfer client for Byte-IO file transfer operations.
RangeValueType - Class in com.intel.gpe.clients.api.jsdl
The representation of range requirement types in JSDL.
RangeValueType(double, double, double) - Constructor for class com.intel.gpe.clients.api.jsdl.RangeValueType
Create the range requirements
RangeValueType(double) - Constructor for class com.intel.gpe.clients.api.jsdl.RangeValueType
Create the exact requirements
RangeValueType() - Constructor for class com.intel.gpe.clients.api.jsdl.RangeValueType
 
read(long, int, int, long) - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Read data.
register(ResourceRegistration) - Method in interface com.intel.gpe.clients.api.RegistryClient
Register the target system at the registry.
RegistryClient - Interface in com.intel.gpe.clients.api
The client interface to the registry service.
remove() - Method in interface com.intel.gpe.clients.api.cache.CachedEntity
Remove the entity from the cache.
removeApplication(String, String) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Remove application from the list of applications supported by a target system
removeUser(User) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Remove user from a target system
renameFile(String, String) - Method in interface com.intel.gpe.clients.api.StorageClient
Rename the remote file
ResourceAllocation - Interface in com.intel.gpe.clients.api.virtualworkspace
 
resourceClient - Variable in exception com.intel.gpe.clients.api.exceptions.GPEException
 
resourcePropertyNames() - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Get resource property names added to the registration content
ResourceRegistration - Interface in com.intel.gpe.clients.api
The abstraction of target system registration information to be sent to a registry.
resourceTypes() - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Get ResourceTypes added to the registration content
resume() - Method in interface com.intel.gpe.clients.api.JobClient
Resume the suspended job.
ROOT - Static variable in interface com.intel.gpe.clients.api.FileSystem
 

S

SCOPE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Scope - Interface in com.intel.gpe.clients.api.workflow
The variable scope.
seekRead(long, StreamableByteIOConstants.SeekOrigin, int) - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
seekWrite(long, StreamableByteIOConstants.SeekOrigin, byte[]) - Method in interface com.intel.gpe.clients.api.fts.byteio.StreamableByteIOFileTransferClient
 
SEQUENCE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Sequence - Class in com.intel.gpe.clients.api.workflow
The sequence of actions.
Sequence() - Constructor for class com.intel.gpe.clients.api.workflow.Sequence
 
SEQUENCE - Static variable in class com.intel.gpe.clients.api.workflow.Workflow
 
SerializableIdChainWrapper - Class in com.intel.gpe.clients.api.cache
 
SerializableIdChainWrapper(IdChain) - Constructor for class com.intel.gpe.clients.api.cache.SerializableIdChainWrapper
 
ServiceClient - Interface in com.intel.gpe.clients.api
Abstract service client, used by exception-handling API.
setAdmin() - Method in interface com.intel.gpe.clients.api.UserRole
Set the role to admin.
setApplicationName(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set the name of the application to run.
setApplicationVersion(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set the version of the application to run.
setBuildID(String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Sets the buildID value for this Build.
setBuildName(String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Sets the buildName value for this Build.
setCaseSensitive(Variable) - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
setComments(String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Sets the comments value for this Build.
setContent(Object[]) - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Set registration content.
setCPUArchitectureRequirements(ProcessorType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the requirements for target CPU architecture
setData(Element) - Method in interface com.intel.gpe.clients.api.User
 
setEndpointRereference(WSRFClient) - Method in interface com.intel.gpe.clients.api.ResourceRegistration
Set the client to the resource endpoint.
setExact(double) - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Set exact requirements
setExcludes(Variable) - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
setExclusiveExecutionRequirements(boolean) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the flag of exclusive execution
setFile(String) - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Set the name of the file
setFileSystem(String) - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Set the name of the file system
setGridlet(Element) - Method in interface com.intel.gpe.clients.api.workflow.gridlet.GridletJob
Set the gridlet filling
setId(String) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set /jsdl:Jobdefinition/@id attribute
setImageConfiguration(ImageConfiguration) - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Sets the imageConfiguration value for this Build.
setIncludes(Variable) - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
setIndividualCPUCountRequirements(RangeValueType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set required CPU count
setIndividualCPUSpeedRequirements(RangeValueType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the required CPU speed per node
setIndividualDiskSpaceRequirements(RangeValueType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the required disk space per node
setIndividualPhysicalMemoryRequirements(RangeValueType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the required RAM amount per node
setLocation(String) - Method in class com.intel.gpe.clients.api.workflow.WSDLReference
Sets the location value for this WSDLReference.
setLowerBound(double) - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Set lower bound
setName(String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.ImageConfiguration
Sets the name value for the Image.
setName(String) - Method in class com.intel.gpe.clients.api.workflow.gridlet.Variable
 
setName(String) - Method in class com.intel.gpe.clients.api.workflow.PartnerLink
Set the name
setName(String) - Method in class com.intel.gpe.clients.api.workflow.Variable
Set the name.
setNamespace(String) - Method in class com.intel.gpe.clients.api.workflow.WSDLReference
Sets the namespace value for this WSDLReference.
setOperatingSystemRequirements(OperatingSystemRequirementsType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set requirements for target O/S
setOSType(OSType) - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
Set the type of the O/S
setOSVersion(String) - Method in class com.intel.gpe.clients.api.jsdl.OperatingSystemRequirementsType
Set the version of the O/S
setPart(String) - Method in class com.intel.gpe.clients.api.workflow.Variable
Set the part.
setProcess(Workflow, Action) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Set the process element of the job.
setQuery(String) - Method in class com.intel.gpe.clients.api.workflow.Variable
Set the query.
setRegistry() - Method in interface com.intel.gpe.clients.api.UserRole
Set the role to registry.
setRepositoryURL(String) - Method in interface com.intel.gpe.clients.api.virtualworkspace.Build
Sets the repository url
setSaveDirStruct(Variable) - Method in class com.intel.gpe.clients.api.workflow.ListDirectory
 
setSourceURI(String) - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Set the source URI
setStatusVariable(Variable) - Method in interface com.intel.gpe.clients.api.workflow.GPEWorkflowJob
Set the variable which is used to store the status of the GPEWorkflowJob
setStderr(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set stderr file name
setStdin(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set stdin file name
setStdout(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set stdout file name
setSubject(String) - Method in interface com.intel.gpe.clients.api.User
Set the user's subject.
setTargetSystem(PartnerLink) - Method in class com.intel.gpe.clients.api.workflow.AtomicJob
 
setTargetURI(String) - Method in interface com.intel.gpe.clients.api.jsdl.DataStagingElement
Set the target URI
setTerminationTime(Calendar) - Method in interface com.intel.gpe.clients.api.WSLTClient
Set new termination time value.
setTotalCPUCountRequirements(RangeValueType) - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Set the required total CPU count
setupExport(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupExport(Variable, PartnerLink, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup export from the working directory of the job to submit to the storage.
setupExport(PartnerLink, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupExport(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupExportFromArray(PartnerLink, Variable, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupExportFromArray(PartnerLink, Variable, Variable, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup export from the working directory of the job to submit to the storage
setupExportFromArray(PartnerLink, Variable, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupExportFromExpression(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupExportFromExpression(Variable, PartnerLink, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup import from the working directory of the job to submit to the storage
setupExportFromExpression(PartnerLink, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupExportFromExpression(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImport(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupImport(Variable, StorageClient, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupImport(Variable, PartnerLink, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup import from the storage the working directory of the job to submit.
setupImport(Variable, StorageClient, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup import from the storage the working directory of the job to submit.
setupImport(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImport(PartnerLink, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImport(Variable, StorageClient, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImportFromArray(PartnerLink, Variable, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupImportFromArray(PartnerLink, Variable, Variable, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup import from the working directory of the job to submit to the storage
setupImportFromArray(PartnerLink, Variable, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImportFromExpression(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.CustomizableDataStagingSetup
 
setupImportFromExpression(Variable, PartnerLink, String) - Method in interface com.intel.gpe.clients.api.workflow.DataStagingSetup
Setup export from the working directory of the job to submit to the storage
setupImportFromExpression(PartnerLink, Variable, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setupImportFromExpression(Variable, PartnerLink, String) - Method in class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
setUpperBound(double) - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
Set upper bound
setUser() - Method in interface com.intel.gpe.clients.api.UserRole
Set the role to user.
setValue(Object[]) - Method in class com.intel.gpe.clients.api.workflow.gridlet.Variable
 
setVariation(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set the variation of the application incarnation.
setWorkingDirectory(String) - Method in interface com.intel.gpe.clients.api.jsdl.gpe.GPEJob
Set the custom value for the working directory of the job.
setWorkingDirectory(String) - Method in interface com.intel.gpe.clients.api.workflow.WorkflowJob
Set the working directory.
SFTP - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Transfer files by SFTP
SFTPFileTransferClient - Interface in com.intel.gpe.clients.api.fts.sftp
 
shutdown() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
start() - Method in interface com.intel.gpe.clients.api.JobClient
Start the job.
start() - Method in interface com.intel.gpe.clients.api.virtualworkspace.WorkspaceClient
 
State - Interface in com.intel.gpe.clients.api.virtualworkspace
 
Status - Interface in com.intel.gpe.clients.api
The abstraction of the job status.
STORAGE_SERVER - Static variable in interface com.intel.gpe.clients.api.FileSystem
 
StorageClient - Interface in com.intel.gpe.clients.api
The client interface to the storage management resource
STREAMABLEBYTEIO - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Use StreamableByteIO
StreamableByteIOConstants - Class in com.intel.gpe.clients.api.fts.byteio
 
StreamableByteIOConstants() - Constructor for class com.intel.gpe.clients.api.fts.byteio.StreamableByteIOConstants
 
StreamableByteIOConstants.SeekOrigin - Enum in com.intel.gpe.clients.api.fts.byteio
 
StreamableByteIODataStagingSetup - Class in com.intel.gpe.clients.api.workflow
 
StreamableByteIODataStagingSetup(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.StreamableByteIODataStagingSetup
 
StreamableByteIOFileTransferClient - Interface in com.intel.gpe.clients.api.fts.byteio
 
submit(Job, Calendar) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Submit the job.
subscribe(QName, WSRFClient) - Method in interface com.intel.gpe.clients.api.WSNClient
Subscribe to notifications.
SubscriptionClient - Interface in com.intel.gpe.clients.api
The client interface to the subscription resource
supportsApplication(String, String) - Method in interface com.intel.gpe.clients.api.TargetSystemClient
Check if the application is available on the target system
SWA - Static variable in interface com.intel.gpe.clients.api.FileTransferClient
Transfer files by SOAP with attachements
SWITCH - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Switch - Class in com.intel.gpe.clients.api.workflow
The selection construct.
Switch(Switch.Case[], Action) - Constructor for class com.intel.gpe.clients.api.workflow.Switch
Create the selection construct.
Switch.Case - Class in com.intel.gpe.clients.api.workflow
The representation of the code branch with the condition to be tested in order to execute the branch.
Switch.Case(String, Action) - Constructor for class com.intel.gpe.clients.api.workflow.Switch.Case
Create the code branch.

T

TARGET_SYSTEM_FACTORY_RESOURCE - Static variable in interface com.intel.gpe.clients.api.TargetSystemFactoryClient
The resource type of target system factory.
TargetSystemClient - Interface in com.intel.gpe.clients.api
The client interface to the target system resource.
TargetSystemFactoryClient - Interface in com.intel.gpe.clients.api
The TargetSystemFactory client
TargetSystemManagementClient - Interface in com.intel.gpe.clients.api
The client interface to target system management operations
TargetSystemType - Enum in com.intel.gpe.clients.api
 
TEMP - Static variable in interface com.intel.gpe.clients.api.FileSystem
 
THROW - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
Throw - Class in com.intel.gpe.clients.api.workflow
Throw a user defined fault.
Throw(QName) - Constructor for class com.intel.gpe.clients.api.workflow.Throw
Create the throw clause.
TO - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
toByteArray() - Method in interface com.intel.gpe.clients.api.jsdl.JSDLJob
Get the XML representation of the JSDL document as an array of bytes
toElement() - Method in interface com.intel.gpe.clients.api.Incarnation
Get the XML representation of the incarnation.
toList() - Method in class com.intel.gpe.clients.api.cache.IdChain
Represent the chain as the List.
toString() - Method in class com.intel.gpe.clients.api.cache.IdChain
 
toString() - Method in class com.intel.gpe.clients.api.JobType
 
toString() - Method in class com.intel.gpe.clients.api.jsdl.RangeValueType
 
truncAppend(long, byte[]) - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Truncates remote file and append data to the end of it.

U

UNIGRIDS - Static variable in class com.intel.gpe.clients.api.JobType.TargetSystems
 
UNIGRIDS_TYPES_NS - Static variable in class com.intel.gpe.clients.api.Constants.Unigrids
 
updateUser(User) - Method in interface com.intel.gpe.clients.api.TargetSystemManagementClient
Update user information
URLBasedDataStagingSetup - Class in com.intel.gpe.clients.api.workflow
Base class for URL based data staging
URLBasedDataStagingSetup(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.URLBasedDataStagingSetup
 
User - Interface in com.intel.gpe.clients.api
The abstraction of the remote user.
UserRole - Interface in com.intel.gpe.clients.api
The abstraction of the user role.

V

valueOf(String) - Static method in enum com.intel.gpe.clients.api.fts.byteio.StreamableByteIOConstants.SeekOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intel.gpe.clients.api.jsdl.OSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intel.gpe.clients.api.jsdl.ProcessorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intel.gpe.clients.api.TargetSystemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.intel.gpe.clients.api.fts.byteio.StreamableByteIOConstants.SeekOrigin
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.intel.gpe.clients.api.jsdl.OSType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.intel.gpe.clients.api.jsdl.ProcessorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.intel.gpe.clients.api.TargetSystemType
Returns an array containing the constants of this enum type, in the order they're declared.
Variable - Class in com.intel.gpe.clients.api.workflow.gridlet
The variable of the Gridlet job.
Variable(String, Object[]) - Constructor for class com.intel.gpe.clients.api.workflow.gridlet.Variable
 
Variable - Class in com.intel.gpe.clients.api.workflow
The object representing a variable or its part.
Variable() - Constructor for class com.intel.gpe.clients.api.workflow.Variable
 
Variable(String, String, String) - Constructor for class com.intel.gpe.clients.api.workflow.Variable
Create the Variable object.
VARIABLE - Static variable in class com.intel.gpe.clients.api.workflow.WorkflowConstants.Workflow
 
VARIABLES - Static variable in class com.intel.gpe.clients.api.workflow.Workflow
 
VariableValue - Interface in com.intel.gpe.clients.api.workflow
The variable value.

W

WHILE - Static variable in class com.intel.gpe.clients.api.workflow.BPELPrimitives
 
While - Class in com.intel.gpe.clients.api.workflow
The loop construct.
While(String, Action) - Constructor for class com.intel.gpe.clients.api.workflow.While
Create the loop construct.
WORK - Static variable in interface com.intel.gpe.clients.api.FileSystem
 
WORKFLOW - Static variable in class com.intel.gpe.clients.api.JobType.JobDefinitions
 
Workflow - Class in com.intel.gpe.clients.api.workflow
The wrapper for the namespace mappings and the root method for emitting the workflow code.
Workflow(Namespaces) - Constructor for class com.intel.gpe.clients.api.workflow.Workflow
Create the workflow.
WORKFLOW_APPLICATION - Static variable in class com.intel.gpe.clients.api.Constants.JSDL
 
WORKFLOW_NS - Static variable in class com.intel.gpe.clients.api.Constants.JSDL
 
WorkflowConstants - Class in com.intel.gpe.clients.api.workflow
 
WorkflowConstants() - Constructor for class com.intel.gpe.clients.api.workflow.WorkflowConstants
 
WorkflowConstants.Workflow - Class in com.intel.gpe.clients.api.workflow
 
WorkflowConstants.Workflow() - Constructor for class com.intel.gpe.clients.api.workflow.WorkflowConstants.Workflow
 
WorkflowJob - Interface in com.intel.gpe.clients.api.workflow
 
WorkflowJobClient - Interface in com.intel.gpe.clients.api.workflow
The Workflow Job Management Service client object.
WorkspaceClient - Interface in com.intel.gpe.clients.api.virtualworkspace
 
write(long, int, long, byte[]) - Method in interface com.intel.gpe.clients.api.fts.byteio.RandomByteIOFileTransferClient
Write data.
WSDLReference - Class in com.intel.gpe.clients.api.workflow
This is an URI of the WSDL document that contains port type and operation definitions used in the workflow description.
WSDLReference(String, String) - Constructor for class com.intel.gpe.clients.api.workflow.WSDLReference
 
WSLTClient - Interface in com.intel.gpe.clients.api
The client interface for WS-ResourceLifetime operation.
WSNClient - Interface in com.intel.gpe.clients.api
The client interface to the WS-NotificationProducer resource.
WSNConsumerClient - Interface in com.intel.gpe.clients.api
The client interface to the WS-NotificationConsumer resource.
WSRFClient - Interface in com.intel.gpe.clients.api
The generic WSRF-enabled resource client interface.
WSRPClient - Interface in com.intel.gpe.clients.api
The client interface to WS-ResourceProperties operations.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2008. All Rights Reserved.