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() |
void |
start(org.jboss.msc.service.StartContext context) |
getApplicationName, getDistinctName, getEarApplicationName, getEjbHome, getEjbLocalHome, getEjbLocalObject, getEjbObject, getEJBRemoteTransactionsRepositoryInjector, getEJBUtilities, getModuleName, getSecurityMetaData, getShutDownInterceptorFactory, getTimeoutInterceptors, getTimeoutMethod, getTimerService, getViewServices, processTxAttr, requiresInterceptorsgetComponentClass, getComponentInterceptors, getComponentName, getDeploymentUnitInjector, getNamespaceContextSelector, getPostConstruct, getPreDestroy, getServiceName, getValue, stoppublic 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
BasicComponentCreateServicestart in interface org.jboss.msc.service.Service<Component>start in class BasicComponentCreateServiceorg.jboss.msc.service.StartExceptionprotected BasicComponent createComponent()
BasicComponentCreateServicecreateComponent in class BasicComponentCreateServicepublic 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()
Copyright © 2014 JBoss by Red Hat. All rights reserved.