Uses of Class
org.jboss.cache.InvocationContext

Packages that use InvocationContext
org.jboss.cache   
org.jboss.cache.interceptors   
 

Uses of InvocationContext in org.jboss.cache
 

Methods in org.jboss.cache that return InvocationContext
 InvocationContext TreeCache.getInvocationContext()
          Retrieves the thread-local InvocationContext.
 

Methods in org.jboss.cache with parameters of type InvocationContext
 void TreeCache.setInvocationContext(InvocationContext invocationContext)
          Sets the thread-local invocation context
 

Uses of InvocationContext in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that return InvocationContext
 InvocationContext Interceptor.getInvocationContext()
          Retrieves an InvocationContext.
 

Methods in org.jboss.cache.interceptors with parameters of type InvocationContext
 void Interceptor.setInvocationContext(InvocationContext invocationContext)
          Sets the invocation context
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.