Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

_construct(Channel, Server). Method in class marimba.plugin.Plugin
Method that's called when the server plugin is first loaded.

A

add(TimerClient). Method in class marimba.util.Timer
Add a client to this clock.
add(TimerClient, long, Object). Method in class marimba.util.Timer
Add a client to this clock.
addFile(Checksum, File). Method in class marimba.plugin.Plugin
addFile(String, byte[], Checksum, int). Method in interface marimba.plugin.RequestContext
Adds a file to the file list with the specified data for the file, and checksums.
addFile(String, byte[], int). Method in interface marimba.plugin.RequestContext
Adds a file to the file list with the specified data for that file.
addFile(String, File). Method in interface marimba.plugin.RequestContext
Adds a file to the file list.
addFile(String, File, Checksum). Method in interface marimba.plugin.RequestContext
Adds a file to the file list, like the above method, but also allows you to specify a checksum yourself.
addPropsFrom(Props). Method in class marimba.util.Props
ALWAYS. Static variable in class marimba.plugin.Plugin
The byte array to the tuner on EVERY request.
appendLog(byte[]). Method in interface marimba.channel.ApplicationContext
Logs an array of bytes for the channel.
appendLog(String). Method in interface marimba.channel.ApplicationContext
Logs a String for the channel.
appletResize(int, int). Method in class marimba.channel.AppletViewer
AppletViewer(). Constructor for class marimba.channel.AppletViewer
ApplicationFrame(). Constructor for class marimba.channel.ApplicationFrame
ApplicationPlayerFrame(). Constructor for class marimba.channel.ApplicationPlayerFrame
Create a new ApplicationPlayerFrame.
ASK_ME. Static variable in class marimba.plugin.Plugin
This means that when the request for this data is made, the plugin should handle this request.
available(). Method in class marimba.io.DecoderStream
How many character remain
available(). Method in class marimba.io.FastInputStream
available(). Method in class marimba.io.MD5InputStream
available(). Method in class marimba.io.RAFInputStream

B

backup(int). Method in class marimba.io.FastInputStream
Backup by a given amount.
BLOCK. Static variable in class marimba.util.Checksum
Unit size in bytes that checksums are calculated by.
BLOCK_MASK. Static variable in class marimba.util.Checksum
buf. Variable in class marimba.io.FastInputStream
buf. Variable in class marimba.io.FastOutputStream

C

calculateChecksum(byte[]). Method in class marimba.plugin.Plugin
calculateChecksum(String). Method in class marimba.plugin.Plugin
changed. Variable in class marimba.util.Props
channelFileExists(String). Method in interface marimba.channel.ApplicationContext
Returns true if the specified path exists for this channel.
Checksum(). Constructor for class marimba.util.Checksum
Create an empty checksum.
Checksum(char[]). Constructor for class marimba.util.Checksum
Create a checksum from an array of characaters.
Checksum(char[], int, int). Constructor for class marimba.util.Checksum
Create a checksum from an array of characaters.
Checksum(FastInputStream). Constructor for class marimba.util.Checksum
Read a checksum from an input stream.
Checksum(long, long). Constructor for class marimba.util.Checksum
Create a checksum from two longs.
Checksum(long[]). Constructor for class marimba.util.Checksum
Create a checksum from an array of two longs.
Checksum(String). Constructor for class marimba.util.Checksum
Create a checksum from a string.
checksum1. Variable in class marimba.util.Checksum
The checksum.
checksum2. Variable in class marimba.util.Checksum
clean(). Method in class marimba.util.Props
clear(). Method in class marimba.util.Props
clone(). Method in class marimba.util.Props
close(). Method in class marimba.io.EncoderStream
close(). Method in class marimba.io.FastInputStream
close(). Method in class marimba.io.FastOutputStream
close(). Method in class marimba.io.MD5InputStream
close(). Method in class marimba.io.MD5OutputStream
close(). Method in class marimba.io.RAFInputStream
close(). Method in class marimba.io.RAFOutputStream
combine(Checksum). Method in class marimba.util.Checksum
compareTo(Sortable, Object). Method in interface marimba.util.Sortable
context. Variable in class marimba.channel.ApplicationFrame
The context of this application.
context. Variable in class marimba.channel.ApplicationPlayerFrame
The context of this application.
count. Variable in class marimba.io.FastInputStream
count. Variable in class marimba.io.FastOutputStream

