Package com.tailf.notif
Class UpgradeNotification
Object
com.tailf.notif.Notification
com.tailf.notif.UpgradeNotification
Data structure for upgrade notifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Upgrade event type:UPGRADE_INIT_STARTED
UPGRADE_INIT_SUCCEEDED
UPGRADE_PERFORMED
UPGRADE_COMMITED
UPGRADE_ABORTED
toString()
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
UPGRADE_INIT_STARTED
public static final int UPGRADE_INIT_STARTED- See Also:
-
UPGRADE_INIT_SUCCEEDED
public static final int UPGRADE_INIT_SUCCEEDED- See Also:
-
UPGRADE_PERFORMED
public static final int UPGRADE_PERFORMED- See Also:
-
UPGRADE_COMMITED
public static final int UPGRADE_COMMITED- See Also:
-
UPGRADE_ABORTED
public static final int UPGRADE_ABORTED- See Also:
-
-
Constructor Details
-
UpgradeNotification
public UpgradeNotification(int upgrade_type)
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getUpgradeType
public int getUpgradeType()Upgrade event type:
-