|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestQuery
Data request query interface
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_REQUEST_DATA
|
static java.lang.String |
PARAMETER_REQUESTER_ID
|
| Method Summary | |
|---|---|
void |
addRequest(java.lang.Object requestData,
java.lang.Object requesterId)
Add a new data request to the pending requests stack |
java.util.concurrent.locks.Condition |
getEmptyCondition()
Get the empty stack condition reference |
java.util.concurrent.locks.Lock |
getLock()
Get the reference of the pending requests stack lock |
int |
getQueriesStackSize()
|
java.lang.Object |
getRequest()
Get the new pending request located at the top of the stack |
| Field Detail |
|---|
static final java.lang.String PARAMETER_REQUEST_DATA
static final java.lang.String PARAMETER_REQUESTER_ID
| Method Detail |
|---|
void addRequest(java.lang.Object requestData,
java.lang.Object requesterId)
requestData - Requested data descriptionrequesterId - Identifier for the requesting classjava.lang.Object getRequest()
java.util.concurrent.locks.Lock getLock()
java.util.concurrent.locks.Condition getEmptyCondition()
int getQueriesStackSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||