Uses of Interface
org.apache.catalina.tribes.group.RpcCallback

Packages that use RpcCallback
org.apache.catalina.tribes.group   
org.apache.catalina.tribes.tipis   
 

Uses of RpcCallback in org.apache.catalina.tribes.group
 

Methods in org.apache.catalina.tribes.group that return RpcCallback
 RpcCallback RpcChannel.getCallback()
           
 

Methods in org.apache.catalina.tribes.group with parameters of type RpcCallback
 void RpcChannel.setCallback(RpcCallback callback)
           
 

Constructors in org.apache.catalina.tribes.group with parameters of type RpcCallback
RpcChannel(byte[] rpcId, Channel channel, RpcCallback callback)
          Create an RPC channel.
 

Uses of RpcCallback in org.apache.catalina.tribes.tipis
 

Classes in org.apache.catalina.tribes.tipis that implement RpcCallback
 class AbstractReplicatedMap
           
 class LazyReplicatedMap
          A smart implementation of a stateful replicated map.
 class ReplicatedMap
          All-to-all replication for a hash map implementation.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.