public abstract class OleXmlPollerServiceImpl extends Object implements OleXmlPollerService
Constructor and Description |
---|
OleXmlPollerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.kuali.rice.core.api.impex.xml.XmlIngesterService |
getIngesterService() |
int |
getInitialDelaySecs()
Gets the initial delay time in seconds
|
int |
getPollIntervalSecs()
Gets the polling interval time in seconds
|
String |
getXmlCompletedLocation() |
String |
getXmlParentDirectory() |
String |
getXmlPendingLocation() |
String |
getXmlProblemLocation() |
void |
run() |
void |
setInitialDelaySecs(int seconds)
Sets the initial delay time in seconds
|
void |
setPollIntervalSecs(int seconds)
Sets the polling interval time in seconds
|
void |
setXmlCompletedLocation(String xmlCompletedLocation) |
void |
setXmlParentDirectory(String xmlDataParentDirectory) |
void |
setXmlPendingLocation(String xmlPendingLocation) |
void |
setXmlProblemLocation(String xmlProblemLocation) |
public OleXmlPollerServiceImpl()
protected abstract org.kuali.rice.core.api.impex.xml.XmlIngesterService getIngesterService()
public String getXmlCompletedLocation()
public void setXmlCompletedLocation(String xmlCompletedLocation)
public String getXmlPendingLocation()
public void setXmlPendingLocation(String xmlPendingLocation)
public String getXmlProblemLocation()
public void setXmlProblemLocation(String xmlProblemLocation)
public String getXmlParentDirectory()
public void setXmlParentDirectory(String xmlDataParentDirectory)
public void setPollIntervalSecs(int seconds)
seconds
- the polling interval time in secondspublic int getPollIntervalSecs()
getPollIntervalSecs
in interface org.kuali.rice.kew.batch.XmlPollerService
public void setInitialDelaySecs(int seconds)
seconds
- the initial delay time in secondspublic int getInitialDelaySecs()
getInitialDelaySecs
in interface org.kuali.rice.kew.batch.XmlPollerService
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.