|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary |
| Type | Method |
|---|---|
FeedMetaData[] |
getAllParameters()
Get all input parameters currently defined for this DataFeeder |
int |
getBatchSize()
Get the batch size to download |
ContentProviderInfo |
getContentProviderInfo()
|
long |
getDataFeederId()
|
FeedDataListener[] |
getDataListeners()
NOTE: this is here for future use -- want to allow one DataFeeder to have multiple listeners |
FeedDataParser |
getDataParser()
|
FeedDataSource |
getDataSource()
|
FeedDownloadHook |
getFeedDownloadHook()
Get the current download hook |
java.util.Map |
getFormatArguments()
Get the arguments to use for the current format |
FeedMetaData[] |
getInputParameters()
Get all input parameters currently defined for this DataFeeder |
java.lang.String |
getName()
Get the name of the underlying feed |
FeedMetaData[] |
getOutputParameters()
Get the meta data for this Content Store. |
ParamIterator |
getParamIterator()
Get the current param iterator |
java.util.Map |
getProtocolArguments()
Get the arguments to use for the current protocol |
long |
getUpdateInterval()
Get the update cycle time |
void |
setBatchSize(int size)
Set the batch size to download |
void |
setUpdateInterval(long interval)
Set the update cycle time |
| Methods inherited from interface oracle.panama.feed.RTDataFeeder |
addInputParameters, addOutputParameters,
getClassName, getData, setClassName |
| Method Detail |
public long getDataFeederId()
public java.lang.String getName()
RTDataFeedergetName in interface RTDataFeederpublic ContentProviderInfo getContentProviderInfo()
public FeedDataSource getDataSource()
throws FeedException
public java.util.Map getProtocolArguments()
public FeedDataParser getDataParser()
throws FeedException
public java.util.Map getFormatArguments()
public FeedDataListener[] getDataListeners()
throws FeedException
public FeedMetaData[] getAllParameters()
throws FeedException
public FeedMetaData[] getInputParameters()
getInputParameters in interface RTDataFeederpublic FeedMetaData[] getOutputParameters()
RTDataFeedergetOutputParameters in interface RTDataFeederpublic int getBatchSize()
public void setBatchSize(int size)
public void setUpdateInterval(long interval)
public long getUpdateInterval()
public ParamIterator getParamIterator()
public FeedDownloadHook getFeedDownloadHook()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||