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