|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IExecutor in com.googlecode.jpattern.service.log |
|---|
| Classes in com.googlecode.jpattern.service.log that implement IExecutor | |
|---|---|
class |
AExecutor
|
class |
MailExecutor
|
class |
NullExecutor
|
class |
PrintWriterExecutor
|
| Constructors in com.googlecode.jpattern.service.log with parameters of type IExecutor | |
|---|---|
AExecutor(IExecutor successor)
|
|
LoggerServiceBuilder(IExecutor executor)
|
|
MailExecutor(IMailService mailService,
List<String> mailTo,
String mailFrom,
String mailSubject,
IExecutor successor)
|
|
PrintWriterExecutor(PrintWriter writer,
IExecutor successor)
|
|
| Uses of IExecutor in com.googlecode.jpattern.service.log.event |
|---|
| Methods in com.googlecode.jpattern.service.log.event with parameters of type IExecutor | |
|---|---|
void |
TraceEvent.execute(IExecutor executor)
|
void |
ErrorEvent.execute(IExecutor executor)
|
void |
WarnEvent.execute(IExecutor executor)
|
void |
IEvent.execute(IExecutor executor)
|
void |
InfoEvent.execute(IExecutor executor)
|
abstract void |
AEvent.execute(IExecutor executor)
|
void |
DebugEvent.execute(IExecutor executor)
|
| Constructors in com.googlecode.jpattern.service.log.event with parameters of type IExecutor | |
|---|---|
Trigger(IExecutor executor)
|
|
| Uses of IExecutor in com.googlecode.jpattern.service.log.file |
|---|
| Classes in com.googlecode.jpattern.service.log.file that implement IExecutor | |
|---|---|
class |
LogFileExecutor
|
| Constructors in com.googlecode.jpattern.service.log.file with parameters of type IExecutor | |
|---|---|
LogFileExecutor(ILogFileExecutorStrategy fileExecutorStrategy,
IExecutor successor)
|
|
| Uses of IExecutor in com.googlecode.jpattern.service.log.reader |
|---|
| Classes in com.googlecode.jpattern.service.log.reader that implement IExecutor | |
|---|---|
class |
QueueExecutor
|
| Constructors in com.googlecode.jpattern.service.log.reader with parameters of type IExecutor | |
|---|---|
QueueExecutor(IQueueMessages aQueueMessages,
IExecutor aExecutor)
|
|
| Uses of IExecutor in com.googlecode.jpattern.service.log.slf4j |
|---|
| Classes in com.googlecode.jpattern.service.log.slf4j that implement IExecutor | |
|---|---|
class |
Slf4JExecutor
|
| Constructors in com.googlecode.jpattern.service.log.slf4j with parameters of type IExecutor | |
|---|---|
Slf4JExecutor(IExecutor successor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||