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 voidClusterManager.registerCloseListener(IBaseNotificationListener listener) Registers a listener that is notified when the connection to the cluster isclosed.static voidClusterManager.registerOpenListener(IBaseNotificationListener listener) Registers a listener that is notified when the connection to the cluster isopened.static voidClusterNodeStateManager.registerStateChangeListener(IBaseNotificationListener listener)  - 
Uses of IBaseNotificationListener in de.xima.fc.db
Methods in de.xima.fc.db with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic voidDatabaseMonitor.registerConnectionEstablishedListener(IBaseNotificationListener listener) static voidDatabaseMonitor.registerDisconnectedListener(IBaseNotificationListener listener) static voidDatabaseMonitor.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 voidEMProvider.registerCloseListener(IBaseNotificationListener listener) static voidEMProvider.registerInitListener(IBaseNotificationListener listener) static voidEMProvider.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 IBaseNotificationListenerPluginUpdateListener.getSchedulerStartedListener()static IBaseNotificationListenerSchedulerStartListener.getSchedulerStartedListener()static IBaseNotificationListenerClusterListener.getStartListener()static IBaseNotificationListenerFSConnectionListener.getStartListener()GenericEMFListener.getStartListener()static IBaseNotificationListenerPluginManagerListener.getStartListener()static IBaseNotificationListenerPluginUpdateListener.getStartListener()static IBaseNotificationListenerSchedulerStartListener.getStartListener()static IBaseNotificationListenerStatisticsPersistListener.getStartListener()static IBaseNotificationListenerFSConnectionListener.getStopListener()GenericEMFListener.getStopListener()static IBaseNotificationListenerPluginManagerListener.getStopListener()static IBaseNotificationListenerSchedulerStartListener.getStopListener()static IBaseNotificationListenerStatisticsPersistListener.getStopListener() - 
Uses of IBaseNotificationListener in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic voidScheduleManager.registerStartupListener(IBaseNotificationListener listener) static voidScheduleManager.removeStartupListener(IBaseNotificationListener listener)  - 
Uses of IBaseNotificationListener in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type IBaseNotificationListenerModifier and TypeMethodDescriptionstatic voidUpdateManager.registerUpdatedListener(IBaseNotificationListener listener)