org.netbeans.modules.j2ee.dd.api.ejb
Interface MessageDrivenDestination
- All Superinterfaces:
- CommonDDBean
public interface MessageDrivenDestination
- extends CommonDDBean
DESTINATION_TYPE
static final String DESTINATION_TYPE
- See Also:
- Constant Field Values
DESTINATIONTYPEID
static final String DESTINATIONTYPEID
- See Also:
- Constant Field Values
SUBSCRIPTION_DURABILITY
static final String SUBSCRIPTION_DURABILITY
- See Also:
- Constant Field Values
SUBSCRIPTIONDURABILITYID
static final String SUBSCRIPTIONDURABILITYID
- See Also:
- Constant Field Values
DESTINATION_TYPE_QUEUE
static final String DESTINATION_TYPE_QUEUE
- See Also:
- Constant Field Values
DESTINATION_TYPE_TOPIC
static final String DESTINATION_TYPE_TOPIC
- See Also:
- Constant Field Values
SUBSCRIPTION_DURABILITY_DURABLE
static final String SUBSCRIPTION_DURABILITY_DURABLE
- See Also:
- Constant Field Values
SUBSCRIPTION_DURABILITY_NONDURABLE
static final String SUBSCRIPTION_DURABILITY_NONDURABLE
- See Also:
- Constant Field Values
setDestinationType
void setDestinationType(String value)
getDestinationType
String getDestinationType()
setSubscriptionDurability
void setSubscriptionDurability(String value)
getSubscriptionDurability
String getSubscriptionDurability()