org.jboss.injection
Interface ExtendedInjectionContainer

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

public interface ExtendedInjectionContainer
extends InjectionContainer


Method Summary
 java.lang.String resolvePersistenceUnitSupplier(java.lang.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

java.lang.String resolvePersistenceUnitSupplier(java.lang.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