|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--tapestry.ptr.impl.LocationStage.LocationReq
LocationReq request to the LocationStage
to return a LocationStage.LocationInfo
pertaining to the given NodeId.
| Field Summary | |
|---|---|
SinkIF |
sink
Requestor sink to use to return
the response. |
Object |
userData
Requestor defined object to be returned in the response. |
| Constructor Summary | |
|---|---|
LocationStage.LocationReq(NodeId node)
Construct according to the given fields. |
|
LocationStage.LocationReq(NodeId[] nodes,
Object userData,
SinkIF sink)
Construct according to the given fields. |
|
| Method Summary | |
|---|---|
NodeId[] |
getNodes()
getNodes returns the nodes to that need
to define LocationStage.LocationInfo. |
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
response.
public SinkIF sink
sink to use to return
the response.
| Constructor Detail |
public LocationStage.LocationReq(NodeId[] nodes,
Object userData,
SinkIF sink)
public LocationStage.LocationReq(NodeId node)
| Method Detail |
public NodeId[] getNodes()
getNodes returns the nodes to that need
to define LocationStage.LocationInfo.
LocationStage.LocationInfo.public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||