org.exolab.jms.server.mipc
Class IpcJndiServer

java.lang.Object
  |
  +--org.exolab.jms.server.mipc.IpcJndiServer
All Implemented Interfaces:
JndiServerIfc
Direct Known Subclasses:
TcpsJndiServer

public class IpcJndiServer
extends java.lang.Object
implements JndiServerIfc

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

Version:
$Revision: 1.3 $ $Date: 2003/08/07 13:33:09 $
Author:
Jim Mourikis, Tim Anderson

Constructor Summary
IpcJndiServer(javax.naming.Context context)
          Construct a new IpcJndiServer
 
Method Summary
protected  org.exolab.jms.config.TcpConfigurationType getTcpConfiguration()
          Returns the tcp configuration
 void init()
          This method is called to initialise the JNDI service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpcJndiServer

public IpcJndiServer(javax.naming.Context context)
Construct a new IpcJndiServer
Parameters:
context - the root context
Method Detail

init

public void init()
          throws javax.naming.NamingException
This method is called to initialise the JNDI service.
Specified by:
init in interface JndiServerIfc
Throws:
javax.naming.NamingException - if the service cannot be initialised

getTcpConfiguration

protected org.exolab.jms.config.TcpConfigurationType getTcpConfiguration()
Returns the tcp configuration
Returns:
the tcp configuration


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