A B C D E F G H I L M N P R S T U V 

A

activateOptions() - Method in class chapters.migrationFromLog4j.TrivialLog4jLayout
 
AddAction - Class in chapters.onJoran.calculator
This action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.
AddAction() - Constructor for class chapters.onJoran.calculator.AddAction
 
addImplicitRules(Interpreter) - Method in class chapters.onJoran.SimpleConfigurator
 
addInstanceRules(RuleStore) - Method in class chapters.onJoran.SimpleConfigurator
 
AddStatusListenerApp - Class in chapters.configuration
 
AddStatusListenerApp() - Constructor for class chapters.configuration.AddStatusListenerApp
 
append(ILoggingEvent) - Method in class chapters.appenders.CountingConsoleAppender
 
append(LoggingEvent) - Method in class chapters.migrationFromLog4j.TrivialLog4jAppender
 
append(ILoggingEvent) - Method in class chapters.migrationFromLog4j.TrivialLogbackAppender
 
AppenderExample - Class in chapters.receivers.socket
This application loads a configuration containing some form of socket appender and then allows the user to enter messages which will be relayed to remote clients via the appender.
AppenderExample() - Constructor for class chapters.receivers.socket.AppenderExample
 

B

Bar - Class in chapters.appenders.sub.sample
 
Bar() - Constructor for class chapters.appenders.sub.sample.Bar
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.calculator.AddAction
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.calculator.ComputationAction1
Store the value of the name attribute for future use.
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.calculator.ComputationAction2
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.calculator.LiteralAction
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.calculator.MultiplyAction
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.helloWorld.HelloWorldAction
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.implicit.NOPAction
 
begin(InterpretationContext, String, Attributes) - Method in class chapters.onJoran.implicit.PrintMeImplicitAction
 

C

Calculator1 - Class in chapters.onJoran.calculator
This examples illustrates collaboration between multiple actions through the common execution context stack.
Calculator1() - Constructor for class chapters.onJoran.calculator.Calculator1
 
Calculator2 - Class in chapters.onJoran.calculator
This examples illustrates collaboration between multiple actions through the common execution context stack.
Calculator2() - Constructor for class chapters.onJoran.calculator.Calculator2
 
CallerEvaluatorExample - Class in chapters.layouts
 
CallerEvaluatorExample() - Constructor for class chapters.layouts.CallerEvaluatorExample
 
chapters.appenders - package chapters.appenders
 
chapters.appenders.mail - package chapters.appenders.mail
 
chapters.appenders.sift - package chapters.appenders.sift
 
chapters.appenders.socket - package chapters.appenders.socket
 
chapters.appenders.sub.sample - package chapters.appenders.sub.sample
 
chapters.architecture - package chapters.architecture
 
chapters.configuration - package chapters.configuration
 
chapters.filters - package chapters.filters
 
chapters.introduction - package chapters.introduction
 
chapters.layouts - package chapters.layouts
 
chapters.mdc - package chapters.mdc
 
chapters.migrationFromLog4j - package chapters.migrationFromLog4j
 
chapters.onJoran - package chapters.onJoran
 
chapters.onJoran.calculator - package chapters.onJoran.calculator
 
chapters.onJoran.helloWorld - package chapters.onJoran.helloWorld
 
chapters.onJoran.implicit - package chapters.onJoran.implicit
 
chapters.onJoran.newRule - package chapters.onJoran.newRule
 
chapters.receivers.socket - package chapters.receivers.socket
 
close() - Method in class chapters.migrationFromLog4j.TrivialLog4jAppender
 
ComputationAction1 - Class in chapters.onJoran.calculator
ComputationAction1 will print the result of the compuration made by children elements but only if the compuration itself is named, that is if the name attribute of the associated computation element is not null.
ComputationAction1() - Constructor for class chapters.onJoran.calculator.ComputationAction1
 
ComputationAction2 - Class in chapters.onJoran.calculator
ComputationAction2 will print the result of the compuration made by children elements but only if the computation itself is named, that is if the name attribute of the associated computation element is not null.
ComputationAction2() - Constructor for class chapters.onJoran.calculator.ComputationAction2
 
