|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.administration.mipc.IpcJmsAdminConnection | +--org.exolab.jms.administration.mipc.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 serverhost
- the server hostport
- the server portusername
- the admin user namepassword
- the admin passwordJMSEXception
- if a connection cannot be establishedMethod 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 usejava.io.IOException
- if the server fails to initialise the ip service
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |