Interface ITimerMBean
- Namespace
- Javax.Management.Timer
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
public interface ITimerMBean
Properties
AllNotificationIDs
Vector<Integer> AllNotificationIDs { get; }
Property Value
NbNotifications
int NbNotifications { get; }
Property Value
SendPastNotifications
https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/timer/TimerMBean.html#getSendPastNotifications() https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/timer/TimerMBean.html#setSendPastNotifications(boolean)
bool SendPastNotifications { get; set; }
Property Value
Methods
AddNotification(String, String, object, Date)
Integer AddNotification(String arg0, String arg1, object arg2, Date arg3)
Parameters
Returns
Exceptions
AddNotification(String, String, object, Date, long)
Integer AddNotification(String arg0, String arg1, object arg2, Date arg3, long arg4)
Parameters
Returns
Exceptions
AddNotification(String, String, object, Date, long, long)
Integer AddNotification(String arg0, String arg1, object arg2, Date arg3, long arg4, long arg5)
Parameters
Returns
Exceptions
AddNotification(String, String, object, Date, long, long, bool)
Integer AddNotification(String arg0, String arg1, object arg2, Date arg3, long arg4, long arg5, bool arg6)
Parameters
Returns
Exceptions
GetDate(Integer)
Date GetDate(Integer arg0)
Parameters
Returns
GetFixedRate(Integer)
Boolean GetFixedRate(Integer arg0)
Parameters
Returns
GetNbOccurences(Integer)
Long GetNbOccurences(Integer arg0)
Parameters
Returns
GetNotificationIDs(String)
Vector<Integer> GetNotificationIDs(String arg0)
Parameters
Returns
GetNotificationMessage(Integer)
String GetNotificationMessage(Integer arg0)
Parameters
Returns
GetNotificationType(Integer)
String GetNotificationType(Integer arg0)
Parameters
Returns
GetNotificationUserData(Integer)
object GetNotificationUserData(Integer arg0)
Parameters
Returns
GetPeriod(Integer)
Long GetPeriod(Integer arg0)
Parameters
Returns
IsActive()
bool IsActive()
Returns
IsEmpty()
bool IsEmpty()
Returns
RemoveAllNotifications()
void RemoveAllNotifications()
RemoveNotification(Integer)
void RemoveNotification(Integer arg0)
Parameters
Exceptions
RemoveNotifications(String)
void RemoveNotifications(String arg0)
Parameters
Exceptions
Start()
void Start()
Stop()
void Stop()