All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Promise

java.lang.Object
   |
   +----JavaGroups.Promise

public class Promise
extends Object

Constructor Index

 o Promise(Channel)

Method Index

 o Done()
 o NumResponses()
 o SendGetAll(byte[])
 o SendGetN(byte[], int)
 o Stop()

Constructors

 o Promise
 public Promise(Channel ch)

Methods

 o SendGetAll
 public void SendGetAll(byte msg[])
 o SendGetN
 public void SendGetN(byte msg[],
                      int expected_responses)
 o NumResponses
 public int NumResponses()
 o Done
 public boolean Done()
 o Stop
 public void Stop()

All Packages  Class Hierarchy  This Package  Previous  Next  Index