|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by the class which acts as the passive pool for threads - in this
case PassivePool
.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 9/03/2001
Method Summary | |
int |
getPresentSize()
For features of this method consult the PassivePool class which implements this interface. |
java.lang.Class |
getThreadClass()
For features of this method consult the PassivePool class which implements this interface. |
java.lang.Object |
pop()
For features of this method consult the PassivePool class which implements this interface. |
java.lang.Object |
push(java.lang.Object object)
For features of this method consult the PassivePool class which implements this interface. |
void |
setSize(int newSize)
For features of this method consult the PassivePool class which implements this interface. |
Method Detail |
public int getPresentSize()
PassivePool
class which implements this interface.
public java.lang.Object pop()
PassivePool
class which implements this interface.
public java.lang.Object push(java.lang.Object object)
PassivePool
class which implements this interface.
public java.lang.Class getThreadClass()
PassivePool
class which implements this interface.
public void setSize(int newSize)
PassivePool
class which implements this interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |