org.exolab.jms.server.net
Interface RemoteJmsAdminServerIfc

All Known Implementing Classes:
JmsAdminServerImpl

public interface RemoteJmsAdminServerIfc

This specifies all the administration methods that can be used to control the JMS server through an RMI connector. The control logic is all at the org.exolab.jms.server package level

Version:
$Revision: 1.2 $ $Date: 2005/08/30 05:51:03 $
Author:
Jim Alateras
See Also:
Remote

Method Summary
 RemoteJmsAdminConnectionIfc createConnection(java.lang.String username, java.lang.String password)
          Create a connection to the specified server.
 

Method Detail

createConnection

public RemoteJmsAdminConnectionIfc createConnection(java.lang.String username,
                                                    java.lang.String password)
                                             throws javax.jms.JMSException,
                                                    java.rmi.RemoteException
Create a connection to the specified server. This will create an instance of a ServerConnectionImpl and then return a remote reference to it.
Parameters:
username - the user's name
password - the user's password
Returns:
RemoteJmsAdminConnectionIfc
Throws:
javax.jms.JMSException - if the authentication failed
java.rmi.RemoteException - if failed to export object


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