A C E G M O R S

A

activateOptions() - Method in class org.glite.rgma.log4j.Appender
Method called by the log4j system once all the properties have been initialised from the config file.
append(LoggingEvent) - Method in class org.glite.rgma.log4j.Appender
Log4j calls this method when a logging event is generated.
Appender - Class in org.glite.rgma.log4j
Class traps any log4j calls and then publishes them using an R-GMA 'In-Memory' Primary Producer.
Appender() - Constructor for class org.glite.rgma.log4j.Appender
 

C

close() - Method in class org.glite.rgma.log4j.Appender
Called when the log4j system terminates - provides hook in-order to cleanup the rgma producer.
ConfigException - Exception in org.glite.rgma.log4j
Exception thrown if an error occurs during the Receiver configuration.
ConfigException(String) - Constructor for exception org.glite.rgma.log4j.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception org.glite.rgma.log4j.ConfigException
 
ConfigException(Throwable) - Constructor for exception org.glite.rgma.log4j.ConfigException
 
Constants - Class in org.glite.rgma.log4j
Various constants used by the Appender and Receiver.
Constants() - Constructor for class org.glite.rgma.log4j.Constants
 

E

Errors - Class in org.glite.rgma.log4j
Collection of standard error codes.
Errors() - Constructor for class org.glite.rgma.log4j.Errors
 
Example - Class in org.glite.rgma.log4j
 
Example() - Constructor for class org.glite.rgma.log4j.Example
 

G

getJobName() - Method in class org.glite.rgma.log4j.Appender
Returns the job name of the application.

M

main(String[]) - Static method in class org.glite.rgma.log4j.Example
 
main(String[]) - Static method in class org.glite.rgma.log4j.Receiver
 

O

org.glite.rgma.log4j - package org.glite.rgma.log4j
 

R

Receiver - Class in org.glite.rgma.log4j
A trivial consumer application that reads-in logging events and then displays them to stdout.
Receiver(String[]) - Constructor for class org.glite.rgma.log4j.Receiver
 
requiresLayout() - Method in class org.glite.rgma.log4j.Appender
Indicates this appender should format any logging events.

S

setJobName(String) - Method in class org.glite.rgma.log4j.Appender
Sets the job name (initialised by the log4j system).

A C E G M O R S