| java.lang.Object com.sun.xml.ws.tx.common.TransactionAnnotationProcessor
TransactionAnnotationProcessor | public class TransactionAnnotationProcessor (Code) | | Place all dependencies on javax.ejb in one file.
|
Inner Class : enum TransactionAttributeType | |
getEffectiveTransactionAttribute | public static TransactionAttributeType getEffectiveTransactionAttribute(Method m, TransactionAttributeType defaultTxnAttr)(Code) | | DefaultTxnAttr was obtained from class TransactionAttribute annotation.
|
getTransactionAttributeDefault | public static TransactionAttributeType getTransactionAttributeDefault(Class c)(Code) | | Precondition: isContainerManagedEjb(c) returned true.
|
isContainerManagedEJB | public static boolean isContainerManagedEJB(Class c)(Code) | | |
|
|