Uses of Class
org.slim3.commons.exception.NameNotFoundRuntimeException

Packages that use NameNotFoundRuntimeException
org.slim3.commons.jndi The feature to access naming context. 
org.slim3.commons.util Utilities. 
org.slim3.container This package provides Slim3 container. 
 

Uses of NameNotFoundRuntimeException in org.slim3.commons.jndi
 

Methods in org.slim3.commons.jndi that throw NameNotFoundRuntimeException
static
<T> T
Jndi.lookup(String name)
          Looks up a object by the name.
 

Uses of NameNotFoundRuntimeException in org.slim3.commons.util
 

Methods in org.slim3.commons.util that throw NameNotFoundRuntimeException
static
<T> T
ContextUtil.lookup(Context context, String name)
          Looks up a object by the name.
 

Uses of NameNotFoundRuntimeException in org.slim3.container
 

Methods in org.slim3.container that throw NameNotFoundRuntimeException
<T> T
S3Container.lookup(String name)
          Looks up an object.
 void S3Container.unbind(String name)
          Unbinds the named object.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.