A B C D E G H I J M N O P R S T V

A

AbstractThreadExecutorBasedStatisticManager - Class in org.inspektr.statistics.support
Abstract class to handle the multithreading capability required by most implementations of the StatisticManager.
AbstractThreadExecutorBasedStatisticManager() - Constructor for class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
 
ActionResolver<T> - Interface in org.inspektr.common.spi
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide the action taken.
AnnotationValidator - Interface in org.inspektr.common.ioc.validation
Interface for usage with the ValidationAnnotationBeanPostProcessor.
Auditable - Annotation Type in org.inspektr.audit.annotation
States that this method should be logged for auditing purposes.
AuditableActionContext - Class in org.inspektr.audit
Immutable container holding the core elements of an auditable action that need to be recorded as an audit trail record.
AuditableActionContext(String, String, String, String, Date, String, String) - Constructor for class org.inspektr.audit.AuditableActionContext
 
AuditableActionResolver - Interface in org.inspektr.audit.spi
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide the action taken.
AuditablePrincipalResolver - Interface in org.inspektr.audit.spi
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide a currently authenticated principal performing an auditable action.
AuditableResourceResolver - Interface in org.inspektr.audit.spi
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide a current resource on which an auditable action is being performed.
AuditTrailManagementAspect - Class in org.inspektr.audit
A POJO style aspect modularizing management of an audit trail data concern.
AuditTrailManagementAspect(AuditablePrincipalResolver, List<AuditableResourceResolver>, List<AuditTrailManager>, String) - Constructor for class org.inspektr.audit.AuditTrailManagementAspect
Constructs an AuditTrailManagementAspect with the following parameters.
AuditTrailManager - Interface in org.inspektr.audit
An interface used to make an audit trail record.

B

BooleanAuditableActionResolver - Class in org.inspektr.audit.spi.support
Implementation of ActionResolver that can process boolean return values.
BooleanAuditableActionResolver() - Constructor for class org.inspektr.audit.spi.support.BooleanAuditableActionResolver
 

C

clear() - Static method in class org.inspektr.common.web.ClientInfoHolder
 
ClientInfo - Class in org.inspektr.common.web
Captures information from the HttpServletRequest to log later.
ClientInfo() - Constructor for class org.inspektr.common.web.ClientInfo
 
ClientInfo(HttpServletRequest) - Constructor for class org.inspektr.common.web.ClientInfo
 
ClientInfo(String, String) - Constructor for class org.inspektr.common.web.ClientInfo
 
ClientInfoHolder - Class in org.inspektr.common.web
Makes the ClientInfo available to the thread.
ClientInfoHolder() - Constructor for class org.inspektr.common.web.ClientInfoHolder
 
ClientInfoResolver - Interface in org.inspektr.common.spi
Interface for resolving the ClientInfo object.
ClientInfoThreadLocalFilter - Class in org.inspektr.common.web
Creates a ClientInfo object and passes it to the ClientInfoHolder
ClientInfoThreadLocalFilter() - Constructor for class org.inspektr.common.web.ClientInfoThreadLocalFilter
 
CommonsLoggingAuditTrailManager - Class in org.inspektr.audit.support
AuditTrailManager that dumps auditable information to a configured logger.
CommonsLoggingAuditTrailManager() - Constructor for class org.inspektr.audit.support.CommonsLoggingAuditTrailManager
 
CommonsLoggingErrorReporter - Class in org.inspektr.error.support
An ErrorReporter implementation that logs errors to a configured log4j Appender.
CommonsLoggingErrorReporter() - Constructor for class org.inspektr.error.support.CommonsLoggingErrorReporter
 
ConsoleAuditTrailManager - Class in org.inspektr.audit.support
Simple AuditTrailManager that dumps auditable information to output stream.
ConsoleAuditTrailManager() - Constructor for class org.inspektr.audit.support.ConsoleAuditTrailManager
 
constructMessage(Field, String) - Method in class org.inspektr.common.ioc.validation.NotEmptyAnnotationValidator
 
