JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.sun.enterprise.admin.util.proxy
Interface Interceptor
All Known Implementing Classes:
InterceptorImpl
public interface
Interceptor
A call interceptor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
postInvoke
(
CallStack
callStack)
void
preInvoke
(
CallStack
callStack)
Method Details
preInvoke
void
preInvoke
(
CallStack
callStack)
postInvoke
void
postInvoke
(
CallStack
callStack)