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

Quick Search    Search Deep
A B C F G M P S V

A

addError(AuditEvent) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
addError(AuditEvent) - Method in class com.mycompany.listeners.MailLogger
 
addError(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
 
addException(AuditEvent, Throwable) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
addException(AuditEvent, Throwable) - Method in class com.mycompany.listeners.MailLogger
 
addException(AuditEvent, Throwable) - Method in class com.mycompany.listeners.VerboseListener
 
auditFinished(AuditEvent) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
auditFinished(AuditEvent) - Method in class com.mycompany.listeners.MailLogger
Sends an e-mail with the log results.
auditFinished(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
 
auditStarted(AuditEvent) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
auditStarted(AuditEvent) - Method in class com.mycompany.listeners.MailLogger
 
auditStarted(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
 

B

BUFFER_CUSHION - Static variable in class com.mycompany.listeners.CommonsLoggingListener
cushion for avoiding StringBuffer.expandCapacity

C

CommonsLoggingListener - class com.mycompany.listeners.CommonsLoggingListener.
Jakarta Commons Logging listener.
CommonsLoggingListener() - Constructor for class com.mycompany.listeners.CommonsLoggingListener
Creates a CommonsLoggingListener.
com.mycompany.listeners - package com.mycompany.listeners
 

F

fileFinished(AuditEvent) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
fileFinished(AuditEvent) - Method in class com.mycompany.listeners.MailLogger
 
fileFinished(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
 
fileStarted(AuditEvent) - Method in class com.mycompany.listeners.CommonsLoggingListener
 
fileStarted(AuditEvent) - Method in class com.mycompany.listeners.MailLogger
 
fileStarted(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
 

G

getValue(Properties, String, String) - Method in class com.mycompany.listeners.MailLogger
Gets the value of a property.

M

MailLogger - class com.mycompany.listeners.MailLogger.
Buffers log messages from DefaultLogger, and sends an e-mail with the results.
MailLogger() - Constructor for class com.mycompany.listeners.MailLogger
Constructs a MailLogger
mCloseOut - Variable in class com.mycompany.listeners.VerboseListener
close output stream
mErrors - Variable in class com.mycompany.listeners.MailLogger
count of the number of errors and exceptions
mErrors - Variable in class com.mycompany.listeners.VerboseListener
number of errors and exceptions in the audit of one file
mInitialized - Variable in class com.mycompany.listeners.CommonsLoggingListener
true if the log factory has been initialized
mLogFactory - Variable in class com.mycompany.listeners.CommonsLoggingListener
Factory for creating org.apache.commons.logging.Log instances
mLogger - Variable in class com.mycompany.listeners.MailLogger
adapted listener
mOutputStream - Variable in class com.mycompany.listeners.MailLogger
output stream for logger
mTotalErrors - Variable in class com.mycompany.listeners.VerboseListener
total number of errors and exceptions
mWriter - Variable in class com.mycompany.listeners.VerboseListener
where to write messages

P

printEvent(AuditEvent) - Method in class com.mycompany.listeners.VerboseListener
Prints event information to standard output.

S

sendMail(String, String, String, String, String) - Method in class com.mycompany.listeners.MailLogger
Send the mail
setFile(String) - Method in class com.mycompany.listeners.VerboseListener
Sets the output stream to a file.

V

VerboseListener - class com.mycompany.listeners.VerboseListener.
An AuditListener that reports every event to an output stream.
VerboseListener() - Constructor for class com.mycompany.listeners.VerboseListener
 

A B C F G M P S V