Uses of Interface
de.xima.fc.listener.IBaseNotificationListener
-
Packages that use IBaseNotificationListener Package Description de.xima.fc.cluster de.xima.fc.db Package mit allgemeinen Hilfsklassen für Datenbankzugriffede.xima.fc.jpa.manager de.xima.fc.ms.listener de.xima.fc.timing Logic for the scheduling of tasks -
-
Uses of IBaseNotificationListener in de.xima.fc.cluster
Methods in de.xima.fc.cluster with parameters of type IBaseNotificationListener Modifier and Type Method Description static 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 IBaseNotificationListener Modifier and Type Method Description static 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 IBaseNotificationListener Modifier and Type Method Description static 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 IBaseNotificationListener Modifier and Type Method Description static voidEMProvider. registerCloseListener(IBaseNotificationListener listener)static voidEMProvider. registerInitListener(IBaseNotificationListener listener)static voidEMProvider. registerOpenListener(IBaseNotificationListener listener) -
Uses of IBaseNotificationListener in de.xima.fc.ms.listener
-
Uses of IBaseNotificationListener in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type IBaseNotificationListener Modifier and Type Method Description static voidScheduleManager. registerStartupListener(IBaseNotificationListener listener)static voidScheduleManager. removeStartupListener(IBaseNotificationListener listener)
-