org.exolab.jms.server.mipc
Class TcpsJndiServer

java.lang.Object
  |
  +--org.exolab.jms.server.mipc.IpcJndiServer
        |
        +--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  org.exolab.jms.config.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 org.exolab.jms.config.TcpConfigurationType getTcpConfiguration()
Returns the tcps configuration
Overrides:
getTcpConfiguration in class IpcJndiServer
Returns:
the tcps configuration


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