Uses of Interface
org.jboss.ejb3.common.registrar.spi.Ejb3Registrar

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

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

Classes in org.jboss.ejb3.common.registrar.plugin.mc that implement Ejb3Registrar
 class Ejb3McRegistrar
          Ejb3McRegistrar Microcontainer-based Implementation of the Ejb3Registrar
 

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

Methods in org.jboss.ejb3.common.registrar.spi that return Ejb3Registrar
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
 

Methods in org.jboss.ejb3.common.registrar.spi with parameters of type Ejb3Registrar
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.