Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I L M O P R S T U V X

A

actionPerformed(ActionEvent) - Method in class org.apache.log4j.chainsaw.ExitAction
Will shutdown the application.
actionPerformed(ActionEvent) - Method in class org.apache.log4j.chainsaw.LoadXMLAction
Prompts the user for a file to load events from.
addEvent(EventDetails) - Method in class org.apache.log4j.chainsaw.MyTableModel
Add an event to the list.
addEvent() - Method in class org.apache.log4j.chainsaw.XMLFileHandler
Add an event to the model

C

COL_NAMES - Static variable in class org.apache.log4j.chainsaw.MyTableModel
names of the columns in the table
ControlPanel - class org.apache.log4j.chainsaw.ControlPanel.
Represents the controls for filtering, pausing, exiting, etc.
ControlPanel(MyTableModel) - Constructor for class org.apache.log4j.chainsaw.ControlPanel
Creates a new ControlPanel instance.
characters(char[], int, int) - Method in class org.apache.log4j.chainsaw.XMLFileHandler
 
clear() - Method in class org.apache.log4j.chainsaw.MyTableModel
Clear the list of all events.

D

DATE_FORMATTER - Static variable in class org.apache.log4j.chainsaw.MyTableModel
used to format dates
DEFAULT_PORT - Static variable in class org.apache.log4j.chainsaw.Main
the default port number to listen on
DetailPanel - class org.apache.log4j.chainsaw.DetailPanel.
A panel for showing a stack trace.
DetailPanel(JTable, MyTableModel) - Constructor for class org.apache.log4j.chainsaw.DetailPanel
Creates a new DetailPanel instance.

E

EMPTY_LIST - Static variable in class org.apache.log4j.chainsaw.MyTableModel
definition of an empty list
EventDetails - class org.apache.log4j.chainsaw.EventDetails.
Represents the details of a logging event.
EventDetails(long, Priority, String, String, String, String, String[], String) - Constructor for class org.apache.log4j.chainsaw.EventDetails
Creates a new EventDetails instance.
EventDetails(LoggingEvent) - Constructor for class org.apache.log4j.chainsaw.EventDetails
Creates a new EventDetails instance.
ExitAction - class org.apache.log4j.chainsaw.ExitAction.
Encapsulates the action to exit.
ExitAction() - Constructor for class org.apache.log4j.chainsaw.ExitAction
Stop people creating instances
endElement(String, String, String) - Method in class org.apache.log4j.chainsaw.XMLFileHandler
 
escape(String) - Method in class org.apache.log4j.chainsaw.DetailPanel
Escape <, > & and " as their entities.

F

FORMATTER - Static variable in class org.apache.log4j.chainsaw.DetailPanel
used to format the logging event

G

getCategoryName() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getColumnClass(int) - Method in class org.apache.log4j.chainsaw.MyTableModel
 
getColumnCount() - Method in class org.apache.log4j.chainsaw.MyTableModel
 
getColumnName(int) - Method in class org.apache.log4j.chainsaw.MyTableModel
 
getEventDetails(int) - Method in class org.apache.log4j.chainsaw.MyTableModel
Get the throwable information at a specified row in the filtered events.
getLocationDetails() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getMessage() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getNDC() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getNumEvents() - Method in class org.apache.log4j.chainsaw.XMLFileHandler
 
getPriority() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getRowCount() - Method in class org.apache.log4j.chainsaw.MyTableModel
 
getThreadName() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getThrowableStrRep(EventDetails) - Static method in class org.apache.log4j.chainsaw.DetailPanel
Returns a string representation of a throwable.
getThrowableStrRep() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getTimeStamp() - Method in class org.apache.log4j.chainsaw.EventDetails
 
getValueAt(int, int) - Method in class org.apache.log4j.chainsaw.MyTableModel
 

I

INSTANCE - Static variable in class org.apache.log4j.chainsaw.ExitAction
The instance to share
initLog4J() - Static method in class org.apache.log4j.chainsaw.Main
initialise log4j
isPaused() - Method in class org.apache.log4j.chainsaw.MyTableModel
 

L

