Class StatefulTransactionMarker
- java.lang.Object
-
- org.jboss.as.ejb3.component.stateful.StatefulTransactionMarker
-
public class StatefulTransactionMarker extends Object
Marker class that is added to the invocation context to indicate to inner interceptors if this SFSB is participating in a transaction or not.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFirstInvocation()static StatefulTransactionMarkerof(boolean firstInvocation)
-
-
-
Method Detail
-
of
public static StatefulTransactionMarker of(boolean firstInvocation)
-
isFirstInvocation
public boolean isFirstInvocation()
-
-