Index

C D F G I L O P R S W 
All Classes and Interfaces|All Packages|Serialized Form

C

close() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite

D

decompose() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
destroy() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
dispose() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
doIntercept(WP) - Method in interface org.refcodes.interceptor.Interceptor
This method is invoked with a work as argument.
doIntercept(WP) - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
This method is invoked with a work as argument.

F

flush() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite

G

getWorkPiece() - Method in interface org.refcodes.interceptor.WorkPieceAccessor
Gets the work piece.
getWorkPiece() - Method in exception org.refcodes.interceptor.WorkPieceException
Gets the work piece.

I

initialize() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
Interceptor<WP> - Interface in org.refcodes.interceptor
An interceptor to manufacture a work piece object.
InterceptorException - Exception in org.refcodes.interceptor
Base exception for the interceptor artifact.
InterceptorException(String) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.
InterceptorException(String, String) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.
InterceptorException(String, Throwable) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.
InterceptorException(String, Throwable, String) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.
InterceptorException(Throwable) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.
InterceptorException(Throwable, String) - Constructor for exception org.refcodes.interceptor.InterceptorException
Instantiates a new interceptor exception.

L

letWorkPiece(WP) - Method in interface org.refcodes.interceptor.WorkPieceAccessor.WorkPieceProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of WorkPieceAccessor.WorkPieceMutator.setWorkPiece(Object) and returns the very same value (getter).

O

open() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
org.refcodes.interceptor - module org.refcodes.interceptor
 
org.refcodes.interceptor - package org.refcodes.interceptor
 

P

pause() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite

R

reset() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
resume() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite

S

SequentialInterceptorComposite<WP> - Class in org.refcodes.interceptor
A compound sequential interceptor which is passing the work piece from one contained interceptor to the next in the order in which them were passed.
SequentialInterceptorComposite(boolean, boolean, Interceptor<WP>...) - Constructor for class org.refcodes.interceptor.SequentialInterceptorComposite
Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the method doIntercept(Object).
SequentialInterceptorComposite(ExecutionStrategy, boolean, boolean, Interceptor<WP>...) - Constructor for class org.refcodes.interceptor.SequentialInterceptorComposite
Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the method doIntercept(Object).
SequentialInterceptorComposite(ExecutionStrategy, Interceptor<WP>...) - Constructor for class org.refcodes.interceptor.SequentialInterceptorComposite
Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the method doIntercept(Object).
SequentialInterceptorComposite(Interceptor<WP>...) - Constructor for class org.refcodes.interceptor.SequentialInterceptorComposite
Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the method doIntercept(Object).
setWorkPiece(WP) - Method in interface org.refcodes.interceptor.WorkPieceAccessor.WorkPieceMutator
Sets the work piece.
start() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite
stop() - Method in class org.refcodes.interceptor.SequentialInterceptorComposite

W

WorkPieceAccessor<WP> - Interface in org.refcodes.interceptor
Provides an accessor for a work piece property.
WorkPieceAccessor.WorkPieceMutator<WP> - Interface in org.refcodes.interceptor
Provides a mutator for a work piece property.
WorkPieceAccessor.WorkPieceProperty<WP> - Interface in org.refcodes.interceptor
Provides a work piece property.
WorkPieceException - Exception in org.refcodes.interceptor
The work piece exception is related to a work piece.
WorkPieceException(Object, String) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
WorkPieceException(Object, String, String) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
WorkPieceException(Object, String, Throwable) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
WorkPieceException(Object, String, Throwable, String) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
WorkPieceException(Object, Throwable) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
WorkPieceException(Object, Throwable, String) - Constructor for exception org.refcodes.interceptor.WorkPieceException
Instantiates a new work piece exception.
C D F G I L O P R S W 
All Classes and Interfaces|All Packages|Serialized Form