|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.administration.mipc.IpcJmsAdminConnection
org.exolab.jms.administration.http.HttpJmsAdminConnection
org.exolab.jms.administration.http.SslHttpJmsAdminConnection
public class SslHttpJmsAdminConnection
This class is repsonsible for opening an https connection to the server and passing and packing all requests for delivery.
HttpClient| Constructor Summary | |
|---|---|
SslHttpJmsAdminConnection(java.lang.String host,
int port,
java.lang.String path,
java.lang.String username,
java.lang.String password)
Create the connection to the server |
|
| Method Summary | |
|---|---|
protected void |
openConnection()
Create HTTPS client connection. |
| Methods inherited from class org.exolab.jms.administration.http.HttpJmsAdminConnection |
|---|
close, getPath, getURL |
| Methods inherited from class org.exolab.jms.administration.mipc.IpcJmsAdminConnection |
|---|
addDestination, addDurableConsumer, addUser, changePassword, connect, createClientConnection, destinationExists, durableConsumerExists, getAllDestinations, getAllUsers, getConnection, getDurableConsumerMessageCount, getDurableConsumers, getHost, getPort, getQueueMessageCount, isConnected, purgeMessages, removeDestination, removeDurableConsumer, removeUser, setConnection, stopServer, unregisterConsumer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SslHttpJmsAdminConnection(java.lang.String host,
int port,
java.lang.String path,
java.lang.String username,
java.lang.String password)
throws javax.jms.JMSException
host - the webserver hostport - the webserver portpath - the admin servlet path. May be nullusername - the admin user namepassword - the admin password
javax.jms.JMSException - if a connection cannot be established| Method Detail |
|---|
protected void openConnection()
throws javax.jms.JMSException
openConnection in class HttpJmsAdminConnectionjavax.jms.JMSException - If the connection fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||