This method checks whether or not there is space available on the queue. If there is, the registration succeeds and the queue length is incremented. If not, the registration fails and the length remains unchanged. There is no need to call RemoveFromQueue() if registration fails.
boolean true implies success, false implies failure.
ASQueue Class | com.plumtree.uiinfrastructure.interpreter.filter.utils Namespace