Class StatefulTransactionMarker
java.lang.Object
org.jboss.as.ejb3.component.stateful.StatefulTransactionMarker
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
Modifier and TypeMethodDescriptionbooleanstatic StatefulTransactionMarkerof(boolean firstInvocation)
-
Method Details
-
of
-
isFirstInvocation
public boolean isFirstInvocation()
-