org.exolab.jms.server.mipc
Class TcpsJndiServer

java.lang.Object
  extended by org.exolab.jms.server.mipc.IpcJndiServer
      extended by org.exolab.jms.server.mipc.TcpsJndiServer
All Implemented Interfaces:
JndiServerIfc

public class TcpsJndiServer
extends IpcJndiServer

This class enables clients to interface to the embedded JNDI provider using the TCPS connector

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:09 $
Author:
Tim Anderson

Constructor Summary
TcpsJndiServer(javax.naming.Context context)
          Construct a new TcpsJndiServer
 
Method Summary
protected  TcpConfigurationType getTcpConfiguration()
          Returns the tcps configuration
 
Methods inherited from class org.exolab.jms.server.mipc.IpcJndiServer
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpsJndiServer

public TcpsJndiServer(javax.naming.Context context)
Construct a new TcpsJndiServer

Parameters:
context - the root context
Method Detail

getTcpConfiguration

protected TcpConfigurationType getTcpConfiguration()
Returns the tcps configuration

Overrides:
getTcpConfiguration in class IpcJndiServer
Returns:
the tcps configuration


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