CurrentContextPrincipalResolver - Interface in org.inspektr.error.spi
An SPI interface to be implemented by applications using the edu.rutgers.enterprise.inspektr.errorlog.support.DefaultErrorLogManager.

D

DefaultAuditableActionResolver - Class in org.inspektr.audit.spi.support
Default implementation of the ActionResolver interface that returns the value of the Auditable annotation as the action.
DefaultAuditableActionResolver() - Constructor for class org.inspektr.audit.spi.support.DefaultAuditableActionResolver
 
DefaultClientInfoResolver - Class in org.inspektr.common.spi.support
Default implementation that gets it from the ThreadLocal.
DefaultClientInfoResolver() - Constructor for class org.inspektr.common.spi.support.DefaultClientInfoResolver
 
DefaultErrorLogManager - Class in org.inspektr.error.support
An ErrorLogManager implementation.
DefaultErrorLogManager(String, List<ErrorReporter>) - Constructor for class org.inspektr.error.support.DefaultErrorLogManager
Constructs a new DefaultErrorLogManager.
DefaultStatisticNameResolver - Class in org.inspektr.statistics.spi.support
Returns the static name for the Statistic.
DefaultStatisticNameResolver() - Constructor for class org.inspektr.statistics.spi.support.DefaultStatisticNameResolver
 
destroy() - Method in class org.inspektr.common.web.ClientInfoThreadLocalFilter
 
destroy() - Method in class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.inspektr.common.web.ClientInfoThreadLocalFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.inspektr.error.web.ErrorLoggingFilter
 

E

ErrorLoggingFilter - Class in org.inspektr.error.web
Spring manageable bean implementing the javax.servlet.Filter interface.
ErrorLoggingFilter() - Constructor for class org.inspektr.error.web.ErrorLoggingFilter
 
ErrorLogHandlerExceptionResolver - Class in org.inspektr.error.web
A HandlerExceptionResolver implementation that reports uncaught exceptions during handler mapping or execution to a configured ErrorLogManager.
ErrorLogHandlerExceptionResolver(ErrorLogManager) - Constructor for class org.inspektr.error.web.ErrorLogHandlerExceptionResolver
Constructs a new ErrorLogHandlerExceptionResolver.
ErrorLogManager - Interface in org.inspektr.error
Interface for an error reporting facility that utilizes one or more ErrorReporter to record application errors.
ErrorReporter - Interface in org.inspektr.error
Interface for reporting an error.

G

getActionPerformed() - Method in class org.inspektr.audit.AuditableActionContext
 
getApplicationCode() - Method in class org.inspektr.audit.AuditableActionContext
 
getApplicationCode() - Method in class org.inspektr.statistics.StatisticActionContext
 
getClientInfo() - Static method in class org.inspektr.common.web.ClientInfoHolder
 
getClientIpAddress() - Method in class org.inspektr.audit.AuditableActionContext
 
getClientIpAddress() - Method in class org.inspektr.common.web.ClientInfo
 
getCount() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
getDate() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
getErrorReporters() - Method in interface org.inspektr.error.ErrorLogManager
Returns the list of ErrorReporter associated with this manager.
getErrorReporters() - Method in class org.inspektr.error.support.DefaultErrorLogManager
 
getName() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
getOrder() - Method in class org.inspektr.error.web.ErrorLogHandlerExceptionResolver
 
getPrecision() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
getPrincipal() - Method in class org.inspektr.audit.AuditableActionContext
 
getRequiredPrecision() - Method in class org.inspektr.statistics.StatisticActionContext
 
getResourceOperatedUpon() - Method in class org.inspektr.audit.AuditableActionContext
 
getServerIpAddress() - Method in class org.inspektr.audit.AuditableActionContext
 
getServerIpAddress() - Method in class org.inspektr.common.web.ClientInfo
 
getServerIpAddress() - Method in class org.inspektr.statistics.StatisticActionContext
 
getWhat() - Method in class org.inspektr.statistics.StatisticActionContext
 
getWhen() - Method in class org.inspektr.statistics.StatisticActionContext
 
getWhenActionWasPerformed() - Method in class org.inspektr.audit.AuditableActionContext
 
GreaterThan - Annotation Type in org.inspektr.common.ioc.annotation
Marks that the field must be greater than the provided value.
GreaterThanAnnotationValidator - Class in org.inspektr.common.ioc.validation
Works in conjunction with the GreaterThan annotation to ensure that fields have a proper value set.
GreaterThanAnnotationValidator() - Constructor for class org.inspektr.common.ioc.validation.GreaterThanAnnotationValidator
 

H

handleAuditTrail(ProceedingJoinPoint, Auditable) - Method in class org.inspektr.audit.AuditTrailManagementAspect
 
handleStatisticGathering(ProceedingJoinPoint, Statistic) - Method in class org.inspektr.statistics.StatisticManagementAspect
 

I

increment() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
InMemoryStatisticManager - Class in org.inspektr.statistics.support
Example StatisticsManager that stores everything in memory.
InMemoryStatisticManager() - Constructor for class org.inspektr.statistics.support.InMemoryStatisticManager
 
InMemoryStatisticManager.StatisticGatheringTask - Class in org.inspektr.statistics.support
 
InMemoryStatisticManager.StatisticGatheringTask(StatisticActionContext, List<InMemoryStatisticManager.StatisticValue>) - Constructor for class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticGatheringTask
 
InMemoryStatisticManager.StatisticValue - Class in org.inspektr.statistics.support
 
InMemoryStatisticManager.StatisticValue(Statistic.Precision, Date, String) - Constructor for class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 
IsIn - Annotation Type in org.inspektr.common.ioc.annotation
States that the field value must be in the array of values.
IsInAnnotationValidator - Class in org.inspektr.common.ioc.validation
Checks whether a value is in an array of values.
IsInAnnotationValidator() - Constructor for class org.inspektr.common.ioc.validation.IsInAnnotationValidator
 

J

JdbcAuditTrailManager - Class in org.inspektr.audit.support
Implementation of AuditTrailManager to persist the audit trail to the AUDIT_TRAIL table in the Oracle data base.
JdbcAuditTrailManager(TransactionTemplate) - Constructor for class org.inspektr.audit.support.JdbcAuditTrailManager
 
JdbcAuditTrailManager.LoggingTask - Class in org.inspektr.audit.support
 
JdbcAuditTrailManager.LoggingTask(AuditableActionContext, TransactionTemplate) - Constructor for class org.inspektr.audit.support.JdbcAuditTrailManager.LoggingTask
 
JdbcStatisticManager - Class in org.inspektr.statistics.support
CREATE TABLE COM_STATISTICS ( STAT_SERVER_IP VARCHAR2(15) NOT NULL, STAT_DATE DATE NOT NULL, APPLIC_CD VARCHAR2(5) NOT NULL, STAT_PRECISION VARCHAR2(6) NOT NULL, STAT_COUNT NUMBER NOT NULL, STAT_NAME VARCHAR2(100) )
JdbcStatisticManager(DataSource, TransactionTemplate) - Constructor for class org.inspektr.statistics.support.JdbcStatisticManager
 
JdbcStatisticManager.JdbcStatisticGatheringTask - Class in org.inspektr.statistics.support
 
JdbcStatisticManager.JdbcStatisticGatheringTask(SimpleJdbcTemplate, TransactionTemplate, StatisticActionContext) - Constructor for class org.inspektr.statistics.support.JdbcStatisticManager.JdbcStatisticGatheringTask
 

M

matches(Date, Statistic.Precision, String) - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 

N

newTask(StatisticActionContext) - Method in class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
 
newTask(StatisticActionContext) - Method in class org.inspektr.statistics.support.InMemoryStatisticManager
 
newTask(StatisticActionContext) - Method in class org.inspektr.statistics.support.JdbcStatisticManager
 
