org.kuali.rice.kew.batch
Interface XmlPollerService
- All Superinterfaces:
- Runnable
- All Known Implementing Classes:
- XmlPollerServiceImpl
public interface XmlPollerService
- extends Runnable
Service responsible for polling a location for
xml documents to ingest.
Pipeline:
- Acquisition:
XmlPollerService
, Struts upload action
- Ingestion: XmlIngesterService
- Digestion: XmlDigesterService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
org.kuali.rice.kew.batch.XmlIngesterService
Methods inherited from interface java.lang.Runnable |
run |
XML_ROOT_LOC_PROP
static final String XML_ROOT_LOC_PROP
- See Also:
- Constant Field Values
XML_PENDING_LOC_PROP
static final String XML_PENDING_LOC_PROP
- See Also:
- Constant Field Values
XML_COMPLETED_LOC_PROP
static final String XML_COMPLETED_LOC_PROP
- See Also:
- Constant Field Values
XML_PROBLEM_LOC_PROP
static final String XML_PROBLEM_LOC_PROP
- See Also:
- Constant Field Values
XML_POLL_INTERVAL_PROP
static final String XML_POLL_INTERVAL_PROP
- See Also:
- Constant Field Values
XML_INIT_DELAY_SECS_PROP
static final String XML_INIT_DELAY_SECS_PROP
- See Also:
- Constant Field Values
getPollIntervalSecs
int getPollIntervalSecs()
getInitialDelaySecs
int getInitialDelaySecs()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.