jason.service.pool
Interface ActivePoolInt


public interface ActivePoolInt

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

remove

public boolean remove(java.lang.Object threadCapsuleObject)
For features of this method consult the ActivePool class which implements this interface.


add

public boolean add(java.lang.Object threadCapsuleObject)
For features of this method consult the ActivePool class which implements this interface.


getPresentSize

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


getThreadClass

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