normalize(Date) - Method in enum org.inspektr.statistics.annotation.Statistic.Precision
 
NotEmpty - Annotation Type in org.inspektr.common.ioc.annotation
States that the collection cannot be empty.
NotEmptyAnnotationValidator - Class in org.inspektr.common.ioc.validation
 
NotEmptyAnnotationValidator() - Constructor for class org.inspektr.common.ioc.validation.NotEmptyAnnotationValidator
 
NotNull - Annotation Type in org.inspektr.common.ioc.annotation
Notes that the field cannot be null.
NotNullAnnotationValidator - Class in org.inspektr.common.ioc.validation
Works in conjunction with the NotNull annotation to ensure that all fields are properly set.
NotNullAnnotationValidator() - Constructor for class org.inspektr.common.ioc.validation.NotNullAnnotationValidator
 

O

ObjectCreationAuditableActionResolver - Class in org.inspektr.audit.spi.support
Uses the success/failure suffixes when an object is returned (or NULL is returned)
ObjectCreationAuditableActionResolver() - Constructor for class org.inspektr.audit.spi.support.ObjectCreationAuditableActionResolver
 
org.inspektr.audit - package org.inspektr.audit
 
org.inspektr.audit.annotation - package org.inspektr.audit.annotation
 
org.inspektr.audit.spi - package org.inspektr.audit.spi
 
org.inspektr.audit.spi.support - package org.inspektr.audit.spi.support
 
org.inspektr.audit.support - package org.inspektr.audit.support
 
org.inspektr.common.ioc.annotation - package org.inspektr.common.ioc.annotation
 
org.inspektr.common.ioc.validation - package org.inspektr.common.ioc.validation
 
org.inspektr.common.spi - package org.inspektr.common.spi
 
org.inspektr.common.spi.support - package org.inspektr.common.spi.support
 
org.inspektr.common.web - package org.inspektr.common.web
 
org.inspektr.error - package org.inspektr.error
 
org.inspektr.error.spi - package org.inspektr.error.spi
 
org.inspektr.error.support - package org.inspektr.error.support
 
org.inspektr.error.web - package org.inspektr.error.web
 
org.inspektr.statistics - package org.inspektr.statistics
 
org.inspektr.statistics.annotation - package org.inspektr.statistics.annotation
 
org.inspektr.statistics.spi - package org.inspektr.statistics.spi
 
org.inspektr.statistics.spi.support - package org.inspektr.statistics.spi.support
 
org.inspektr.statistics.support - package org.inspektr.statistics.support
 

P

postProcessBeforeInitialization(Object, String) - Method in class org.inspektr.common.ioc.validation.ValidationAnnotationBeanPostProcessor
 

R

recalculate(StatisticActionContext) - Method in interface org.inspektr.statistics.StatisticManager
Recalculate statistics based on the latest action.
recalculate(StatisticActionContext) - Method in class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
 
record(AuditableActionContext) - Method in interface org.inspektr.audit.AuditTrailManager
Make an audit trail record.
record(AuditableActionContext) - Method in class org.inspektr.audit.support.CommonsLoggingAuditTrailManager
 
record(AuditableActionContext) - Method in class org.inspektr.audit.support.ConsoleAuditTrailManager
 
record(AuditableActionContext) - Method in class org.inspektr.audit.support.JdbcAuditTrailManager
 
recordError(String) - Method in interface org.inspektr.error.ErrorLogManager
Records the specified error.
recordError(Throwable) - Method in interface org.inspektr.error.ErrorLogManager
Records the specified throwable.
recordError(String) - Method in class org.inspektr.error.support.DefaultErrorLogManager
 
recordError(Throwable) - Method in class org.inspektr.error.support.DefaultErrorLogManager
 
reportError(String, String, String) - Method in interface org.inspektr.error.ErrorReporter
Reports the specified error.
reportError(String, String, Throwable) - Method in interface org.inspektr.error.ErrorReporter
Reports the specified Throwable.
reportError(String, String, String) - Method in class org.inspektr.error.support.CommonsLoggingErrorReporter
 
