< A C D E F G H I L M N O R S T U

<

() - Static method in class org.xdprof.listener.ServerTableGUI
 

A

addClass(ClassIdentifier, String, String) - Method in class org.xdprof.data.Trace
Adds a class and returns a reference to it.
addConnection(Connection) - Method in class org.xdprof.listener.CodeCoverageListener
Adds a connection to the server.
addConnection(Connection) - Method in class org.xdprof.listener.ServerTableGUI
 
addConnection(Connection) - Method in interface org.xdprof.listener.ServerListener
Adds a connection to the server.
addConnection(Connection) - Method in class org.xdprof.listener.DottyListener
Adds a connection to the server.
addConnection(Connection) - Method in class org.xdprof.listener.ServerGUI
Adds a connection to the server.
addConnection(Connection) - Method in class org.xdprof.listener.ServerText
Adds a connection to the server.
addConnection(Connection) - Method in class org.xdprof.listener.ListenerCollection
Adds a connection to each server listener.
addItemToSet(Map, Object, Object) - Static method in class org.xdprof.data.Trace
This adds a value to a set contained in map(key); uses HashSet.
addItemToSet(Map, Object, Object) - Static method in class org.xdprof.listener.CodeCoverageListener
This adds a value to a set contained in map(key); uses HashSet.
addItemToSet(Map, Object, Object) - Static method in class org.xdprof.listener.DottyListener
This adds a value to a set contained in map(key); uses HashSet.
addMethod(ClassIdentifier, MethodIdentifier, String, String) - Method in class org.xdprof.data.Trace
Adds a method and returns a reference to it.
addServerListener(ServerListener) - Method in class org.xdprof.listener.ListenerCollection
 
addStackFrame(MethodIdentifier, int) - Method in class org.xdprof.data.ThreadInfo
Adds this frame to the bottom of the stack.
addThread(ThreadIdentifier, String, String, String, int, int) - Method in class org.xdprof.data.Trace
Add a thread and return a reference to it.
addTrace(Connection, Trace) - Method in class org.xdprof.listener.CodeCoverageListener
Adds a trace for the connection.
addTrace(Connection, Trace) - Method in class org.xdprof.listener.ServerTableGUI
 
addTrace(Connection, Trace) - Method in interface org.xdprof.listener.ServerListener
Adds a trace for the connection.
addTrace(Connection, Trace) - Method in class org.xdprof.listener.DottyListener
 
addTrace(Connection, Trace) - Method in class org.xdprof.listener.ServerGUI
Adds a trace for the connection.
addTrace(Connection, Trace) - Method in class org.xdprof.listener.ServerText
Adds a trace for the connection.
addTrace(Connection, Trace) - Method in class org.xdprof.listener.ListenerCollection
Adds a trace for the connection.
addTrace2(Connection, Trace) - Method in class org.xdprof.listener.DottyListener
 
addTraceClasses(Connection, Trace) - Method in class org.xdprof.listener.DottyListener
 
addTraceMethods(Connection, Trace) - Method in class org.xdprof.listener.DottyListener
Adds a trace for the connection.
addTraceRecords(Connection, Trace) - Method in class org.xdprof.listener.DottyListener
Adds a trace for the connection.
Assert - class org.xdprof.util.Assert.
Provides run-time assertion semantics for safety, etc.
Assert() - Constructor for class org.xdprof.util.Assert
Protected constructor to prevent instantiation
assert(String, boolean) - Static method in class org.xdprof.util.Assert
Asserts that a condition is true.
assertEquals(String, int, int) - Static method in class org.xdprof.util.Assert
Asserts that two numbers are equal.
assertEquals(String, Object, Object) - Static method in class org.xdprof.util.Assert
Asserts that two objects are equal.
AssertionFailedError - error org.xdprof.util.AssertionFailedError.
Thrown when an assertion failed.
AssertionFailedError(String) - Constructor for class org.xdprof.util.AssertionFailedError
Constructor.

