seda.sandStorm.api
Interface QueueElementIF

All Known Subinterfaces:
ClassQueueElementIF, SignalIF
All Known Implementing Classes:
AFileCloseRequest, AFileCompletion, AFileEOFReached, AFileFlushRequest, AFileIOCompleted, AFileIOExceptionOccurred, AFileReadRequest, AFileRequest, AFileSeekRequest, AFileTPImpl, AFileTPTM.fileQueueEntry, AFileWriteRequest, aSocketErrorEvent, aSocketRequest, ATcpCloseRequest, ATcpCloseServerRequest, ATcpConnectFailedEvent, ATcpConnection, ATcpConnectRequest, ATcpFlushRequest, ATcpInPacket, ATcpListenFailedEvent, ATcpListenRequest, ATcpListenSuccessEvent, ATcpResumeAcceptRequest, ATcpServerSocketClosedEvent, ATcpStartReadRequest, ATcpSuspendAcceptRequest, ATcpWriteRequest, AUdpCloseRequest, AUdpConnectEvent, AUdpConnectRequest, AUdpDisconnectEvent, AUdpDisconnectRequest, AUdpFlushRequest, AUdpInPacket, AUdpPacket, AUdpStartReadRequest, AUdpWriteRequest, BufferElement, ClassedMessage, ClientStage.MessageSendEvent, ClientStageMulticlass.ClassedMessageSendEvent, GnutellaConnectFailedEvent, GnutellaConnection, GnutellaPacket, GnutellaPingPacket, GnutellaPongPacket, GnutellaPushPacket, GnutellaQueryHitsPacket, GnutellaQueryPacket, httpBadRequestResponse, httpConnection, httpInternalServerErrorResponse, httpNotFoundResponse, httpOKResponse, httpRedirectResponse, httpRequest, httpResponder, httpResponse, httpServiceUnavailableResponse, Message, Message, MultiClient.ConnState, NIOSelectorQueueElement, NullElement, SelectQueueElement, SelectQueueElement, SimpleGnutellaServer.timerEvent, SimpleP2PClient.MessageSendEvent, SinkCloggedEvent, SinkClosedEvent, SinkDrainedEvent, SinkFlushedEvent, ssTimer.GQEString, StagesInitializedSignal, TimerHandler.myEvent, TimeStampedEvent

public interface QueueElementIF

A QueueElementIF represents an event which is placed on, or taken off of, an event queue. It is an empty interface which applications should implement instances of to represent different events.