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

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

Uses of RpcDispatcher.Marshaller2 in org.jgroups.blocks
 

Classes in org.jgroups.blocks that implement RpcDispatcher.Marshaller2
static class RpcDispatcher.MarshallerAdapter
          Used to provide a Marshaller2 interface to a Marshaller.
 

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



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