|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.api.Request | +--solar.service.mhost.comm.AttachRequest
A request to attach a client to a server, issued either by the client or the server.
Field Summary | |
protected Address |
_client
|
protected Address |
_server
|
Fields inherited from class solar.api.Request |
_source |
Fields inherited from interface solar.SolarConstants |
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID |
Constructor Summary | |
AttachRequest(Address client,
Address server)
|
Method Summary | |
Address |
getClient()
|
Address |
getServer()
|
Methods inherited from class solar.api.Request |
getSourceAddress, setSourceAddress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Address _client
protected Address _server
Constructor Detail |
public AttachRequest(Address client, Address server)
Method Detail |
public Address getClient()
public Address getServer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |