Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.management - Package : javax.management.timer
Version documentée : Java SE 17

Interface « TimerMBean »

Informations générales

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public abstract Integer addNotification( String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate )
public abstract Integer addNotification( String type, String message, Object userData, Date date, long period )
public abstract Integer addNotification( String type, String message, Object userData, Date date, long period, long nbOccurences )
public abstract Integer addNotification( String type, String message, Object userData, Date date )
public abstract Vector<java.lang.Integer> getAllNotificationIDs()
public abstract Date getDate( Integer id )
public abstract Boolean getFixedRate( Integer id )
public abstract int getNbNotifications()
public abstract Long getNbOccurences( Integer id )
public abstract Vector<java.lang.Integer> getNotificationIDs( String type )
public abstract String getNotificationMessage( Integer id )
public abstract String getNotificationType( Integer id )
public abstract Object getNotificationUserData( Integer id )
public abstract Long getPeriod( Integer id )
public abstract boolean getSendPastNotifications()
public abstract boolean isActive()
public abstract boolean isEmpty()
public abstract void removeAllNotifications()
public abstract void removeNotification( Integer id )
public abstract void removeNotifications( String type )
public abstract void setSendPastNotifications( boolean value )
public abstract void start()
public abstract void stop()