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() |
ClusteringInfo |
getClustering() |
org.jboss.msc.service.ServiceName |
getEjbLocalObjectView() |
org.jboss.msc.service.ServiceName |
getEjbObjectview() |
Map<EJBBusinessMethod,AccessTimeoutDetails> |
getMethodApplicableAccessTimeouts() |
Map<EJBBusinessMethod,javax.ejb.LockType> |
getMethodApplicableLockTypes() |
getApplicationName, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getModuleName, getSecurityMetaData, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttrcreateComponent, getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, 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()
public org.jboss.msc.service.ServiceName getEjbLocalObjectView()
public org.jboss.msc.service.ServiceName getEjbObjectview()
public ClusteringInfo getClustering()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.