|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Interceptor
will be instantiated for each invocation.
Interceptor
will be instantiated for each invocation.
Interceptor passed here will be used for every method
invocation.
true otherwise false
UnsupportedOperationException.System.outSystem.out
stack.yield() methods
The return value from this will be whatever the downstream return value was.
UnsupportedOperationException
out before and after invoking the stack
InterceptionBroker.addInterceptor(InterceptorFactory, Signature)
to provide a very flexible way of obtaining interceptors on a per-invocation basis.Rule to determine if an
invocation should be allowed by a given actor.m should be intercepted, false otherwise
InterceptionBroker provides the entry point to most of the
functionality for this library.Interceptor implementationssecurity package provides facilities for invocation-level
ACL's.TransactionInterceptor can be used to implement
container managed transactions in any environment that uses
transactions.Signature implementations.SecurityBroker is used to add thread constrained actor information toSecurityBroker
and provides the Actor to the object being intercepted if it provides a
setActor(Actor) method.Implementation to use
Method passed to matches()
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||