D

data. Variable in class marimba.plugin.LogEntry
DATA_AVAILABLE_EVENT. Static variable in interface marimba.channel.Application
An event with this ID is posted to the Application when new application data is available for installation.
DATA_INSTALLED_EVENT. Static variable in interface marimba.channel.Application
DATA_NOTIFY_EVENT. Static variable in interface marimba.channel.Application
DATA_UPDATE_EVENT. Static variable in interface marimba.channel.Application
debugPrint(String). Method in class marimba.plugin.Plugin
String diagnostic routine to help debug plugins.
debugPrint(Throwable). Method in class marimba.plugin.Plugin
Exception diagnostic routine to help debug plugins.
debugWrite(byte[]). Method in class marimba.plugin.Plugin
Byte array diagnostic routine to help debug plugins.
DecoderStream(InputStream). Constructor for class marimba.io.DecoderStream
Constructor
deleteFile(String). Method in interface marimba.plugin.RequestContext
Deletes the specified path from the file list.
destroy(). Method in class marimba.plugin.Plugin
This is called when a plugin is being unloaded, which is usually because a hot update on this channel occurred, but also when the server is brought down (nicely).

E

encode(byte[], int). Static method in class marimba.io.EncoderStream
Encode a buffer.
EncoderStream(OutputStream). Constructor for class marimba.io.EncoderStream
Environment(). Constructor for class marimba.util.Environment
EOF. Static variable in class marimba.io.ScannerInputStream
equals(long, long). Method in class marimba.util.Checksum
Check if a checksum is equal to two longs.
equals(Object). Method in class marimba.util.Checksum
Check if a checksum is equal to another object.
error(String). Method in class marimba.io.ScannerInputStream
expect(int). Method in class marimba.io.ScannerInputStream

F

FastInputStream(byte[]). Constructor for class marimba.io.FastInputStream
Create a stream that reads from a buffer.
FastInputStream(byte[], int, int). Constructor for class marimba.io.FastInputStream
Create a stream that reads from a buffer.
FastInputStream(File). Constructor for class marimba.io.FastInputStream
Open a file.
FastInputStream(InputStream). Constructor for class marimba.io.FastInputStream
Combine two streams.
FastInputStream(InputStream, int). Constructor for class marimba.io.FastInputStream
Combine two streams given a buffer size.
FastInputStream(RandomAccessFile). Constructor for class marimba.io.FastInputStream
Access a RandomAccessFile
FastInputStream(String). Constructor for class marimba.io.FastInputStream
Open a file.
FastOutputStream(). Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(byte[]). Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(File). Constructor for class marimba.io.FastOutputStream
Open a file for writing.
FastOutputStream(int). Constructor for class marimba.io.FastOutputStream
Create a memory output stream with a given size.
FastOutputStream(OutputStream). Constructor for class marimba.io.FastOutputStream
Combine two streams.
FastOutputStream(OutputStream, int). Constructor for class marimba.io.FastOutputStream
Combine two streams given a buffer size.
FastOutputStream(RandomAccessFile). Constructor for class marimba.io.FastOutputStream
Open using a random access file.
FastOutputStream(String). Constructor for class marimba.io.FastOutputStream
Open a file for writing.
finalize(). Method in class marimba.plugin.Plugin
finish(). Method in class marimba.io.EncoderStream
flush(). Method in class marimba.io.FastOutputStream
flush(). Method in class marimba.io.RAFOutputStream
fork(String, Runnable). Static method in class marimba.util.ThreadUtil
Fork a user thread.
forkSystem(String, Runnable). Static method in class marimba.util.ThreadUtil
Fork a system thread.

G

get(Object). Method in class marimba.util.Props
Get a property, ignore case.
getApplet(). Method in class marimba.channel.AppletViewer
Return the applet.
getApplet(String). Method in class marimba.channel.AppletViewer
getAppletContext(). Method in class marimba.channel.AppletViewer
getApplets(). Method in class marimba.channel.AppletViewer
getApplicationContext(). Method in interface marimba.channel.AppletContext
Return the channel for this applet.
getApplicationContext(). Method in class marimba.channel.AppletViewer
getAudioClip(URL). Method in class marimba.channel.AppletViewer
getAudioClip(URL). Method in interface marimba.channel.ApplicationContext
Get an audio clip.
getBase(). Method in interface marimba.channel.ApplicationContext
Get the base URL of this channel.
getBoolean(String, boolean). Method in class marimba.util.Props
getByteArray(). Method in class marimba.io.FastOutputStream
getChannelDirectory(). Method in interface marimba.channel.ApplicationContext
OBSOLETE.
getChannelFile(String). Method in class marimba.plugin.Plugin
Returns a File object for the specified path which should be a path to a file that is part of the channel.
getChannelName(). Method in interface marimba.channel.ApplicationContext
Get the name of this channel.
getChannelName(). Method in class marimba.plugin.Plugin
Returns the channel name of this plugin.
getChannelStatus(String). Method in interface marimba.channel.ApplicationContext
Get the status of a channel on this transmitter.
getChecksum(). Method in class marimba.io.MD5InputStream
Return the checksum of this stream.
getChecksum(). Method in class marimba.io.MD5OutputStream
Return the checksum of this stream.
getChecksum1(). Method in class marimba.util.Checksum
Get the first 64 bits of the checksum.
getChecksum2(). Method in class marimba.util.Checksum
Get the second 64 bits of the checksum.
getClipboard(). Static method in class marimba.util.Environment
Get something from the clipboard.
getCodeBase(). Method in class marimba.channel.AppletViewer
getCodeBase(). Method in interface marimba.channel.ApplicationContext
Get the code base URL of this channel.
getContext(). Method in class marimba.channel.ApplicationFrame
Get the ApplicationContext used by this Channel.
getContext(). Method in class marimba.channel.ApplicationPlayerFrame
Get the ApplicationContext used by this Application.
getCreates(). Method in class marimba.channel.Updates
Returns the enumeration of all the creations that are pending, or null if there are none.
getData(Checksum). Method in class marimba.plugin.Plugin
getDataBase(). Method in interface marimba.channel.ApplicationContext
Get the base URL for the data directory of this channel.
getDataDirectory(). Method in interface marimba.channel.ApplicationContext
Gets the base data directory for this channel.
getDataFile(String). Method in class marimba.plugin.Plugin
Generate a File object for a 'path' in this plugin's data directory.
getDataLength(Checksum). Method in class marimba.plugin.Plugin
getDeletes(). Method in class marimba.channel.Updates
Returns the enumeration of all the deletions that are pending, or null if there are none.
getDigest(). Method in class marimba.io.MD5InputStream
Get the current digest for the stream.
getDigest(). Method in class marimba.io.MD5OutputStream
Get the current digest for the stream.
getDocumentBase(). Method in class marimba.channel.AppletViewer
getError(). Method in class marimba.io.FastInputStream
See if there has been an I/O error.
getError(). Method in class marimba.io.FastOutputStream
Return true if there has been a write error.
getFile(). Method in class marimba.util.Props
getFilePointer(). Method in class marimba.io.FastInputStream
getFilePointer(). Method in class marimba.io.FastOutputStream
getImage(URL). Method in class marimba.channel.AppletViewer
getImage(URL). Method in interface marimba.channel.ApplicationContext
Get an image.
getInteger(String, int). Method in class marimba.util.Props
getLogEntries(RequestContext). Method in class marimba.plugin.Plugin
Process logging data
getLoggingData(). Method in interface marimba.plugin.RequestContext
Returns the client data, or null if there was none.
getLogPrefix(). Method in interface marimba.plugin.RequestContext
Returns the beginning of a log string that includes the IP number, tuner ID and date/time of the request in the common log format: 207.33.72.30 - tunerid [19/Dec/1996:16:58:05 -0800]
getLogStream(). Method in class marimba.plugin.Plugin
Returns the log stream, opening it if necessary.
getLong(String, long). Method in class marimba.util.Props
getMinutesGMT(). Method in interface marimba.plugin.RequestContext
Returns the number of minutes from GMT of the requestee.
getOSarch(). Method in interface marimba.plugin.RequestContext
Returns the OS arch of the requestee.
getOSname(). Method in interface marimba.plugin.RequestContext
Returns the OS name of the requestee.
getOSversion(). Method in interface marimba.plugin.RequestContext
Returns the OS version of the requestee.
getParameter(String). Method in class marimba.channel.AppletViewer
getParameter(String). Method in interface marimba.channel.ApplicationContext
Get an application parameter.
getPendingUpdates(). Method in interface marimba.channel.ApplicationContext
Gets the UpdateReport for this channel.
getProfile(). Method in interface marimba.channel.ApplicationContext
Get the profile data associated with this channel.
getProfileData(). Method in interface marimba.plugin.RequestContext
Returns the profile data, or null if there was none.
getProperty(String). Method in class marimba.util.Props
Get a property, ignore case.
getProperty(String, String). Method in class marimba.util.Props
Get a property, ignore case.
getProtocolVersion(). Method in interface marimba.plugin.RequestContext
Returns the version of the transmitter protocol.
getRAF(). Method in class marimba.io.RAFOutputStream
getRedirects(). Method in interface marimba.plugin.RequestContext
Returns a list of host:port strings of the hosts that the requesting tuner is currently redirected to.
getRequestComment(). Method in interface marimba.plugin.RequestContext
Returns the request comment, or null if none was specified.
getServerName(). Method in interface marimba.channel.ApplicationContext
Get the name of the server of this channel.
getTunerID(). Method in interface marimba.plugin.RequestContext
Returns the ID of the requesting tuner.
getTunerIDString(). Method in interface marimba.plugin.RequestContext
Returns the ID of the requesting tuner.
getUpdates(). Method in class marimba.channel.Updates
Returns the enumeration of all the updates that are pending, or null if there are none.

