API
C D E F I M N P R T V 

C

ClassTransaction - Annotation Type in com.perfino.annotation
Create transactions for all public instance methods of the annotated class.
com.perfino.annotation - package com.perfino.annotation
Annotations for configuring transactions and telemetries in your own code.
com.perfino.filter - package com.perfino.filter
Servlet filter for end user experience monitoring.

D

destroy() - Method in class com.perfino.filter.EndUserFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.perfino.filter.EndUserFilter

E

EndUserFilter - Class in com.perfino.filter
Servlet filter for end user experience monitoring.
EndUserFilter() - Constructor for class com.perfino.filter.EndUserFilter
 

F

FilterType - Enum in com.perfino.annotation
Filter type for filter expressions in Inheritance.filter().

I

Inheritance - Annotation Type in com.perfino.annotation
Controls the way overridden methods will be handled by MethodTransaction and ClassTransaction.
Inheritance.Mode - Enum in com.perfino.annotation
Mode for handling derived classes.
init(FilterConfig) - Method in class com.perfino.filter.EndUserFilter

M

MethodTransaction - Annotation Type in com.perfino.annotation
Create transactions for the annotated method.

N

NoTransaction - Annotation Type in com.perfino.annotation
Excludes the annotated method or class from the transaction detection.

P

PackageMode - Enum in com.perfino.annotation
Specifies the way package names are treated when adding class names to a transaction name.
Part - Annotation Type in com.perfino.annotation
Specifies a single part of a transaction name.
Part.Type - Enum in com.perfino.annotation
The kind of information that is added by a Part.

R

ReentryInhibition - Enum in com.perfino.annotation
Limits the creation of nested transactions.

T

Telemetry - Annotation Type in com.perfino.annotation
Create a custom telemetry from the numeric return value of the annotated static method.

V

valueOf(String) - Static method in enum com.perfino.annotation.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perfino.annotation.Inheritance.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perfino.annotation.PackageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perfino.annotation.Part.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perfino.annotation.ReentryInhibition
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.perfino.annotation.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perfino.annotation.Inheritance.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perfino.annotation.PackageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perfino.annotation.Part.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perfino.annotation.ReentryInhibition
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F I M N P R T V 
API