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
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 namepassword
- the user's password- Returns:
- RemoteJmsAdminConnectionIfc
- Throws:
javax.jms.JMSException
- if the authentication failedjava.rmi.RemoteException
- if failed to export object
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.