org.exolab.jms.net.rmi
Interface RMIInvokerFactory

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RMIInvokerFactoryImpl

public interface RMIInvokerFactory
extends java.rmi.Remote

A factory for RMIInvoker instances

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:06 $
Author:
Tim Anderson

Method Summary
 RMIInvoker createInvoker(java.security.Principal principal, RMIInvoker client, java.lang.String uri)
          Creates an authenticated invoker
 

Method Detail

createInvoker

public RMIInvoker createInvoker(java.security.Principal principal,
                                RMIInvoker client,
                                java.lang.String uri)
                         throws java.rmi.RemoteException
Creates an authenticated invoker
Parameters:
principal - the security principal
client - the invoker for performing invocations back to the client
uri - the URI representing the client
Returns:
an authenticated invoker
Throws:
java.rmi.RemoteException - for any remote error


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.