|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.util.QueueElementReqIF
QueueElementReqIF
is a superclass request
event
that has
a logical and well defined response
.
QueueElementRespIF
,
QueueElementIF
Field Summary | |
---|---|
SinkIF |
sink
Requestor sink to return resp. |
Object |
userData
Requestor defined object to be returned in the resp. |
Constructor Summary | |
---|---|
QueueElementReqIF(Object u,
SinkIF s)
Constructor: Creates a new QueueElementReqIF . |
Method Summary | |
---|---|
protected void |
BUG(String msg)
BUG outputs a fatal error msg, then terminates the proces. |
abstract String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Object userData
public SinkIF sink
sink
to return resp.
Constructor Detail |
public QueueElementReqIF(Object u, SinkIF s)
QueueElementReqIF
.
u
- Requestor defined object to be returned in the resp.s
- Requestor sink
to return respMethod Detail |
public abstract String toString()
toString
in class Object
protected void BUG(String msg)
BUG
outputs a fatal error msg, then terminates the proces.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |