站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.remoting.support.RemoteInvocationExecutor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.remoting.support.RemoteInvocationExecutor

Packages that use RemoteInvocationExecutor
org.springframework.remoting.support Generic support classes for remoting implementations. 
 

Uses of RemoteInvocationExecutor in org.springframework.remoting.support
 

Classes in org.springframework.remoting.support that implement RemoteInvocationExecutor
 class DefaultRemoteInvocationExecutor
          Default implementation of the RemoteInvocationExecutor interface.
 

Methods in org.springframework.remoting.support that return RemoteInvocationExecutor
 RemoteInvocationExecutor RemoteInvocationBasedExporter.getRemoteInvocationExecutor()
          Return the RemoteInvocationExecutor used by this exporter.
 

Methods in org.springframework.remoting.support with parameters of type RemoteInvocationExecutor
 void RemoteInvocationBasedExporter.setRemoteInvocationExecutor(RemoteInvocationExecutor remoteInvocationExecutor)
          Set the RemoteInvocationExecutor to use for this exporter.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.