Uses of Class
org.netxms.client.NotificationChannel
-
Packages that use NotificationChannel Package Description org.netxms.client -
-
Uses of NotificationChannel in org.netxms.client
Methods in org.netxms.client that return types with arguments of type NotificationChannel Modifier and Type Method Description List<NotificationChannel>NXCSession. getNotificationChannels()Get server notification channelsMethods in org.netxms.client with parameters of type NotificationChannel Modifier and Type Method Description voidNXCSession. createNotificationChannel(NotificationChannel nc)Create notification channelvoidNXCSession. updateNotificationChannel(NotificationChannel nc)Update notification channel
-