jbora
Class PropagateEvent

java.lang.Object
  extended byjbora.PropagateEvent

public class PropagateEvent
extends Object

A container for the outcome of JBora propagation. Name likely to change in future releases. (Not an Event!)

Author:
Milan Prica
See Also:
propagate

Method Summary
 Event[] getEvents()
          Returns an Array of events (LocalMessages and Messages not related to the propagation) received during the propagation.
 ProcessID[] getGroup()
          Returns an Array of the processes that are participating to the propagation.- View members who "replied".
 Vector getMessages()
          Returns a Vector of messages ("replies") received during the propagation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEvents

public Event[] getEvents()
Returns an Array of events (LocalMessages and Messages not related to the propagation) received during the propagation.

Returns:
Events

getMessages

public Vector getMessages()
Returns a Vector of messages ("replies") received during the propagation.

Returns:
Messages

getGroup

public ProcessID[] getGroup()
Returns an Array of the processes that are participating to the propagation.- View members who "replied".