|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--tapestry.ptr.impl.dht.DhtReq
DhtReq is an abstract class for all DHT request.
| Field Summary | |
|---|---|
long |
appId
Unique identifier for a destination application. |
SinkIF |
sink
Requestor sink to return resp. |
Object |
userData
Requestor defined object to be returned in the resp. |
| Constructor Summary | |
|---|---|
DhtReq(long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtPutReq. |
|
| 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 long appId
public Object userData
public SinkIF sink
sink to return resp.
| Constructor Detail |
public DhtReq(long a,
Object u,
SinkIF s)
DhtPutReq.
a - Unique identifier for a destination application.u - Requestor defined object to be returned in the resp.s - Requestor sink to return resp| Method Detail |
public abstract String toString()
toString in class Objectprotected 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 | ||||||||||