public class MessageDrivenComponentCreateService extends EJBComponentCreateService
Constructor and Description |
---|
MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
Class<?> messageListenerInterface)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
createComponent()
Create the component.
|
org.jboss.msc.inject.Injector<EJBUtilities> |
getEJBUtilitiesInjector() |
ClassLoader |
getModuleClassLoader() |
org.jboss.msc.value.InjectedValue<PoolConfig> |
getPoolConfigInjector() |
org.jboss.msc.value.InjectedValue<javax.resource.spi.ResourceAdapter> |
getResourceAdapterInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.as.server.suspend.SuspendController> |
getSuspendControllerInjectedValue() |
void |
start(org.jboss.msc.service.StartContext context) |
getApplicationName, getControlPoint, getControlPointInjector, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getExceptionLoggingEnabled, getModuleName, getPolicyContextID, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr, requiresInterceptors
getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, stop
public MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration, Class<?> messageListenerInterface)
componentConfiguration
- the component configurationpublic void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
BasicComponentCreateService
start
in interface org.jboss.msc.service.Service<Component>
start
in class BasicComponentCreateService
org.jboss.msc.service.StartException
protected BasicComponent createComponent()
BasicComponentCreateService
createComponent
in class BasicComponentCreateService
public org.jboss.msc.value.InjectedValue<PoolConfig> getPoolConfigInjector()
public org.jboss.msc.value.InjectedValue<javax.resource.spi.ResourceAdapter> getResourceAdapterInjector()
public org.jboss.msc.inject.Injector<EJBUtilities> getEJBUtilitiesInjector()
public ClassLoader getModuleClassLoader()
public org.jboss.msc.value.InjectedValue<org.jboss.as.server.suspend.SuspendController> getSuspendControllerInjectedValue()
Copyright © 2016 JBoss by Red Hat. All rights reserved.