Uses of Package
seda.sandStorm.api

Packages that use seda.sandStorm.api
Default Package  
seda.sandStorm.api   
seda.sandStorm.api.internal   
seda.sandStorm.core   
seda.sandStorm.internal   
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
seda.sandStorm.lib.http   
seda.sandStorm.main   
 

Classes in seda.sandStorm.api used by Default Package
ClassQueueElementIF
          A ClassQueueElementIF represents an event with an associated 'class' used for class-based admission control.
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
QueueIF
          A QueueIF implements a finite-length event queue.
SinkClosedException
          This exception is thrown if one attempts to enqueue a new element onto a sink which is closed.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.api
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EnqueuePredicateIF
          Enqueue predicates allow users to specify a method that will 'screen' elements being enqueued onto a sink, either accepting or rejecting them.
EventHandlerException
          This is a generic exception which an event handler can throw during event processing.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
NoSuchStageException
          This exception is thrown if a stage as requested by a call to ManagerIF.getStage() does not exist.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
ProfilerIF
          A ProfilerIF is responsible for profiling the behavior of the system over time.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SignalIF
          This is an empty interface that must be implemented by all classes representing signal events.
SignalMgrIF
          This class defines an interface for delivery of systemwide 'signals', informational events that stages may wish to use for initialization or control.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
StageIF
          A StageIF represents a handle to an application stage.
 

Classes in seda.sandStorm.api used by seda.sandStorm.api.internal
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
StageIF
          A StageIF represents a handle to an application stage.
 

Classes in seda.sandStorm.api used by seda.sandStorm.core
EnqueuePredicateIF
          Enqueue predicates allow users to specify a method that will 'screen' elements being enqueued onto a sink, either accepting or rejecting them.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
QueueIF
          A QueueIF implements a finite-length event queue.
SinkException
          This is a generic exception which a sink can generate.
SinkFullException
          This exception is thrown if a SinkIF is full; that is, that no more entries can be pushed into the SinkIF immediately.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.internal
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EnqueuePredicateIF
          Enqueue predicates allow users to specify a method that will 'screen' elements being enqueued onto a sink, either accepting or rejecting them.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
NoSuchStageException
          This exception is thrown if a stage as requested by a call to ManagerIF.getStage() does not exist.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
ProfilerIF
          A ProfilerIF is responsible for profiling the behavior of the system over time.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SignalIF
          This is an empty interface that must be implemented by all classes representing signal events.
SignalMgrIF
          This class defines an interface for delivery of systemwide 'signals', informational events that stages may wish to use for initialization or control.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
StageIF
          A StageIF represents a handle to an application stage.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.Gnutella
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SinkClosedException
          This exception is thrown if one attempts to enqueue a new element onto a sink which is closed.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.aDisk
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
QueueIF
          A QueueIF implements a finite-length event queue.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
StageIF
          A StageIF represents a handle to an application stage.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.aSocket
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SinkClosedException
          This exception is thrown if one attempts to enqueue a new element onto a sink which is closed.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
StageIF
          A StageIF represents a handle to an application stage.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.aSocket.nbio
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.aSocket.nio
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SourceIF
          A SourceIF implements the 'source side' of an event queue: it supports dequeue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.lib.http
ClassQueueElementIF
          A ClassQueueElementIF represents an event with an associated 'class' used for class-based admission control.
ConfigDataIF
          ConfigDataIF is used to pass configuration arguments to stages.
EventHandlerIF
          An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
ProfilableIF
          An object which implements ProfilableIF can be profiled by a ProfilerIF.
QueueElementIF
          A QueueElementIF represents an event which is placed on, or taken off of, an event queue.
SinkClosedException
          This exception is thrown if one attempts to enqueue a new element onto a sink which is closed.
SinkException
          This is a generic exception which a sink can generate.
SinkIF
          A SinkIF implements the 'sink' end of a finite-length event queue: it supports enqueue operations only.
 

Classes in seda.sandStorm.api used by seda.sandStorm.main
ManagerIF
          ManagerIF represents the system manger, which provides various runtime services to applications, such as access to other stages.
StageNameAlreadyBoundException
          This exception is thrown if a stage is created (via ManagerIF.createStage) with a name that conflicts with another stage.