Uses of Class
com.ibm.ima.plugin.ImaSubscriptionType
-
Packages that use ImaSubscriptionType Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaSubscriptionType in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaSubscriptionType Modifier and Type Method Description ImaSubscriptionType
ImaSubscription. getSubscriptionType()
Returns the subscription type.static ImaSubscriptionType
ImaSubscriptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImaSubscriptionType[]
ImaSubscriptionType. 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 ImaSubscriptionType Modifier and Type Method Description void
ImaConnection. destroySubscription(Object obj, String name, ImaSubscriptionType subType)
Destroy a subscription.ImaSubscription
ImaConnection. newSubscription(ImaDestinationType desttype, String dest, String name, ImaSubscriptionType subType, boolean nolocal, boolean transacted)
Create a new subscription object.
-