jrun.jms.core.server.mipc
Class SslIpcJmsServer

java.lang.Object
  |
  +--jrun.jms.core.server.mipc.IpcJmsServer
        |
        +--jrun.jms.core.server.mipc.SslIpcJmsServer
All Implemented Interfaces:
ConnectionNotifierIfc, JmsServerIfc

public class SslIpcJmsServer
extends IpcJmsServer

Open an MIPC connection server USING SSL.

Version:
$Revision: 1.2 $ $Date: 2001/11/20 20:56:28 $
Author:
Jim Mourikis
See Also:
org.exolab.jms.client.mipc.SslJmsServerStub, org.exolab.jms.server.mipc.IpcJmsServer

Fields inherited from interface jrun.jms.core.server.JmsServerIfc
Name
 
Constructor Summary
SslIpcJmsServer()
          Initialize the IpcJmsServer.
 
Method Summary
protected  MultiplexConnectionServerIfc createServer(int port)
          Create an SSL connection.
protected  java.lang.String getClientClassName()
          Get the client side ssl implementation.
protected  java.lang.String getScheme()
          Returns the connector scheme for this server.
 
Methods inherited from class jrun.jms.core.server.mipc.IpcJmsServer
addConnection, bindConnectionFactories, connected, getLogger, init, instance, removeAllConnections, removeConnection, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslIpcJmsServer

public SslIpcJmsServer()
                throws java.io.IOException
Initialize the IpcJmsServer.
Throws:
java.io.IOException - If the server fails to initialise the SSL ip service.
Method Detail

createServer

protected MultiplexConnectionServerIfc createServer(int port)
                                             throws java.io.IOException
Create an SSL connection.
Overrides:
createServer in class IpcJmsServer
Parameters:
port - The port number to use.
Returns:
MultiplexConnectionServerIfc The created connection.
Throws:
java.io.IOException - If the server fails to initialise the ip service.

getClientClassName

protected java.lang.String getClientClassName()
Get the client side ssl implementation.
Overrides:
getClientClassName in class IpcJmsServer
Returns:
a String value

getScheme

protected java.lang.String getScheme()
Returns the connector scheme for this server.
Overrides:
getScheme in class IpcJmsServer


Copyright � 2002 Macromedia Corporation. All Rights Reserved.