public class SFSBCallStack extends Object
Constructor and Description |
---|
SFSBCallStack() |
Modifier and Type | Method and Description |
---|---|
static void |
beginSfsbCreation()
called from SFSBPreCreateInterceptor, before bean creation
|
static ArrayList<Map<String,ExtendedEntityManager>> |
currentSFSBCallStack()
Return the current entity manager call stack
|
static Map<String,ExtendedEntityManager> |
currentSFSBCallStackInvocation()
return for just the current entity manager invocation
|
static void |
endSfsbCreation()
called from SFSBPreCreateInterceptor, after bean creation
|
static int |
getSFSBCreationBeanNestingLevel() |
static Map<String,ExtendedEntityManager> |
popCall()
Pops the current SFSB invocation off the invocation call stack
|
static void |
pushCall(Map<String,ExtendedEntityManager> entityManagers)
Push the passed SFSB context handle onto the invocation call stack
|
public static int getSFSBCreationBeanNestingLevel()
public static void beginSfsbCreation()
public static void endSfsbCreation()
public static ArrayList<Map<String,ExtendedEntityManager>> currentSFSBCallStack()
public static Map<String,ExtendedEntityManager> currentSFSBCallStackInvocation()
public static void pushCall(Map<String,ExtendedEntityManager> entityManagers)
entityManagers
- the entity manager mappublic static Map<String,ExtendedEntityManager> popCall()
Copyright © 2013 JBoss by Red Hat. All rights reserved.