|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pMapReduce.impl.networkModule.jxta.NodeAdvertisement.Instantiator
public static class NodeAdvertisement.Instantiator
Instantiator
Constructor Summary | |
---|---|
NodeAdvertisement.Instantiator()
|
Method Summary | |
---|---|
java.lang.String |
getAdvertisementType()
Returns the identifying type of this Advertisement. |
net.jxta.document.Advertisement |
newInstance()
Constructs an instance of Advertisement matching the
type specified by the advertisementType parameter. |
net.jxta.document.Advertisement |
newInstance(net.jxta.document.Element root)
Constructs an instance of Advertisement matching the
type specified by the advertisementType parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeAdvertisement.Instantiator()
Method Detail |
---|
public java.lang.String getAdvertisementType()
getAdvertisementType
in interface net.jxta.document.AdvertisementFactory.Instantiator
public net.jxta.document.Advertisement newInstance()
Advertisement
matching the
type specified by the advertisementType
parameter.
newInstance
in interface net.jxta.document.AdvertisementFactory.Instantiator
Advertisement
or null if it
could not be created.public net.jxta.document.Advertisement newInstance(net.jxta.document.Element root)
Advertisement
matching the
type specified by the advertisementType
parameter.
newInstance
in interface net.jxta.document.AdvertisementFactory.Instantiator
root
- Specifies a portion of a StructuredDocument which will
be converted into an Advertisement.
Advertisement
or null if it
could not be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |