Uses of Class
net.sf.crispy.proxy.Proxy

Packages that use Proxy
net.sf.crispy.impl Implementation from this framework. 
net.sf.crispy.proxy Proxy-classes to intercept all method-calls from the service classes. 
 

Uses of Proxy in net.sf.crispy.impl
 

Subclasses of Proxy in net.sf.crispy.impl
 class StaticBurlapProxy
          Remote-Call with Burlap Remote Invocation (Caucho).
 class StaticCorbaProxy
          This implementation is experimental.
 class StaticEjbProxy
          Remote call with EJB's (JNDI lookup).
 class StaticHessianProxy
          Remote-Call with Hessian Remote Invocation (Caucho).
 class StaticLocalObjectProxy
          Local call from Java object.
 class StaticRmiProxy
          Remote-Call with Remote Method Invocation (RMI).
 

Uses of Proxy in net.sf.crispy.proxy
 

Subclasses of Proxy in net.sf.crispy.proxy
 class CommonsProxyFactory
          Is a special DynamicProxy.
 class DynamicJdkProxy
          Implementation from a DynamicProxy with the jdk java.lang.reflect.Proxy class.
 class DynamicProxy
          Catch all method invocation.
 class ProxyDecorator
          Decorate the Proxy.
 class StaticProxy
          Parent-Proxy for all classes that have your own stubs.
 class StaticProxyDecorator
          Decorate all StaticProxy-implementations.
 

Methods in net.sf.crispy.proxy that return Proxy
 Proxy ProxyDecorator.getProxy()
          Get the wrapped (decorated) Proxy.
 

Methods in net.sf.crispy.proxy with parameters of type Proxy
 void ProxyDecorator.setProxy(Proxy pvProxy)
          Set the wrapped (decorated) Proxy.
 

Constructors in net.sf.crispy.proxy with parameters of type Proxy
ProxyDecorator(Proxy pvProxy, InterceptorHandler pvInterceptorHandler)
           
 



Copyright © 2005-2006 Crispy. All Rights Reserved.