public class SGANotification extends Notification
| Modifier and Type | Field and Description |
|---|---|
static int |
SGA_REINIT
Flag de reinício
|
static int |
SGA_SHUTDOWN
Flag de shutdown
|
static int |
SGA_START_UP
Flag de start-up
|
static int |
SGA_UPDATE
Flag de atualização
|
| Constructor and Description |
|---|
SGANotification(String sender,
int flag,
SGASet info)
Constrói o evento de notificação de SGA.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFlag()
Consulta ao flag de evento do SGA
|
SGASet |
getMainInfo()
Consulta ao nome do SGA
|
boolean |
isVolatile()
Definição da volatilidade da notificação.
|
String |
toString()
String para auditagem.
|
getDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic static final int SGA_START_UP
public static final int SGA_SHUTDOWN
public static final int SGA_REINIT
public static final int SGA_UPDATE
public boolean isVolatile()
isVolatile in class Notificationpublic int getFlag()
public SGASet getMainInfo()
public String toString()
toString in class NotificationCopyright © 2017. All rights reserved.