Uses of Interface
org.jboss.as.ee.concurrent.handle.SetupContextHandle
-
Packages that use SetupContextHandle Package Description org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.handle -
-
Uses of SetupContextHandle in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent that return SetupContextHandle Modifier and Type Method Description SetupContextHandleConcurrentContext. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)Saves the current invocation context on a chained context handle. -
Uses of SetupContextHandle in org.jboss.as.ee.concurrent.handle
Classes in org.jboss.as.ee.concurrent.handle that implement SetupContextHandle Modifier and Type Class Description classNullContextHandleA context handle without invocation context to set.Methods in org.jboss.as.ee.concurrent.handle that return SetupContextHandle Modifier and Type Method Description SetupContextHandleClassLoaderContextHandleFactory. readSetupContextHandle(ObjectInputStream in)SetupContextHandleContextHandleFactory. readSetupContextHandle(ObjectInputStream in)Reads a handle from the specified input stream.SetupContextHandleNamingContextHandleFactory. readSetupContextHandle(ObjectInputStream in)SetupContextHandleOtherEESetupActionsContextHandleFactory. readSetupContextHandle(ObjectInputStream in)SetupContextHandleTransactionLeakContextHandleFactory. readSetupContextHandle(ObjectInputStream in)SetupContextHandleClassLoaderContextHandleFactory. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)SetupContextHandleContextHandleFactory. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)SetupContextHandleNamingContextHandleFactory. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)SetupContextHandleOtherEESetupActionsContextHandleFactory. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)SetupContextHandleTransactionLeakContextHandleFactory. saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)Methods in org.jboss.as.ee.concurrent.handle with parameters of type SetupContextHandle Modifier and Type Method Description voidClassLoaderContextHandleFactory. writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out)voidContextHandleFactory. writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out)Writes the handle to the specified output stream.voidNamingContextHandleFactory. writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out)voidOtherEESetupActionsContextHandleFactory. writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out)voidTransactionLeakContextHandleFactory. writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out)
-