Uses of Class
org.jgroups.protocols.COUNTER.Response

Packages that use COUNTER.Response
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of COUNTER.Response in org.jgroups.protocols
 

Subclasses of COUNTER.Response in org.jgroups.protocols
protected static class COUNTER.BooleanResponse
           
protected static class COUNTER.ExceptionResponse
           
protected static class COUNTER.GetOrCreateResponse
           
protected static class COUNTER.ReconcileResponse
           
protected static class COUNTER.SimpleResponse
          Response without data
protected static class COUNTER.ValueResponse
           
 

Methods in org.jgroups.protocols that return COUNTER.Response
protected static COUNTER.Response COUNTER.createResponse(COUNTER.ResponseType type)
           
protected static COUNTER.Response COUNTER.responseFromBuffer(byte[] buf, int offset, int length)
           
 

Methods in org.jgroups.protocols with parameters of type COUNTER.Response
protected  void COUNTER.handleResponse(COUNTER.Response rsp, Address sender)
           
protected static Buffer COUNTER.responseToBuffer(COUNTER.Response rsp)
           
protected static COUNTER.ResponseType COUNTER.responseToResponseType(COUNTER.Response rsp)
           
protected  void COUNTER.sendResponse(Address dest, COUNTER.Response rsp)
           
 



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