TimerMBean.addNotification() | Java

 

Descripción

Sintaxis

Integer addNotification(String type, String message, Object userData, Date date) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences) throws IllegalArgumentException
Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate) throws IllegalArgumentException

Parámetros

  • long nbOccurences,
  • long period,
  • Date date,
  • String message,
  • Object userData,
  • String type,
  • boolean fixedRate,

Excepciones

IllegalArgumentException

Clase Padre

TimerMBean

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.