public abstract static class FetcherContext.AbstractFetchContext extends AbstractFetcherContext implements FetcherContext.FetchContext
FetcherContext.AbstractFetchContext, FetcherContext.AbstractStartContext, FetcherContext.AbstractStopContext, FetcherContext.DefaultFetchContext, FetcherContext.DefaultStartContext, FetcherContext.DefaultStopContext, FetcherContext.FetchContext, FetcherContext.StartContext, FetcherContext.StopContext
Modifier | Constructor and Description |
---|---|
protected |
AbstractFetchContext(ConnectorConfig connectorConfig,
JobRunInfo jobRunInfo,
RequestInfo requestInfo,
Phase phase,
FetchInput fetchInput) |
Modifier and Type | Method and Description |
---|---|
FetchInput |
getFetchInput() |
Phase |
getPhase() |
FetchResult |
newResult() |
getConnectorConfig, getJobRunInfo, getRequestInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectorConfig, getJobRunInfo, getRequestInfo
protected AbstractFetchContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, Phase phase, FetchInput fetchInput)
public FetchInput getFetchInput()
getFetchInput
in interface FetcherContext.FetchContext
public Phase getPhase()
getPhase
in interface FetcherContext.FetchContext
public FetchResult newResult()
newResult
in interface FetcherContext
newResult
in interface FetcherContext.FetchContext