Interface ImportEntryManagerMBean
-
- All Known Implementing Classes:
ImportEntryManager
public interface ImportEntryManagerMBean
ExposesImportEntryManager
as a JMX Bean to be able to log for debugging.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logImportEntryManager()
Logs ImportEntryManager's current status with information about all the queued and processing entries.void
notifyNewImportEntryCreated()
Forces ImportEntryManager to start a new cycle if it was waiting idle.
-
-
-
Method Detail
-
logImportEntryManager
void logImportEntryManager()
Logs ImportEntryManager's current status with information about all the queued and processing entries.
-
notifyNewImportEntryCreated
void notifyNewImportEntryCreated()
Forces ImportEntryManager to start a new cycle if it was waiting idle.
-
-