|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.client.mipc.IpcJmsServerStub
org.exolab.jms.client.mipc.SslJmsServerStub
public class SslJmsServerStub
Open an MIPC connection to the server using SSL connections.
IpcJmsServerStub
,
IpcJmsServer
,
SslIpcJmsServer
Constructor Summary | |
---|---|
SslJmsServerStub()
Default constructor for serialization |
|
SslJmsServerStub(java.util.Hashtable env)
The constructor has a collection of environment variables which it uses to construct a connection to the remote server |
|
SslJmsServerStub(java.lang.String host,
int port)
Instantiate an instance of this stub with the specified host and port numbers |
Method Summary | |
---|---|
protected org.exolab.core.mipc.MultiplexConnectionIfc |
createClientConnection(java.lang.String serverAddress,
java.lang.String internalServerAddress,
int port)
Create an SSL connection. |
Methods inherited from class org.exolab.jms.client.mipc.IpcJmsServerStub |
---|
close, closed, createConnection, disconnected, getServerAddress, getServerPort, setExceptionListener, setServerAddress, setServerPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SslJmsServerStub()
public SslJmsServerStub(java.util.Hashtable env)
env
- public SslJmsServerStub(java.lang.String host, int port)
host
- server host addressport
- server port numberMethod Detail |
---|
protected org.exolab.core.mipc.MultiplexConnectionIfc createClientConnection(java.lang.String serverAddress, java.lang.String internalServerAddress, int port) throws java.lang.Exception
createClientConnection
in class IpcJmsServerStub
serverAddress
- The address of the server.port
- The port number to use.internalServerAddress
- internal server address. May be null.
MultiplexConnectionIfc
The created
connection.
IOException
- If the server fails to initialise the
ip service.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |