org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface MessageDrivenDestination

All Superinterfaces:
CommonDDBean

public interface MessageDrivenDestination
extends CommonDDBean


Field Summary
static String DESTINATION_TYPE
           
static String DESTINATION_TYPE_QUEUE
           
static String DESTINATION_TYPE_TOPIC
           
static String DESTINATIONTYPEID
           
static String SUBSCRIPTION_DURABILITY
           
static String SUBSCRIPTION_DURABILITY_DURABLE
           
static String SUBSCRIPTION_DURABILITY_NONDURABLE
           
static String SUBSCRIPTIONDURABILITYID
           
 
Method Summary
 String getDestinationType()
           
 String getSubscriptionDurability()
           
 void setDestinationType(String value)
           
 void setSubscriptionDurability(String value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

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
Method Detail

setDestinationType

void setDestinationType(String value)

getDestinationType

String getDestinationType()

setSubscriptionDurability

void setSubscriptionDurability(String value)

getSubscriptionDurability

String getSubscriptionDurability()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.