|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface implemented by the class acting as the active pool of threads - in this case
ActivePool
.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 9/03/2001
Method Summary | |
boolean |
add(java.lang.Object threadCapsuleObject)
For features of this method consult the ActivePool class which implements this interface. |
int |
getPresentSize()
For features of this method consult the ActivePool class which implements this interface. |
java.lang.Class |
getThreadClass()
For features of this method consult the ActivePool class which implements this interface. |
boolean |
remove(java.lang.Object threadCapsuleObject)
For features of this method consult the ActivePool class which implements this interface. |
Method Detail |
public boolean remove(java.lang.Object threadCapsuleObject)
ActivePool
class which implements this interface.
public boolean add(java.lang.Object threadCapsuleObject)
ActivePool
class which implements this interface.
public int getPresentSize()
ActivePool
class which implements this interface.
public java.lang.Class getThreadClass()
ActivePool
class which implements this interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |