Uses of Class
org.apache.openejb.jee.was.v6.ejb.SubscriptionDurabilityEnum
-
Packages that use SubscriptionDurabilityEnum Package Description org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SubscriptionDurabilityEnum in org.apache.openejb.jee.was.v6.ejb
Fields in org.apache.openejb.jee.was.v6.ejb declared as SubscriptionDurabilityEnum Modifier and Type Field Description protected SubscriptionDurabilityEnumMessageDrivenDestination. subscriptionDurabilityMethods in org.apache.openejb.jee.was.v6.ejb that return SubscriptionDurabilityEnum Modifier and Type Method Description static SubscriptionDurabilityEnumSubscriptionDurabilityEnum. fromValue(String v)SubscriptionDurabilityEnumMessageDrivenDestination. getSubscriptionDurability()Gets the value of the subscriptionDurability property.static SubscriptionDurabilityEnumSubscriptionDurabilityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionDurabilityEnum[]SubscriptionDurabilityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type SubscriptionDurabilityEnum Modifier and Type Method Description voidMessageDrivenDestination. setSubscriptionDurability(SubscriptionDurabilityEnum value)Sets the value of the subscriptionDurability property.
-