org.exolab.jms.server
Class EmbeddedNameService

java.lang.Object
  extended by org.exolab.jms.server.EmbeddedNameService

public class EmbeddedNameService
extends java.lang.Object


Method Summary
 javax.naming.Context getInitialContext()
          Returns the initial context for beginning name resolution
static EmbeddedNameService getInstance()
          Returns the singleton instance of the embedded name service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EmbeddedNameService getInstance()
Returns the singleton instance of the embedded name service

Returns:
the singleton instance of the embedded name service

getInitialContext

public javax.naming.Context getInitialContext()
Returns the initial context for beginning name resolution

Returns:
the initial context


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