ConfigurationTester - Class in chapters.appenders
This class can be used to check the result of a configuration file.
ConfigurationTester() - Constructor for class chapters.appenders.ConfigurationTester
 
ConsolePluginClient - Class in chapters.appenders.socket
Created with IntelliJ IDEA.
ConsolePluginClient() - Constructor for class chapters.appenders.socket.ConsolePluginClient
 
convert(ILoggingEvent) - Method in class chapters.layouts.MySampleConverter
 
CounterBasedEvaluator - Class in chapters.appenders.mail
A simple EventEvaluator implementation that triggers email transmission after 1024 events regardless of event level.
CounterBasedEvaluator() - Constructor for class chapters.appenders.mail.CounterBasedEvaluator
 
CountingConsoleAppender - Class in chapters.appenders
 
CountingConsoleAppender() - Constructor for class chapters.appenders.CountingConsoleAppender
 
createLoggingRequest() - Method in class chapters.appenders.sub.sample.Bar
 

D

decide(ILoggingEvent) - Method in class chapters.filters.SampleFilter
 
decide(Marker, Logger, Level, String, Object[], Throwable) - Method in class chapters.filters.SampleTurboFilter
 
delay(int) - Static method in class chapters.mdc.NumberCruncherServer
 
destroy() - Method in class chapters.mdc.UserServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class chapters.mdc.UserServletFilter
 
doIt() - Method in class chapters.configuration.Foo
 
doLayout(ILoggingEvent) - Method in class chapters.layouts.MySampleLayout
 
doLayout(ILoggingEvent) - Method in class chapters.layouts.MySampleLayout2
 
doLayout(ILoggingEvent) - Method in class chapters.migrationFromLog4j.TrivialLogbackLayout
 

E

EMail - Class in chapters.appenders.mail
This application generates log messages in numbers specified by the user.
EMail() - Constructor for class chapters.appenders.mail.EMail
 
end(InterpretationContext, String) - Method in class chapters.onJoran.calculator.AddAction
 
end(InterpretationContext, String) - Method in class chapters.onJoran.calculator.ComputationAction1
Children elements have been processed.
end(InterpretationContext, String) - Method in class chapters.onJoran.calculator.ComputationAction2
 
end(InterpretationContext, String) - Method in class chapters.onJoran.calculator.LiteralAction
 
end(InterpretationContext, String) - Method in class chapters.onJoran.calculator.MultiplyAction
 
end(InterpretationContext, String) - Method in class chapters.onJoran.helloWorld.HelloWorldAction
 
end(InterpretationContext, String) - Method in class chapters.onJoran.implicit.NOPAction
 
end(InterpretationContext, String) - Method in class chapters.onJoran.implicit.PrintMeImplicitAction
 
evaluate(Object) - Method in class chapters.appenders.mail.CounterBasedEvaluator
 
ExceptionEvaluatorExample - Class in chapters.layouts
 
ExceptionEvaluatorExample() - Constructor for class chapters.layouts.ExceptionEvaluatorExample
 

F

factor(int) - Method in interface chapters.mdc.NumberCruncher
Factor a positive integer number and return its distinct factor's as an integer array.
factor(int) - Method in class chapters.mdc.NumberCruncherServer
 
FilterEvents - Class in chapters.filters
 
FilterEvents() - Constructor for class chapters.filters.FilterEvents
 
Foo - Class in chapters.configuration
 
Foo() - Constructor for class chapters.configuration.Foo
 
format(LoggingEvent) - Method in class chapters.migrationFromLog4j.TrivialLog4jLayout
 

G

getEncoder() - Method in class chapters.appenders.CountingConsoleAppender
 
getEncoder() - Method in class chapters.migrationFromLog4j.TrivialLogbackAppender
 
getLimit() - Method in class chapters.appenders.CountingConsoleAppender
 
getMarker() - Method in class chapters.filters.SampleTurboFilter
 
getName() - Method in class chapters.appenders.mail.CounterBasedEvaluator
 
GoMDC - Class in chapters.filters
 
GoMDC() - Constructor for class chapters.filters.GoMDC
 

H

HelloWorld - Class in chapters.onJoran.helloWorld
A hello world example using Joran.
HelloWorld() - Constructor for class chapters.onJoran.helloWorld.HelloWorld
 
HelloWorld1 - Class in chapters.introduction
 
