Uses of Class
org.jboss.ejb3.common.proxy.spi.ChainedProcessingInvocationHandler

Packages that use ChainedProcessingInvocationHandler
org.jboss.ejb3.common.proxy.plugins.async   
org.jboss.ejb3.common.proxy.spi   
 

Uses of ChainedProcessingInvocationHandler in org.jboss.ejb3.common.proxy.plugins.async
 

Methods in org.jboss.ejb3.common.proxy.plugins.async with parameters of type ChainedProcessingInvocationHandler
 Object AsyncProcessor.invoke(ChainedProcessingInvocationHandler chain, Object proxy, Method method, Object[] args)
           
 

Uses of ChainedProcessingInvocationHandler in org.jboss.ejb3.common.proxy.spi
 

Methods in org.jboss.ejb3.common.proxy.spi with parameters of type ChainedProcessingInvocationHandler
 Object ChainableProcessor.invoke(ChainedProcessingInvocationHandler chain, Object proxy, Method method, Object[] args)
          Invokes this handler with the specified arguments.
static Object ProxyUtils.mixinProxy(Object delegate, Class<?>[] additionalInterfaces, ChainedProcessingInvocationHandler chain)
          Wraps the existing Proxy in a new Proxy to extend functionality, adding support of the specified interfaces via the specified ChainedProcessingInvocationHandler (which contains a chain of processors) May be used to, at runtime, extend a service
static
<T> T
ProxyUtils.mixinProxy(Object delegate, Class<?>[] additionalInterfaces, ChainedProcessingInvocationHandler chain, T expectedType)
          Wraps the existing Proxy in a new Proxy to extend functionality, adding support of the specified interfaces via the specified ChainedProcessingInvocationHandler (which contains a chain of processors) May be used to, at runtime, extend a service
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.