@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.
|
org.jboss.as.core.security.ServerSecurityManager |
getSecurityManager()
Deprecated.
|
org.jboss.msc.inject.Injector<org.jboss.as.core.security.ServerSecurityManager> |
getSecurityManagerInjector()
Deprecated.
|
TransactionManager |
getTransactionManager()
Deprecated.
|
org.jboss.msc.inject.Injector<TransactionManager> |
getTransactionManagerInjector()
Deprecated.
|
TransactionSynchronizationRegistry |
getTransactionSynchronizationRegistry()
Deprecated.
|
org.jboss.msc.value.InjectedValue<TransactionSynchronizationRegistry> |
getTransactionSynchronizationRegistryInjector()
Deprecated.
|
UserTransaction |
getUserTransaction()
Deprecated.
|
org.jboss.msc.inject.Injector<UserTransaction> |
getUserTransactionInjector()
Deprecated.
|
EJBUtilities |
getValue()
Deprecated.
|
boolean |
hasSecurityManager()
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)
EndpointDeployer
createActivationSpecs
in interface EndpointDeployer
resourceAdapterName
- 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 resourceAdapterName
resourceAdapterName
- 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 org.jboss.as.core.security.ServerSecurityManager getSecurityManager()
public org.jboss.msc.inject.Injector<org.jboss.as.core.security.ServerSecurityManager> getSecurityManagerInjector()
public TransactionManager getTransactionManager()
public org.jboss.msc.inject.Injector<TransactionManager> getTransactionManagerInjector()
public org.jboss.msc.value.InjectedValue<TransactionSynchronizationRegistry> getTransactionSynchronizationRegistryInjector()
public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
public UserTransaction getUserTransaction()
public org.jboss.msc.inject.Injector<UserTransaction> getUserTransactionInjector()
public EJBUtilities getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<EJBUtilities>
IllegalStateException
IllegalArgumentException
public boolean hasSecurityManager()
public 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.service.Service<EJBUtilities>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<EJBUtilities>
Copyright © 2017 JBoss by Red Hat. All rights reserved.