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

F

FIREFISH_NAMESPACE - Static variable in class gov.lbl.dsd.p2pio.Constants
 
FileUtils - class gov.lbl.dsd.p2pio.util.FileUtils.
 
FinalSend - class gov.lbl.dsd.p2pio.FinalSend.
FinalSend response message of P2PIO protocol; indicates that this is the last send of the current message exchange.
FinalSend(TransactionID, ItemSet, StillOpen) - Constructor for class gov.lbl.dsd.p2pio.FinalSend
 
FireCall - class gov.lbl.dsd.firefish.client.FireCall.
Simple wrapper around a JAX-RPC Call (and hence also an Axis Call), sending and receiving P2PIO messages instead of arbitrary SOAP messages.
FireCall(Call) - Constructor for class gov.lbl.dsd.firefish.client.FireCall
 
FireCall(String) - Constructor for class gov.lbl.dsd.firefish.client.FireCall
 
FireCallQuick - class gov.lbl.dsd.firefish.client.FireCallQuick.
P2PIO call over SOAP/HTTP 1.1 that is much faster than FireCall (which internally uses Axis), but has limited functionality; Internally uses the raw commons-httpclient library.
FireCallQuick(String) - Constructor for class gov.lbl.dsd.firefish.client.FireCallQuick
 
FireCallQuick(HttpClient, String) - Constructor for class gov.lbl.dsd.firefish.client.FireCallQuick
 
FireGrep - class gov.lbl.dsd.firefish.client.FireGrep.
Command line program that executes a regular expression against local files, optionally returning results as XML.
FireLs - class gov.lbl.dsd.firefish.client.FireLs.
Command line program that lists directory contents.
FireSQL - class gov.lbl.dsd.firefish.client.FireSQL.
Command line program that executes a SQL query against a JDBC database, optionally returning results as XML.
FireSearch - class gov.lbl.dsd.firefish.client.FireSearch.
Command line program that sends and receives P2PIO messages.
FireURLCopy - class gov.lbl.dsd.firefish.client.FireURLCopy.
Command line program that downloads a set of HTTP(S) URLs.
FireValidate - class gov.lbl.dsd.firefish.client.FireValidate.
Command line program that validates a set of local XML document files against a W3C XML Schema.
FireXPath - class gov.lbl.dsd.firefish.client.FireXPath.
Command line program that executes an XPath query against local files.
FireXQuery - class gov.lbl.dsd.firefish.client.FireXQuery.
Command line program that executes an XQuery against local files.
Format - class gov.lbl.dsd.firefish.util.Format.
A class for formatting numbers that follows printf conventions.
Format(String) - Constructor for class gov.lbl.dsd.firefish.util.Format
Formats the number following printf conventions.
ForwardingEventHandler - class gov.lbl.dsd.firefish.ForwardingEventHandler.
No documentation written yet.
ForwardingEventHandler(Stage) - Constructor for class gov.lbl.dsd.firefish.ForwardingEventHandler
 
FutureResponse - class gov.lbl.dsd.firefish.FutureResponse.
A response to a request that a synchronous client can wait for in a blocking manner.
FutureResponse(Request) - Constructor for class gov.lbl.dsd.firefish.FutureResponse
 
fatal(Object) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
fatal(Object, Throwable) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
fatal(Object, Object) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
fatal(Object, Object, Throwable) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
file2AsciiCharSequence(String) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
High performance implementation using a mapped byte buffer
file2AsciiCharSequence(File) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
High performance implementation using a mapped byte buffer
file2AsciiCharSequence(FileInputStream) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
High performance implementation using a mapped byte buffer
file2CharSequence(String) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
 
file2CharSequence(File) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
 
file2CharSequence(FileInputStream) - Static method in class gov.lbl.dsd.firefish.util.NIOUtil
 
file2String(InputStream) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
file2String(File) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
file2String(String) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
file2StringFromClasspath(String) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
fileCopy(String, String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Copy a file.
fileDelete(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Deletes a file.
fileExists(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Check if a file exits.
fileRead(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Reads the contents of a file.
fileWrite(String, String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Writes data to a file.
filename(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Returns the filename portion of a file specification string.
findTask(TimerTask) - Method in class gov.lbl.dsd.firefish.util.Timer
Finds and returns a contained task that is equal to the given task.
first() - Method in class gov.lbl.dsd.util.Pair
Returns the first element of the pair.
forceDelete(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Delete a file.
forceDelete(File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Delete a file.
forceDeleteOnExit(File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Make a directory.
format(double) - Method in class gov.lbl.dsd.firefish.util.Format
Formats a double into a string (like sprintf in C)
format(int) - Method in class gov.lbl.dsd.firefish.util.Format
Formats an integer into a string (like sprintf in C)
format(long) - Method in class gov.lbl.dsd.firefish.util.Format
Formats a long integer into a string (like sprintf in C)
format(char) - Method in class gov.lbl.dsd.firefish.util.Format
Formats a character into a string (like sprintf in C)
format(String) - Method in class gov.lbl.dsd.firefish.util.Format
Formats a string into a larger string (like sprintf in C)

Firefish 0.5.10
A B C D E F G H I J K L M N O P Q R S T U W X
Jump to the Firefish Homepage