|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.sandStorm.internal.TPSThreadManager
seda.sandStorm.lib.aDisk.AFileTPTM
class AFileTPTM
This is the ThreadManager implementation for AFileTPImpl. It manages a pool of threads which perform blocking I/O on disk files; this is a portable implementation and is not meant to be high performance.
Nested Class Summary | |
---|---|
(package private) class |
AFileTPTM.AFileTPThread
Internal class representing a single AFileTPTM-managed thread. |
(package private) class |
AFileTPTM.fileQueueEntry
|
Nested classes/interfaces inherited from class seda.sandStorm.internal.TPSThreadManager |
---|
TPSThreadManager.stageRunnable |
Field Summary |
---|
Fields inherited from class seda.sandStorm.internal.TPSThreadManager |
---|
config, mgr, sizeController, srTbl |
Fields inherited from interface seda.sandStorm.internal.sandStormConst |
---|
MAJOR_VERSION, MINOR_VERSION, VERSION_STRING, WELCOME_STRING |
Constructor Summary | |
---|---|
AFileTPTM(ManagerIF mgr,
SystemManagerIF sysmgr)
|
Method Summary | |
---|---|
void |
fileReady(AFileTPImpl impl)
Indicate that a file has pending events. |
int |
profileSize()
Return the size of the object being profiled. |
void |
register(StageWrapperIF stage)
Register a stage with this thread manager. |
Methods inherited from class seda.sandStorm.internal.TPSThreadManager |
---|
deregister, deregisterAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface seda.sandStorm.api.internal.ThreadManagerIF |
---|
deregister, deregisterAll |
Constructor Detail |
---|
AFileTPTM(ManagerIF mgr, SystemManagerIF sysmgr) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void register(StageWrapperIF stage)
register
in interface ThreadManagerIF
register
in class TPSThreadManager
public void fileReady(AFileTPImpl impl)
public int profileSize()
ProfilableIF
profileSize
in interface ProfilableIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |