|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.process.AbstractExecQueue
com.ejie.r01f.process.TestExecQueue
Constructor Summary | |
TestExecQueue()
Constructor for TestExecQueue. |
|
TestExecQueue(int limInf,
int limSup)
Constructor for TestExecQueue. |
Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
service(java.lang.Object obj)
Método que se encarga de servir (vaciar) la cola |
Methods inherited from class com.ejie.r01f.process.AbstractExecQueue |
clear, flush, isEmpty, pull, push, setLimits, size |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestExecQueue()
public TestExecQueue(int limInf, int limSup)
limInf
- limSup
- Method Detail |
public void service(java.lang.Object obj)
AbstractExecQueue
service
in class AbstractExecQueue
com.ejie.r01f.util.AbstractExecQueue#service(Object)
public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |