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>
public class SingletonComponentCreateService extends SessionBeanComponentCreateService
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description SingletonComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasicComponentcreateComponent()DefaultAccessTimeoutServicegetDefaultAccessTimeoutService()booleanisInitOnStartup()-
Methods inherited from class org.jboss.as.ejb3.component.session.SessionBeanComponentCreateService
getAsyncExecutorService, getBeanAccessTimeout, getBeanLockType, getMethodApplicableAccessTimeouts, getMethodApplicableLockTypes
-
Methods 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, getTimerService, getViewServices, isEnableJacc, isLegacyCompliantPrincipalPropagation, isSecurityRequired, processTxAttr, requiresInterceptors
-
Methods inherited from class org.jboss.as.ee.component.BasicComponentCreateService
getComponentClass, getComponentInterceptors, getComponentName, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, start, stop
-
-
-
-
Constructor Detail
-
SingletonComponentCreateService
public SingletonComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, boolean initOnStartup, List<org.jboss.msc.service.ServiceName> dependsOn)
-
-
Method Detail
-
createComponent
protected BasicComponent createComponent()
- Overrides:
createComponentin classBasicComponentCreateService
-
isInitOnStartup
public boolean isInitOnStartup()
-
getDefaultAccessTimeoutService
public DefaultAccessTimeoutService getDefaultAccessTimeoutService()
-
-