@ProviderType
public interface PollConfig
PollConfig
interface represents polling configurations
managed by the PollingImporter
service.Modifier and Type | Method and Description |
---|---|
long |
getInterval()
The active poll interval in seconds of this configuration.
|
java.lang.String |
getLogin()
The login of this configuration.
|
java.lang.String |
getPassword()
The password of this configuration.
|
java.lang.String |
getPath()
Returns the identification path of this configuration.
|
java.lang.String |
getScheme()
Returns the scheme.
|
java.lang.String |
getSource()
Returns the data source URL.
|
long |
getStoredInterval()
The stored poll interval in seconds of this configuration.
|
java.lang.String |
getTarget()
Returns the target path where the polled data is being stored.
|
boolean |
isEnabled()
The enable state for the configuration.
|
java.lang.String getPath()
java.lang.String getScheme()
Importer
to handle polling the data source of this configuration.java.lang.String getSource()
Importer
handling the getScheme()
of this configuration to acquire the
data.java.lang.String getTarget()
Resource
provided to the Importer
to import the data.long getInterval()
long getStoredInterval()
boolean isEnabled()
java.lang.String getLogin()
java.lang.String getPassword()
Copyright © 2010 - 2020 Adobe. All Rights Reserved