LOG - Static variable in class org.apache.log4j.chainsaw.ControlPanel
use the log messages
LOG - Static variable in class org.apache.log4j.chainsaw.DetailPanel
used to log events
LOG - Static variable in class org.apache.log4j.chainsaw.ExitAction
use to log messages
LOG - Static variable in class org.apache.log4j.chainsaw.LoadXMLAction
use to log messages
LOG - Static variable in class org.apache.log4j.chainsaw.LoggingReceiver
used to log messages
LOG - Static variable in class org.apache.log4j.chainsaw.Main
use to log messages
LOG - Static variable in class org.apache.log4j.chainsaw.MyTableModel
used to log messages
LoadXMLAction - class org.apache.log4j.chainsaw.LoadXMLAction.
Encapsulates the action to load an XML file.
LoadXMLAction(JFrame, MyTableModel) - Constructor for class org.apache.log4j.chainsaw.LoadXMLAction
Creates a new LoadXMLAction instance.
LoggingReceiver - class org.apache.log4j.chainsaw.LoggingReceiver.
A daemon thread the processes connections from a org.apache.log4j.net.SocketAppender.html.
LoggingReceiver(MyTableModel, int) - Constructor for class org.apache.log4j.chainsaw.LoggingReceiver
Creates a new LoggingReceiver instance.
LoggingReceiver.Slurper - class org.apache.log4j.chainsaw.LoggingReceiver.Slurper.
Helper that actually processes a client connection.
LoggingReceiver.Slurper(Socket) - Constructor for class org.apache.log4j.chainsaw.LoggingReceiver.Slurper
Creates a new Slurper instance.
loadFile(String) - Method in class org.apache.log4j.chainsaw.LoadXMLAction
Loads the contents of file into the model

M

MY_COMP - Static variable in class org.apache.log4j.chainsaw.MyTableModel
use the compare logging events
Main - class org.apache.log4j.chainsaw.Main.
The main application.
Main() - Constructor for class org.apache.log4j.chainsaw.Main
Creates a new Main instance.
MyTableModel - class org.apache.log4j.chainsaw.MyTableModel.
Represents a list of EventDetails objects that are sorted on logging time.
MyTableModel() - Constructor for class org.apache.log4j.chainsaw.MyTableModel
Creates a new MyTableModel instance.
MyTableModel.Processor - class org.apache.log4j.chainsaw.MyTableModel.Processor.
Helper that actually processes incoming events.
MyTableModel.Processor() - Constructor for class org.apache.log4j.chainsaw.MyTableModel.Processor
 
mAllEvents - Variable in class org.apache.log4j.chainsaw.MyTableModel
set of all logged events - not filtered
mBuf - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
buffer for collecting text
mCategoryFilter - Variable in class org.apache.log4j.chainsaw.MyTableModel
filter for the category
mCategoryName - Variable in class org.apache.log4j.chainsaw.EventDetails
the category of the event
mCategoryName - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the category of the event
mChooser - Variable in class org.apache.log4j.chainsaw.LoadXMLAction
the file chooser - configured to allow only the selection of a single file.
mClient - Variable in class org.apache.log4j.chainsaw.LoggingReceiver.Slurper
socket connection to read events from
mDetails - Variable in class org.apache.log4j.chainsaw.DetailPanel
pane for rendering detail
mFilteredEvents - Variable in class org.apache.log4j.chainsaw.MyTableModel
events that are visible after filtering
mHandler - Variable in class org.apache.log4j.chainsaw.LoadXMLAction
the content handler
mLevel - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the priority (level) of the event
mLocationDetails - Variable in class org.apache.log4j.chainsaw.EventDetails
the location details for the event
mLocationDetails - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the location details for the event
mLock - Variable in class org.apache.log4j.chainsaw.MyTableModel
the lock to control access
mMessage - Variable in class org.apache.log4j.chainsaw.EventDetails
the msg for the event
mMessage - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the msg for the event
mMessageFilter - Variable in class org.apache.log4j.chainsaw.MyTableModel
filter for the message
mModel - Variable in class org.apache.log4j.chainsaw.DetailPanel
the model for the data to render
mModel - Variable in class org.apache.log4j.chainsaw.LoggingReceiver
where to put the events
mModel - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
where to put the events
mNDC - Variable in class org.apache.log4j.chainsaw.EventDetails
the NDC for the event
mNDC - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the NDC for the event
mNDCFilter - Variable in class org.apache.log4j.chainsaw.MyTableModel
filter for the NDC
mNumEvents - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the number of events in the document
mParent - Variable in class org.apache.log4j.chainsaw.LoadXMLAction
the parent frame
mParser - Variable in class org.apache.log4j.chainsaw.LoadXMLAction
parser to read XML files
mPaused - Variable in class org.apache.log4j.chainsaw.MyTableModel
indicates whether event collection is paused to the UI
mPendingEvents - Variable in class org.apache.log4j.chainsaw.MyTableModel
list of events that are buffered for processing
mPriority - Variable in class org.apache.log4j.chainsaw.EventDetails
the priority of the event
mPriorityFilter - Variable in class org.apache.log4j.chainsaw.MyTableModel
filter for the priority
mSvrSock - Variable in class org.apache.log4j.chainsaw.LoggingReceiver
server for listening for connections
mThreadFilter - Variable in class org.apache.log4j.chainsaw.MyTableModel
filter for the thread
mThreadName - Variable in class org.apache.log4j.chainsaw.EventDetails
the thread for the event
mThreadName - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the thread for the event
mThrowableStrRep - Variable in class org.apache.log4j.chainsaw.EventDetails
the throwable details the event
mThrowableStrRep - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the throwable details the event
mTimeStamp - Variable in class org.apache.log4j.chainsaw.EventDetails
the time of the event
mTimeStamp - Variable in class org.apache.log4j.chainsaw.XMLFileHandler
the time of the event
main(String[]) - Static method in class org.apache.log4j.chainsaw.Main
The main method.
matchFilter(EventDetails) - Method in class org.apache.log4j.chainsaw.MyTableModel
Returns whether an event matches the filters.

