public class InvocationContext extends Object implements org.glassfish.enterprise.concurrent.spi.ContextHandle
Constructor and Description |
---|
InvocationContext(ComponentInvocation invocation,
ClassLoader contextClassLoader,
SecurityContext securityContext,
boolean useTransactionOfExecutionThread) |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getContextClassLoader() |
ComponentInvocation |
getInvocation() |
SecurityContext |
getSecurityContext() |
boolean |
isUseTransactionOfExecutionThread() |
public InvocationContext(ComponentInvocation invocation, ClassLoader contextClassLoader, SecurityContext securityContext, boolean useTransactionOfExecutionThread)
public ComponentInvocation getInvocation()
public ClassLoader getContextClassLoader()
public SecurityContext getSecurityContext()
public boolean isUseTransactionOfExecutionThread()
Copyright © 2018. All rights reserved.