org.jboss.webbeans.resource
Class DefaultNaming

java.lang.Object
  extended by org.jboss.webbeans.resource.AbstractNamingContext
      extended by org.jboss.webbeans.resource.DefaultNaming
All Implemented Interfaces:
NamingContext

public class DefaultNaming
extends AbstractNamingContext

The default naming provider

Author:
Pete Muir

Field Summary
 
Fields inherited from interface org.jboss.webbeans.resources.spi.NamingContext
PROPERTY_NAME
 
Constructor Summary
DefaultNaming()
          Constructor
 
Method Summary
 javax.naming.InitialContext getContext()
          Gets the initial context
 
Methods inherited from class org.jboss.webbeans.resource.AbstractNamingContext
bind, lookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNaming

public DefaultNaming()
Constructor

Method Detail

getContext

public javax.naming.InitialContext getContext()
Gets the initial context

Specified by:
getContext in class AbstractNamingContext
Returns:
The initial context


Copyright © 2008-2009. All Rights Reserved.