|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.jms.admin.WmJMSAdminFactory
public class WmJMSAdminFactory
This factory class allows for the creation of WmJMSAdmin
instances.
Method Summary | |
---|---|
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName)
Creates an instance of the administration interface to the Broker. |
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName,
java.lang.String clientID,
java.lang.String clientGroup)
Creates an instance of the administration interface to the Broker. |
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName,
java.lang.String clientID,
java.lang.String clientGroup,
com.webmethods.jms.util.SSLInfo sslinfo)
|
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName,
java.lang.String clientID,
java.lang.String clientGroup,
java.lang.String username,
java.lang.String password)
Creates an instance of the administration interface to the Broker. |
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName,
java.lang.String clientID,
java.lang.String clientGroup,
java.lang.String sslKeystore,
java.lang.String sslTruststore,
boolean sslEncrypted,
java.lang.String username,
java.lang.String password)
Creates an instance of the administration interface to the Broker. |
static WmJMSAdmin |
create(java.lang.String brokerHost,
java.lang.String brokerName,
java.lang.String clientID,
java.lang.String clientGroup,
java.lang.String username,
java.lang.String password,
java.lang.String truststore,
boolean encrypted)
Creates an instance of the administration interface to the Broker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName) throws WmJMSAdminException
brokerHost
- the Broker addressbrokerName
- the Broker name
WmJMSAdminException
- if the administration interface could not be instantiatedpublic static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName, java.lang.String clientID, java.lang.String clientGroup) throws WmJMSAdminException
brokerHost
- the Broker addressbrokerName
- the Broker nameclientID
- an optional client ID, or nullclientGroup
- an optional client group; if null
then the "admin" client group will be used
WmJMSAdminException
- if the administration interface could not be instantiatedpublic static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName, java.lang.String clientID, java.lang.String clientGroup, java.lang.String sslKeystore, java.lang.String sslTruststore, boolean sslEncrypted, java.lang.String username, java.lang.String password) throws WmJMSAdminException
brokerHost
- the Broker addressbrokerName
- the Broker nameclientID
- an optional client ID, or nullclientGroup
- an optional client group; if null
then the "admin" client group will be usedsslKeystore
- the filename of the SSL keystoresslTruststore
- the filename of the SSL truststoresslEncrypted
- set to true if traffic to Broker should be encryptedusername
- the SSL certificate's distinguished namepassword
- the SSL certificate's password
WmJMSAdminException
- if the administration interface could not be instantiatedpublic static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName, java.lang.String clientID, java.lang.String clientGroup, java.lang.String username, java.lang.String password) throws WmJMSAdminException
brokerHost
- the Broker addressbrokerName
- the Broker nameclientID
- an optional client ID, or nullclientGroup
- an optional client group; if null
then the "admin" client group will be usedusername
- for Basic Authenticationpassword
- for Basic Authentication
WmJMSAdminException
- if the administration interface could not be instantiatedpublic static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName, java.lang.String clientID, java.lang.String clientGroup, com.webmethods.jms.util.SSLInfo sslinfo) throws WmJMSAdminException
WmJMSAdminException
public static WmJMSAdmin create(java.lang.String brokerHost, java.lang.String brokerName, java.lang.String clientID, java.lang.String clientGroup, java.lang.String username, java.lang.String password, java.lang.String truststore, boolean encrypted) throws WmJMSAdminException
brokerHost
- the Broker addressbrokerName
- the Broker nameclientID
- an optional client ID, or nullclientGroup
- an optional client group; if null
then the "admin" client group will be usedtruststore
- the filename of the truststoreencrypted
- set to true if traffic to Broker should be encryptedusername
- for Basic Authenticationpassword
- for Basic Authentication
WmJMSAdminException
- if the administration interface could not be instantiated
|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |