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
public final class ApplicationClientComponentDescription extends ComponentDescription
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_CLIENT_COMPONENT_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationClientComponentDescription(String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentConfigurationcreateConfiguration(org.jboss.as.server.deployment.reflect.ClassReflectionIndex classIndex, ClassLoader moduleClassLoader, org.jboss.modules.ModuleLoader moduleLoader)booleanisIntercepted()-
Methods 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 Detail
-
APP_CLIENT_COMPONENT_NAME
public static final String APP_CLIENT_COMPONENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationClientComponentDescription
public ApplicationClientComponentDescription(String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
-
-
Method Detail
-
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
-
-