HelloWorld1() - Constructor for class chapters.introduction.HelloWorld1
 
HelloWorld2 - Class in chapters.introduction
 
HelloWorld2() - Constructor for class chapters.introduction.HelloWorld2
 
HelloWorldAction - Class in chapters.onJoran.helloWorld
A trivial action that writes "Hello world" on the console.
HelloWorldAction() - Constructor for class chapters.onJoran.helloWorld.HelloWorldAction
 

I

ignoresThrowable() - Method in class chapters.migrationFromLog4j.TrivialLog4jLayout
 
init(FilterConfig) - Method in class chapters.mdc.UserServletFilter
 
IO - Class in chapters.appenders
 
IO(boolean, boolean, long) - Constructor for class chapters.appenders.IO
 
IOPerformance - Class in chapters.appenders
 
IOPerformance(boolean, long) - Constructor for class chapters.appenders.IOPerformance
 
isApplicable(ElementPath, Attributes, InterpretationContext) - Method in class chapters.onJoran.implicit.PrintMeImplicitAction
 
isStarted() - Method in class chapters.appenders.mail.CounterBasedEvaluator
 

L

LiteralAction - Class in chapters.onJoran.calculator
This action converts the value attribute of the associated element to an integer and pushes the resulting Integer object on top of the execution context stack.
LiteralAction() - Constructor for class chapters.onJoran.calculator.LiteralAction
 
Log4jMain - Class in chapters.migrationFromLog4j
A minimal application making use of log4j and TrivialLog4jAppender.
Log4jMain() - Constructor for class chapters.migrationFromLog4j.Log4jMain
 
LogbackMain - Class in chapters.migrationFromLog4j
A minimal application making use of logback-classic.
LogbackMain() - Constructor for class chapters.migrationFromLog4j.LogbackMain
 

M

main(String[]) - Static method in class chapters.appenders.ConfigurationTester
 
main(String[]) - Static method in class chapters.appenders.IO
 
main(String[]) - Static method in class chapters.appenders.IOPerformance
 
main(String[]) - Static method in class chapters.appenders.mail.EMail
 
main(String[]) - Static method in class chapters.appenders.mail.Marked_EMail
 
main(String[]) - Static method in class chapters.appenders.sift.SiftExample
 
main(String[]) - Static method in class chapters.appenders.socket.ConsolePluginClient
 
main(String[]) - Static method in class chapters.appenders.socket.SocketClient1
 
main(String[]) - Static method in class chapters.appenders.socket.SocketClient2
 
main(String[]) - Static method in class chapters.architecture.MyAppWithConfigFile
 
main(String[]) - Static method in class chapters.architecture.SelectionRule
 
main(String[]) - Static method in class chapters.configuration.AddStatusListenerApp
 
main(String[]) - Static method in class chapters.configuration.MyApp1
 
main(String[]) - Static method in class chapters.configuration.MyApp2
 
main(String[]) - Static method in class chapters.configuration.MyApp3
 
main(String[]) - Static method in class chapters.filters.FilterEvents
 
main(String[]) - Static method in class chapters.filters.GoMDC
 
main(String[]) - Static method in class chapters.introduction.HelloWorld1
 
main(String[]) - Static method in class chapters.introduction.HelloWorld2
 
main(String[]) - Static method in class chapters.layouts.CallerEvaluatorExample
 
main(String[]) - Static method in class chapters.layouts.ExceptionEvaluatorExample
 
main(String[]) - Static method in class chapters.layouts.PatternSample
 
main(String[]) - Static method in class chapters.layouts.SampleLogging
 
main(String[]) - Static method in class chapters.layouts.TrivialMain
 
main(String[]) - Static method in class chapters.mdc.NumberCruncherClient
 
main(String[]) - Static method in class chapters.mdc.NumberCruncherServer
 
main(String[]) - Static method in class chapters.mdc.SimpleMDC
 
main(String[]) - Static method in class chapters.migrationFromLog4j.Log4jMain
 
main(String[]) - Static method in class chapters.migrationFromLog4j.LogbackMain
 
main(String[]) - Static method in class chapters.onJoran.calculator.Calculator1
 
main(String[]) - Static method in class chapters.onJoran.calculator.Calculator2
 
