public class MessageDrivenComponentCreateService extends EJBComponentCreateService
Constructor and Description |
---|
MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected BasicComponent |
createComponent()
Create the component.
|
org.jboss.msc.inject.Injector<EJBUtilities> |
getEJBUtilitiesInjector() |
org.jboss.msc.value.InjectedValue<PoolConfig> |
getPoolConfigInjector() |
org.jboss.msc.value.InjectedValue<javax.resource.spi.ResourceAdapter> |
getResourceAdapterInjector() |
void |
start(org.jboss.msc.service.StartContext context) |
getApplicationName, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getModuleName, getSecurityMetaData, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr
getComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, stop
public MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
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()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.