H

handleEvent(Event). Method in class marimba.channel.AppletViewer
Event handler for Window Management events: Asks for the channel to be stopped (and soon destroyed) when the presentation is closed.
handleEvent(Event). Method in interface marimba.channel.Application
Handle an event.
handleEvent(Event). Method in class marimba.channel.ApplicationFrame
Event handler for Window Management events: Asks for the channel to be stopped (and soon destroyed) when the presentation is closed.
handleEvent(Event). Method in class marimba.channel.ApplicationPlayerFrame
Event handler for Window Management events: Asks for the channel to be stopped (and soon destroyed) when the presentation is closed.
hashCode(). Method in class marimba.util.Checksum
Compute a hash code for the checksum.

I

IDENTIFIER. Static variable in class marimba.io.ScannerInputStream
IF_NEEDED. Static variable in class marimba.plugin.Plugin
Send the byte array to the tuner only of the tuner doesn't already have the data.
init(). Method in class marimba.plugin.Plugin
Method that's called when the server plugin is first loaded.
installData(String). Method in interface marimba.channel.ApplicationContext
Request the installation of new all new data or just part in the given directory.
INTEGER. Static variable in class marimba.io.ScannerInputStream
intValue. Variable in class marimba.io.ScannerInputStream
isActive(). Method in class marimba.channel.AppletViewer

