All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.ArbitratorAction

public interface ArbitratorAction
This is an interface which indicates to the Arbitrator that it is supposed to execute the actAtArbitrator method on an Action. It is used when action-defined code must be executed on the server before the action can be delivered to clients.


Method Index

 o actAtArbitrator(Arbitrator, Specifiable)
 o sendToEveryone()

Methods

 o actAtArbitrator
 public abstract void actAtArbitrator(Arbitrator arb,
                                      Specifiable target)
Parameters:
arb - the arbitrator
target - what the action should operate on
Returns:
This routine should be implemented to do whatever work needs doing at the arbitrator level.
 o sendToEveryone
 public abstract boolean sendToEveryone()
Returns:
true if this should be sent to everyone, false otherwise

All Packages  Class Hierarchy  This Package  Previous  Next  Index