Uses of Class
org.jboss.ejb3.common.registrar.spi.NotBoundException

Packages that use NotBoundException
org.jboss.ejb3.common.registrar.plugin.mc   
org.jboss.ejb3.common.registrar.spi   
 

Uses of NotBoundException in org.jboss.ejb3.common.registrar.plugin.mc
 

Methods in org.jboss.ejb3.common.registrar.plugin.mc that throw NotBoundException
 Object Ejb3McRegistrar.invoke(Object name, String methodName, Object[] arguments, String[] signature)
          Invokes the specified method name on the object bound at the specified name, returning the result
 Object Ejb3McRegistrar.lookup(Object name)
          Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key
 Object Ejb3McRegistrar.lookup(Object name, boolean checkInstalled)
          Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.
<T> T
Ejb3McRegistrar.lookup(Object name, Class<T> type)
          Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.
 void Ejb3McRegistrar.unbind(Object name)
          Unbinds the object at the specified name, throwing NotBoundException if no object exists at that name
 

Uses of NotBoundException in org.jboss.ejb3.common.registrar.spi
 

Methods in org.jboss.ejb3.common.registrar.spi that throw NotBoundException
 Object Ejb3Registrar.invoke(Object name, String methodName, Object[] arguments, String[] signature)
          Invokes the specified method name on the object bound at the specified name, returning the result
static Ejb3Registrar Ejb3RegistrarLocator.locateRegistrar()
          Obtains the Ejb3Registrar associated with this process; in the case one has not yet been bound, a RuntimeException will be thrown
 Object Ejb3Registrar.lookup(Object name)
          Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key
<T> T
Ejb3Registrar.lookup(Object name, Class<T> type)
          Obtains the value bound at the specified name, throwing NotBoundException if there is nothing bound at the key.
 void Ejb3Registrar.unbind(Object name)
          Unbinds the object at the specified name, throwing NotBoundException if no object exists at that name
static void Ejb3RegistrarLocator.unbindRegistrar()
          Unbinds the current Ejb3Registrar implementation as the registrar of record
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.