J

justClose(). Method in class marimba.io.FastOutputStream
Version of close which doesn't throw an exception.

L

listChannelDirectory(String). Method in interface marimba.channel.ApplicationContext
Returns an array of strings which are the names of files in the specified directory.
listChannels(). Method in interface marimba.channel.ApplicationContext
Get a list of all the channels on this transmitter which have been subscribed to by the user.
ln. Variable in class marimba.io.ScannerInputStream
load(). Method in class marimba.util.Props
Load from the file.

M

main(String[]). Static method in class marimba.util.Checksum
For testing purposes only.
main(String[]). Static method in class marimba.io.DecoderStream
Test program.
main(String[]). Static method in class marimba.io.MD5InputStream
For testing purposes only.
main(String[]). Static method in class marimba.io.MD5OutputStream
For testing purposes only.
main(String[]). Static method in class marimba.io.ScannerInputStream
mark(int). Method in class marimba.io.FastInputStream
markpos. Variable in class marimba.io.FastInputStream
markSupported(). Method in class marimba.io.FastInputStream
master. Static variable in class marimba.util.Timer
The master clock.
MD5(byte[], int, int). Static method in class marimba.util.Checksum
Compute the MD5 checksum for a buffer of bytes.
MD5(InputStream). Static method in class marimba.util.Checksum
Compute the MD5 checksum for an input stream.
MD5Add(byte[], int, int[]). Static method in class marimba.util.Checksum
Add 64 bytes to the digest.
MD5Digest(). Static method in class marimba.util.Checksum
Create a new digest
MD5Finish(byte[], int, int, long, int[]). Static method in class marimba.util.Checksum
Finish computation of the digest.
MD5InputStream(File). Constructor for class marimba.io.MD5InputStream
MD5InputStream(InputStream). Constructor for class marimba.io.MD5InputStream
MD5InputStream(InputStream, int[]). Constructor for class marimba.io.MD5InputStream
MD5InputStream(String). Constructor for class marimba.io.MD5InputStream
MD5OutputStream(File). Constructor for class marimba.io.MD5OutputStream
MD5OutputStream(OutputStream). Constructor for class marimba.io.MD5OutputStream
MD5OutputStream(OutputStream, int[], int). Constructor for class marimba.io.MD5OutputStream
MD5OutputStream(String). Constructor for class marimba.io.MD5OutputStream

N

next(int). Method in class marimba.io.ScannerInputStream
notifyAvailable(String). Method in class marimba.channel.ApplicationFrame
Updated data is available.
notifyAvailable(String). Method in class marimba.channel.ApplicationPlayerFrame
Updated data is available.
notifyInstall(String). Method in class marimba.channel.ApplicationFrame
Data has been installed.
notifyInstall(String). Method in class marimba.channel.ApplicationPlayerFrame
Data has been installed.
nullChecksum. Static variable in class marimba.util.Checksum

O

openLogFile(). Method in class marimba.plugin.Plugin
Returns an output stream which can be used to log client data to the default log file (logs/log.) for this plugin.
openLogFile(String). Method in class marimba.plugin.Plugin
Returns an output stream which can be used to log client data for this plugin.
out. Variable in class marimba.io.FastOutputStream

P

