Class SessionBeanComponentCreateService
- java.lang.Object
-
- org.jboss.as.ee.component.BasicComponentCreateService
-
- org.jboss.as.ejb3.component.EJBComponentCreateService
-
- org.jboss.as.ejb3.component.session.SessionBeanComponentCreateService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Component>,org.jboss.msc.value.Value<Component>
- Direct Known Subclasses:
SingletonComponentCreateService,StatefulSessionComponentCreateService,StatelessSessionComponentCreateService
public abstract class SessionBeanComponentCreateService extends EJBComponentCreateService
User: jpai
-
-
Constructor Summary
Constructors Constructor Description SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ExecutorService>getAsyncExecutorService()Map<String,AccessTimeoutDetails>getBeanAccessTimeout()Map<String,jakarta.ejb.LockType>getBeanLockType()Map<EJBBusinessMethod,AccessTimeoutDetails>getMethodApplicableAccessTimeouts()Map<EJBBusinessMethod,jakarta.ejb.LockType>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, getTimerService, getViewServices, isEnableJacc, isLegacyCompliantPrincipalPropagation, isSecurityRequired, processTxAttr, requiresInterceptors
-
Methods inherited from class org.jboss.as.ee.component.BasicComponentCreateService
createComponent, getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
-
-
-
-
Constructor Detail
-
SessionBeanComponentCreateService
public SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
Construct a new instance.- Parameters:
componentConfiguration- the component configuration
-
-
Method Detail
-
getMethodApplicableLockTypes
public Map<EJBBusinessMethod,jakarta.ejb.LockType> getMethodApplicableLockTypes()
-
getMethodApplicableAccessTimeouts
public Map<EJBBusinessMethod,AccessTimeoutDetails> getMethodApplicableAccessTimeouts()
-
getBeanAccessTimeout
public Map<String,AccessTimeoutDetails> getBeanAccessTimeout()
-
getAsyncExecutorService
public org.jboss.msc.value.InjectedValue<ExecutorService> getAsyncExecutorService()
-
-