|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
GeneralService is an interface used by a crawler plugin to perform miscellaneous service
Field Summary | |
static int |
STATUS_CRAWL_ABORT_SHUTDOWN The crawler is shutting down due to fatal crawl error |
static int |
STATUS_NORMAL_SHUTDOWN The crawler finished crawl and is in the process of shutting down |
static int |
STATUS_PLUGIN_ABORT_SHUTDOWN The crawler is shutting down due to fatal plug-in error |
static int |
STATUS_RUNNING The crawler is running |
static int |
STATUS_STOPPED_BY_USER The crawler is shutting down due to user request |
Method Summary | |
int |
getCrawlerStatus() Get the current crawler status. |
DataSourceService |
getDataSourceService() Get the datasource service object |
Logger |
getLoggingService() get the Logger object |
QueueService |
getQueueService() Get the queue service object |
DocumentAcl |
newDocumentAcl() Get a new instance of the DocumentAcl object |
DocumentContainer |
newDocumentContainer() Get a new instance of the DocumentContainer object |
DocumentMetadata |
newDocumentMetadata() Get a new instance of the DocumentMetadata object |
LovInfo |
newLovInfo() Get a new instance of the List of values object |
Field Detail |
public static final int STATUS_RUNNING
public static final int STATUS_NORMAL_SHUTDOWN
public static final int STATUS_STOPPED_BY_USER
public static final int STATUS_CRAWL_ABORT_SHUTDOWN
public static final int STATUS_PLUGIN_ABORT_SHUTDOWN
Method Detail |
public int getCrawlerStatus()
public DataSourceService getDataSourceService()
public Logger getLoggingService()
public QueueService getQueueService()
public DocumentAcl newDocumentAcl()
public DocumentMetadata newDocumentMetadata()
public DocumentContainer newDocumentContainer()
public LovInfo newLovInfo()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |