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 Details

    • of

      public static StatefulTransactionMarker of(boolean firstInvocation)
    • isFirstInvocation

      public boolean isFirstInvocation()