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:

  1. Acquisition: XmlPollerService, Struts upload action
  2. Ingestion: XmlIngesterService
  3. Digestion: XmlDigesterService

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
org.kuali.rice.kew.batch.XmlIngesterService

Field Summary
static String XML_COMPLETED_LOC_PROP
           
static String XML_INIT_DELAY_SECS_PROP
           
static String XML_PENDING_LOC_PROP
           
static String XML_POLL_INTERVAL_PROP
           
static String XML_PROBLEM_LOC_PROP
           
static String XML_ROOT_LOC_PROP
           
 
Method Summary
 int getInitialDelaySecs()
           
 int getPollIntervalSecs()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

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
Method Detail

getPollIntervalSecs

int getPollIntervalSecs()

getInitialDelaySecs

int getInitialDelaySecs()


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.