Uses of Class
com.intel.gpe.clients.api.exceptions.GPEInvalidResourcePropertyQNameException

Packages that use GPEInvalidResourcePropertyQNameException
com.intel.gpe.clients.api   
com.intel.gpe.clients.api.fts.byteio   
com.intel.gpe.clients.api.fts.sftp   
com.intel.gpe.clients.api.gpe   
com.intel.gpe.clients.api.virtualworkspace   
com.intel.gpe.clients.api.workflow   
com.intel.gpe.clients.api.workflow.gridlet   
 

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

Methods in com.intel.gpe.clients.api that throw GPEInvalidResourcePropertyQNameException
 TargetSystemClient TargetSystemFactoryClient.createTargetSystem(java.util.Calendar terminationTime)
          Create a target system
<ApplicationType extends Application>
java.util.List<ApplicationType>
TargetSystemClient.getApplications()
           
<ApplicationType extends Application>
java.util.List<ApplicationType>
TargetSystemClient.getApplications(java.lang.String applicationName)
          Get application resources with a certain name.
 ProcessorType TargetSystemClient.getCPUArtchitecture()
          Get the CPU architecture information
 java.util.Calendar WSLTClient.getCurrentTime()
           
<JobDefinitionType extends Job>
JobDefinitionType
JobClient.getExecutionJSDL()
           
 java.lang.String StorageClient.getFileSeparator()
          Get the file separator suitable for valid path construction for this storage
<FileSystemType extends FileSystem>
FileSystemType
StorageClient.getFileSystem()
           
 int TargetSystemClient.getIndividualCPUCount()
          Get the individual CPU count (per node)
 int TargetSystemClient.getIndividualPhysicalMemory()
          Get the individual physical memory (per node)
<JobClientType extends JobClient>
java.util.List<JobClientType>
TargetSystemClient.getJobs()
           
 org.w3c.dom.Element[] WSRPClient.getMultipleResourceProperties(javax.xml.namespace.QName[] resourceProperties)
          Get multiple resource properties.
 java.lang.String TargetSystemClient.getName()
           
 java.lang.String TargetSystemFactoryClient.getName()
          Get the name of the target system factory
 java.util.List<java.lang.Double> TargetSystemClient.getNumericInfo(java.lang.String name)
          Get the value of NumericInfo properties with the specified name.
 OperatingSystemRequirementsType TargetSystemClient.getOperatingSystem()
          Get the OS type/version information
<JobDefinitionType extends Job>
JobDefinitionType
JobClient.getOriginalJSDL()
           
 org.w3c.dom.Element WSRPClient.getResourceProperty(javax.xml.namespace.QName resourceProperty)
          Get custom resource property.
<ClientType extends WSRFClient>
java.util.List<ClientType>
RegistryClient.getResources(javax.xml.namespace.QName resourceType, ClientFactory<ClientType> factory)
          Get the registered resources with the specified resource type.
 java.lang.String FileTransferClient.getSource()
          Get the value of the source resource property
<StatysType extends Status>
Status
JobClient.getStatus()
           
 java.lang.String LoggingJobClient.getStderr()
           
 java.lang.String LoggingJobClient.getStdout()
           
<StorageClientType extends StorageClient>
StorageClientType
TargetSystemClient.getStorage(java.lang.String type)
           
<StorageClientType extends StorageClient>
java.util.List<StorageClientType>
TargetSystemClient.getStorages()
           
 java.util.Calendar JobClient.getSubmissionTime()
           
 java.lang.String[] StorageClient.getSupportedProtocols()
          Get the list of supported file transfer protocols.
 java.lang.String FileTransferClient.getTarget()
          Get the value of the target resource property
<TargetSystemClientType extends TargetSystemClient>
TargetSystemClientType
JobClient.getTargetSystem()
           
 org.w3c.dom.Element TargetSystemManagementClient.getTargetSystemConfiguration()
          Provide current configuration of target system
<ClientType extends TargetSystemClient>
java.util.List<ClientType>
TargetSystemFactoryClient.getTargetSystems()
          Get the target systems created by this TSF.
<TargetSystemClientType extends TargetSystemClient>
java.util.List<TargetSystemClientType>
RegistryClient.getTargetSystemServices()
           
 java.util.Calendar WSLTClient.getTerminationTime()
           
 java.util.List<java.lang.String> TargetSystemClient.getTextInfo(java.lang.String name)
          Get the value of TextInfo properties with the specified name.
<UserType extends User>
java.util.List<UserType>
TargetSystemManagementClient.getUsers()
          Get a list of users from a target system
<StorageClientType extends StorageClient>
StorageClientType
JobClient.getWorkingDirectory()
           
 org.w3c.dom.Element[] WSRPClient.queryXPath10Properties(java.lang.String expression)
          Query resource properties with XPath 1.0.
 boolean TargetSystemClient.supportsApplication(java.lang.String applicationName, java.lang.String applicationVersion)
          Check if the application is available on the target system
 

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