pack(). Method in class marimba.channel.AppletViewer
PERSISTENT. Static variable in class marimba.plugin.Plugin
Treats this byte array as though it were a file.
Plugin(). Constructor for class marimba.plugin.Plugin
pos. Variable in class marimba.io.FastInputStream
print(char). Method in class marimba.io.FastOutputStream
print(long). Method in class marimba.io.FastOutputStream
print(Object). Method in class marimba.io.FastOutputStream
print(String). Method in class marimba.io.FastOutputStream
println(). Method in class marimba.io.FastOutputStream
println(char). Method in class marimba.io.FastOutputStream
println(long). Method in class marimba.io.FastOutputStream
println(Object). Method in class marimba.io.FastOutputStream
println(String). Method in class marimba.io.FastOutputStream
processLog(RequestContext). Method in class marimba.plugin.Plugin
Process logging data
processRedirect(RequestContext). Method in class marimba.plugin.Plugin
processRequest(RequestContext). Method in class marimba.plugin.Plugin
Processes a subscribe or update request for this plugin.
processUnsubscribe(RequestContext). Method in class marimba.plugin.Plugin
Process an unsubscribe request for this plugin.
Props(Properties, String, String). Constructor for class marimba.util.Props
Construct from parent.
Props(String, File, boolean). Constructor for class marimba.util.Props
Constructor.
Props(String, String). Constructor for class marimba.util.Props
Constructor.
Props(String, String, boolean). Constructor for class marimba.util.Props
Constructor.
publishTime(). Method in interface marimba.channel.ApplicationContext
Return the time at which this version of the channel was published.
put(Object, Object). Method in class marimba.util.Props
Store a property.

R

RAFInputStream(RandomAccessFile). Constructor for class marimba.io.RAFInputStream
RAFOutputStream(File). Constructor for class marimba.io.RAFOutputStream
RAFOutputStream(RandomAccessFile). Constructor for class marimba.io.RAFOutputStream
RAFOutputStream(String). Constructor for class marimba.io.RAFOutputStream
read(). Method in class marimba.io.DecoderStream
Read a character.
read(). Method in class marimba.io.FastInputStream
read(). Method in class marimba.io.MD5InputStream
read(). Method in class marimba.io.RAFInputStream
read(byte[]). Method in class marimba.io.MD5InputStream
read(byte[]). Method in class marimba.io.RAFInputStream
read(byte[], int, int). Method in class marimba.io.DecoderStream
Read a buffer
read(byte[], int, int). Method in class marimba.io.FastInputStream
read(byte[], int, int). Method in class marimba.io.MD5InputStream
read(byte[], int, int). Method in class marimba.io.RAFInputStream
readBoolean(). Method in class marimba.io.FastInputStream
readByte(). Method in class marimba.io.FastInputStream
readChar(). Method in class marimba.io.FastInputStream
readDouble(). Method in class marimba.io.FastInputStream
readFloat(). Method in class marimba.io.FastInputStream
readFully(byte[]). Method in class marimba.io.FastInputStream
readFully(byte[], int, int). Method in class marimba.io.FastInputStream
readInt(). Method in class marimba.io.FastInputStream
readLine(). Method in class marimba.io.FastInputStream
readLong(). Method in class marimba.io.FastInputStream
readObject(). Method in class marimba.io.FastInputStream
readShort(). Method in class marimba.io.FastInputStream
readUnsignedByte(). Method in class marimba.io.FastInputStream
readUnsignedShort(). Method in class marimba.io.FastInputStream
readUTF(). Method in class marimba.io.FastInputStream
redirect(String, int). Method in interface marimba.plugin.RequestContext
Adds an entry to the transmitter redirect list for the tuner.
registerDebugClient(DebugClient). Method in class marimba.plugin.Plugin
This routine is used by the plugin debugger channel.
remove(Object). Method in class marimba.util.Props
Remove a key.
remove(TimerClient). Method in class marimba.util.Timer
Remove a client from this Timer.
remove(TimerClient, Object). Method in class marimba.util.Timer
Remove a client from this clock.
removeChannel(String). Method in interface marimba.channel.ApplicationContext
Remove a channel from this transmitter
renameFile(String, String). Method in interface marimba.plugin.RequestContext
Rename a file.
reset(). Method in class marimba.io.FastInputStream
restart(). Method in interface marimba.channel.ApplicationContext
Restart the application.
run(). Method in class marimba.util.Timer
The clock is ticking....

S

