org.exolab.jms.jndi
Interface JndiServerIfc

All Known Implementing Classes:
IntravmJndiServer, IpcJndiServer, RmiJndiServer, TcpsJndiServer

public interface JndiServerIfc

This class defines the requirements for a JndiServer. It currently has to support one method init

Version:
$Revision: 1.4 $ $Date: 2003/08/07 13:32:57 $
Author:
Jim Alateras

Method Summary
 void init()
          Initialise the JNDI service.
 

Method Detail

init

void init()
          throws javax.naming.NamingException
Initialise the JNDI service.

Throws:
javax.naming.NamingException - if the service cannot be initialised


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