public interface MessageEndpointService<T>
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.