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

T

TRACE - Static variable in class gov.lbl.dsd.p2pio.util.TraceLevel
 
TRACE_INT - Static variable in class gov.lbl.dsd.p2pio.util.TraceLevel
 
TRANS_ALREADY_CLOSED - Static variable in class gov.lbl.dsd.p2pio.Err
 
TRANS_ALREADY_KNOWN - Static variable in class gov.lbl.dsd.p2pio.Err
The error codes.
TRANS_MUST_NOT_BE_PIPELINED - Static variable in class gov.lbl.dsd.p2pio.Err
 
TRANS_UNKNOWN - Static variable in class gov.lbl.dsd.p2pio.Err
 
Timer - class gov.lbl.dsd.firefish.util.Timer.
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class gov.lbl.dsd.firefish.util.Timer
Creates a new timer.
Timer(boolean) - Constructor for class gov.lbl.dsd.firefish.util.Timer
Creates a new timer whose associated thread may be specified to run as a daemon.
Timer - class gov.lbl.dsd.p2pio.util.Timer.
A handy stopwatch for benchmarking.
Timer() - Constructor for class gov.lbl.dsd.p2pio.util.Timer
Constructs a new timer, initially not started.
TimerTask - class gov.lbl.dsd.firefish.util.TimerTask.
A task that can be scheduled for one-time or repeated execution by a Timer.
TraceLevel - class gov.lbl.dsd.p2pio.util.TraceLevel.
Adds TRACE logging level to log4j.
Transaction - class gov.lbl.dsd.firefish.Transaction.
A transaction is a sequence of message exchanges for a given query; At any given time it is either in state TransactionState.UNKNOWN, TransactionState.OPEN or TransactionState.CLOSED.
Transaction(Open) - Constructor for class gov.lbl.dsd.firefish.Transaction
Constructor for Transaction.
TransactionID - class gov.lbl.dsd.p2pio.TransactionID.
A transaction (and each message) has a transaction ID, which is a universally unique identifier (UUID) [aka GUID in the Microsoft world]; All messages of a given transaction carry the same transaction ID; This implementation automatically generates 128 bit UUIDs in full conformance to the IETF standard.
TransactionID(String) - Constructor for class gov.lbl.dsd.p2pio.TransactionID
 
TransactionID(UUID) - Constructor for class gov.lbl.dsd.p2pio.TransactionID
 
TransactionID() - Constructor for class gov.lbl.dsd.p2pio.TransactionID
Constructs a "random" transaction id.
TransactionState - class gov.lbl.dsd.firefish.TransactionState.
A type safe enum indicating the current state of a given transaction.
TransactionTable - class gov.lbl.dsd.firefish.TransactionTable.
A state table keeping track of information about the currently open and closed transactions.
TransactionTable() - Constructor for class gov.lbl.dsd.firefish.TransactionTable
Constructor for TransactionTable.
TransactionTimeout - class gov.lbl.dsd.p2pio.TransactionTimeout.
Timeout issued when a transaction times out; The transaction timeout is indicated in the Scope element of the Open request message.
TransactionTimeout(TransactionID) - Constructor for class gov.lbl.dsd.p2pio.TransactionTimeout
 
terminate() - Method in class gov.lbl.dsd.firefish.TransactionTable
 
test(int) - Static method in class gov.lbl.dsd.p2pio.util.Timer
Shows how to use a timer in convenient ways.
testBoolean(String) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Test whether the string represent by value maps to a boolean value or not.
toAxisFault() - Method in class gov.lbl.dsd.p2pio.Err
 
toByteArray(InputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a String as a byte[].
toDOM() - Method in class gov.lbl.dsd.p2pio.MsgElement
 
toDOM() - Method in class gov.lbl.dsd.p2pio.ReceiveTimeout
 
toDOM() - Method in class gov.lbl.dsd.p2pio.TransactionTimeout
 
toDateTime(long) - Static method in class gov.lbl.dsd.firefish.util.DateTimeHelper
output has format yyyy-mm-ddThh:mm:ss[.fff*][([+|-]hh:mm | Z)]
toFile(URL) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Convert from a URL to a File.
toLevel(String) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toLevel(int) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toLevel(int, Level) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toLevel(String, Level) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toList() - Method in class gov.lbl.dsd.p2pio.ItemSet
 
toPrettyXML(Object) - Static method in class gov.lbl.dsd.p2pio.util.JaxbUtil
 
toPrettyXML(Document, OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
toPrettyXML(Document) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
toPrettyXML(Element) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
toPrettyXML(Element) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
toPriority(int) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toPriority(int, Priority) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toPriority(String, Priority) - Static method in class gov.lbl.dsd.p2pio.util.TraceLevel
 
toString() - Method in class gov.lbl.dsd.firefish.Configuration
 
toString() - Method in class gov.lbl.dsd.firefish.Event
 
toString() - Method in class gov.lbl.dsd.firefish.FutureResponse
 
toString() - Method in class gov.lbl.dsd.firefish.Transaction
 
toString() - Method in class gov.lbl.dsd.firefish.TransactionState
 
toString() - Method in class gov.lbl.dsd.firefish.TransactionTable
 
toString() - Method in class gov.lbl.dsd.firefish.util.KeyedTimerTask
Returns a String representation of the receiver.
toString() - Method in class gov.lbl.dsd.firefish.util.Timer
 
toString() - Method in class gov.lbl.dsd.p2pio.MsgElement
Returns a pretty-printed XML representation.
toString() - Method in class gov.lbl.dsd.p2pio.P2PIOException
 
toString() - Method in class gov.lbl.dsd.p2pio.ReceiveTimeout
 
toString() - Method in class gov.lbl.dsd.p2pio.TransactionTimeout
 
toString(InputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Get the contents of a byte[] as a String.
toString() - Method in class gov.lbl.dsd.p2pio.util.Timer
Returns a String representation of the receiver.
toString(Throwable) - Static method in class gov.lbl.dsd.p2pio.util.Util
Returns the stack trace of a Throwable as a String.
toString(Map) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
toString() - Method in class gov.lbl.dsd.util.Pair
 
toURLs(File[]) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Convert the array of Files into a list of URLs.
toXOM() - Method in class gov.lbl.dsd.p2pio.MsgElement
Deep-convert this Msg element to an XML element (including all contained data).
trace(Object) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
trace(Object, Throwable) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
trace(Object, Object) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
trace(Object, Object, Throwable) - Method in class gov.lbl.dsd.p2pio.util.Logger
 
translateNamespacePrefixToUri(String, Object) - Method in class nu.xom.xpath.jaxen.DocumentNavigator
 

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