Package org.jboss.as.weld.injection
Class EjbComponentSupport
java.lang.Object
org.jboss.as.weld.injection.EjbComponentSupport
- All Implemented Interfaces:
org.jboss.as.weld.spi.ComponentSupport
- Author:
- Martin Kouba
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDiscoveredExternalType(org.jboss.as.ee.component.ComponentDescription componentDescription) booleanisProcessing(org.jboss.as.ee.component.ComponentDescription componentDescription) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.weld.spi.ComponentSupport
processInjectionTarget
-
Constructor Details
-
EjbComponentSupport
public EjbComponentSupport()
-
-
Method Details
-
isProcessing
public boolean isProcessing(org.jboss.as.ee.component.ComponentDescription componentDescription) - Specified by:
isProcessingin interfaceorg.jboss.as.weld.spi.ComponentSupport
-
isDiscoveredExternalType
public boolean isDiscoveredExternalType(org.jboss.as.ee.component.ComponentDescription componentDescription) - Specified by:
isDiscoveredExternalTypein interfaceorg.jboss.as.weld.spi.ComponentSupport
-