O

org.apache.log4j.chainsaw - package org.apache.log4j.chainsaw
 

P

PORT_PROP_NAME - Static variable in class org.apache.log4j.chainsaw.Main
name of property for port name

R

resetData() - Method in class org.apache.log4j.chainsaw.XMLFileHandler
Reset the data for an event
run() - Method in class org.apache.log4j.chainsaw.LoggingReceiver.Slurper
loops getting the events
run() - Method in class org.apache.log4j.chainsaw.LoggingReceiver
Listens for client connections
run() - Method in class org.apache.log4j.chainsaw.MyTableModel.Processor
loops getting the events

S

setCategoryFilter(String) - Method in class org.apache.log4j.chainsaw.MyTableModel
Set the filter for the category field.
setMessageFilter(String) - Method in class org.apache.log4j.chainsaw.MyTableModel
Set the filter for the message field.
setNDCFilter(String) - Method in class org.apache.log4j.chainsaw.MyTableModel
Set the filter for the NDC field.
setPriorityFilter(Priority) - Method in class org.apache.log4j.chainsaw.MyTableModel
Sets the priority to filter events on.
setThreadFilter(String) - Method in class org.apache.log4j.chainsaw.MyTableModel
Set the filter for the thread field.
setupReceiver(MyTableModel) - Method in class org.apache.log4j.chainsaw.Main
Setup recieving messages.
startDocument() - Method in class org.apache.log4j.chainsaw.XMLFileHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.log4j.chainsaw.XMLFileHandler
 

T

TAG_EVENT - Static variable in class org.apache.log4j.chainsaw.XMLFileHandler
represents the event tag
TAG_LOCATION_INFO - Static variable in class org.apache.log4j.chainsaw.XMLFileHandler
represents the location info tag
TAG_MESSAGE - Static variable in class org.apache.log4j.chainsaw.XMLFileHandler
represents the message tag
TAG_NDC - Static variable in class org.apache.log4j.chainsaw.XMLFileHandler
represents the ndc tag
TAG_THROWABLE - Static variable in class org.apache.log4j.chainsaw.XMLFileHandler
represents the throwable tag
toggle() - Method in class org.apache.log4j.chainsaw.MyTableModel
Toggle whether collecting events

U

updateFilteredEvents(boolean) - Method in class org.apache.log4j.chainsaw.MyTableModel
Update the filtered events data structure.

V

valueChanged(ListSelectionEvent) - Method in class org.apache.log4j.chainsaw.DetailPanel
 

X

XMLFileHandler - class org.apache.log4j.chainsaw.XMLFileHandler.
A content handler for document containing Log4J events logged using the XMLLayout class.
XMLFileHandler(MyTableModel) - Constructor for class org.apache.log4j.chainsaw.XMLFileHandler
Creates a new XMLFileHandler instance.

A C D E F G I L M O P R S T U V X