Interface FileFetchMBean


@ProviderType @Description("MBean for managing the FileFetch jobs") public interface FileFetchMBean
  • Method Details

    • allSucceeded

      @Description("Whether or not all jobs succeeded") boolean allSucceeded()
    • fetch

      @Description("Start the file fetcher at the specified index") void fetch(int index) throws IOException, com.day.cq.replication.ReplicationException
      Throws:
      IOException
      com.day.cq.replication.ReplicationException
    • getFetchers

      @Description("Get all of the registered file fetchers") TabularData getFetchers() throws OpenDataException
      Throws:
      OpenDataException