reportError(String, String, Throwable) - Method in class org.inspektr.error.support.CommonsLoggingErrorReporter
 
resolve() - Method in interface org.inspektr.error.spi.CurrentContextPrincipalResolver
Resolve the principal involved in the context incurring the error condition.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.inspektr.error.web.ErrorLogHandlerExceptionResolver
 
resolveFrom(JoinPoint, Object, Auditable) - Method in interface org.inspektr.audit.spi.AuditableActionResolver
Resolve the action for the auditable event.
resolveFrom(JoinPoint, Exception, Auditable) - Method in interface org.inspektr.audit.spi.AuditableActionResolver
Resolve the action for the auditable event that has incurred an exception.
resolveFrom(JoinPoint, Object) - Method in interface org.inspektr.audit.spi.AuditablePrincipalResolver
Resolve the principal performing an auditable action.
resolveFrom(JoinPoint, Exception) - Method in interface org.inspektr.audit.spi.AuditablePrincipalResolver
Resolve the principal performing an auditable action that has incurred an exception.
resolveFrom(JoinPoint, Object) - Method in interface org.inspektr.audit.spi.AuditableResourceResolver
Resolve the auditable resource.
resolveFrom(JoinPoint, Exception) - Method in interface org.inspektr.audit.spi.AuditableResourceResolver
Resolve the auditable resource for an auditable action that has incurred an exception.
resolveFrom(JoinPoint, Object, Auditable) - Method in class org.inspektr.audit.spi.support.BooleanAuditableActionResolver
 
resolveFrom(JoinPoint, Exception, Auditable) - Method in class org.inspektr.audit.spi.support.BooleanAuditableActionResolver
 
resolveFrom(JoinPoint, Object, Auditable) - Method in class org.inspektr.audit.spi.support.DefaultAuditableActionResolver
 
resolveFrom(JoinPoint, Exception, Auditable) - Method in class org.inspektr.audit.spi.support.DefaultAuditableActionResolver
 
resolveFrom(JoinPoint, Object, Auditable) - Method in class org.inspektr.audit.spi.support.ObjectCreationAuditableActionResolver
 
resolveFrom(JoinPoint, Exception, Auditable) - Method in class org.inspektr.audit.spi.support.ObjectCreationAuditableActionResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
resolveFrom(JoinPoint, Object, T) - Method in interface org.inspektr.common.spi.ActionResolver
Resolve the action for the auditable event.
resolveFrom(JoinPoint, Exception, T) - Method in interface org.inspektr.common.spi.ActionResolver
Resolve the action for the auditable event that has incurred an exception.
resolveFrom(JoinPoint, Object) - Method in interface org.inspektr.common.spi.ClientInfoResolver
Resolve the ClientInfo from the provided arguments and return value.
resolveFrom(JoinPoint, Object) - Method in class org.inspektr.common.spi.support.DefaultClientInfoResolver
 
resolveFrom(JoinPoint, Object, Statistic) - Method in class org.inspektr.statistics.spi.support.DefaultStatisticNameResolver
 
resolveFrom(JoinPoint, Exception, Statistic) - Method in class org.inspektr.statistics.spi.support.DefaultStatisticNameResolver
 
ReturnValueAsStringResourceResolver - Class in org.inspektr.audit.spi.support
Implementation of AuditableResourceResolver that uses the toString version of the return value as the resource.
ReturnValueAsStringResourceResolver() - Constructor for class org.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver
 
run() - Method in class org.inspektr.audit.support.JdbcAuditTrailManager.LoggingTask
 
run() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticGatheringTask
 
run() - Method in class org.inspektr.statistics.support.JdbcStatisticManager.JdbcStatisticGatheringTask
 

S

same(Date, Date) - Method in enum org.inspektr.statistics.annotation.Statistic.Precision
 
