public interface MessageEndpointService<T>
Modifier and Type | Method and Description |
---|---|
String |
getActivationName() |
ClassLoader |
getClassLoader()
Returns the classloader that's applicable for the endpoint application.
|
Class<T> |
getMessageListenerInterface() |
TransactionManager |
getTransactionManager() |
boolean |
isDeliveryTransacted(Method method) |
T |
obtain(long timeout,
TimeUnit milliseconds) |
void |
release(T obj) |
TransactionManager getTransactionManager()
boolean isDeliveryTransacted(Method method) throws NoSuchMethodException
NoSuchMethodException
void release(T obj)
ClassLoader getClassLoader()
String getActivationName()
Copyright © 2016 JBoss by Red Hat. All rights reserved.