|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.server.mipc.IpcJmsServer | +--org.exolab.jms.server.mipc.SslIpcJmsServer
Open an MIPC connection server using SSL.
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 org.exolab.jms.config.types.SchemeType |
getScheme()
Returns the connector scheme for this server. |
protected org.exolab.jms.config.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 |
public SslIpcJmsServer()
SslIpcJmsServer
Method Detail |
protected org.exolab.core.mipc.MultiplexConnectionServerIfc createServer(int port) throws java.io.IOException
createServer
in class IpcJmsServer
port
- The port number to use.MultiplexConnectionServerIfc
The created
connection.java.io.IOException
- If the server fails to initialise the
ip service.protected org.exolab.jms.config.types.SchemeType getScheme()
getScheme
in class IpcJmsServer
protected org.exolab.jms.config.TcpConfigurationType getTcpConfiguration()
getTcpConfiguration
in class IpcJmsServer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |