@Deprecated public class EJBUtilities extends Object implements EndpointDeployer, org.jboss.msc.service.Service<EJBUtilities>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME
Deprecated.
|
| Constructor and Description |
|---|
EJBUtilities()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.ActivationSpec |
createActivationSpecs(String resourceAdapterName,
Class<?> messageListenerInterface,
Properties activationConfigProperties,
ClassLoader classLoader)
Deprecated.
The deployer configures an ActivationSpec JavaBean instance based on the
information provided by the application developer or assembler, which is contained
in the endpoint deployment descriptor or by way of metadata annotations described
in Section 18.7, “@Activation” on page 18-14.
|
org.jboss.jca.core.spi.rar.Endpoint |
getEndpoint(String resourceAdapterName)
Deprecated.
Returns the
Endpoint corresponding to the passed resourceAdapterName |
org.jboss.jca.core.spi.rar.ResourceAdapterRepository |
getResourceAdapterRepository()
Deprecated.
|
org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> |
getResourceAdapterRepositoryInjector()
Deprecated.
|
EJBUtilities |
getValue()
Deprecated.
|
boolean |
isStatisticsEnabled()
Deprecated.
|
void |
setStatisticsEnabled(boolean b)
Deprecated.
|
void |
start(org.jboss.msc.service.StartContext context)
Deprecated.
|
void |
stop(org.jboss.msc.service.StopContext context)
Deprecated.
|
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public javax.resource.spi.ActivationSpec createActivationSpecs(String resourceAdapterName, Class<?> messageListenerInterface, Properties activationConfigProperties, ClassLoader classLoader)
EndpointDeployercreateActivationSpecs in interface EndpointDeployerresourceAdapterName - the name of the resource adapter to usemessageListenerInterface - the listener interface of the endpointactivationConfigProperties - the standard and provider-specific information for configuring the activation specclassLoader - the class loader which holds the activation spec classpublic org.jboss.jca.core.spi.rar.Endpoint getEndpoint(String resourceAdapterName)
Endpoint corresponding to the passed resourceAdapterNameresourceAdapterName - The resource adapter namepublic org.jboss.jca.core.spi.rar.ResourceAdapterRepository getResourceAdapterRepository()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> getResourceAdapterRepositoryInjector()
public EJBUtilities getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<EJBUtilities>IllegalStateExceptionIllegalArgumentExceptionpublic boolean isStatisticsEnabled()
public void setStatisticsEnabled(boolean b)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.ServiceCopyright © 2018 JBoss by Red Hat. All rights reserved.