mx4j.tools.remote
public abstract class SubjectInvoker extends Object implements InvocationHandler
Version: $Revision: 1.4 $
| Constructor Summary | |
|---|---|
| protected | SubjectInvoker(Object target, Subject subject, AccessControlContext context, Map environment) |
| Method Summary | |
|---|---|
| protected Object | chain(Object proxy, Method method, Object[] args) |
| protected Object | handleSpecialInvoke(Object target, Method method, Object[] args) |
| Object | invoke(Object proxy, Method method, Object[] args) |
| protected boolean | isPlainInvoke(Method method) |
| protected Object | subjectInvoke(Object proxy, Method method, Object[] args, Subject delegate) |