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 tasksde.xima.fc.update -
-
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 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 IBaseNotificationListener Modifier and Type Method Description static 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 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 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
-
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 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 IBaseNotificationListener Modifier and Type Method Description static void
UpdateManager. registerUpdatedListener(IBaseNotificationListener listener)
-