main(String[]) - Static method in class chapters.onJoran.helloWorld.HelloWorld
 
main(String[]) - Static method in class chapters.onJoran.implicit.PrintMe
 
main(String[]) - Static method in class chapters.onJoran.newRule.NewRuleCalculator
 
main(String[]) - Static method in class chapters.receivers.socket.AppenderExample
 
main(String[]) - Static method in class chapters.receivers.socket.ReceiverExample
 
Marked_EMail - Class in chapters.appenders.mail
This application generates a number of message many of which are of LEVEL.
Marked_EMail() - Constructor for class chapters.appenders.mail.Marked_EMail
 
MultiplyAction - Class in chapters.onJoran.calculator
This action multiplies the two integers at the top of the stack (they are removed) and pushes the result on top the stack.
MultiplyAction() - Constructor for class chapters.onJoran.calculator.MultiplyAction
 
MyApp1 - Class in chapters.configuration
 
MyApp1() - Constructor for class chapters.configuration.MyApp1
 
MyApp2 - Class in chapters.configuration
 
MyApp2() - Constructor for class chapters.configuration.MyApp2
 
MyApp3 - Class in chapters.configuration
 
MyApp3() - Constructor for class chapters.configuration.MyApp3
 
MyAppWithConfigFile - Class in chapters.architecture
 
MyAppWithConfigFile() - Constructor for class chapters.architecture.MyAppWithConfigFile
 
MySampleConverter - Class in chapters.layouts
 
MySampleConverter() - Constructor for class chapters.layouts.MySampleConverter
 
MySampleLayout - Class in chapters.layouts
 
MySampleLayout() - Constructor for class chapters.layouts.MySampleLayout
 
MySampleLayout2 - Class in chapters.layouts
 
MySampleLayout2() - Constructor for class chapters.layouts.MySampleLayout2
 

N

NAME_ATR - Static variable in class chapters.onJoran.calculator.ComputationAction1
 
NAME_ATR - Static variable in class chapters.onJoran.calculator.ComputationAction2
 
NewRuleCalculator - Class in chapters.onJoran.newRule
This example illustrates the usage of NewRuleAction which allows the Joran interpreter to learn new rules on the fly.
NewRuleCalculator() - Constructor for class chapters.onJoran.newRule.NewRuleCalculator
 
NOPAction - Class in chapters.onJoran.implicit
No operation (NOP) action that does strictly nothing.
NOPAction() - Constructor for class chapters.onJoran.implicit.NOPAction
 
NumberCruncher - Interface in chapters.mdc
NumberCruncher factors positive integers.
NumberCruncherClient - Class in chapters.mdc
NumberCruncherClient is a simple client for factoring integers.
NumberCruncherClient() - Constructor for class chapters.mdc.NumberCruncherClient
 
NumberCruncherServer - Class in chapters.mdc
A simple NumberCruncher implementation that logs its progress when factoring numbers.
NumberCruncherServer() - Constructor for class chapters.mdc.NumberCruncherServer
 

P

PARALLEL_FILE - Static variable in class chapters.appenders.IOPerformance
 
PatternSample - Class in chapters.layouts
 
PatternSample() - Constructor for class chapters.layouts.PatternSample
 
PrintMe - Class in chapters.onJoran.implicit
This example illustrates the usage of implicit actions.
PrintMe() - Constructor for class chapters.onJoran.implicit.PrintMe
 
PrintMeImplicitAction - Class in chapters.onJoran.implicit
A rather trivial implicit action which is applicable if an element has a printme attribute set to true.
PrintMeImplicitAction() - Constructor for class chapters.onJoran.implicit.PrintMeImplicitAction
 

R

ReceiverExample - Class in chapters.receivers.socket
This application loads a configuration containing a receiver component and logs events received from the remote appender according to the local configuration.
ReceiverExample() - Constructor for class chapters.receivers.socket.ReceiverExample
 
requiresLayout() - Method in class chapters.migrationFromLog4j.TrivialLog4jAppender
 
run() - Method in class chapters.appenders.IO
 
run() - Method in class chapters.appenders.IOPerformance
 

S

SampleFilter - Class in chapters.filters
 
SampleFilter() - Constructor for class chapters.filters.SampleFilter
 
