|
||||||||||
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.mipc.SslIpcJmsAdminConnection
public class SslIpcJmsAdminConnection
This class is repsonsible for opening an SSL TCP connection to the server and passing and packing all requests for delivery.
Constructor Summary | |
---|---|
SslIpcJmsAdminConnection(java.lang.String host,
int port,
java.lang.String username,
java.lang.String password)
Construct a new SslIpcJmsAdminConnection ,
establishing a connection to the server |
Method Summary | |
---|---|
protected org.exolab.core.mipc.MultiplexConnectionIfc |
createClientConnection(java.lang.String host,
int port)
Create an SSL connection. |
Methods inherited from class org.exolab.jms.administration.mipc.IpcJmsAdminConnection |
---|
addDestination, addDurableConsumer, addUser, changePassword, close, connect, destinationExists, durableConsumerExists, getAllDestinations, getAllUsers, getConnection, getDurableConsumerMessageCount, getDurableConsumers, getHost, getPort, getQueueMessageCount, isConnected, openConnection, 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 SslIpcJmsAdminConnection(java.lang.String host, int port, java.lang.String username, java.lang.String password) throws javax.jms.JMSException
SslIpcJmsAdminConnection
,
establishing a connection to the server
host
- the server hostport
- the server portusername
- the admin user namepassword
- the admin password
JMSEXception
- if a connection cannot be established
javax.jms.JMSException
Method Detail |
---|
protected org.exolab.core.mipc.MultiplexConnectionIfc createClientConnection(java.lang.String host, int port) throws java.io.IOException
createClientConnection
in class IpcJmsAdminConnection
host
- the address of the serverport
- the port number to use
java.io.IOException
- if the server fails to initialise the ip service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |