org.jboss.injection
Interface EJBInjectionContainer

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

public interface EJBInjectionContainer

A temporary measure to resolve EJB references until a new injection framework is in place.

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 boolean canResolveEJB()
          Deprecated. configuration will become mandatory on the next release
 String resolveEJB(String link, Class<?> beanInterface, String mappedName)
           
 

Method Detail

canResolveEJB

boolean canResolveEJB()
Deprecated. configuration will become mandatory on the next release

Although EJBInjectionContainer is implemented it may not be configured. If so, this will return false.

Returns:
whether resolveEJB can be called.

resolveEJB

String resolveEJB(String link,
                  Class<?> beanInterface,
                  String mappedName)


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