SampleLogging - Class in chapters.layouts
 
SampleLogging() - Constructor for class chapters.layouts.SampleLogging
 
SampleTurboFilter - Class in chapters.filters
 
SampleTurboFilter() - Constructor for class chapters.filters.SampleTurboFilter
 
SelectionRule - Class in chapters.architecture
 
SelectionRule() - Constructor for class chapters.architecture.SelectionRule
 
setEncoder(PatternLayoutEncoder) - Method in class chapters.appenders.CountingConsoleAppender
 
setEncoder(PatternLayoutEncoder) - Method in class chapters.migrationFromLog4j.TrivialLogbackAppender
 
setLimit(int) - Method in class chapters.appenders.CountingConsoleAppender
 
setMarker(String) - Method in class chapters.filters.SampleTurboFilter
 
setName(String) - Method in class chapters.appenders.mail.CounterBasedEvaluator
 
setPrefix(String) - Method in class chapters.layouts.MySampleLayout2
 
setPrintThreadName(boolean) - Method in class chapters.layouts.MySampleLayout2
 
SiftExample - Class in chapters.appenders.sift
 
SiftExample() - Constructor for class chapters.appenders.sift.SiftExample
 
SimpleConfigurator - Class in chapters.onJoran
A minimal configurator extending GenericConfigurator.
SimpleConfigurator(Map<ElementSelector, Action>) - Constructor for class chapters.onJoran.SimpleConfigurator
 
SimpleConfigurator(Map<ElementSelector, Action>, List<ImplicitAction>) - Constructor for class chapters.onJoran.SimpleConfigurator
 
SimpleMDC - Class in chapters.mdc
 
SimpleMDC() - Constructor for class chapters.mdc.SimpleMDC
 
SocketClient1 - Class in chapters.appenders.socket
This application uses a SocketAppender that log messages to a server on a host and port specified by the user.
SocketClient1() - Constructor for class chapters.appenders.socket.SocketClient1
 
SocketClient2 - Class in chapters.appenders.socket
This application uses a SocketAppender that log messages to a server on a host and port specified by the user.
SocketClient2() - Constructor for class chapters.appenders.socket.SocketClient2
 
start() - Method in class chapters.appenders.CountingConsoleAppender
 
start() - Method in class chapters.appenders.mail.CounterBasedEvaluator
 
start() - Method in class chapters.filters.SampleTurboFilter
 
start() - Method in class chapters.migrationFromLog4j.TrivialLogbackAppender
 
stop() - Method in class chapters.appenders.mail.CounterBasedEvaluator
 

T

TestException - Exception in chapters.layouts
 
TestException(String) - Constructor for exception chapters.layouts.TestException
 
toString() - Method in class chapters.appenders.sub.sample.Bar
 
TrivialLog4jAppender - Class in chapters.migrationFromLog4j
 
TrivialLog4jAppender() - Constructor for class chapters.migrationFromLog4j.TrivialLog4jAppender
 
TrivialLog4jLayout - Class in chapters.migrationFromLog4j
A very simple log4j layout which formats a logging event by returning the message contained therein.
TrivialLog4jLayout() - Constructor for class chapters.migrationFromLog4j.TrivialLog4jLayout
 
TrivialLogbackAppender - Class in chapters.migrationFromLog4j
 
TrivialLogbackAppender() - Constructor for class chapters.migrationFromLog4j.TrivialLogbackAppender
 
TrivialLogbackLayout - Class in chapters.migrationFromLog4j
A very simple logback-classic layout which formats a logging event by returning the message contained therein.
TrivialLogbackLayout() - Constructor for class chapters.migrationFromLog4j.TrivialLogbackLayout
 
TrivialMain - Class in chapters.layouts
 
TrivialMain() - Constructor for class chapters.layouts.TrivialMain
 

U

UserServletFilter - Class in chapters.mdc
A simple servlet filter that puts the username found either in the Principal.
UserServletFilter() - Constructor for class chapters.mdc.UserServletFilter
 

V

VALUE_ATR - Static variable in class chapters.onJoran.calculator.LiteralAction
 
A B C D E F G H I L M N P R S T U V 

Copyright © 2005-2014 QOS.ch. All Rights Reserved.