Package org.jboss.as.ejb3.context
Class CurrentInvocationContext
java.lang.Object
org.jboss.as.ejb3.context.CurrentInvocationContext
- Author:
- Carlo de Wolf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.invocation.InterceptorContextget()static EJBContextImplstatic org.jboss.invocation.InterceptorContextpop()static voidpush(org.jboss.invocation.InterceptorContext invocation)
-
Constructor Details
-
CurrentInvocationContext
public CurrentInvocationContext()
-
-
Method Details
-
get
public static org.jboss.invocation.InterceptorContext get() -
getEjbContext
-
pop
public static org.jboss.invocation.InterceptorContext pop() -
push
public static void push(org.jboss.invocation.InterceptorContext invocation)
-