Class StatelessSessionComponentCreateService
- java.lang.Object
-
- org.jboss.as.ee.component.BasicComponentCreateService
-
- org.jboss.as.ejb3.component.EJBComponentCreateService
-
- org.jboss.as.ejb3.component.session.SessionBeanComponentCreateService
-
- org.jboss.as.ejb3.component.stateless.StatelessSessionComponentCreateService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Component>,org.jboss.msc.value.Value<Component>
public class StatelessSessionComponentCreateService extends SessionBeanComponentCreateService
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description StatelessSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasicComponentcreateComponent()PoolConfiggetPoolConfig()org.jboss.msc.inject.Injector<PoolConfig>getPoolConfigInjector()org.jboss.ejb.client.AffinitygetWeakAffinity()-
Methods inherited from class org.jboss.as.ejb3.component.session.SessionBeanComponentCreateService
getAsyncExecutorService, getBeanAccessTimeout, getBeanLockType, getMethodApplicableAccessTimeouts, getMethodApplicableLockTypes
-
Methods inherited from class org.jboss.as.ejb3.component.EJBComponentCreateService
getApplicationName, getControlPoint, getControlPointInjector, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBSuspendHandlerInjector, getExceptionLoggingEnabled, getIdentityOutflowFunction, getModuleName, getSecurityDomain, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerServiceFactory, getTimerServiceFactoryInjector, getViewServices, isEnableJacc, isLegacyCompliantPrincipalPropagation, isSecurityRequired, processTxAttr, requiresInterceptors
-
Methods inherited from class org.jboss.as.ee.component.BasicComponentCreateService
getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
-
-
-
-
Constructor Detail
-
StatelessSessionComponentCreateService
public StatelessSessionComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
Construct a new instance.- Parameters:
componentConfiguration- the component configuration
-
-
Method Detail
-
createComponent
protected BasicComponent createComponent()
- Overrides:
createComponentin classBasicComponentCreateService
-
getPoolConfig
public PoolConfig getPoolConfig()
-
getPoolConfigInjector
public org.jboss.msc.inject.Injector<PoolConfig> getPoolConfigInjector()
-
getWeakAffinity
public org.jboss.ejb.client.Affinity getWeakAffinity()
-
-