Package com.ibm.ws.javaee.dd.commonext
Interface LocalTransaction
-
public interface LocalTransactionRepresents <local-transaction>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocalTransaction.BoundaryEnumstatic classLocalTransaction.ResolverEnumstatic classLocalTransaction.UnresolvedActionEnum
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalTransaction.BoundaryEnumgetBoundary()LocalTransaction.ResolverEnumgetResolver()LocalTransaction.UnresolvedActionEnumgetUnresolvedAction()booleanisSetBoundary()booleanisSetResolver()booleanisSetShareable()booleanisSetUnresolvedAction()booleanisShareable()
-
-
-
Method Detail
-
isSetBoundary
boolean isSetBoundary()
-
getBoundary
LocalTransaction.BoundaryEnum getBoundary()
-
isSetResolver
boolean isSetResolver()
-
getResolver
LocalTransaction.ResolverEnum getResolver()
-
isSetUnresolvedAction
boolean isSetUnresolvedAction()
-
getUnresolvedAction
LocalTransaction.UnresolvedActionEnum getUnresolvedAction()
-
isSetShareable
boolean isSetShareable()
-
isShareable
boolean isShareable()
-
-