Uses of Interface
de.xima.fc.listener.IBaseNotificationListener
Packages that use IBaseNotificationListener
Package
Description
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
Logic for the scheduling of tasks
-
Uses of IBaseNotificationListener in de.xima.fc.cluster
Methods in de.xima.fc.cluster with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic void
ClusterManager.registerCloseListener
(IBaseNotificationListener listener) Registers a listener that is notified when the connection to the cluster isclosed
.static void
ClusterManager.registerOpenListener
(IBaseNotificationListener listener) Registers a listener that is notified when the connection to the cluster isopened
.static void
ClusterNodeStateManager.registerStateChangeListener
(IBaseNotificationListener listener) -
Uses of IBaseNotificationListener in de.xima.fc.db
Methods in de.xima.fc.db with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic void
DatabaseMonitor.registerConnectionEstablishedListener
(IBaseNotificationListener listener) static void
DatabaseMonitor.registerDisconnectedListener
(IBaseNotificationListener listener) static void
DatabaseMonitor.registerReconnectedListener
(IBaseNotificationListener listener) -
Uses of IBaseNotificationListener in de.xima.fc.jpa.manager
Methods in de.xima.fc.jpa.manager that return types with arguments of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic Set<IBaseNotificationListener>
EMProvider.getCloseListeners()
static Set<IBaseNotificationListener>
EMProvider.getInitListeners()
static Set<IBaseNotificationListener>
EMProvider.getOpenListeners()
Methods in de.xima.fc.jpa.manager with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic void
EMProvider.registerCloseListener
(IBaseNotificationListener listener) static void
EMProvider.registerInitListener
(IBaseNotificationListener listener) static void
EMProvider.registerOpenListener
(IBaseNotificationListener listener) -
Uses of IBaseNotificationListener in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return IBaseNotificationListenerModifier and TypeMethodDescriptionGenericEMFListener.getInitListener()
static IBaseNotificationListener
PluginUpdateListener.getSchedulerStartedListener()
static IBaseNotificationListener
SchedulerStartListener.getSchedulerStartedListener()
static IBaseNotificationListener
ClusterListener.getStartListener()
static IBaseNotificationListener
FSConnectionListener.getStartListener()
GenericEMFListener.getStartListener()
static IBaseNotificationListener
PluginManagerListener.getStartListener()
static IBaseNotificationListener
PluginUpdateListener.getStartListener()
static IBaseNotificationListener
SchedulerStartListener.getStartListener()
static IBaseNotificationListener
StatisticsPersistListener.getStartListener()
static IBaseNotificationListener
FSConnectionListener.getStopListener()
GenericEMFListener.getStopListener()
static IBaseNotificationListener
PluginManagerListener.getStopListener()
static IBaseNotificationListener
SchedulerStartListener.getStopListener()
static IBaseNotificationListener
StatisticsPersistListener.getStopListener()
-
Uses of IBaseNotificationListener in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic void
ScheduleManager.registerStartupListener
(IBaseNotificationListener listener) static void
ScheduleManager.removeStartupListener
(IBaseNotificationListener listener) -
Uses of IBaseNotificationListener in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic void
UpdateManager.registerUpdatedListener
(IBaseNotificationListener listener)