Table of Contents

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

Vector<Integer>

NbNotifications

int NbNotifications { get; }

Property Value

int

SendPastNotifications

bool SendPastNotifications { get; set; }

Property Value

bool

Methods

AddNotification(String, String, object, Date)

Integer AddNotification(String arg0, String arg1, object arg2, Date arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 object

object

arg3 Date

Date

Returns

Integer

Integer

Exceptions

IllegalArgumentException

AddNotification(String, String, object, Date, long)

Integer AddNotification(String arg0, String arg1, object arg2, Date arg3, long arg4)

Parameters

arg0 String

String

arg1 String

String

arg2 object

object

arg3 Date

Date

arg4 long

long

Returns

Integer

Integer

Exceptions

IllegalArgumentException

AddNotification(String, String, object, Date, long, long)

Integer AddNotification(String arg0, String arg1, object arg2, Date arg3, long arg4, long arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 object

object

arg3 Date

Date

arg4 long

long

arg5 long

long

Returns

Integer

Integer

Exceptions

IllegalArgumentException

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

arg0 String

String

arg1 String

String

arg2 object

object

arg3 Date

Date

arg4 long

long

arg5 long

long

arg6 bool

bool

Returns

Integer

Integer

Exceptions

IllegalArgumentException

GetDate(Integer)

Date GetDate(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

Date

Date

GetFixedRate(Integer)

Boolean GetFixedRate(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

Boolean

Boolean

GetNbOccurences(Integer)

Long GetNbOccurences(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

Long

Long

GetNotificationIDs(String)

Vector<Integer> GetNotificationIDs(String arg0)

Parameters

arg0 String

String

Returns

Vector<Integer>

Vector

GetNotificationMessage(Integer)

String GetNotificationMessage(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

String

String

GetNotificationType(Integer)

String GetNotificationType(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

String

String

GetNotificationUserData(Integer)

object GetNotificationUserData(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

object

object

GetPeriod(Integer)

Long GetPeriod(Integer arg0)

Parameters

arg0 Integer

Integer

Returns

Long

Long

IsActive()

bool IsActive()

Returns

bool

bool

IsEmpty()

bool IsEmpty()

Returns

bool

bool

RemoveAllNotifications()

void RemoveAllNotifications()

RemoveNotification(Integer)

void RemoveNotification(Integer arg0)

Parameters

arg0 Integer

Integer

Exceptions

InstanceNotFoundException

RemoveNotifications(String)

void RemoveNotifications(String arg0)

Parameters

arg0 String

String

Exceptions

InstanceNotFoundException

Start()

void Start()

Stop()

void Stop()