org.jgroups.protocols
Class COUNTER.AddAndGetRequest

java.lang.Object
  extended by org.jgroups.protocols.COUNTER.Request
      extended by org.jgroups.protocols.COUNTER.SimpleRequest
          extended by org.jgroups.protocols.COUNTER.SetRequest
              extended by org.jgroups.protocols.COUNTER.AddAndGetRequest
All Implemented Interfaces:
Streamable
Enclosing class:
COUNTER

protected static class COUNTER.AddAndGetRequest
extends COUNTER.SetRequest


Field Summary
 
Fields inherited from class org.jgroups.protocols.COUNTER.SetRequest
value
 
Fields inherited from class org.jgroups.protocols.COUNTER.SimpleRequest
name, owner
 
Constructor Summary
protected COUNTER.AddAndGetRequest()
           
protected COUNTER.AddAndGetRequest(Owner owner, java.lang.String name, long value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jgroups.protocols.COUNTER.SetRequest
readFrom, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

COUNTER.AddAndGetRequest

protected COUNTER.AddAndGetRequest()

COUNTER.AddAndGetRequest

protected COUNTER.AddAndGetRequest(Owner owner,
                                   java.lang.String name,
                                   long value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class COUNTER.SetRequest


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