|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.service.directory.Advertisement
A directory advertisement includes a full name and corresponding name record.
Field Summary | |
protected Name |
_name
|
protected NameRecord |
_record
|
private static long |
serialVersionUID
|
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 | |
Advertisement(Name name,
NameRecord record)
|
Method Summary | |
Name |
getName()
Return the name in this advertisement. |
NameRecord |
getNameRecord()
Return the name record in this advertisement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
protected Name _name
protected NameRecord _record
Constructor Detail |
public Advertisement(Name name, NameRecord record)
Method Detail |
public Name getName()
public NameRecord getNameRecord()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |