Uses of Class
org.apache.openejb.jee.was.v6.ejb.SubscriptionDurabilityEnum

Packages that use SubscriptionDurabilityEnum
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
protected  SubscriptionDurabilityEnum MessageDrivenDestination.subscriptionDurability
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return SubscriptionDurabilityEnum
static SubscriptionDurabilityEnum SubscriptionDurabilityEnum.fromValue(String v)
           
 SubscriptionDurabilityEnum MessageDrivenDestination.getSubscriptionDurability()
          Gets the value of the subscriptionDurability property.
static SubscriptionDurabilityEnum SubscriptionDurabilityEnum.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
 void MessageDrivenDestination.setSubscriptionDurability(SubscriptionDurabilityEnum value)
          Sets the value of the subscriptionDurability property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.