seda.sandStorm.api
Interface ProfilableIF

All Known Implementing Classes:
AFile, AFileImpl, AFileTPImpl, AFileTPTM, ATcpConnection, AUdpSocket, EventSink, FiniteQueue, GnutellaConnection, httpConnection, SimpleSink, SinkProxy, ssTimer, ThreadPool

public interface ProfilableIF

An object which implements ProfilableIF can be profiled by a ProfilerIF. In general this means that the object has a size associated with it (be this a queue length, list length, amount of memory, etc.). Currently this is used primarily for profiling event queue lengths.


Method Summary
 int profileSize()
          Return the size of the object being profiled.
 

Method Detail

profileSize

int profileSize()
Return the size of the object being profiled.