org.exolab.jms.server.rmi
Class RmiJndiServer

java.lang.Object
  |
  +--org.exolab.jms.server.rmi.RmiJndiServer
All Implemented Interfaces:
JndiServerIfc

public class RmiJndiServer
extends java.lang.Object
implements JndiServerIfc

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

Version:
$Revision: 1.4 $ $Date: 2003/08/07 13:33:10 $
Author:
Jim Alateras, Tim Anderson

Constructor Summary
RmiJndiServer(javax.naming.Context context)
          Construct a new RmiJndiServer
 
Method Summary
 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

RmiJndiServer

public RmiJndiServer(javax.naming.Context context)
Construct a new RmiJndiServer
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


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