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.
-
originator
-
-
HabaneroAction()
-
-
act(Targetable)
-
-
describe()
-
-
originator(Session)
-
-
originatorID()
-
-
sendToOriginator()
-
originator
protected String originator
HabaneroAction
protected HabaneroAction()
- Returns:
- Anything that implements Marshallable needs a default
constructor
originator
public SessionParticipant originator(Session session)
- Returns:
- the session participant who started this object
originatorID
public String originatorID()
- Returns:
- the originator's unique identification
sendToOriginator
public boolean sendToOriginator()
All Packages Class Hierarchy This Package Previous Next Index