setAdditionalAuditableActionResolvers(List<AuditableActionResolver>) - Method in class org.inspektr.audit.AuditTrailManagementAspect
 
setAdditionalStatisticNameResolvers(List<StatisticNameResolver>) - Method in class org.inspektr.statistics.StatisticManagementAspect
 
setClientInfo(ClientInfo) - Static method in class org.inspektr.common.web.ClientInfoHolder
 
setClientInfoResolver(ClientInfoResolver) - Method in class org.inspektr.audit.AuditTrailManagementAspect
 
setClientInfoResolver(ClientInfoResolver) - Method in class org.inspektr.statistics.StatisticManagementAspect
 
setCurrentContextPrincipalResolver(CurrentContextPrincipalResolver) - Method in class org.inspektr.error.support.DefaultErrorLogManager
Sets the currentContextPrincipalResolver.
setErrorLogManager(ErrorLogManager) - Method in class org.inspektr.error.web.ErrorLoggingFilter
 
setOrder(int) - Method in class org.inspektr.error.web.ErrorLogHandlerExceptionResolver
Sets the order value for this resolver.
SpringSecurityAuditablePrincipalResolver - Class in org.inspektr.audit.spi.support
Resolves the principal name to the one provided by Spring Security.
SpringSecurityAuditablePrincipalResolver() - Constructor for class org.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver
 
Statistic - Annotation Type in org.inspektr.statistics.annotation
Notes that statistics about the number of times this method has been called should be logged.
Statistic.Precision - Enum in org.inspektr.statistics.annotation
 
StatisticActionContext - Class in org.inspektr.statistics
Represents a statistic to be stored in the database.
StatisticActionContext(Date, String, Statistic.Precision[], String, String) - Constructor for class org.inspektr.statistics.StatisticActionContext
 
StatisticManagementAspect - Class in org.inspektr.statistics
A POJO style aspect modularizing management of a statistic data concern.
StatisticManagementAspect(List<StatisticManager>, String) - Constructor for class org.inspektr.statistics.StatisticManagementAspect
 
StatisticManager - Interface in org.inspektr.statistics
Update the statistics for the following statistic.
StatisticNameResolver - Interface in org.inspektr.statistics.spi
 
supports() - Method in interface org.inspektr.common.ioc.validation.AnnotationValidator
 
supports() - Method in class org.inspektr.common.ioc.validation.GreaterThanAnnotationValidator
 
supports() - Method in class org.inspektr.common.ioc.validation.IsInAnnotationValidator
 
supports() - Method in class org.inspektr.common.ioc.validation.NotEmptyAnnotationValidator
 
supports() - Method in class org.inspektr.common.ioc.validation.NotNullAnnotationValidator
 

T

toString() - Method in class org.inspektr.statistics.support.InMemoryStatisticManager.StatisticValue
 

V

validate(Field, Annotation, Object, String) - Method in interface org.inspektr.common.ioc.validation.AnnotationValidator
 
validate(Field, Annotation, Object, String) - Method in class org.inspektr.common.ioc.validation.GreaterThanAnnotationValidator
 
validate(Field, Annotation, Object, String) - Method in class org.inspektr.common.ioc.validation.IsInAnnotationValidator
 
validate(Field, Annotation, Object, String) - Method in class org.inspektr.common.ioc.validation.NotEmptyAnnotationValidator
 
validate(Field, Annotation, Object, String) - Method in class org.inspektr.common.ioc.validation.NotNullAnnotationValidator
 
ValidationAnnotationBeanPostProcessor - Class in org.inspektr.common.ioc.validation
BeanPostProcessor to assist in retrieving fields to check for annotations.
ValidationAnnotationBeanPostProcessor() - Constructor for class org.inspektr.common.ioc.validation.ValidationAnnotationBeanPostProcessor
 
valueOf(String) - Static method in enum org.inspektr.statistics.annotation.Statistic.Precision
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.inspektr.statistics.annotation.Statistic.Precision
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I J M N O P R S T V

Copyright © 2007-2012. All Rights Reserved.