mx4j.remote.rmi

Class RMIConnectionSubjectInvoker

public class RMIConnectionSubjectInvoker extends RMIConnectionProxy

An RMIConnection proxy that wraps the call into a Subject#doAsPrivileged invocation, in order to execute the code under subject-based security, and to perform subject delegation.

Version: $Revision: 1.10 $

Method Summary
Objectinvoke(Object proxy, Method method, Object[] args)
static RMIConnectionnewInstance(RMIConnection nested, Subject subject, AccessControlContext context, Map environment)

Method Detail

invoke

public Object invoke(Object proxy, Method method, Object[] args)

newInstance

public static RMIConnection newInstance(RMIConnection nested, Subject subject, AccessControlContext context, Map environment)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.