Package org.jboss.as.weld.injection
Class EjbComponentSupport
- java.lang.Object
-
- org.jboss.as.weld.injection.EjbComponentSupport
-
- All Implemented Interfaces:
ComponentSupport
public class EjbComponentSupport extends Object implements ComponentSupport
- Author:
- Martin Kouba
-
-
Constructor Summary
Constructors Constructor Description EjbComponentSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDiscoveredExternalType(ComponentDescription componentDescription)booleanisProcessing(ComponentDescription componentDescription)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.weld.spi.ComponentSupport
processInjectionTarget
-
-
-
-
Method Detail
-
isProcessing
public boolean isProcessing(ComponentDescription componentDescription)
- Specified by:
isProcessingin interfaceComponentSupport
-
isDiscoveredExternalType
public boolean isDiscoveredExternalType(ComponentDescription componentDescription)
- Specified by:
isDiscoveredExternalTypein interfaceComponentSupport
-
-