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

Quick Search    Search Deep
C D E F G I L M O P R S

C

CaptureEvent - class com.eireneh.util.event.CaptureEvent.
An event indicating that some bit of data needs capturing.
CaptureEvent(Object, Throwable, int) - Constructor for class com.eireneh.util.event.CaptureEvent
Constructs an CaptureEvent object.
CaptureEvent(Object, String, int) - Constructor for class com.eireneh.util.event.CaptureEvent
Constructs an CaptureEvent object.
CaptureListener - interface com.eireneh.util.event.CaptureListener.
ExceptionListener informs users of problems and messages.
captureException(CaptureEvent) - Method in interface com.eireneh.util.event.CaptureListener
Called whenever Reporter.informUser() is passed an Exception
captureException(CaptureEvent) - Method in class com.eireneh.util.event.FileCaptureListener
Called whenever Reporter.informUser() is passed an Exception
captureException(CaptureEvent) - Method in class com.eireneh.util.event.StdOutCaptureListener
Called whenever Reporter.informUser() is passed an Exception
captureMessage(CaptureEvent) - Method in interface com.eireneh.util.event.CaptureListener
Called whenever Reporter.informUser() is passed a message
captureMessage(CaptureEvent) - Method in class com.eireneh.util.event.FileCaptureListener
Called whenever Reporter.informUser() is passed an Exception
captureMessage(CaptureEvent) - Method in class com.eireneh.util.event.StdOutCaptureListener
Called whenever Reporter.informUser() is passed a message
com.eireneh.util.event - package com.eireneh.util.event
This package contains all of the general utility stuff that crops up in many Java projects.

D

default_filename - Static variable in class com.eireneh.util.event.FileCaptureListener
The name of the file that we log to

E

ex - Variable in class com.eireneh.util.event.CaptureEvent
The thing that went wrong
ex - Variable in class com.eireneh.util.event.ReporterEvent
The thing that went wrong

F

FileCaptureListener - class com.eireneh.util.event.FileCaptureListener.
This class listens to Logger messages and copies them to a file.
FileCaptureListener() - Constructor for class com.eireneh.util.event.FileCaptureListener
 
filename - Variable in class com.eireneh.util.event.FileCaptureListener
The name of the file that we log to

G

getDefaultOutputFilename() - Static method in class com.eireneh.util.event.FileCaptureListener
What file are we writing to?
getException() - Method in class com.eireneh.util.event.CaptureEvent
Returns the exception.
getException() - Method in class com.eireneh.util.event.ReporterEvent
Returns the exception.
getHelpDeskInformListener() - Static method in class com.eireneh.util.event.StdOutCaptureListener
Get the listening status
getHelpDeskListener() - Static method in class com.eireneh.util.event.FileCaptureListener
Get the listening status
getHelpDeskListener() - Static method in class com.eireneh.util.event.LogCaptureListener
Get the listening status
getHelpDeskLogListener() - Static method in class com.eireneh.util.event.StdOutCaptureListener
Get the listening status
getLevel() - Method in class com.eireneh.util.event.CaptureEvent
Returns the level.
getMessage() - Method in class com.eireneh.util.event.CaptureEvent
Returns the message.
getMessage() - Method in class com.eireneh.util.event.ReporterEvent
Returns the message.
getOutputFilename() - Method in class com.eireneh.util.event.FileCaptureListener
What file are we writing to?
getSourceName() - Method in class com.eireneh.util.event.CaptureEvent
Returns a string specifying the source of the message.
getSourceName() - Method in class com.eireneh.util.event.ReporterEvent
Returns a string specifying the source of the message.

I

inform - Static variable in class com.eireneh.util.event.StdOutCaptureListener
The listener for the inform service

L

LogCaptureListener - class com.eireneh.util.event.LogCaptureListener.
This class listens to Reporter captures and copies them to a log.
LogCaptureListener() - Constructor for class com.eireneh.util.event.LogCaptureListener
 
