Uses of Interface
org.jgroups.blocks.RpcDispatcher.Marshaller

Packages that use RpcDispatcher.Marshaller
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of RpcDispatcher.Marshaller in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as RpcDispatcher.Marshaller
protected  RpcDispatcher.Marshaller RequestCorrelator.marshaller
          Possibility for an external marshaller to marshal/unmarshal responses
protected  RpcDispatcher.Marshaller RpcDispatcher.req_marshaller
          Marshaller to marshall requests at the caller and unmarshal requests at the receiver(s)
protected  RpcDispatcher.Marshaller RpcDispatcher.rsp_marshaller
          Marshaller to marshal responses at the receiver(s) and unmarshal responses at the caller
 

Methods in org.jgroups.blocks that return RpcDispatcher.Marshaller
 RpcDispatcher.Marshaller RequestCorrelator.getMarshaller()
           
 RpcDispatcher.Marshaller RpcDispatcher.getMarshaller()
           
 RpcDispatcher.Marshaller RpcDispatcher.getRequestMarshaller()
           
 RpcDispatcher.Marshaller RpcDispatcher.getResponseMarshaller()
           
 

Methods in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller
 void RequestCorrelator.setMarshaller(RpcDispatcher.Marshaller marshaller)
           
 void RpcDispatcher.setMarshaller(RpcDispatcher.Marshaller m)
           
 void RpcDispatcher.setRequestMarshaller(RpcDispatcher.Marshaller m)
           
 void RpcDispatcher.setResponseMarshaller(RpcDispatcher.Marshaller m)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.