Class AdministeredObjectDefinitionInjectionSource
java.lang.Object
org.jboss.as.ee.component.InjectionSource
org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
org.jboss.as.connector.deployers.ra.AdministeredObjectDefinitionInjectionSource
A binding description for AdministeredObjectDefinition annotations.
The referenced admin object must be directly visible to the
component declaring the annotation.
- Author:
- Jesper Pedersen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.ee.component.InjectionSource
InjectionSource.ResolutionContext -
Field Summary
FieldsFields inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
jndiName, properties -
Constructor Summary
ConstructorsConstructorDescriptionAdministeredObjectDefinitionInjectionSource(String jndiName, String className, String resourceAdapter) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, String value) booleanvoidgetResourceValue(InjectionSource.ResolutionContext context, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) inthashCode()voidsetDescription(String description) voidsetInterface(String interfaceName) Methods inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionInjectionSource
addProperties, addProperties, addProperties, getJndiName, uniqueName
-
Field Details
-
DESCRIPTION
- See Also:
-
INTERFACE
- See Also:
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
AdministeredObjectDefinitionInjectionSource
-
-
Method Details
-
addProperty
-
getResourceValue
public void getResourceValue(InjectionSource.ResolutionContext context, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.msc.inject.Injector<ManagedReferenceFactory> injector) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
getResourceValuein classInjectionSource- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
getDescription
-
setDescription
-
getInterface
-
setInterface
-
equals
- Overrides:
equalsin classResourceDefinitionInjectionSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classResourceDefinitionInjectionSource
-