Uses of Interface
net.sourceforge.hiveremoting.caucho.RemoteContextHandler

Packages that use RemoteContextHandler
net.sourceforge.hiveremoting.caucho This package contains all necessary classes to handle remoting (on both client and server sides) of HiveMind services through Caucho protocols (Hessian and Burlap). 
 

Uses of RemoteContextHandler in net.sourceforge.hiveremoting.caucho
 

Fields in net.sourceforge.hiveremoting.caucho declared as RemoteContextHandler
protected  RemoteContextHandler AbstractRemoteServiceInvoker._handler
           
protected  RemoteContextHandler AbstractCauchoProxy._handler
           
 

Methods in net.sourceforge.hiveremoting.caucho that return RemoteContextHandler
 RemoteContextHandler PublishServiceContribution.getContextHandler()
           
 RemoteContextHandler CauchoProxyContribution.getContextHandler()
           
 

Methods in net.sourceforge.hiveremoting.caucho with parameters of type RemoteContextHandler
 void PublishServiceContribution.setContextHandler(RemoteContextHandler handler)
           
 void CauchoProxyContribution.setContextHandler(RemoteContextHandler handler)
           
 void CauchoProxyConfiguratorImpl.setServiceContextHandler(java.lang.String service, RemoteContextHandler handler)
           
 void CauchoProxyConfigurator.setServiceContextHandler(java.lang.String service, RemoteContextHandler handler)