Uses of Interface
seda.sandStorm.api.ProfilableIF

Packages that use ProfilableIF
seda.sandStorm.api   
seda.sandStorm.core   
seda.sandStorm.internal   
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.http   
 

Uses of ProfilableIF in seda.sandStorm.api
 

Methods in seda.sandStorm.api with parameters of type ProfilableIF
 void ProfilerIF.add(java.lang.String name, ProfilableIF pr)
          Add a class to the profile.
 

Uses of ProfilableIF in seda.sandStorm.core
 

Classes in seda.sandStorm.core that implement ProfilableIF
 class FiniteQueue
          The FiniteQueue class is a simple implementation of the QueueIF interface, using a linked list.
 class SimpleSink
          The SimpleSink class is an abstract class which implements 'null' functionality for most of the administrative methods of SinkIF.
 class ssTimer
          The ssTimer class provides a mechanism for registering timer events that will go off at some future time.
 

Uses of ProfilableIF in seda.sandStorm.internal
 

Classes in seda.sandStorm.internal that implement ProfilableIF
 class SinkProxy
          Used as a proxy to observe and measure communication behavior between stages.
 class ThreadPool
          ThreadPool is a generic class which provides a thread pool.
 

Fields in seda.sandStorm.internal declared as ProfilableIF
(package private)  ProfilableIF sandStormProfiler.profile.pr
           
 

Methods in seda.sandStorm.internal with parameters of type ProfilableIF
 void ThreadPoolController.register(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric)
          Register a thread pool with this controller, using the queue threshold specified by the system configuration.
 void sandStormProfiler.add(java.lang.String name, ProfilableIF pr)
          Add a class to this profiler.
 

Constructors in seda.sandStorm.internal with parameters of type ProfilableIF
ThreadPoolController.tpcClient(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric, int threshold)
           
sandStormProfiler.profile(java.lang.String name, ProfilableIF pr)
           
 

Uses of ProfilableIF in seda.sandStorm.lib.aDisk
 

Classes in seda.sandStorm.lib.aDisk that implement ProfilableIF
 class AFile
          This class represents an asynchronous file I/O interface.
(package private)  class AFileImpl
          Package-access only abstract class representing an implementation of the AFile interface.
(package private)  class AFileTPImpl
          This is an implementation of AFile which uses a pool of threads which perform blocking I/O (through the java.io.RandomAccessFile class) on files.
(package private)  class AFileTPTM
          This is the ThreadManager implementation for AFileTPImpl.
 

Uses of ProfilableIF in seda.sandStorm.lib.aSocket
 

Classes in seda.sandStorm.lib.aSocket that implement ProfilableIF
 class ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
 class AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
 

Uses of ProfilableIF in seda.sandStorm.lib.Gnutella
 

Classes in seda.sandStorm.lib.Gnutella that implement ProfilableIF
 class GnutellaConnection
          A GnutellaConnection represents a virtual connection to the Gnutella network.
 

Uses of ProfilableIF in seda.sandStorm.lib.http
 

Classes in seda.sandStorm.lib.http that implement ProfilableIF
 class httpConnection
          This class represents a single HTTP connection.