@ProviderType
@Description(value="MBean for managing the FileFetch jobs")
public interface FileFetchMBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSucceeded() |
void |
fetch(int index) |
TabularData |
getFetchers() |
@Description(value="Whether or not all jobs succeeded") boolean allSucceeded()
@Description(value="Start the file fetcher at the specified index")
void fetch(int index)
throws IOException,
com.day.cq.replication.ReplicationException
IOExceptioncom.day.cq.replication.ReplicationException@Description(value="Get all of the registered file fetchers") TabularData getFetchers() throws OpenDataException
OpenDataExceptionCopyright © 2013–2020 Adobe. All rights reserved.