|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aDisk.AFileTM
abstract class AFileTM
Internal abstract class used to represent an AFile thread manager.
| Constructor Summary | |
|---|---|
AFileTM()
|
|
| Method Summary | |
|---|---|
abstract void |
deregister(StageWrapperIF stage)
Deregister a stage with this thread manager. |
abstract void |
enqueueRequest(AFileRequest req)
Enqueue an AFileRequest for this thread manager to handle. |
abstract void |
register(StageWrapperIF stage)
Register a stage with this thread manager. |
abstract void |
start()
Start the thread manager. |
abstract void |
stop()
Stop the thread manager and all threads managed by it. |
| 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 |
|---|
deregisterAll |
| Constructor Detail |
|---|
AFileTM()
| Method Detail |
|---|
public abstract void register(StageWrapperIF stage)
register in interface ThreadManagerIFpublic abstract void deregister(StageWrapperIF stage)
deregister in interface ThreadManagerIFpublic abstract void start()
public abstract void stop()
public abstract void enqueueRequest(AFileRequest req)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||