org.jboss.injection
Interface ExtendedInjectionContainer

All Superinterfaces:
InjectionContainer
All Known Implementing Classes:
ConsumerContainer, EJBContainer, MDB, MessagingContainer, ServiceContainer, SessionContainer, SessionSpecContainer, StatefulContainer, StatelessContainer

public interface ExtendedInjectionContainer
extends InjectionContainer

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 String resolvePersistenceUnitSupplier(String unitName)
          Find the MC bean that supplies the specified persistence unit.
 
Methods inherited from interface org.jboss.injection.InjectionContainer
getAnnotation, getAnnotation, getAnnotation, getAnnotation, getAnnotation, getClassloader, getDependencyPolicy, getDeploymentDescriptorType, getEjbJndiName, getEjbJndiName, getEnc, getEncInjections, getEncInjectors, getEnvironmentRefGroup, getIdentifier, getInjectors, getRootFile, hasJNDIBinding, resolveEjbContainer, resolveEjbContainer, resolveMessageDestination
 

Method Detail

resolvePersistenceUnitSupplier

String resolvePersistenceUnitSupplier(String unitName)
Find the MC bean that supplies the specified persistence unit.

Parameters:
unitName - the name of the persistence unit
Returns:
the name of the persistence unit supplier TODO: this method should be on InjectionContainer


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