|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.interpreter.filter.utils.ASQueue
public class ASQueue
This class implements part of a multi-threaded queue. Currently it only maintains a counter of objects in the queue, but it will eventually be able to optimize identical requests out of the queue.
| Constructor Summary | |
|---|---|
ASQueue(IApplication application)
|
|
| Method Summary | |
|---|---|
boolean |
Register()
This method checks whether or not there is space available on the queue. |
boolean |
RemoveFromQueue()
This method removes an item from the queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASQueue(IApplication application)
| Method Detail |
|---|
public boolean Register()
public boolean RemoveFromQueue()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||