org.exolab.jms.administration
Class AdminConnectionFactory
java.lang.Object
|
+--org.exolab.jms.administration.AdminConnectionFactory
- public class AdminConnectionFactory
- extends java.lang.Object
This class is a factory for creating AdminConnection
instances.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:50:38 $
- Author:
- Tim Anderson, Knut Lerpold
- See Also:
JmsAdminServerIfc
Method Summary |
static JmsAdminServerIfc |
create(java.lang.String url)
Create an unauthenticated admin connection, using the specified server
URL |
static JmsAdminServerIfc |
create(java.lang.String url,
java.lang.String username,
java.lang.String password)
Create an authenticated admin connection, using the specified server
URL, name, and password |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminConnectionFactory
public AdminConnectionFactory()
create
public static JmsAdminServerIfc create(java.lang.String url)
throws javax.jms.JMSException,
java.net.MalformedURLException
- Create an unauthenticated admin connection, using the specified server
URL
- Parameters:
url
- the OpenJMS server URL- Returns:
- JmsAdminServerIfc the administration API
- Throws:
javax.jms.JMSException
- if a connection cannot be establishedjava.net.MalformedURLException
- if url
is invalid
create
public static JmsAdminServerIfc create(java.lang.String url,
java.lang.String username,
java.lang.String password)
throws javax.jms.JMSException,
java.net.MalformedURLException
- Create an authenticated admin connection, using the specified server
URL, name, and password
- Parameters:
url
- the OpenJMS server URLusername
- the admin user namepassword
- the admin user password- Returns:
- JmsAdminServerIfc the administration API
- Throws:
javax.jms.JMSException
- if a connection cannot be established
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.