|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.redback.threadpool.RBQueue
Constructor Summary | |
RBQueue()
|
Method Summary | |
void |
add(java.lang.Object obj)
This method adds the object to the existing queue. |
java.lang.Object |
getNext()
This method gets the next object from the queue. |
int |
getSize()
This method gets size of the existing queue. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RBQueue()
Method Detail |
public void add(java.lang.Object obj)
object
- to be added to the queue is passed as a parameter.public java.lang.Object getNext()
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |