|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.appia.core.Event
net.sf.appia.core.events.SendableEvent
net.sf.appia.protocols.group.events.GroupSendableEvent
net.sf.appia.protocols.group.leave.LeaveEvent
public class LeaveEvent
Event to request that the member leaves the group.
When a member wishes to leave it should send a LeaveEvent downwards.
See LeaveLayer
for more
details.
If the group is blocked
there
isn't any guarantee that a leave will succeed.
LeaveLayer
Field Summary |
---|
Fields inherited from class net.sf.appia.protocols.group.events.GroupSendableEvent |
---|
group, orig, view_id |
Fields inherited from class net.sf.appia.core.events.SendableEvent |
---|
dest, message, source |
Fields inherited from class net.sf.appia.core.Event |
---|
DEFAULT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY |
Constructor Summary | |
---|---|
LeaveEvent()
Constructs an uninitialized LeaveEvent. |
|
LeaveEvent(Channel channel,
int dir,
Session source,
Group group,
ViewID view_id)
Constructs an initialized LeaveEvent. |
Method Summary |
---|
Methods inherited from class net.sf.appia.protocols.group.events.GroupSendableEvent |
---|
setObjectsMessage |
Methods inherited from class net.sf.appia.core.events.SendableEvent |
---|
cloneEvent, detachFromMemory, finalize, getMessage, setChannel, setMessage |
Methods inherited from class net.sf.appia.core.Event |
---|
asyncGo, currentSession, debug, getChannel, getDir, getPriority, getSchedulerData, getSource, getSourceSession, go, init, isAccepted, popSession, setDir, setPriority, setSchedulerData, setSource, setSourceSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LeaveEvent()
public LeaveEvent(Channel channel, int dir, Session source, Group group, ViewID view_id) throws AppiaEventException
channel
- the Channel
of the Eventdir
- the Direction
of the Eventsource
- the Session
that is generating the Eventgroup
- the Group
of the Eventview_id
- the ViewID
of the Event
AppiaEventException
- as the result of calling
SendableEvent(Channel,Direction,Session)
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |