Package org.jboss.as.ejb3.inflow
Interface MessageEndpointService<T>
public interface MessageEndpointService<T>
- Author:
- Carlo de Wolf
-
Method Summary
Modifier and TypeMethodDescriptionReturns the classloader that's applicable for the endpoint application.jakarta.transaction.TransactionManagerbooleanisDeliveryTransacted(Method method) void
-
Method Details
-
getMessageListenerInterface
-
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager() -
isDeliveryTransacted
- Throws:
NoSuchMethodException
-
obtain
-
release
-
getClassLoader
ClassLoader getClassLoader()Returns the classloader that's applicable for the endpoint application. This classloader will be used to set the thread context classloader during the beforeDelivery()/afterDelivery() callbacks as mandated by the JCA 1.6 spec- Returns:
-
getActivationName
String getActivationName()
-