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<org.jboss.as.ee.component.Component>,org.jboss.msc.value.Value<org.jboss.as.ee.component.Component>
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionSingletonComponentCreateService(org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jboss.as.ee.component.BasicComponentbooleanMethods 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(org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn)
-
-
Method Details
-
createComponent
protected org.jboss.as.ee.component.BasicComponent createComponent()- Overrides:
createComponentin classorg.jboss.as.ee.component.BasicComponentCreateService
-
isInitOnStartup
public boolean isInitOnStartup() -
getDefaultAccessTimeoutService
-