Reads a CStyxFileInputStream and caches the results locally, allowing multiple
windows to be opened on the same data feed whilst saving network traffic
Called when a complete message has arrived; signals that we are ready
to interpret the raw bytes in the buffer and turn them into meaningful
information.
This is called after the message has been sent (in
StyxServerProtocolHandler.messageSent()) and is a signal to free any
resources associated with the message (e.g.
Called when an error occurs (this may occur if the server returned an
Rerror message, or if the reply was not of the expected type, or for
other reasons).
Gets the values of all service data elements as a Hashtable, in which the
keys are the service data element names (Strings) and the values are the
service data values (also Strings).
Gets a CachedStreamReader that can be used to read from the given
stream
This is not used in the current implementation of SGS but might be in
the future, perhaps to support GUI applications
getType() -
Method in class uk.ac.rdg.resc.jstyx.gridservice.config.SGSInput
getType() -
Method in class uk.ac.rdg.resc.jstyx.gridservice.config.SGSOutput
getType() -
Method in class uk.ac.rdg.resc.jstyx.gridservice.config.SGSParam
Gets the type of this parameter:
TypeMeaning
STRINGPlain string
INPUT_FILEFile that the executable will read: must be uploaded
OUTPUT_FILEFile that the executable will write: can be downloaded
Increments the file's version number and ensures that the version number
never exceeds the maximum value of an unsigned 4-byte integer (it wraps
back to zero if the version number gets this large)
This example shows how to create a simple JTreeTable component,
by using a JTree as a renderer (and editor) for the cells in a
particular column in the JTable.
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
Refreshes this file (if it represents another entity, such as a file on disk,
this method is used to make sure that the file metadata (length, access
time etc) are up to date.
Refreshes this file (if it represents another entity, such as a file on disk,
this method is used to make sure that the file metadata (length, access
time etc) are up to date.
Simple program that reads input one line at a time from standard input, reverses
the characters in each line, then prints the reversed line to the standard output
Reverse() -
Constructor for class uk.ac.rdg.resc.jstyx.gridservice.tutorial.Reverse
Creates a Styx server that listens on the given port and uses the
given protocol provider (This is used by the Styx interloper class)
Connections are anonymous and unsecured.