|
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 |
public interface WmConnection
Interface defining webMethods extensions to javax.jms.Connection and its subclasses.
Field Summary | |
---|---|
static int |
ENCRYPT_LEVEL_ENCRYPTION
Encryption |
static int |
ENCRYPT_LEVEL_NO_ENCRYPTION
No encryption |
static int |
ENCRYPT_LEVEL_US_DOMESTIC
Deprecated. Replaced By ENCRYPT_LEVEL_ENCRYPTION |
static int |
ENCRYPT_LEVEL_US_EXPORT
Deprecated. Replaced By ENCRYPT_LEVEL_ENCRYPTION |
Method Summary | |
---|---|
short[] |
getAccessLabel()
Get the client access label |
java.lang.String |
getBroker()
Get the Broker to which this connection is currently connected. |
javax.jms.ConnectionFactory |
getFactory()
Returns the connection factory used to create this connection. |
int |
getSSLEncryptionLevel()
Get the SSL encryption level. |
java.util.Properties |
getSSLServerCertificate()
Get the Broker's SSL certificate properties. |
java.lang.String |
getTerritory()
Get the territory of the Broker to which this connection is currently connected. |
void |
ping()
Pings the Broker to determine if there is network connectivity. |
Methods inherited from interface javax.jms.Connection |
---|
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Field Detail |
---|
static final int ENCRYPT_LEVEL_NO_ENCRYPTION
static final int ENCRYPT_LEVEL_US_EXPORT
ENCRYPT_LEVEL_ENCRYPTION
static final int ENCRYPT_LEVEL_US_DOMESTIC
ENCRYPT_LEVEL_ENCRYPTION
static final int ENCRYPT_LEVEL_ENCRYPTION
Method Detail |
---|
javax.jms.ConnectionFactory getFactory() throws javax.jms.JMSException
javax.jms.JMSException
- if the JMS provider fails to get the connection factory for this connection.java.lang.String getBroker() throws javax.jms.JMSException
javax.jms.JMSException
- if the JMS provider fails to get the Broker for this connectionjava.lang.String getTerritory() throws javax.jms.JMSException
javax.jms.JMSException
- if the JMS provider fails to get the territoryint getSSLEncryptionLevel() throws javax.jms.JMSException
ENCRYPT_LEVEL_NO_ENCRYPTION
or ENCRYPT_LEVEL_ENCRYPTION
javax.jms.JMSException
- if the JMS provider fails to get the encryption level for this connection.java.util.Properties getSSLServerCertificate() throws javax.jms.JMSException
null
if not an SSL connection
javax.jms.JMSException
- if the JMS provider fails to get the server certificate for this connection.void ping() throws javax.jms.JMSException
javax.jms.JMSException
- if the JMS provider fails to ping the Brokershort[] getAccessLabel() throws javax.jms.JMSException
javax.jms.JMSException
|
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 |