org.jboss.jca.spi
Interface Endpoint


public interface Endpoint

The endpoint.

Version:
$Revision: $
Author:
Adrian Brock, Jesper Pedersen

Method Summary
 int getTransactionTimeout(Method method)
          Get the transaction timeout for the method
 boolean isDeliveryTransacted(Method method)
          Should the delivery by transacted for the method
 

Method Detail

isDeliveryTransacted

boolean isDeliveryTransacted(Method method)
Should the delivery by transacted for the method

Parameters:
method - The method
Returns:
True if transacted otherwise false

getTransactionTimeout

int getTransactionTimeout(Method method)
Get the transaction timeout for the method

Parameters:
method - The method
Returns:
The transaction timeout in seconds


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.