jason.service.pool
Interface PassivePoolInt

All Known Implementing Classes:
PassivePool

public interface PassivePoolInt

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

getPresentSize

public int getPresentSize()
For features of this method consult the PassivePool class which implements this interface.


pop

public java.lang.Object pop()
For features of this method consult the PassivePool class which implements this interface.


push

public java.lang.Object push(java.lang.Object object)
For features of this method consult the PassivePool class which implements this interface.


getThreadClass

public java.lang.Class getThreadClass()
For features of this method consult the PassivePool class which implements this interface.


setSize

public void setSize(int newSize)
For features of this method consult the PassivePool class which implements this interface.