solar.service.directory.comm
Class UnadvertiseRequest

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

public class UnadvertiseRequest
extends Request

Request to cancel an advertisement made before.

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

Field Summary
protected  Name _name
           
protected  NameRecord _record
           
 
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
UnadvertiseRequest(Name name, NameRecord record)
           
 
Method Summary
 Name getName()
           
 NameRecord getNameRecord()
           
 
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

_name

protected Name _name

_record

protected NameRecord _record
Constructor Detail

UnadvertiseRequest

public UnadvertiseRequest(Name name,
                          NameRecord record)
Method Detail

getName

public Name getName()

getNameRecord

public NameRecord getNameRecord()