jrun.jms.core.client.mipc
Class SslJmsServerStub
java.lang.Object
|
+--jrun.jms.core.client.mipc.IpcJmsServerStub
|
+--jrun.jms.core.client.mipc.SslJmsServerStub
- All Implemented Interfaces:
- DisconnectionEventListener, JmsServerStubIfc
- public class SslJmsServerStub
- extends IpcJmsServerStub
Open an MIPC connection to the server using SSL connections.
- Version:
- $Revision: 1.4 $ $Date: 2002/01/18 12:21:32 $
- Author:
- Jim Mourikis
- See Also:
org.exolab.jms.client.mipc.IpcJmsServerStub,
org.exolab.jms.server.mipc.IpcJmsServer,
org.exolab.jms.server.mipc.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslJmsServerStub
public SslJmsServerStub()
- Default constructor for serialization
SslJmsServerStub
public SslJmsServerStub(java.util.Hashtable env)
- The constructor has a collection of environment variables
which it uses to construct a connection to the remote
server
- Parameters:
env -
SslJmsServerStub
public SslJmsServerStub(java.lang.String host,
int port)
- Instantiate an instance of this stub with the specified host and
port numbers
- Parameters:
host - server host addressport - server port number
createClientConnection
protected MultiplexConnectionIfc createClientConnection(java.lang.String serverAddress,
java.lang.String internalServerAddress,
int port)
throws java.lang.Exception
- Create an SSL connection.
- Overrides:
createClientConnection in class IpcJmsServerStub
- Parameters:
serverAddress - The address of the server.port - The port number to use.- Returns:
MultiplexConnectionIfc The created
connection.- Throws:
IOException - If the server fails to initialise the
ip service.
Copyright � 2002 Macromedia Corporation. All Rights Reserved.