|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by the class which shall be the main engine for thread pool
in this case ThreadPool
.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 9/03/2001
Method Summary | |
int |
getActivePoolSize()
For features of this method consult the ThreadPool class which implements this interface. |
int |
getPassivePoolSize()
For features of this method consult the ThreadPool class which implements this interface. |
ThreadCapsuleInt |
getThreadCapsule()
For features of this method consult the ThreadPool class which implements this interface. |
java.lang.Class |
getThreadClass()
For features of this method consult the ThreadPool class which implements this interface. |
int |
getTotalPoolSize()
For features of this method consult the ThreadPool class which implements this interface. |
boolean |
isPoolLocked()
For features of this method consult the ThreadPool class which implements this interface. |
void |
setPoolLocked(boolean lockingState)
For features of this method consult the ThreadPool class which implements this interface. |
void |
setThreadClass(java.lang.Class threadClass,
int totalPoolSize)
For features of this method consult the ThreadPool class which implements this interface. |
void |
setTotalPoolSize(int totalPoolSize)
For features of this method consult the ThreadPool class which implements this interface. |
Method Detail |
public java.lang.Class getThreadClass()
ThreadPool
class which implements this interface.
public int getTotalPoolSize()
ThreadPool
class which implements this interface.
public void setTotalPoolSize(int totalPoolSize) throws ClientsUnderServiceException, IllegalClassException, java.lang.IllegalAccessException, java.lang.InstantiationException
ThreadPool
class which implements this interface.
ClientsUnderServiceException
IllegalClassException
java.lang.IllegalAccessException
java.lang.InstantiationException
public int getActivePoolSize()
ThreadPool
class which implements this interface.
public int getPassivePoolSize()
ThreadPool
class which implements this interface.
public boolean isPoolLocked()
ThreadPool
class which implements this interface.
public void setPoolLocked(boolean lockingState)
ThreadPool
class which implements this interface.
public ThreadCapsuleInt getThreadCapsule()
ThreadPool
class which implements this interface.
public void setThreadClass(java.lang.Class threadClass, int totalPoolSize) throws IllegalClassException, java.lang.IllegalAccessException, java.lang.InstantiationException
ThreadPool
class which implements this interface.
IllegalClassException
java.lang.IllegalAccessException
java.lang.InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |