net.jxta.impl.protocol
Class RdvAdv
java.lang.Object
|
+--net.jxta.document.Advertisement
|
+--net.jxta.protocol.RdvAdvertisement
|
+--net.jxta.impl.protocol.RdvAdv
- public class RdvAdv
- extends net.jxta.protocol.RdvAdvertisement
This class implements the RdvAdvertisement. While being useful,
application are not required to use it. However, applications that
donot want to use it will still have to provide a class that
extends net.jxta.rendezvous.RdvAdvertisement.
- Since:
- JXTA 0.1
Constructor Summary |
RdvAdv()
|
RdvAdv(net.jxta.document.Element root)
|
Method Summary |
net.jxta.document.Document |
getDocument(net.jxta.document.MimeMediaType mediaType)
|
void |
initialize(net.jxta.document.Element root)
|
Methods inherited from class net.jxta.protocol.RdvAdvertisement |
getAdvertisementType,
getGroupID,
getName,
getPeerID,
setGroupID,
setName,
setPeerID |
Methods inherited from class net.jxta.document.Advertisement |
getLocalExpirationTime,
setExpiration |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RdvAdv
public RdvAdv()
RdvAdv
public RdvAdv(net.jxta.document.Element root)
throws java.lang.Exception
initialize
public void initialize(net.jxta.document.Element root)
throws java.lang.Exception
getDocument
public net.jxta.document.Document getDocument(net.jxta.document.MimeMediaType mediaType)
throws java.lang.Exception
- Overrides:
- getDocument in class net.jxta.document.Advertisement