Uses of Class
com.redwood.scheduler.api.exception.UnlicensedFeatureException
-
Packages that use UnlicensedFeatureException Package Description com.redwood.scheduler.api.snmp Scheduler API - Send SNMP traps -
-
Uses of UnlicensedFeatureException in com.redwood.scheduler.api.snmp
Methods in com.redwood.scheduler.api.snmp that throw UnlicensedFeatureException Modifier and Type Method Description static void
SNMPTrap. sendTrap(SchedulerSession session, String host, BigDecimal port, String community, BigDecimal id, String data)
Send an SNMP trap using the parameters passed.static void
SNMPTrap. sendTrap(String host, BigDecimal port, String community, BigDecimal id, String data)
Send an SNMP trap using the parameters passed.
-