Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessLogger - Variable in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- AccessLogger - Class in org.sklsft.commons.log
- AccessLogger(Serializer) - Constructor for class org.sklsft.commons.log.AccessLogger
- AccessLogMessage - Class in org.sklsft.commons.log
- AccessLogMessage() - Constructor for class org.sklsft.commons.log.AccessLogMessage
B
- BATCH - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
- bind(RequestContext) - Static method in class org.sklsft.commons.log.context.RequestContextHolder
C
- ClientLoggingInterceptorPointcut - Annotation Interface in org.sklsft.commons.log.aspects.annotations
E
- errorLogger - Variable in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- ErrorLogger - Class in org.sklsft.commons.log
- ErrorLogger() - Constructor for class org.sklsft.commons.log.ErrorLogger
- ErrorLogger(Serializer) - Constructor for class org.sklsft.commons.log.ErrorLogger
- ErrorLogger(Serializer, boolean) - Constructor for class org.sklsft.commons.log.ErrorLogger
- ErrorLogMessage - Class in org.sklsft.commons.log
- ErrorLogMessage() - Constructor for class org.sklsft.commons.log.ErrorLogMessage
F
- FTP - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
G
- getChannel() - Method in class org.sklsft.commons.log.context.RequestContext
- getContextOrNull() - Static method in class org.sklsft.commons.log.context.RequestContextHolder
- getCorrelationId() - Method in class org.sklsft.commons.log.context.RequestContext
- getCorrelationId(JoinPoint) - Method in class org.sklsft.commons.log.aspects.RequestContextAspectTemplate
- getErrorLabel() - Method in class org.sklsft.commons.log.ErrorLogMessage
- getErrorStatus() - Method in class org.sklsft.commons.log.ErrorLogMessage
- getErrorTrace() - Method in class org.sklsft.commons.log.ErrorLogMessage
- getFallbackTransactionType(Method) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- getFallbackTransactionType(Method) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- getFallbackTransactionType(Method) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- getInterfaceChannel() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getInterfaceName() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getReceivedBody() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getReceivedBody(Object) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- getRequestBody() - Method in class org.sklsft.commons.log.AccessLogMessage
- getRequestBody(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- getResponseBody() - Method in class org.sklsft.commons.log.AccessLogMessage
- getResponseBody(Object) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- getResponseLabel() - Method in class org.sklsft.commons.log.AccessLogMessage
- getResponseLabel() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getResponseStatus() - Method in class org.sklsft.commons.log.AccessLogMessage
- getResponseStatus() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getResponseTimeMillis() - Method in class org.sklsft.commons.log.AccessLogMessage
- getResponseTimeMillis() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getSentBody() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getSentBody(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- getSentBody(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- getTransactionId() - Method in class org.sklsft.commons.log.context.RequestContext
- getTransactionStage() - Method in class org.sklsft.commons.log.AccessLogMessage
- getTransactionStage() - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- getTransactionType() - Method in class org.sklsft.commons.log.AccessLogMessage
H
- handle(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.RequestContextAspectTemplate
- handleLogging(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- handleLogging(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- handleLogging(ProceedingJoinPoint) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- HTTP_HTML - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
- HTTP_REST - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
- HTTP_SOAP - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
I
- INTERFACE_ANSWER - Enum constant in enum class org.sklsft.commons.log.TransactionStage
- INTERFACE_CALL - Enum constant in enum class org.sklsft.commons.log.TransactionStage
- InterfaceCallLogMessage - Class in org.sklsft.commons.log
- InterfaceCallLogMessage() - Constructor for class org.sklsft.commons.log.InterfaceCallLogMessage
J
- JMS - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
- JMS_SOAP - Enum constant in enum class org.sklsft.commons.log.context.RequestChannels
L
- logApplicationException(ApplicationException) - Method in class org.sklsft.commons.log.ErrorLogger
-
Used to log an error
- logException(Exception) - Method in class org.sklsft.commons.log.ErrorLogger
- LoggingAspectPointcut - Annotation Interface in org.sklsft.commons.log.aspects.annotations
- LoggingAspectTemplate - Class in org.sklsft.commons.log.aspects
- LoggingAspectTemplate() - Constructor for class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- logInterfaceAnswer(String, RequestChannels, Object, Long, String, String) - Method in class org.sklsft.commons.log.AccessLogger
-
Used to log a response received as a client
- logInterfaceCall(String, RequestChannels, Object) - Method in class org.sklsft.commons.log.AccessLogger
-
Used to log a request sent as a client
- logRequest(String, Object) - Method in class org.sklsft.commons.log.AccessLogger
-
Used to log a request received as a backend
- logResponse(String, Object, Long, String, String) - Method in class org.sklsft.commons.log.AccessLogger
-
Used to log a response sent as a backend
O
- OneWayPublisherLoggingInterceptorTemplate - Class in org.sklsft.commons.log.aspects
- OneWayPublisherLoggingInterceptorTemplate(RequestChannels) - Constructor for class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- onPointcut() - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- onPointcut() - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- onPointcut() - Method in class org.sklsft.commons.log.aspects.RequestContextAspectTemplate
- onPointcut() - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- org.sklsft.commons.log - package org.sklsft.commons.log
- org.sklsft.commons.log.aspects - package org.sklsft.commons.log.aspects
- org.sklsft.commons.log.aspects.annotations - package org.sklsft.commons.log.aspects.annotations
- org.sklsft.commons.log.context - package org.sklsft.commons.log.context
R
- REQUEST - Enum constant in enum class org.sklsft.commons.log.TransactionStage
- RequestChannels - Enum Class in org.sklsft.commons.log.context
-
Enumeration of the different kind of channels through which a transaction can be triggered.
- RequestContext - Class in org.sklsft.commons.log.context
-
When invoking a transaction through one interface or via a batch, this context will go along with the transaction and give informations about it : An identifier of the transaction A correlation id, to associate this transaction to others A {link
RequestChannelschannel to identify through which kind of interface the transaction was triggered - RequestContext() - Constructor for class org.sklsft.commons.log.context.RequestContext
- RequestContext(String, String, RequestChannels) - Constructor for class org.sklsft.commons.log.context.RequestContext
- RequestContextAspectTemplate - Class in org.sklsft.commons.log.aspects
- RequestContextAspectTemplate(RequestChannels) - Constructor for class org.sklsft.commons.log.aspects.RequestContextAspectTemplate
- RequestContextHolder - Class in org.sklsft.commons.log.context
-
A class containing a static
ThreadLocalthat holds aRequestContext. - RequestContextHolder() - Constructor for class org.sklsft.commons.log.context.RequestContextHolder
- RESPONSE - Enum constant in enum class org.sklsft.commons.log.TransactionStage
S
- setAccessLogger(AccessLogger) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- setAccessLogger(AccessLogger) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- setAccessLogger(AccessLogger) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- setChannel(RequestChannels) - Method in class org.sklsft.commons.log.context.RequestContext
- setCorrelationId(String) - Method in class org.sklsft.commons.log.context.RequestContext
- setErrorLabel(String) - Method in class org.sklsft.commons.log.ErrorLogMessage
- setErrorLogger(ErrorLogger) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- setErrorStatus(String) - Method in class org.sklsft.commons.log.ErrorLogMessage
- setErrorTrace(String) - Method in class org.sklsft.commons.log.ErrorLogMessage
- setInterfaceChannel(RequestChannels) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setInterfaceName(String) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setPrintErrorStackInRootLogger(boolean) - Method in class org.sklsft.commons.log.ErrorLogger
- setReceivedBody(String) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setRequestBody(String) - Method in class org.sklsft.commons.log.AccessLogMessage
- setResponseBody(String) - Method in class org.sklsft.commons.log.AccessLogMessage
- setResponseLabel(String) - Method in class org.sklsft.commons.log.AccessLogMessage
- setResponseLabel(String) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setResponseStatus(String) - Method in class org.sklsft.commons.log.AccessLogMessage
- setResponseStatus(String) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setResponseTimeMillis(Long) - Method in class org.sklsft.commons.log.AccessLogMessage
- setResponseTimeMillis(Long) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setSentBody(String) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setSerializer(Serializer) - Method in class org.sklsft.commons.log.ErrorLogger
- setTraceReceivedBody(boolean) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- setTraceRequestBody(boolean) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- setTraceResponseBody(boolean) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- setTraceSentBody(boolean) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- setTraceSentBody(boolean) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- setTransactionId(String) - Method in class org.sklsft.commons.log.context.RequestContext
- setTransactionStage(TransactionStage) - Method in class org.sklsft.commons.log.AccessLogMessage
- setTransactionStage(TransactionStage) - Method in class org.sklsft.commons.log.InterfaceCallLogMessage
- setTransactionType(String) - Method in class org.sklsft.commons.log.AccessLogMessage
T
- traceReceivedBody() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.ClientLoggingInterceptorPointcut
-
will be used to check if responseBody will be logged
- traceReceivedBody(Method) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- traceRequestBody() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.LoggingAspectPointcut
-
will be used to check if requestBody will be logged
- traceRequestBody(Method) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- traceResponseBody() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.LoggingAspectPointcut
-
will be used to check if responseBody will be logged
- traceResponseBody(Method) - Method in class org.sklsft.commons.log.aspects.LoggingAspectTemplate
- traceSentBody() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.ClientLoggingInterceptorPointcut
-
will be used to check if requestBody will be logged
- traceSentBody(Method) - Method in class org.sklsft.commons.log.aspects.OneWayPublisherLoggingInterceptorTemplate
- traceSentBody(Method) - Method in class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
- TransactionStage - Enum Class in org.sklsft.commons.log
- TwoWaysConsumerLoggingInterceptorTemplate - Class in org.sklsft.commons.log.aspects
- TwoWaysConsumerLoggingInterceptorTemplate(RequestChannels) - Constructor for class org.sklsft.commons.log.aspects.TwoWaysConsumerLoggingInterceptorTemplate
U
- unbind() - Static method in class org.sklsft.commons.log.context.RequestContextHolder
V
- value() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.ClientLoggingInterceptorPointcut
-
will be used to name the transaction type
- value() - Element in annotation interface org.sklsft.commons.log.aspects.annotations.LoggingAspectPointcut
-
will be used to name the transaction type
- valueOf(String) - Static method in enum class org.sklsft.commons.log.context.RequestChannels
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.sklsft.commons.log.TransactionStage
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.sklsft.commons.log.context.RequestChannels
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.sklsft.commons.log.TransactionStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form