|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--com.adventnet.utils.agent.HolderThread
The HolderThread for sheduling the events. This will be instantiated with in the ThreadSheduler.
| Field Summary | |
(package private) int |
idNumber
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY,
values |
| Constructor Summary | |
HolderThread()
Default Constructor. |
|
| Method Summary | |
void |
finalize()
finalize. |
void |
run()
The HolderThread's run method. |
(package private) void |
setIdNumber(int i)
|
void |
setPduListener(SnmpPduRequestListener l)
Method to set the PduListener to this Thread. |
void |
setSch(ThreadScheduler sch)
Method to set the ThreadScheduler to this class. |
(package private) boolean |
STOP_THREAD()
|
void |
WaitUntilAsked()
Method to make the thread wait. |
(package private) void |
wakeUp()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
int idNumber
| Constructor Detail |
public HolderThread()
| Method Detail |
public void setPduListener(SnmpPduRequestListener l)
l - The SnmpPduRequestListener set to this.public void setSch(ThreadScheduler sch)
sch - The ThreadScheduler to be set.void setIdNumber(int i)
boolean STOP_THREAD()
void wakeUp()
public void WaitUntilAsked()
public void run()
public void finalize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||