Interface Injectable
- All Known Implementing Classes:
ContextEjb, ContextEnvironment, ContextHandler, ContextLocalEjb, ContextResource, ContextResourceEnvRef, ContextResourceLink, ContextService, MessageDestination, MessageDestinationRef, ResourceBase
public interface Injectable
Interface for objects that can be injected with dependencies.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddInjectionTarget(String injectionTargetName, String jndiName) Adds an injection target to this injectable.Returns the list of injection targets.getName()Returns the name of this injectable.
-
Method Details
-
getName
-
addInjectionTarget
-
getInjectionTargets
List<InjectionTarget> getInjectionTargets()Returns the list of injection targets.- Returns:
- the list of injection targets
-