All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.HabaneroAction

java.lang.Object
   |
   +----ncsa.habanero.HabaneroAction

public abstract class HabaneroAction
extends Object
implements Action
The Action is the base class of all classes which represent semantic actions. In Caveat terms, the Action is what is sent across the network to be shared by the other shared applications.


Variable Index

 o originator

Constructor Index

 o HabaneroAction()

Method Index

 o act(Targetable)
 o describe()
 o originator(Session)
 o originatorID()
 o sendToOriginator()

Variables

 o originator
 protected String originator

Constructors

 o HabaneroAction
 protected HabaneroAction()
Returns:
Anything that implements Marshallable needs a default constructor

Methods

 o originator
 public SessionParticipant originator(Session session)
Returns:
the session participant who started this object
 o originatorID
 public String originatorID()
Returns:
the originator's unique identification
 o sendToOriginator
 public boolean sendToOriginator()

All Packages  Class Hierarchy  This Package  Previous  Next  Index