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

S

SINGLE_MODE - Static variable in class gov.lbl.dsd.p2pio.Receive
 
SQLTool - class gov.lbl.dsd.firefish.SQLTool.
Convenience tools for evaluating a SQL query.
SQLTool() - Constructor for class gov.lbl.dsd.firefish.SQLTool
 
Scope - class gov.lbl.dsd.p2pio.Scope.
The scope of a query used in an Open request message; Contains the transaction timeout, maxHops, and optionally the neighbor selection query.
Scope(long, long, Query) - Constructor for class gov.lbl.dsd.p2pio.Scope
 
Send - class gov.lbl.dsd.p2pio.Send.
Send response message of P2PIO protocol; indicates that this is not the last send of the current message exchange.
Send(TransactionID, ItemSet) - Constructor for class gov.lbl.dsd.p2pio.Send
 
SimpleClient - class gov.lbl.dsd.firefish.client.SimpleClient.
Simple client that demonstrates how to use the basic API; For a more complete client, see FireSearch.
SimpleClient() - Constructor for class gov.lbl.dsd.firefish.client.SimpleClient
 
SimpleSoapServlet - class gov.lbl.dsd.firefish.server.SimpleSoapServlet.
A main server side entry point; a message-style service connecting from an to a HTTP servlet container without using Axis at all; Potentially much faster than AxisService but has limited SOAP functionality; Try using this in combination with FireCallQuick.
SimpleSoapServlet() - Constructor for class gov.lbl.dsd.firefish.server.SimpleSoapServlet
 
SingleRouterEventHandler - class gov.lbl.dsd.firefish.SingleRouterEventHandler.
No documentation written yet.
SingleRouterEventHandler(Stage) - Constructor for class gov.lbl.dsd.firefish.SingleRouterEventHandler
 
Stage - class gov.lbl.dsd.firefish.Stage.
The firefish system is architected according to the principles of the Stage Event Driven Architecture (SEDA) described in SEDA Architecture and SEDA Homepage .
Stage(EventHandler) - Constructor for class gov.lbl.dsd.firefish.Stage
 
Stage(EventHandler, Executor) - Constructor for class gov.lbl.dsd.firefish.Stage
 
StillOpen - class gov.lbl.dsd.p2pio.StillOpen.
Indicates that a FinalSend response is the last send of the current message exchange; the client may subsequently issue a Receive for another message exchange.
StillOpen(int, int) - Constructor for class gov.lbl.dsd.p2pio.StillOpen
 
StringList - class gov.lbl.dsd.p2pio.StringList.
A list of strings.
StringList(List) - Constructor for class gov.lbl.dsd.p2pio.StringList
 
Sync2AsyncAdapter - class gov.lbl.dsd.firefish.Sync2AsyncAdapter.
A handler that converts from synchronous to asynchronous handling.
Sync2AsyncAdapter(Stage) - Constructor for class gov.lbl.dsd.firefish.Sync2AsyncAdapter
 
save(OutputStream, String) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Save the properties to the given output stream.
schedule(TimerTask, long) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class gov.lbl.dsd.firefish.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class gov.lbl.dsd.firefish.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
second() - Method in class gov.lbl.dsd.util.Pair
Returns the second element of the pair.
seconds() - Method in class gov.lbl.dsd.p2pio.util.Timer
Returns the elapsed time in seconds; does not stop the timer, if started.
setAvailableItems(ItemSet) - Method in class gov.lbl.dsd.firefish.Transaction
 
setInclude(String) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Sets the property value for including other properties files.
setMaxHops(long) - Method in class gov.lbl.dsd.p2pio.Scope
 
setProperty(String, Object) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Set a property, this will replace any previously set values.
setResponse(Response) - Method in class gov.lbl.dsd.firefish.FutureResponse
 
setStage(Stage) - Method in class gov.lbl.dsd.firefish.EventHandler
 
setState(TransactionState) - Method in class gov.lbl.dsd.firefish.Transaction
 
setTimeout(long) - Method in class gov.lbl.dsd.p2pio.Scope
 
setUserAndPassword(String, String, String) - Static method in class gov.lbl.dsd.firefish.SQLTool
 
setupDataSource(String, String) - Static method in class gov.lbl.dsd.firefish.SQLTool
 
shutdownAfterProcessingCurrentlyQueuedEvents() - Method in class gov.lbl.dsd.firefish.Stage
 
shutdownReader(Reader) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Unconditionally close an Reader.
shutdownStream(OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Unconditionally close an OutputStream.
shutdownStream(InputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Unconditionally close an InputStream.
shutdownWriter(Writer) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Unconditionally close an Writer.
simpleQuery(String, String, int) - Method in class gov.lbl.dsd.firefish.client.SimpleClient
 
size() - Method in class gov.lbl.dsd.p2pio.ItemSet
 
sizeOfDirectory(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Recursively count size of a directory.
sizeOfDirectory(File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Recursively count size of a directory.
sleep(int) - Static method in class gov.lbl.dsd.p2pio.util.Util
Puts the current thread asleep for the given number of milliseconds.
soap2xom(SOAPBodyElement) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
soap2xom(InputStream) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
soap2xom(Document) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
start() - Method in class gov.lbl.dsd.p2pio.util.Timer
Starts the timer.
stop() - Method in class gov.lbl.dsd.p2pio.util.Timer
Stops the timer.
string2File(String, String) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
string2File(String, OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.Util
 
string2msg(String) - Static method in class gov.lbl.dsd.p2pio.util.XMLUtil
 
subset(String) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Create an ExtendedProperties object that is a subset of this one.

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