save(). Method in class marimba.util.Props
Save to the file.
save(FastOutputStream, String). Method in class marimba.util.Props
Save properties to an OutputStream.
scan(). Method in class marimba.io.ScannerInputStream
scanHexByte(). Method in class marimba.io.ScannerInputStream
ScannerInputStream(File). Constructor for class marimba.io.ScannerInputStream
ScannerInputStream(InputStream). Constructor for class marimba.io.ScannerInputStream
ScannerInputStream(String). Constructor for class marimba.io.ScannerInputStream
seek(long). Method in class marimba.io.FastInputStream
seek(long). Method in class marimba.io.FastOutputStream
seek(long). Method in class marimba.io.RAFOutputStream
setAppletContext(AppletContext). Static method in class marimba.util.Environment
Set the context in case of an applet
setChecksum0(Checksum). Method in class marimba.util.Checksum
Set the checksum to the value of another checksum.
setClipboard(Object). Static method in class marimba.util.Environment
Put something on the clipboard
setContext(ApplicationContext). Method in interface marimba.channel.Application
This methods is called by the system to initialize the ChannelApplication.
setContext(ApplicationContext). Method in class marimba.channel.ApplicationFrame
This methods is called by the system to initialize the Application.
setContext(ApplicationContext). Method in class marimba.channel.ApplicationPlayerFrame
This methods is called by the system to initialize the Application.
setProfile(byte[]). Method in interface marimba.channel.ApplicationContext
Set the profile for a channel.
setProp(Object, Object). Method in class marimba.util.Props
Store a property only if the value is not null or an empty string.
setProperty(String, String). Method in class marimba.util.Props
Set a property, ignore case.
setRequestDelay(int). Method in interface marimba.plugin.RequestContext
Sets the delay in minutes before that tuner should bother requesting its next update.
showAppletException(Throwable). Method in class marimba.channel.AppletViewer
showAppletLog(String). Method in class marimba.channel.AppletViewer
showDocument(String). Method in interface marimba.channel.ApplicationContext
Show a document.
showDocument(String, String). Method in interface marimba.channel.ApplicationContext
Show a Document in a frame.
showDocument(URL). Method in class marimba.channel.AppletViewer
showDocument(URL). Method in interface marimba.channel.ApplicationContext
Show a document.
showDocument(URL, String). Method in class marimba.channel.AppletViewer
showDocument(URL, String). Method in interface marimba.channel.ApplicationContext
Show a document in a named frame.
showStatus(String). Method in class marimba.channel.AppletViewer
showStatus(String). Method in interface marimba.channel.ApplicationContext
Show status.
showURL(String). Static method in class marimba.util.Environment
Show a URL (specified as a string)
showURL(String, String). Static method in class marimba.util.Environment
Show a URL in a frame.
showURL(URL). Static method in class marimba.util.Environment
Show a URL.
showURL(URL, String). Static method in class marimba.util.Environment
Show a URL in a frame.
size(). Method in class marimba.io.FastOutputStream
skip(long). Method in class marimba.io.FastInputStream
skip(long). Method in class marimba.io.MD5InputStream
skip(long). Method in class marimba.io.RAFInputStream
skipBytes(int). Method in class marimba.io.FastInputStream
sort(int[], int, int). Static method in class marimba.util.QuickSort
Sort an array of integers.
sort(Sortable[], int, int, Object). Static method in class marimba.util.QuickSort
Sort an array of Sortable objects.
sort(String[], int, int). Static method in class marimba.util.QuickSort
Sort an array of strings.
start(). Method in class marimba.channel.AppletViewer
Initialize the Channel, show the base frame.
start(). Method in interface marimba.channel.Application
Start the application.
start(). Method in class marimba.channel.ApplicationFrame
Initialize the Channel, show the base frame.
start(). Method in class marimba.channel.ApplicationPlayerFrame
Initialize the Channel.
startChannel(String, String). Method in interface marimba.channel.ApplicationContext
Start a channel.
stop(). Method in class marimba.channel.AppletViewer
Destroy the Channel, hide and dispose the base frame.
stop(). Method in interface marimba.channel.Application
Stop the applicaton.
stop(). Method in interface marimba.channel.ApplicationContext
Stop the application.
stop(). Method in class marimba.channel.ApplicationFrame
Destroy the Channel, hide and dispose the base frame.
stop(). Method in class marimba.channel.ApplicationPlayerFrame
Destroy the Channel.
STRING. Static variable in class marimba.io.ScannerInputStream
strValue. Variable in class marimba.io.ScannerInputStream
subscribeChannel(String, String). Method in interface marimba.channel.ApplicationContext
Subscribe to a channel, but don't start it yet.
SyntaxError(String). Constructor for class marimba.io.SyntaxError
systemGroup. Static variable in class marimba.util.ThreadUtil
The system thread group.

T

ThreadUtil(). Constructor for class marimba.util.ThreadUtil
tick(long, Object). Method in interface marimba.util.TimerClient
Called when the clock ticks.
Timer(). Constructor for class marimba.util.Timer
timestamp. Variable in class marimba.plugin.LogEntry
toArray(). Method in class marimba.util.Checksum
Return an array of two longs.
toByteArray(). Method in class marimba.io.FastOutputStream
toHexString(). Method in class marimba.util.Checksum
Convert the checksum to a hexadecimal string.
tok. Variable in class marimba.io.ScannerInputStream
toString(). Method in class marimba.util.Checksum
Convert the checksum to a 27 character string.
toString(). Method in class marimba.io.FastOutputStream
toString(). Method in class marimba.util.Props
Debugging.
touch(). Method in class marimba.util.Props
Mark the properties as changed.

U

unsubscribeChannel(String). Method in interface marimba.channel.ApplicationContext
Unsubscribe a channel from this transmitter
update(). Method in interface marimba.channel.ApplicationContext
Update the application.
Updates(Vector, Vector, Vector). Constructor for class marimba.channel.Updates
updateTime(). Method in interface marimba.channel.ApplicationContext
Return the time the channel was updated with new data.

V

valid(). Method in class marimba.util.Checksum
Check if the checksum is not 0.

W

write(byte[]). Method in class marimba.io.EncoderStream
write(byte[]). Method in class marimba.io.MD5OutputStream
write(byte[]). Method in class marimba.io.RAFOutputStream
write(byte[], int, int). Method in class marimba.io.EncoderStream
Encode a buffer to an output stream.
write(byte[], int, int). Method in class marimba.io.FastOutputStream
write(byte[], int, int). Method in class marimba.io.MD5OutputStream
write(byte[], int, int). Method in class marimba.io.RAFOutputStream
write(int). Method in class marimba.io.EncoderStream
write(int). Method in class marimba.io.FastOutputStream
write(int). Method in class marimba.io.MD5OutputStream
write(int). Method in class marimba.io.RAFOutputStream
writeBoolean(boolean). Method in class marimba.io.FastOutputStream
writeByte(int). Method in class marimba.io.FastOutputStream
writeBytes(String). Method in class marimba.io.FastOutputStream
writeChar(int). Method in class marimba.io.FastOutputStream
writeChars(String). Method in class marimba.io.FastOutputStream
writeChecksum(FastOutputStream). Method in class marimba.util.Checksum
Write the checksum to an output stream.
writeDouble(double). Method in class marimba.io.FastOutputStream
writeFloat(float). Method in class marimba.io.FastOutputStream
writeInt(int). Method in class marimba.io.FastOutputStream
writeLong(long). Method in class marimba.io.FastOutputStream
writeObject(PropertyObject). Method in class marimba.io.FastOutputStream
writeShort(int). Method in class marimba.io.FastOutputStream
writeUTF(String). Method in class marimba.io.FastOutputStream