|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setActivePool(ActivePoolInt activePool)
ThreadCapsule
class which implements this interface.
public ActivePoolInt getActivePool()
ThreadCapsule
class which implements this interface.
public void setPassivePool(PassivePoolInt passivePool)
ThreadCapsule
class which implements this interface.
public PassivePoolInt getPassivePool()
ThreadCapsule
class which implements this interface.
public void setState(boolean state)
ThreadCapsule
class which implements this interface.
public boolean getState()
ThreadCapsule
class which implements this interface.
public void setKeepAlive(boolean keepAlive)
ThreadCapsule
class which implements this interface.
public boolean getKeepAlive()
ThreadCapsule
class which implements this interface.
public java.lang.Class getThreadClass()
ThreadCapsule
class which implements this interface.
public java.lang.Runnable getCoreThread()
ThreadCapsule
class which implements this interface.
public void activateThreadCapsule()
ThreadCapsule
class which implements this interface.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |