org.exolab.jms.server.mipc
Class SslIpcJmsServer

java.lang.Object
  extended by org.exolab.jms.server.mipc.IpcJmsServer
      extended by org.exolab.jms.server.mipc.SslIpcJmsServer
All Implemented Interfaces:
org.exolab.core.mipc.ConnectionNotifierIfc, JmsServerIfc

public class SslIpcJmsServer
extends IpcJmsServer

Open an MIPC connection server using SSL.

Version:
$Revision: 1.6 $ $Date: 2003/08/07 13:33:09 $
Author:
Jim Mourikis
See Also:
SslJmsServerStub, IpcJmsServer

Constructor Summary
SslIpcJmsServer()
          Construct a new SslIpcJmsServer
 
Method Summary
protected  org.exolab.core.mipc.MultiplexConnectionServerIfc createServer(int port)
          Create an SSL connection.
protected  SchemeType getScheme()
          Returns the connector scheme for this server.
protected  TcpConfigurationType getTcpConfiguration()
          Returns the TCP configuration
 
Methods inherited from class org.exolab.jms.server.mipc.IpcJmsServer
addConnection, bindConnectionFactories, connected, getReceiver, init, removeAllConnections, removeConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslIpcJmsServer

public SslIpcJmsServer()
Construct a new SslIpcJmsServer

Method Detail

createServer

protected org.exolab.core.mipc.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.

getScheme

protected SchemeType getScheme()
Returns the connector scheme for this server.

Overrides:
getScheme in class IpcJmsServer

getTcpConfiguration

protected TcpConfigurationType getTcpConfiguration()
Returns the TCP configuration

Overrides:
getTcpConfiguration in class IpcJmsServer
Returns:
the TCP configuration


Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.