C

c_connectionHeaders - Static variable in class org.xdprof.listener.ServerTableGUI
 
c_instance - Static variable in class org.xdprof.listener.ServerTableGUI
 
c_old - Static variable in class org.xdprof.util.Debug
The old output destination.
c_out - Static variable in class org.xdprof.util.Debug
The output for Debug info.
c_stackHeaders - Static variable in class org.xdprof.listener.ServerTableGUI
 
c_start - Static variable in class org.xdprof.util.Debug
When this was started.
c_threadHeaders - Static variable in class org.xdprof.listener.ServerTableGUI
 
c_threads - Static variable in class org.xdprof.util.Debug
Whether or not to display thread info.
ci - Variable in class org.xdprof.data.ThreadInfo.StackFrame
 
ClassIdentifier - class org.xdprof.data.ClassIdentifier.
 
ClassIdentifier(String) - Constructor for class org.xdprof.data.ClassIdentifier
 
ClassInfo - class org.xdprof.data.ClassInfo.
 
ClassInfo(ClassIdentifier, String, String) - Constructor for class org.xdprof.data.ClassInfo
 
CodeCoverageListener - class org.xdprof.listener.CodeCoverageListener.
A console-based server.
CodeCoverageListener() - Constructor for class org.xdprof.listener.CodeCoverageListener
Construct on this port.
compareTo(Identifier) - Method in class org.xdprof.data.Identifier
a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
compareTo(Object) - Method in class org.xdprof.data.ThreadInfo
 
compareTo(Object) - Method in class org.xdprof.data.Identifier
 
CONDVAR_WAIT - Static variable in class org.xdprof.data.ThreadInfo
CONDVAR_WAIT = 3
Connection - class org.xdprof.server.Connection.
This represents a "connection" to a DPROF client
Connection(String, String, InetAddress, int) - Constructor for class org.xdprof.server.Connection
Constructor.
ConnectionThread - class org.xdprof.server.ConnectionThread.
A connection to a client.
ConnectionThread(Socket, ServerListener) - Constructor for class org.xdprof.server.ConnectionThread
Initializer; must be .start()'ed though.
containsThread(ThreadIdentifier) - Method in class org.xdprof.data.Trace
Returns true if a thread is in here.

D

Debug - class org.xdprof.util.Debug.
A class for console output and rough profiling.
Debug() - Constructor for class org.xdprof.util.Debug
Prevent instantiation.
DottyListener - class org.xdprof.listener.DottyListener.
digraph structs { node [shape=record]; struct1 [shape=record,label=" left| middle| right"]; struct2 [shape=record,label=" one| two"]; struct3 [shape=record,label="hello\nworld |{ b |{c| d|e}| f}| g | h"]; struct4 [shape=record,label="Class | {A |B| C}"]; struct5 [shape=record,label="{D |E| F}"]; struct4:A -> struct5:E [label="foo"]; struct1:f1 -> struct2:f0; struct1:f2 -> struct3:here; }
DottyListener() - Constructor for class org.xdprof.listener.DottyListener
 

E

EMPTY_VECTOR - Static variable in class org.xdprof.listener.ServerGUI
An empty vector; used to empty out the lists.
equals(Object) - Method in class org.xdprof.data.Identifier
 

F

fail(String) - Static method in class org.xdprof.util.Assert
Fails with the given message.
failNotEquals(String, Object, Object) - Static method in class org.xdprof.util.Assert
Fail with a "not equals" message
failNotImplemented() - Static method in class org.xdprof.util.Assert
Fail because something isn't implemented.
failNotImplemented(String) - Static method in class org.xdprof.util.Assert
Fail because something isn't implemented.
failNotReachable() - Static method in class org.xdprof.util.Assert
Fail because something isn't reachable.
failNotReachable(String) - Static method in class org.xdprof.util.Assert
Fail with a "not reachable" message
findClassInfo(ClassIdentifier) - Method in class org.xdprof.data.Trace
Returns a ClassInfo block for a classID.
findClassInfo(MethodIdentifier) - Method in class org.xdprof.data.Trace
Returns the ClassInfo for a MethodIdentifier.
findMethodInfo(MethodIdentifier) - Method in class org.xdprof.data.Trace
Finds the MethodInfo for a method id (or null if it's not there).
fixIt(String, String) - Static method in class org.xdprof.data.MethodInfo
Converts a full compacted method declaration to a human readable form.
fixType(String) - Static method in class org.xdprof.data.MethodInfo
Converts Java type strings ([Z) to human-readable form (boolean[]).

G

getClasses() - Method in class org.xdprof.data.Trace
Returns a Vector of ClassInfo.
getClassID() - Method in class org.xdprof.data.MethodInfo
 
getClassID() - Method in class org.xdprof.data.ClassInfo
 
getDescription() - Method in class org.xdprof.server.Connection
 
getFormat(ClassInfo, MethodInfo) - Method in class org.xdprof.listener.DottyListener
 
getFrameCount() - Method in class org.xdprof.data.ThreadInfo
 
getFrameLineNumber(int) - Method in class org.xdprof.data.ThreadInfo
 
getFrameMethod(int) - Method in class org.xdprof.data.ThreadInfo
 
getFullName() - Method in class org.xdprof.data.MethodInfo
 
getGroup() - Method in class org.xdprof.data.ThreadInfo
 
getInetAddress() - Method in class org.xdprof.server.Connection
 
getLine() - Method in class org.xdprof.data.ThreadInfo.StackFrame
 
getLineNumber() - Method in class org.xdprof.data.ThreadInfo.StackFrame
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.xdprof.listener.ServerGUI.ThreadCellRenderer
Formats a value.
getMethodID() - Method in class org.xdprof.data.ThreadInfo.StackFrame
 
getMethodID() - Method in class org.xdprof.data.MethodInfo
 
getMethodIDsForClass(ClassIdentifier) - Method in class org.xdprof.data.Trace
Returns a set of MethodIdentifiers for the class.
getName() - Method in class org.xdprof.data.ThreadInfo
 
getName() - Method in class org.xdprof.data.ClassInfo
Set of methodID's ???
getNextLine(BufferedReader) - Method in class org.xdprof.server.ConnectionThread
Returns the next non-comment line from in.
getOS() - Method in class org.xdprof.server.Connection
 
getParent() - Method in class org.xdprof.data.ThreadInfo
 
getPID() - Method in class org.xdprof.server.Connection
 
getPort() - Method in class org.xdprof.server.Connection
 
getRuntime() - Method in class org.xdprof.server.Connection
 
getSource() - Method in class org.xdprof.data.ClassInfo
 
getStackVector() - Method in class org.xdprof.data.ThreadInfo
Returns a vector of the StackFrame's.
getStarted() - Method in class org.xdprof.data.ThreadInfo
 
getStatus() - Method in class org.xdprof.data.ThreadInfo
 
getThreadID() - Method in class org.xdprof.data.ThreadInfo
 
getThreadInfo(ThreadIdentifier) - Method in class org.xdprof.data.Trace
 
getThreads() - Method in class org.xdprof.data.Trace
Returns a Vector of ThreadInfo
getThreadStatusDescription() - Method in class org.xdprof.data.ThreadInfo
 
getVM() - Method in class org.xdprof.server.Connection
 

H

hashCode() - Method in class org.xdprof.data.Identifier
 

I

Identifier - class org.xdprof.data.Identifier.
Base class for Identifiers like MethodIDs and ClassIDs and ThreadIDs
Identifier() - Constructor for class org.xdprof.data.Identifier
 
Identifier(String) - Constructor for class org.xdprof.data.Identifier
 
INTERRUPTED - Static variable in class org.xdprof.data.ThreadInfo
INTERRUPTED = 0x4000
isOn() - Static method in class org.xdprof.util.Assert
Used for commenting out large blocks of debug code.
isStatus(int, int) - Static method in class org.xdprof.data.ThreadInfo
Returns true if the status is the flag.

L

ListenerCollection - class org.xdprof.listener.ListenerCollection.
 
ListenerCollection() - Constructor for class org.xdprof.listener.ListenerCollection
 

M

m_allInfo - Variable in class org.xdprof.listener.CodeCoverageListener
 
m_bottomPane - Variable in class org.xdprof.listener.ServerTableGUI
 
m_c - Static variable in class org.xdprof.data.Trace
 
m_calls - Variable in class org.xdprof.listener.DottyListener
 
m_classesInUse - Variable in class org.xdprof.data.Trace
Map; classes in use.
m_classID - Variable in class org.xdprof.data.MethodInfo
 
m_classID - Variable in class org.xdprof.data.ClassInfo
 
m_classIDToMethodIDs - Variable in class org.xdprof.data.Trace
Map >
m_client - Variable in class org.xdprof.server.ConnectionThread
The client's socket.
m_connectionList - Variable in class org.xdprof.listener.ServerGUI
The displayed list of connections.
m_connections - Variable in class org.xdprof.listener.ServerTableGUI
 
m_connections - Variable in class org.xdprof.listener.ServerGUI
The current connections.
m_connectionsToRemove - Variable in class org.xdprof.listener.ServerGUI
Connections to remove after we unpause.
m_connectionToTraceVector - Variable in class org.xdprof.listener.ServerTableGUI
 
m_connectionToTraceVector - Variable in class org.xdprof.listener.ServerGUI
A HashMap from a connection object to a vector of Trace objects.
m_context - Variable in class org.xdprof.data.ThreadInfo
 
m_description - Variable in class org.xdprof.data.Trace
 
m_description - Variable in class org.xdprof.data.ThreadInfo.StackFrame
 
m_description - Variable in class org.xdprof.server.Connection
 
m_done - Variable in class org.xdprof.server.Server
Whether or not we're finished.
m_frames - Variable in class org.xdprof.data.ThreadInfo
 
m_group - Variable in class org.xdprof.data.ThreadInfo
 
m_host - Variable in class org.xdprof.server.ConnectionThread
The client's hostname.
m_huge - Variable in class org.xdprof.listener.DottyListener
 
m_ia - Variable in class org.xdprof.server.Connection
 
m_info - Variable in class org.xdprof.data.Trace
When this
m_info - Variable in class org.xdprof.server.ConnectionThread
Descriptive string about the client.
m_instance - Static variable in class org.xdprof.server.Server
 
m_internal - Variable in class org.xdprof.server.Connection
Internal description.
m_isPaused - Variable in class org.xdprof.listener.ServerGUI
 
m_lastConn - Variable in class org.xdprof.listener.ServerTableGUI
 
m_lastThread - Variable in class org.xdprof.listener.ServerTableGUI
 
m_lc - Variable in class org.xdprof.server.Server
ServerListener for the connection thread.
m_line - Variable in class org.xdprof.data.ThreadInfo.StackFrame
 
m_listeners - Variable in class org.xdprof.listener.ListenerCollection
 
m_lock - Variable in class org.xdprof.listener.ServerTableGUI
 
m_method - Variable in class org.xdprof.data.ThreadInfo.StackFrame
 
m_methodID - Variable in class org.xdprof.data.MethodInfo
 
m_methodMap - Variable in class org.xdprof.data.Trace
Map; methods in use.
m_methods - Variable in class org.xdprof.listener.CodeCoverageListener
 
m_methods - Variable in class org.xdprof.listener.DottyListener
 
m_mine - Variable in class org.xdprof.data.Trace
 
m_name - Variable in class org.xdprof.data.ThreadInfo
 
m_name - Variable in class org.xdprof.data.MethodInfo
 
m_name - Variable in class org.xdprof.data.ClassInfo
 
m_numTraces - Variable in class org.xdprof.server.ConnectionThread
Number of traces so far.
m_original - Variable in class org.xdprof.data.Identifier
Original in Hex.
m_os - Variable in class org.xdprof.data.Trace
 
m_os - Variable in class org.xdprof.server.Connection
 
m_pane - Variable in class org.xdprof.listener.ServerTableGUI
The main display panel.
m_pane - Variable in class org.xdprof.listener.ServerGUI
The main display panel.
m_parent - Variable in class org.xdprof.data.ThreadInfo
 
m_pauseButton - Variable in class org.xdprof.listener.ServerGUI
The button for pausing.
m_pid - Variable in class org.xdprof.data.Trace
 
m_pid - Variable in class org.xdprof.server.Connection
 
m_port - Variable in class org.xdprof.server.Connection
 
m_port - Variable in class org.xdprof.server.Server
The port number.
m_properties - Variable in class org.xdprof.data.Trace
 
m_properties - Variable in class org.xdprof.server.Connection
 
m_raw - Variable in class org.xdprof.listener.DottyListener
 
m_recs - Variable in class org.xdprof.listener.DottyListener
 
m_removed - Variable in class org.xdprof.listener.CodeCoverageListener
 
m_removed - Variable in class org.xdprof.listener.ServerText
 
m_resolved - Variable in class org.xdprof.data.MethodInfo
 
m_rt - Variable in class org.xdprof.data.Trace
 
m_rt - Variable in class org.xdprof.server.Connection
 
m_running - Variable in class org.xdprof.server.Server
 
m_s - Variable in class org.xdprof.server.Connection
 
m_selectedConn - Variable in class org.xdprof.listener.ServerTableGUI
 
m_selectedConnection - Variable in class org.xdprof.listener.ServerTableGUI
 
m_selectedThread - Variable in class org.xdprof.listener.ServerTableGUI
 
m_signature - Variable in class org.xdprof.data.MethodInfo
 
m_sl - Variable in class org.xdprof.server.ConnectionThread
The listener to notify.
m_source - Variable in class org.xdprof.data.ClassInfo
 
m_stackList - Variable in class org.xdprof.listener.ServerGUI
The stack frame listing for the current thread.
m_started - Variable in class org.xdprof.data.ThreadInfo
 
m_status - Variable in class org.xdprof.data.ThreadInfo
 
m_t - Variable in class org.xdprof.server.Connection
 
m_threadID - Variable in class org.xdprof.data.ThreadInfo
 
m_threadIDs - Variable in class org.xdprof.data.Trace
Set
m_threadList - Variable in class org.xdprof.listener.ServerGUI
The displayed list of threads for the current connection.
m_threads - Variable in class org.xdprof.data.Trace
List
m_topPane - Variable in class org.xdprof.listener.ServerTableGUI
 
m_toString - Variable in class org.xdprof.data.ThreadInfo
 
m_traces - Variable in class org.xdprof.listener.DottyListener
 
m_value - Variable in class org.xdprof.data.Identifier
Fast value.
m_vm - Variable in class org.xdprof.data.Trace
 
m_vm - Variable in class org.xdprof.server.Connection
 
m_when - Variable in class org.xdprof.data.Trace
When this trace happened.
main(String[]) - Static method in class org.xdprof.listener.CodeCoverageListener
Start the program.
main(String[]) - Static method in class org.xdprof.listener.ServerTableGUI
Start the program.
main(String[]) - Static method in class org.xdprof.listener.DottyListener
 
main(String[]) - Static method in class org.xdprof.listener.ServerGUI
Start the program.
main(String[]) - Static method in class org.xdprof.listener.ServerText
Start the program.
main(String[]) - Static method in class org.xdprof.server.Tests
Run a few tests.
main(String[]) - Static method in class org.xdprof.server.ServerApplication
 
MethodIdentifier - class org.xdprof.data.MethodIdentifier.
 
MethodIdentifier(String) - Constructor for class org.xdprof.data.MethodIdentifier
 
MethodInfo - class org.xdprof.data.MethodInfo.
 
MethodInfo(ClassIdentifier, MethodIdentifier, String, String) - Constructor for class org.xdprof.data.MethodInfo
 
mi - Variable in class org.xdprof.data.ThreadInfo.StackFrame
 
MONITOR_WAIT - Static variable in class org.xdprof.data.ThreadInfo
MONITOR_WAIT = 2

N

notNull(Object) - Static method in class org.xdprof.util.Assert
Asserts that an object is not null.
notNull(String, Object) - Static method in class org.xdprof.util.Assert
Asserts that an object is not null.

O

org.xdprof.data - package org.xdprof.data
 
org.xdprof.listener - package org.xdprof.listener
 
org.xdprof.server - package org.xdprof.server
 
org.xdprof.util - package org.xdprof.util
 

R

removeConnection(Connection) - Method in class org.xdprof.listener.CodeCoverageListener
Removes/unregisters a connection.
removeConnection(Connection) - Method in class org.xdprof.listener.ServerTableGUI
Removes/unregisters a connection.
removeConnection(Connection) - Method in interface org.xdprof.listener.ServerListener
Removes/unregisters a connection.
removeConnection(Connection) - Method in class org.xdprof.listener.DottyListener
Removes/unregisters a connection.
removeConnection(Connection) - Method in class org.xdprof.listener.ServerGUI
Removes/unregisters a connection.
removeConnection(Connection) - Method in class org.xdprof.listener.ServerText
Removes/unregisters a connection.
removeConnection(Connection) - Method in class org.xdprof.listener.ListenerCollection
Removes/unregisters a connection from each listener.
removeConnectionThread(Connection) - Method in class org.xdprof.server.ConnectionThread
 
run() - Method in class org.xdprof.server.Server
Listen on a port and spawn a ConnectionThread for each incoming client.
run() - Method in class org.xdprof.server.ConnectionThread
Run the ConnectionThread
RUNNABLE - Static variable in class org.xdprof.data.ThreadInfo
RUNNABLE = 1

S

selfCheck() - Method in class org.xdprof.data.Trace
 
Server - class org.xdprof.server.Server.
A Server connects a ServerListener on a port.
Server(int, ListenerCollection) - Constructor for class org.xdprof.server.Server
Initialize a Server; must be .start()'ed though.
ServerApplication - class org.xdprof.server.ServerApplication.
 
ServerApplication() - Constructor for class org.xdprof.server.ServerApplication
 
ServerGUI - class org.xdprof.listener.ServerGUI.
This is the Server GUI; it creates a server and provides an interface to interact with.
ServerGUI.ThreadCellRenderer - class org.xdprof.listener.ServerGUI.ThreadCellRenderer.
Render the thread list appropriately.
ServerGUI.ThreadCellRenderer(ServerGUI) - Constructor for class org.xdprof.listener.ServerGUI.ThreadCellRenderer
 
ServerGUI() - Constructor for class org.xdprof.listener.ServerGUI
The constructor.
ServerListener - interface org.xdprof.listener.ServerListener.
Anything that listens for server events.
ServerTableGUI - class org.xdprof.listener.ServerTableGUI.
 
ServerTableGUI() - Constructor for class org.xdprof.listener.ServerTableGUI
 
ServerText - class org.xdprof.listener.ServerText.
A console-based server.
ServerText() - Constructor for class org.xdprof.listener.ServerText
Construct on this port.
setPort(int) - Method in class org.xdprof.listener.CodeCoverageListener
 
setPort(int) - Method in class org.xdprof.listener.DottyListener
Sets the port this listener is listening on (for debugging purposes).
setPort(int) - Method in class org.xdprof.listener.ServerGUI
 
setPort(int) - Method in class org.xdprof.listener.ServerText
 
shouldInclude(String) - Method in class org.xdprof.listener.DottyListener
 
shutdown() - Method in class org.xdprof.server.Server
Request a shutdown nicely.
startServer(int, ListenerCollection) - Static method in class org.xdprof.server.Server
 
startServer(int, ServerListener) - Static method in class org.xdprof.server.Server
 
stripName(String) - Method in class org.xdprof.listener.DottyListener
 
SUSPENDED - Static variable in class org.xdprof.data.ThreadInfo
SUSPENDED = 0x8000

T

Tests - class org.xdprof.server.Tests.
Various tests.
Tests() - Constructor for class org.xdprof.server.Tests
No instantiation.
ThreadIdentifier - class org.xdprof.data.ThreadIdentifier.
 
ThreadIdentifier(String) - Constructor for class org.xdprof.data.ThreadIdentifier
 
ThreadInfo - class org.xdprof.data.ThreadInfo.
 
ThreadInfo.StackFrame - class org.xdprof.data.ThreadInfo.StackFrame.
 
ThreadInfo.StackFrame(ThreadInfo, MethodIdentifier, int) - Constructor for class org.xdprof.data.ThreadInfo.StackFrame
 
ThreadInfo(Trace, ThreadIdentifier, String, String, String, int, int) - Constructor for class org.xdprof.data.ThreadInfo
 
Timestamp - class org.xdprof.data.Timestamp.
 
Timestamp() - Constructor for class org.xdprof.data.Timestamp
 
toInt(String) - Static method in class org.xdprof.server.ConnectionThread
Returns an integer
toString() - Method in class org.xdprof.data.Trace
 
toString() - Method in class org.xdprof.data.ThreadInfo
 
toString() - Method in class org.xdprof.data.ThreadInfo.StackFrame
 
toString() - Method in class org.xdprof.data.Identifier
 
toString() - Method in class org.xdprof.data.MethodInfo
 
toString() - Method in class org.xdprof.data.ClassInfo
 
toString() - Method in class org.xdprof.server.Connection
Return a String description.
toVector() - Method in class org.xdprof.data.ThreadInfo.StackFrame
 
toVector(Connection) - Static method in class org.xdprof.listener.ServerTableGUI
 
toVector(ThreadInfo) - Static method in class org.xdprof.listener.ServerTableGUI
 
Trace - class org.xdprof.data.Trace.
This represents an instaneous trace of a connection; it contains threads, classes, methods, and call stacks.
trace(String) - Static method in class org.xdprof.util.Debug
Outputs a string s.
Trace(String) - Constructor for class org.xdprof.data.Trace
Constructs a new trace with a timestamp.
trace(String, int) - Static method in class org.xdprof.util.Debug
Outputs the variable value.
trace(String, Object) - Static method in class org.xdprof.util.Debug
Outputs the variable value.
traceException(String, Throwable) - Static method in class org.xdprof.util.Debug
Display an exception.
turnOff() - Static method in class org.xdprof.util.Debug
Turn off debugging.
turnOn() - Static method in class org.xdprof.util.Debug
Turn on debugging.

U

unmangle(String) - Static method in class org.xdprof.server.Tests
 
unmangle(String) - Static method in class org.xdprof.server.ConnectionThread
Unmangles a string in ascii-code format by converting it to the characters represented by the ascii-codes.
updateConnections() - Method in class org.xdprof.listener.ServerTableGUI
 
updateStack() - Method in class org.xdprof.listener.ServerGUI
Updates the stack display.
updateThreads() - Method in class org.xdprof.listener.ServerGUI
Update the thread display; called when a connection is clicked on.
updateThreads(Connection) - Method in class org.xdprof.listener.ServerTableGUI
 

< A C D E F G H I L M N O R S T U