- getConstructor() - Method in interface javax.interceptor.InvocationContext
-
Returns the constructor of the target class for which the interceptor
was invoked.
- getContextData() - Method in interface javax.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with
the invocation by another interceptor, business method,and/or webservices
context in the invocation chain.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor
was invoked.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or
constructor of the target class.
- getTarget() - Method in interface javax.interceptor.InvocationContext
-
Returns the target instance.
- getTimer() - Method in interface javax.interceptor.InvocationContext
-
Returns the timer object associated with a timeout
method invocation on the target class, or a null value for method
and lifecycle callback interceptor methods.