Uses of Class
com.ibm.ima.plugin.ImaReliability
-
Packages that use ImaReliability Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaReliability in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaReliability Modifier and Type Method Description ImaReliabilityImaMessage. getReliability()Get the reliability of the message.ImaReliabilityImaSubscription. getReliability()Returns the reliability setting of the subscriptionstatic ImaReliabilityImaReliability. 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.Methods in com.ibm.ima.plugin with parameters of type ImaReliability Modifier and Type Method Description ImaMessageImaMessage. setReliability(ImaReliability reliability)Set the reliability of the message.voidImaSubscription. setReliability(ImaReliability qos)Sets the reliability setting of the subscription
-