Class SingletonComponentCreateService
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.singleton.SingletonComponentCreateService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Component>,org.jboss.msc.value.Value<Component>
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionSingletonComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn) -
Method Summary
Methods inherited from class org.jboss.as.ejb3.component.session.SessionBeanComponentCreateService
getAsyncExecutorService, getBeanAccessTimeout, getBeanLockType, getMethodApplicableAccessTimeouts, getMethodApplicableLockTypesMethods 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, requiresInterceptorsMethods inherited from class org.jboss.as.ee.component.BasicComponentCreateService
getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
-
Constructor Details
-
SingletonComponentCreateService
public SingletonComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn)
-
-
Method Details
-
createComponent
- Overrides:
createComponentin classBasicComponentCreateService
-
isInitOnStartup
public boolean isInitOnStartup() -
getDefaultAccessTimeoutService
-