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

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

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

Methods in org.jboss.ejb3.common.registrar.plugin.mc that throw DuplicateBindException
 void Ejb3McRegistrar.bind(Object name, Object value)
          Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
 

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

Methods in org.jboss.ejb3.common.registrar.spi that throw DuplicateBindException
 void Ejb3Registrar.bind(Object name, Object value)
          Binds the specified value to the key of specified name, throwing a DuplicateBindException in the case the name is not unique
static void Ejb3RegistrarLocator.bindRegistrar(Ejb3Registrar registrar)
          Binds the specified Ejb3Registrar implementation as the registrar of record for the life of this process, immutable once set
 



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