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() |
org.jboss.msc.service.ServiceName |
getEjbLocalObjectView() |
org.jboss.msc.service.ServiceName |
getEjbObjectview() |
Map<EJBBusinessMethod,AccessTimeoutDetails> |
getMethodApplicableAccessTimeouts() |
Map<EJBBusinessMethod,javax.ejb.LockType> |
getMethodApplicableLockTypes() |
getApplicationName, getControlPoint, getControlPointInjector, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getExceptionLoggingEnabled, getModuleName, getPolicyContextID, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr, requiresInterceptors
createComponent, getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
public 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()
public org.jboss.msc.service.ServiceName getEjbLocalObjectView()
public org.jboss.msc.service.ServiceName getEjbObjectview()
Copyright © 2017 JBoss by Red Hat. All rights reserved.