solar.service.rmtobj.comm
Class RegisterRequest

java.lang.Object
  |
  +--solar.api.Request
        |
        +--solar.service.rmtobj.comm.RegisterRequest
All Implemented Interfaces:
java.io.Serializable, SolarConstants

public class RegisterRequest
extends Request

A request to register interest on a remote object.

Version:
$Id: RegisterRequest.java,v 1.2 2003/09/25 15:38:54 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
protected  Id _id
           
 
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
RegisterRequest(Id id)
           
 
Method Summary
 Id getId()
           
 
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

_id

protected Id _id
Constructor Detail

RegisterRequest

public RegisterRequest(Id id)
Method Detail

getId

public Id getId()