|
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.fifo.AckEvent
public class AckEvent
Class AckEvent extends SendableEvent and is intended to send explicit (not piggybacked) acknowledgments of messages.
FifoSession
,
Event
,
SendableEvent
Field Summary |
---|
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 | |
---|---|
AckEvent()
The empty constructor. |
|
AckEvent(Channel c,
Session gen,
java.lang.Object dest,
java.lang.Object source)
This constructor creates an acknowledge based on a model event. |
Method Summary |
---|
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 AckEvent(Channel c, Session gen, java.lang.Object dest, java.lang.Object source) throws AppiaEventException
c
- The event received by FifoSession that triggered the acknowledgment.gen
- The session creating the event.dest
- destination of the acksource
- source of the ack
AppiaEventException
Session
,
FifoSession
public AckEvent()
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |