public abstract class SessionBeanComponentCreateService extends EJBComponentCreateService
| Constructor and Description |
|---|
SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<ExecutorService> |
getAsyncExecutorService() |
Map<String,AccessTimeoutDetails> |
getBeanAccessTimeout() |
Map<String,javax.ejb.LockType> |
getBeanLockType() |
Map<EJBBusinessMethod,AccessTimeoutDetails> |
getMethodApplicableAccessTimeouts() |
Map<EJBBusinessMethod,javax.ejb.LockType> |
getMethodApplicableLockTypes() |
getApplicationName, getApplicationSecurityDomain, getControlPoint, getControlPointInjector, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBSuspendHandlerInjector, getExceptionLoggingEnabled, getIdentityOutflowFunction, getModuleName, getPolicyContextID, getSecurityDomain, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, isEnableJacc, isSecurityRequired, processTxAttr, requiresInterceptorscreateComponent, getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stoppublic SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
componentConfiguration - the component configurationpublic Map<EJBBusinessMethod,javax.ejb.LockType> getMethodApplicableLockTypes()
public Map<EJBBusinessMethod,AccessTimeoutDetails> getMethodApplicableAccessTimeouts()
public Map<String,AccessTimeoutDetails> getBeanAccessTimeout()
public org.jboss.msc.value.InjectedValue<ExecutorService> getAsyncExecutorService()
Copyright © 2020 JBoss by Red Hat. All rights reserved.