Interface Injectable
-
- All Known Implementing Classes:
ContextEjb
,ContextEnvironment
,ContextHandler
,ContextLocalEjb
,ContextResource
,ContextResourceEnvRef
,ContextResourceLink
,ContextService
,MessageDestination
,MessageDestinationRef
,ResourceBase
public interface Injectable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addInjectionTarget(String injectionTargetName, String jndiName)
List<InjectionTarget>
getInjectionTargets()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
getInjectionTargets
List<InjectionTarget> getInjectionTargets()
-
-