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

Packages that use StaticProxy
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 StaticProxy in net.sf.crispy.impl
 

Subclasses of StaticProxy 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 StaticProxy in net.sf.crispy.proxy
 

Subclasses of StaticProxy in net.sf.crispy.proxy
 class StaticProxyDecorator
          Decorate all StaticProxy-implementations.
 

Methods in net.sf.crispy.proxy that return StaticProxy
 StaticProxy StaticProxyDecorator.getStaticProxy()
           
 StaticProxy DynamicProxy.getStaticProxy()
           
 

Methods in net.sf.crispy.proxy with parameters of type StaticProxy
 void StaticProxyDecorator.setStaticProxy(StaticProxy pvStaticProxy)
           
 void DynamicProxy.setStaticProxy(StaticProxy pvStaticProxy)
           
 

Constructors in net.sf.crispy.proxy with parameters of type StaticProxy
StaticProxyDecorator(StaticProxy pvStaticProxy)
           
 



Copyright © 2005-2006 Crispy. All Rights Reserved.