gov.nih.nci.cagrid.caarray.common
Interface CaArraySvcI

All Known Implementing Classes:
CaArraySvcClient

public interface CaArraySvcI

This class is autogenerated, DO NOT EDIT. This interface represents the API which is accessable on the grid service from the client.


Method Summary
 org.cagrid.transfer.context.stubs.types.TransferServiceContextReference createFileTransfer(CaArrayFile caArrayFile)
          Requests a Grid Transfer handle for the given file
 DataSet getDataSet(DataRetrievalRequest dataRetrievalRequest)
           
 ArrayDesignDetails getDesignDetails(ArrayDesign arrayDesign)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
           
 gov.nih.nci.cagrid.cqlresultset.CQLQueryResults query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
          The standard caGrid Data Service query method.
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
           
 byte[] readFile(CaArrayFile caArrayFile)
           
 

Method Detail

query

gov.nih.nci.cagrid.cqlresultset.CQLQueryResults query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
                                                      throws java.rmi.RemoteException,
                                                             gov.nih.nci.cagrid.data.faults.QueryProcessingExceptionType,
                                                             gov.nih.nci.cagrid.data.faults.MalformedQueryExceptionType
The standard caGrid Data Service query method.

Parameters:
cqlQuery - The CQL query to be executed against the data source.
Returns:
The result of executing the CQL query against the data source.
Throws:
QueryProcessingException - Thrown when an error occurs in processing a CQL query
MalformedQueryException - Thrown when a query is found to be improperly formed
java.rmi.RemoteException
gov.nih.nci.cagrid.data.faults.QueryProcessingExceptionType
gov.nih.nci.cagrid.data.faults.MalformedQueryExceptionType

getDesignDetails

ArrayDesignDetails getDesignDetails(ArrayDesign arrayDesign)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

readFile

byte[] readFile(CaArrayFile caArrayFile)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDataSet

DataSet getDataSet(DataRetrievalRequest dataRetrievalRequest)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createFileTransfer

org.cagrid.transfer.context.stubs.types.TransferServiceContextReference createFileTransfer(CaArrayFile caArrayFile)
                                                                                           throws java.rmi.RemoteException
Requests a Grid Transfer handle for the given file

Parameters:
caArrayFile -
Throws:
java.rmi.RemoteException

getMultipleResourceProperties

org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
                                                                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getResourceProperty

org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params)
                                                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

queryResourceProperties

org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
                                                                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException