Uses of Class
net.sf.crispy.Executor

Packages that use Executor
net.sf.crispy Main-classes and interfaces from this framework. 
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 Executor in net.sf.crispy
 

Subclasses of Executor in net.sf.crispy
 class ExecutorDecorator
          Decorator for all Executor implemantations.
 

Methods in net.sf.crispy that return Executor
 Executor ExecutorDecorator.getExecutor()
           
 

Constructors in net.sf.crispy with parameters of type Executor
ExecutorDecorator(Executor pvExecutor)
           
 

Uses of Executor in net.sf.crispy.impl
 

Subclasses of Executor in net.sf.crispy.impl
 class AbstractHttpExecutor
          Remote-Call with HTTP protocoll.
 class HttpExecutor
          Remote-Call with serialize Java Objects about HTTP protocoll.
 class JaxRpcExecutor
          Executor for the JAX-RPC standard (Web-Services).
 class JBossRemotingExecutor
          Remote-Call for JBoss remoting.
 class RestExecutor
          Remote-Call for REST (REpresentational State Transfer).
 class RmiExecutor
          Remote-Call with Remote Method Invocation (RMI).
 class XmlRpcExecutor
          Remote-Call for XML-RPC.
 

Uses of Executor in net.sf.crispy.proxy
 

Methods in net.sf.crispy.proxy that return Executor
 Executor DynamicProxy.getExecutor()
           
 

Methods in net.sf.crispy.proxy with parameters of type Executor
 void DynamicProxy.setExecutor(Executor pvExecutor)
           
 



Copyright © 2005-2006 Crispy. All Rights Reserved.