solar.service.directory.comm
Class NameMigratedRequest

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

public class NameMigratedRequest
extends Request

Request to name migration notification.

Version:
$Id: NameMigratedRequest.java,v 1.1 2003/09/25 05:32:26 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
protected  Id _id
           
protected  Name _name
           
protected  NameRecord _newrecord
           
protected  NameRecord _oldrecord
           
 
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
NameMigratedRequest(Id id, Name name, NameRecord oldrec, NameRecord newrec)
           
 
Method Summary
 Id getId()
           
 Name getName()
           
 NameRecord getNewNameRecord()
           
 NameRecord getOldNameRecord()
           
 
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

_name

protected Name _name

_oldrecord

protected NameRecord _oldrecord

_newrecord

protected NameRecord _newrecord
Constructor Detail

NameMigratedRequest

public NameMigratedRequest(Id id,
                           Name name,
                           NameRecord oldrec,
                           NameRecord newrec)
Method Detail

getId

public Id getId()

getName

public Name getName()

getOldNameRecord

public NameRecord getOldNameRecord()

getNewNameRecord

public NameRecord getNewNameRecord()