Package org.jboss.as.appclient.component
Class ApplicationClientComponentDescription
java.lang.Object
org.jboss.as.ee.component.ComponentDescription
org.jboss.as.appclient.component.ApplicationClientComponentDescription
- All Implemented Interfaces:
ResourceInjectionTarget
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApplicationClientComponentDescription(String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName) -
Method Summary
Modifier and TypeMethodDescriptioncreateConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex, ClassLoader moduleClassLoader, org.jboss.modules.ModuleLoader moduleLoader) booleanMethods inherited from class org.jboss.as.ee.component.ComponentDescription
addClassInterceptor, addDependency, addInterceptorMethodOverride, addMethodInterceptor, addResourceInjection, excludeClassInterceptors, excludeDefaultInterceptors, getAllInterceptors, getApplicationName, getBeanDeploymentArchiveId, getBindingConfigurations, getClassInterceptor, getClassInterceptors, getComponentClassName, getComponentName, getConfigurators, getContextServiceName, getCreateServiceName, getDefaultInterceptors, getDependencies, getDeploymentDescriptorEnvironment, getMethodInterceptors, getModuleDescription, getModuleName, getNamingMode, getResourceInjections, getServiceName, getStartServiceName, getTimerMethods, getViews, isCDIInterceptorEnabled, isExcludeClassInterceptors, isExcludeDefaultInterceptors, isExcludeDefaultInterceptors, isIgnoreLifecycleInterceptors, isOptional, isPassivationApplicable, isTimerServiceApplicable, isTimerServiceRequired, mergeInterceptorConfig, setBeanDeploymentArchiveId, setClassInterceptors, setContextServiceName, setDefaultInterceptors, setDeploymentDescriptorEnvironment, setExcludeDefaultInterceptors, setIgnoreLifecycleInterceptors, setMethodInterceptors, setNamingMode
-
Field Details
-
APP_CLIENT_COMPONENT_NAME
- See Also:
-
-
Constructor Details
-
ApplicationClientComponentDescription
public ApplicationClientComponentDescription(String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
-
-
Method Details
-
isIntercepted
public boolean isIntercepted()- Overrides:
isInterceptedin classComponentDescription
-
createConfiguration
public ComponentConfiguration createConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex, ClassLoader moduleClassLoader, org.jboss.modules.ModuleLoader moduleLoader) - Overrides:
createConfigurationin classComponentDescription
-