|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.webharvest.client.atom.URLAtomInfoProcessor
public class URLAtomInfoProcessor
This is class is used to perform harvesting URL based hit count collection
Constructor Summary | |
---|---|
URLAtomInfoProcessor()
|
Method Summary | |
---|---|
BaseAtomInfo |
getAtomInfo()
|
String |
getAtomInfoClassName()
|
BaseAtomInfo |
initializeAtomInfo(HarvestProtocolAtom protocol,
String url)
Initializes base atom info object with protocol and url |
void |
initializeHitCountCollector()
Initializes hot count collector |
void |
postCreate(BaseAtomInfo atomInfo)
This method sets specific class to be used to collect hit count from resource url and initialize hit count collector. |
void |
preInitialize()
|
void |
setAtomInfoClassName(String atomInfoClassName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLAtomInfoProcessor()
Method Detail |
---|
public void preInitialize()
public void postCreate(BaseAtomInfo atomInfo)
atomInfo
- the BaseAtomInfopublic String getAtomInfoClassName()
public void setAtomInfoClassName(String atomInfoClassName)
public BaseAtomInfo getAtomInfo()
public BaseAtomInfo initializeAtomInfo(HarvestProtocolAtom protocol, String url)
initializeAtomInfo
in interface IAtomInfoProcessor
protocol
- protocolurl
- URL
public void initializeHitCountCollector()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |