Modifier and Type | Field and Description |
---|---|
static AmiAlertType |
AmiConstants.ALERT_TYPE_ERROR |
static AmiAlertType |
AmiConstants.ALERT_TYPE_INFO |
static AmiAlertType |
AmiConstants.ALERT_TYPE_WARNING |
Modifier and Type | Method and Description |
---|---|
static AmiAlertType |
AmiAlertType.fromString(java.lang.String typeString)
Returns the type object according to the input type string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AmiAlertType.equals(AmiAlertType type)
Determines whether the given method type is equivalent with this object.
|
void |
AmiSession.sendUnsolicitedMsg(AmiAlertType type,
java.lang.String text,
java.lang.Integer id)
The method sends unsolicited message to TIB/Hawk Agent to be processed by
rulebases via the onUnsolicitedMsg() method.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.