Methods in com.intel.gpe.clients.api.fts.byteio that throw GPEInvalidResourcePropertyQNameException
 void RandomByteIOFileTransferClient.append(byte[] data)
          Append data to the end of the remote file.
 java.util.Calendar RandomByteIOFileTransferClient.getAccessTime()
          Get the time of the file last access
 java.util.Calendar RandomByteIOFileTransferClient.getCreateTime()
          Get the time of resource creation.
 java.util.Calendar RandomByteIOFileTransferClient.getModificationTime()
          Get the time of the file last modification
 long StreamableByteIOFileTransferClient.getPosition()
           
 long RandomByteIOFileTransferClient.getSize()
          Get the size of the file behind the transfer resource.
 long StreamableByteIOFileTransferClient.getSize()
           
 java.util.List<java.lang.String> RandomByteIOFileTransferClient.getTransferMechanisms()
          Get the list of supported Byte-IO transfer mechanisms.
 java.util.List<java.lang.String> StreamableByteIOFileTransferClient.getTransferMechanisms()
           
 boolean StreamableByteIOFileTransferClient.isEndOfStream()
           
 boolean RandomByteIOFileTransferClient.isReadable()
          Get the read permissions of the file.
 boolean StreamableByteIOFileTransferClient.isReadable()
           
 boolean StreamableByteIOFileTransferClient.isSeekable()
           
 boolean RandomByteIOFileTransferClient.isWritable()
          Get the write permissions of the file.
 boolean StreamableByteIOFileTransferClient.isWritable()
           
 byte[] RandomByteIOFileTransferClient.read(long startOffset, int bytesPerBlock, int numBlocks, long stride)
          Read data.
 byte[] StreamableByteIOFileTransferClient.seekRead(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, int bytesToRead)
           
 void StreamableByteIOFileTransferClient.seekWrite(long offset, StreamableByteIOConstants.SeekOrigin seekOrigin, byte[] data)
           
 void RandomByteIOFileTransferClient.truncAppend(long startOffset, byte[] data)
          Truncates remote file and append data to the end of it.
 void RandomByteIOFileTransferClient.write(long startOffset, int bytesPerBlock, long stride, byte[] data)
          Write data.
 

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

Methods in com.intel.gpe.clients.api.fts.sftp that throw GPEInvalidResourcePropertyQNameException
 java.net.URI SFTPFileTransferClient.getFileURI()
          Get SFTP file URI (in the form sftp://host:port/path).
 java.lang.String SFTPFileTransferClient.getUserProfileRepositoryServiceURL()
          Get URL of UserProfileRepositoryService which can be used to establish SFTP connection.
 

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

Methods in com.intel.gpe.clients.api.gpe that throw GPEInvalidResourcePropertyQNameException
<ResourceClientType extends WSLTClient>
java.util.List<ResourceClientType>
GPERegistryClient.getResourcesByType(java.lang.String resourceType)
          Query Registry for resources of given ResourceType.
 

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

Methods in com.intel.gpe.clients.api.virtualworkspace that throw GPEInvalidResourcePropertyQNameException
 Logistics WorkspaceClient.getLogistics()
           
 ResourceAllocation WorkspaceClient.getResourceAllocation()
           
 State WorkspaceClient.getState()
           
 void WorkspaceClient.pause()
           
 void WorkspaceClient.shutdown()
           
 void WorkspaceClient.start()
           
 

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

Methods in com.intel.gpe.clients.api.workflow that throw GPEInvalidResourcePropertyQNameException
<JobClientType extends JobClient>
JobClientType
WorkflowJobClient.getJobClient(PartnerLink partnerLink)
          Get the client class for the resource that is pointed by the specified partner link.
<VariableValueType extends VariableValue>
BoundVariable<VariableValueType>
WorkflowJobClient.getPartnerLink(PartnerLink name)
          Get the partner link by its name.
<StatusType extends Status>
StatusType
WorkflowJobClient.getStatus(Variable name)
          Get the value of some status variable (the variable holding the value of type unigrids:StatusType).
<VariableValueType extends VariableValue>
java.util.List<BoundVariable<VariableValueType>>
WorkflowJobClient.getVariables()
          Get the list of the global variables of the workflow.
 

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

Methods in com.intel.gpe.clients.api.workflow.gridlet that throw GPEInvalidResourcePropertyQNameException
 WSRFClient GridletJobClient.getEndpointReference(java.lang.String name)
          Get the client class for the resource that is pointed by the specified variable.
 java.util.List<Variable> GridletJobClient.getVariables()
          Get the list of the variables of the workflow.
 



Copyright © 2008. All Rights Reserved.