jason.service.pool
Interface ThreadCapsuleInt

All Known Implementing Classes:
ThreadCapsule

public interface ThreadCapsuleInt

This interface is implementd by the class which is acting as the thread capsule - in this case ThreadCapsule.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 9/03/2001


Method Summary
 void activateThreadCapsule()
          For features of this method consult the ThreadCapsule class which implements this interface.
 ActivePoolInt getActivePool()
          For features of this method consult the ThreadCapsule class which implements this interface.
 java.lang.Runnable getCoreThread()
          For features of this method consult the ThreadCapsule class which implements this interface.
 boolean getKeepAlive()
          For features of this method consult the ThreadCapsule class which implements this interface.
 PassivePoolInt getPassivePool()
          For features of this method consult the ThreadCapsule class which implements this interface.
 boolean getState()
          For features of this method consult the ThreadCapsule class which implements this interface.
 java.lang.Class getThreadClass()
          For features of this method consult the ThreadCapsule class which implements this interface.
 void setActivePool(ActivePoolInt activePool)
          For features of this method consult the ThreadCapsule class which implements this interface.
 void setKeepAlive(boolean keepAlive)
          For features of this method consult the ThreadCapsule class which implements this interface.
 void setPassivePool(PassivePoolInt passivePool)
          For features of this method consult the ThreadCapsule class which implements this interface.
 void setState(boolean state)
          For features of this method consult the ThreadCapsule class which implements this interface.
 

Method Detail

setActivePool

public void setActivePool(ActivePoolInt activePool)
For features of this method consult the ThreadCapsule class which implements this interface.


getActivePool

public ActivePoolInt getActivePool()
For features of this method consult the ThreadCapsule class which implements this interface.


setPassivePool

public void setPassivePool(PassivePoolInt passivePool)
For features of this method consult the ThreadCapsule class which implements this interface.


getPassivePool

public PassivePoolInt getPassivePool()
For features of this method consult the ThreadCapsule class which implements this interface.


setState

public void setState(boolean state)
For features of this method consult the ThreadCapsule class which implements this interface.


getState

public boolean getState()
For features of this method consult the ThreadCapsule class which implements this interface.


setKeepAlive

public void setKeepAlive(boolean keepAlive)
For features of this method consult the ThreadCapsule class which implements this interface.


getKeepAlive

public boolean getKeepAlive()
For features of this method consult the ThreadCapsule class which implements this interface.


getThreadClass

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


getCoreThread

public java.lang.Runnable getCoreThread()
For features of this method consult the ThreadCapsule class which implements this interface.


activateThreadCapsule

public void activateThreadCapsule()
For features of this method consult the ThreadCapsule class which implements this interface.