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
 

Subinterfaces of RpcDispatcher.Marshaller in org.jgroups.blocks
static interface RpcDispatcher.Marshaller2
           
 

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

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)
           
 

Constructors in org.jgroups.blocks with parameters of type RpcDispatcher.Marshaller
RpcDispatcher.MarshallerAdapter(RpcDispatcher.Marshaller marshaller)
           
 



Copyright ? 1998-2008 Bela Ban. All Rights Reserved.