Uses of Class
uk.org.ogsadai.client.toolkit.activity.NoActivityOutputException

Packages that use NoActivityOutputException
uk.org.ogsadai.client.toolkit.activity Provides base classes for request componenents and activities.?
uk.org.ogsadai.client.toolkit.activity.examples Provides client toolkit versions of the example activities.?
uk.org.ogsadai.client.toolkit.activity.factory.demo Provides client toolkit versions of the activities used in the data service resource factory demo.?
uk.org.ogsadai.client.toolkit.activity.files Provides client-side classes for OGSA-DAI file activities.?
uk.org.ogsadai.client.toolkit.activity.indexedfiles Provides client-side classes for OGSA-DAI activites that operate on indexed files.?
uk.org.ogsadai.client.toolkit.activity.relational ??
uk.org.ogsadai.client.toolkit.activity.sql Provides client-side classes for OGSA-DAI activites that allow SQL access to relational databases.?
uk.org.ogsadai.client.toolkit.activity.transform Contains the client toolkit activity classes for various data transformation activities.?
uk.org.ogsadai.client.toolkit.activity.xmldb Contains the client toolkit activity classes for various XML database activities.?
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity
?

Methods in uk.org.ogsadai.client.toolkit.activity that throw NoActivityOutputException
?int ExampleActivity.getSomething()
??????????Get the value of some attribute someAttribute
?java.lang.String ActivityOutput.getData()
??????????Gets the output data as a string.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.examples
?

Methods in uk.org.ogsadai.client.toolkit.activity.examples that throw NoActivityOutputException
?int DemoExternalInput.getSum()
??????????Gets the sum of the values written to the input stream.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.factory.demo
?

Methods in uk.org.ogsadai.client.toolkit.activity.factory.demo that throw NoActivityOutputException
?java.lang.String DemoCreateTransientInstance.getInstanceName()
??????????Gets the name of the new demo instance resource.
?java.lang.String DemoQueryInstance.getNameValue()
??????????Gets the name stored in the demo instance resource.
?java.lang.String DemoCreateInstance.getInstanceName()
??????????Gets the name of the new demo instance resource.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.files
?

Methods in uk.org.ogsadai.client.toolkit.activity.files that throw NoActivityOutputException
?java.lang.String[] DirectoryAccess.getSubDirectories()
??????????Returns the names of all subdirectories of the accessed directory.
?java.lang.String[] DirectoryAccess.getFileNames()
??????????Returns the names of all files in the accessed directory.
private ?void DirectoryAccess.parseData()
??????????Parses the output data and populates the String arrays with directory and file names.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.indexedfiles
?

Methods in uk.org.ogsadai.client.toolkit.activity.indexedfiles that throw NoActivityOutputException
?long IndexedFileSearch.getResultCount()
??????????Gets the number of results as recorded in the search status output.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.relational
?

Methods in uk.org.ogsadai.client.toolkit.activity.relational that throw NoActivityOutputException
static?DatabaseSchemaMetaData DatabaseSchemaActivityOutputConverter.convert(ActivityOutput?output)
??????????Converts output from a DatabaseSchemaToXML activity into a DatabaseSchemaMetaData object.
?org.w3c.dom.Document ExtractPhysicalSchema.getAsDocument()
??????????Gets the sum of the values written to the input stream.
?DatabaseSchemaMetaData DatabaseSchemaToXML.getAsDatabaseSchemaMetaData()
??????????Gets the sum of the values written to the input stream.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.sql
?

Methods in uk.org.ogsadai.client.toolkit.activity.sql that throw NoActivityOutputException
static?java.sql.ResultSet ResultSetActivityOutputConverter.convert(ActivityOutput?output)
??????????Converts an activity output to a forward-only java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convert(ActivityOutput?output, int?resultSetType)
??????????Converts an activity output to a java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output)
??????????Converts an activity output to a forward-only java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output, int?resultSetType)
??????????Converts an activity output to a java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output, int?resultSetType, CSVConfigurator?configurator)
??????????Converts an activity output to a java.sql.ResultSet.
?java.sql.ResultSet SQLBag.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.sql.ResultSet CSV.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.sql.ResultSet SQLResilientQuery.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?int SQLUpdate.getModifiedRowsCount()
??????????Returns the number of rows modified by the update.
?java.sql.ResultSet WebRowSet.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.lang.String RemoveDuplicatesWebRowSet.getOutString()
??????????get the output as a string
?java.sql.ResultSet RemoveDuplicatesWebRowSet.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
static?int UpdateCountToIntOutputConverter.convert(ActivityOutput?output)
??????????Converts update count data to an integer.
?int SQLBulkLoad.getInsertedRowsCount()
??????????Gets the number of rows inserted into the table as a result of the bulk load operation.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.transform
?

Methods in uk.org.ogsadai.client.toolkit.activity.transform that throw NoActivityOutputException
?int[] FrequencyDistributor.getDistribution()
???????????
?long GZIPCompression.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String GZIPCompression.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?long ZIPArchive.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String ZIPArchive.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?long GZIPDecompression.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String GZIPDecompression.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?

Uses of NoActivityOutputException in uk.org.ogsadai.client.toolkit.activity.xmldb
?

Methods in uk.org.ogsadai.client.toolkit.activity.xmldb that throw NoActivityOutputException
?org.xmldb.api.base.ResourceSet XQuery.getResourceSet()
??????????Get the results of the query as a ResourceSet.
?org.xmldb.api.base.ResourceSet XPathQuery.getResourceSet()
??????????Get the results of the query as a ResourceSet.
?int XMLBulkLoad.getResultCount()
??????????Gets the number of inserted resources.
?java.lang.String[] XMLListResources.getResourceNames()
??????????Gets the list of resource names.
?java.lang.String XMLCreateResource.getResourceName()
??????????Gets the name of the new resource.
?java.lang.String XMLCreateResourceFromActivityOutput.getResourceName()
??????????Gets the name of the new resource.
?int XUpdate.getModifiedNodes()
??????????Gets the number of updated nodes.
?java.lang.String[] XMLListCollections.getCollectionNames()
??????????Gets the list of collection names.
?