|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionDurabilityKind | |
---|---|
org.eclipse.jst.j2ee.ejb | This package includes the enterprise bean module model api. |
Uses of SubscriptionDurabilityKind in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as SubscriptionDurabilityKind | |
---|---|
static SubscriptionDurabilityKind |
SubscriptionDurabilityKind.DURABLE_LITERAL
The 'Durable' literal object |
static SubscriptionDurabilityKind |
SubscriptionDurabilityKind.NON_DURABLE_LITERAL
The 'Non Durable' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return SubscriptionDurabilityKind | |
---|---|
static SubscriptionDurabilityKind |
SubscriptionDurabilityKind.get(int value)
Returns the 'Subscription Durability Kind' literal with the specified integer value |
static SubscriptionDurabilityKind |
SubscriptionDurabilityKind.get(java.lang.String literal)
Returns the 'Subscription Durability Kind' literal with the specified literal value |
static SubscriptionDurabilityKind |
SubscriptionDurabilityKind.getByName(java.lang.String name)
Returns the 'Subscription Durability Kind' literal with the specified name |
SubscriptionDurabilityKind |
MessageDrivenDestination.getSubscriptionDurability()
|
Methods in org.eclipse.jst.j2ee.ejb with parameters of type SubscriptionDurabilityKind | |
---|---|
void |
MessageDrivenDestination.setSubscriptionDurability(SubscriptionDurabilityKind value)
Sets the value of the ' Subscription Durability ' attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |