org.exolab.jms.server
Class EmbeddedNameService

java.lang.Object
  |
  +--org.exolab.jms.server.EmbeddedNameService

public class EmbeddedNameService
extends java.lang.Object

Embedded name service.

Version:
$Revision: 1.2 $ $Date: 2005/08/30 05:41:44 $
Author:
Tim Anderson

Constructor Summary
protected EmbeddedNameService()
          Construct an EmbeddedNameService.
 
Method Summary
 javax.naming.Context getInitialContext()
          Returns the initial context for beginning name resolution.
 org.codehaus.spice.jndikit.NamingProvider getNamingProvider()
          Returns the naming provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedNameService

protected EmbeddedNameService()
Construct an EmbeddedNameService.
Method Detail

getInitialContext

public javax.naming.Context getInitialContext()
                                       throws javax.naming.NamingException
Returns the initial context for beginning name resolution.
Returns:
the initial context
Throws:
javax.naming.NamingException - for any naming error

getNamingProvider

public org.codehaus.spice.jndikit.NamingProvider getNamingProvider()
Returns the naming provider.
Returns:
the naming provider


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