Package org.exolab.jms.server

Examples of org.exolab.jms.server.AdminConnection


     * @throws RemoteException if the connection cannot be created
     */
    public RemoteJmsAdminConnectionIfc createConnection(String username,
                                                        String password)
            throws JMSException, RemoteException {
        AdminConnection connection = _manager.createConnection(username,
                                                               password);

        JmsAdminConnectionImpl result =
                new JmsAdminConnectionImpl(connection, getORB());
        return (RemoteJmsAdminConnectionIfc) result.getProxy();
View Full Code Here

TOP

Related Classes of org.exolab.jms.server.AdminConnection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.