level - Variable in class com.eireneh.util.event.CaptureEvent
The level
li - Static variable in class com.eireneh.util.event.FileCaptureListener
The listener that pops up the ExceptionPanes
li - Static variable in class com.eireneh.util.event.LogCaptureListener
The listener that pops up the ExceptionPanes
log - Static variable in class com.eireneh.util.event.LogCaptureListener
The log stream
logger - Static variable in class com.eireneh.util.event.StdOutCaptureListener
The listener for the logging service

M

message - Variable in class com.eireneh.util.event.CaptureEvent
The message that is being passed around
message - Variable in class com.eireneh.util.event.ReporterEvent
The message that is being passed around

O

out - Variable in class com.eireneh.util.event.FileCaptureListener
The stream to log to
out - Variable in class com.eireneh.util.event.StdOutCaptureListener
The stream to log to

P

println(Throwable) - Method in class com.eireneh.util.event.StdOutCaptureListener
Actually println the Throwable and recurse if needed

R

ReporterEvent - class com.eireneh.util.event.ReporterEvent.
An event indicating that some bit of data needs capturing.
ReporterEvent(Throwable) - Constructor for class com.eireneh.util.event.ReporterEvent
Constructs an CaptureEvent object.
ReporterEvent(String) - Constructor for class com.eireneh.util.event.ReporterEvent
Constructs an CaptureEvent object.
ReporterListener - interface com.eireneh.util.event.ReporterListener.
ReporterListener informs users of problems and messages.
reportException(ReporterEvent) - Method in class com.eireneh.util.event.LogCaptureListener
Called whenever Reporter.informUser() is passed an Exception
reportException(ReporterEvent) - Method in interface com.eireneh.util.event.ReporterListener
Called whenever Reporter.informUser() is passed an Exception
reportException(ReporterEvent) - Method in class com.eireneh.util.event.StdOutCaptureListener
Called whenever Reporter.informUser() is passed an Exception
reportMessage(ReporterEvent) - Method in class com.eireneh.util.event.LogCaptureListener
Called whenever Reporter.informUser() is passed a message
reportMessage(ReporterEvent) - Method in interface com.eireneh.util.event.ReporterListener
Called whenever Reporter.informUser() is passed a message
reportMessage(ReporterEvent) - Method in class com.eireneh.util.event.StdOutCaptureListener
Called whenever Reporter.informUser() is passed a message

S

StdOutCaptureListener - class com.eireneh.util.event.StdOutCaptureListener.
This class listens to Reporter captures and copies them to a stream.
StdOutCaptureListener() - Constructor for class com.eireneh.util.event.StdOutCaptureListener
 
setDefaultOutputFilename(String) - Static method in class com.eireneh.util.event.FileCaptureListener
What file are we writing to?
setHelpDeskInformListener(boolean) - Static method in class com.eireneh.util.event.StdOutCaptureListener
You must call setHelpDeskListener() in order to start displaying Exceptions sent to the Log, and in order to properly close this class you must call it again (with false).
setHelpDeskListener(boolean) - Static method in class com.eireneh.util.event.FileCaptureListener
You must call setHelpDeskListener() in order to start logging messages sent to the Log, and in order to properly close this class you must call it again (with false).
setHelpDeskListener(boolean) - Static method in class com.eireneh.util.event.LogCaptureListener
You must call setHelpDeskListener() in order to start displaying Exceptions sent to the Log, and in order to properly close this class you must call it again (with false).
setHelpDeskLogListener(boolean) - Static method in class com.eireneh.util.event.StdOutCaptureListener
You must call setHelpDeskListener() in order to start logging messages sent to the Log, and in order to properly close this class you must call it again (with false).
setOutputFilename(String) - Method in class com.eireneh.util.event.FileCaptureListener
What file are we writing to?

C D E F G I L M O P R S