All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.ParticipantLeavingAction
java.lang.Object
|
+----ncsa.habanero.HabaneroAction
|
+----ncsa.habanero.ParticipantLeavingAction
- public class ParticipantLeavingAction
- extends HabaneroAction
- implements ArbitratorAction
-
participantLeaving
-
-
participantReplacing
-
-
ParticipantLeavingAction()
-
-
ParticipantLeavingAction(SessionParticipant)
-
-
ParticipantLeavingAction(SessionParticipant, SessionParticipant)
-
-
act(Targetable)
-
-
actAtArbitrator(Arbitrator, Specifiable)
-
-
describe()
-
-
sendToEveryone()
-
participantLeaving
protected String participantLeaving
participantReplacing
protected String participantReplacing
ParticipantLeavingAction
public ParticipantLeavingAction(SessionParticipant p)
ParticipantLeavingAction
public ParticipantLeavingAction(SessionParticipant leaving,
SessionParticipant replacing)
ParticipantLeavingAction
public ParticipantLeavingAction()
act
public void act(Targetable target)
- Overrides:
- act in class HabaneroAction
actAtArbitrator
public void actAtArbitrator(Arbitrator arb,
Specifiable target)
sendToEveryone
public boolean sendToEveryone()
describe
public String describe()
- Returns:
- a description of ParticipantLeavingAction
- Overrides:
- describe in class HabaneroAction
All Packages Class Hierarchy This Package Previous Next Index