public class CurrentInvocationContext extends Object
Constructor and Description |
---|
CurrentInvocationContext() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.invocation.InterceptorContext |
get() |
static <T extends org.jboss.invocation.InterceptorContext> |
get(Class<T> expectedType) |
static EJBContextImpl |
getEjbContext() |
static org.jboss.invocation.InterceptorContext |
pop() |
static void |
push(org.jboss.invocation.InterceptorContext invocation) |
public static org.jboss.invocation.InterceptorContext get()
public static <T extends org.jboss.invocation.InterceptorContext> T get(Class<T> expectedType)
public static EJBContextImpl getEjbContext()
public static org.jboss.invocation.InterceptorContext pop()
public static void push(org.jboss.invocation.InterceptorContext invocation)
Copyright © 2013 JBoss by Red Hat. All rights reserved.