Class ExportController
java.lang.Object
org.imixs.archive.export.controller.ExportController
- All Implemented Interfaces:
Serializable
The ExportController is used to monitor the export status of the
SchedulerService. The controller provides a processing log and shows
the current configuration. This controller does not hold any state.- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCounterByName(String name) This method returns the current event processing counterintlongbooleanvoidstart()Starts the timer servicevoidstop()Stop the timer service
-
Constructor Details
-
ExportController
public ExportController()
-
-
Method Details
-
getHealthEndpoint
-
getMetricsEndpoint
-
isConnected
public boolean isConnected() -
getStatus
-
getNextTimeout
-
getFtpServer
-
getFilePath
-
getFtpPort
public int getFtpPort() -
getInstanceEndpoint
-
getInterval
public long getInterval() -
start
public void start()Starts the timer service -
stop
public void stop()Stop the timer service -
getCounterByName
This method returns the current event processing counter- Returns:
-
getLogEntries
-