Project JXTA

net.jxta.impl.protocol
Class PeerGroupAdv

java.lang.Object
  extended by net.jxta.document.Advertisement
      extended by net.jxta.document.ExtendableAdvertisement
          extended by net.jxta.protocol.PeerGroupAdvertisement
              extended by net.jxta.impl.protocol.PeerGroupAdv
All Implemented Interfaces:
Cloneable

public class PeerGroupAdv
extends PeerGroupAdvertisement


Nested Class Summary
static class PeerGroupAdv.Instantiator
           
 
Constructor Summary
PeerGroupAdv()
           
PeerGroupAdv(Element root)
           
 
Method Summary
 Document getDocument(MimeMediaType encodeAs)
          
 String[] getIndexFields()
          
protected  boolean handleElement(Element raw)
          
 
Methods inherited from class net.jxta.protocol.PeerGroupAdvertisement
clone, getAdvertisementType, getBaseAdvType, getDescription, getID, getModuleSpecID, getName, getPeerGroupID, getServiceParam, getServiceParams, putServiceParam, removeServiceParam, setDescription, setModuleSpecID, setName, setPeerGroupID, setServiceParams
 
Methods inherited from class net.jxta.document.Advertisement
getAdvType, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeerGroupAdv

public PeerGroupAdv()

PeerGroupAdv

public PeerGroupAdv(Element root)
Method Detail

handleElement

protected boolean handleElement(Element raw)

Overrides:
handleElement in class ExtendableAdvertisement

getDocument

public Document getDocument(MimeMediaType encodeAs)

Overrides:
getDocument in class ExtendableAdvertisement

getIndexFields

public final String[] getIndexFields()

Specified by:
getIndexFields in class Advertisement

JXTA J2SE