Package | Description |
---|---|
com.ibm.ima.plugin |
Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight.
|
Modifier and Type | Method and Description |
---|---|
ImaReliability |
ImaMessage.getReliability()
Get the reliability of the message.
|
ImaReliability |
ImaSubscription.getReliability()
Returns the reliability setting of the subscription
|
static ImaReliability |
ImaReliability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImaReliability[] |
ImaReliability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImaMessage |
ImaMessage.setReliability(ImaReliability reliability)
Set the reliability of the message.
|
void |
ImaSubscription.setReliability(ImaReliability qos)
Sets the reliability setting of the subscription
|
Copyright © Contributors to the Eclipse Foundation 2014-2021