|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--tapestry.ptr.api.RegisterHostAppReq
RegisterHostAppReq registers the name of an
application that the local host is exporting to the rest of the system.
The application is added to a filter of all applications
that the local host is exporting. The filter is exported to other nodes
in the system through the use of
host_heartbeats
HostInfo,
HostHbStage| Field Summary | |
|---|---|
String |
_name
String representation of application
that local node is exporting to the rest of the system.
|
SinkIF |
sink
Requestor sink to use to return
the response. |
Object |
userData
Requestor defined object to be returned in the response. |
| Constructor Summary | |
|---|---|
RegisterHostAppReq(String name,
Object userData,
SinkIF sink)
Constructor: Creates a new RegisterHostAppReq. |
|
| Method Summary | |
|---|---|
String |
getName()
getName returns the name of the application that
the local host is exporting. |
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 String _name
String representation of application
that local node is exporting to the rest of the system.
For example "storageserver".
Note: case does not matter, but space, underscore, etc does.
public Object userData
response.
public SinkIF sink
sink to use to return
the response.
| Constructor Detail |
public RegisterHostAppReq(String name,
Object userData,
SinkIF sink)
RegisterHostAppReq.
| Method Detail |
public String getName()
getName returns the name of the application that
the local host is exporting.
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||