|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.sdk.crawler.InstanceService
public class InstanceService
InstanceService is used by a crawler plug-in to retrieve instance-specific information.
Field Summary | |
---|---|
static String |
ORACLE_HOME Key of property ORACLE_HOME |
Method Summary | |
---|---|
void |
addErrorReadingFeedCount() Add the Error Reading Feed Count for crawler |
void |
addProcessedDocCount() Add the Processed Count for crawler |
static InstanceService |
getInstance() Gets an instance of InstanceService. |
String |
getInstanceProperty(String key) Gets an instance property value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ORACLE_HOME
Method Detail |
---|
public static InstanceService getInstance()
public String getInstanceProperty(String key)
key
- - The name of the property. Supported keys are:InstanceService.ORACLE_HOME
- The ORACLE_HOME of the instance.public void addErrorReadingFeedCount()
public void addProcessedDocCount()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |