public interface MessageDestinationDescriptorBean
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDestinationJNDIName()
Specifies the JNDI name used to associate a message-driven bean with an actual JMS Queue or Topic deployed in the WebLogic Server JNDI tree. 
 | 
String | 
getDestinationResourceLink()
Maps to a resource within a JMS module defined in ejb-jar.xml to an actual JMS Module Reference in WebLogic Server. 
 | 
String | 
getId()
The bean Id. 
 | 
String | 
getInitialContextFactory()
Specifies the initial context factory used by the JMS provider to create initial context. 
 | 
String | 
getMessageDestinationName()
Specifies the name of a message destination reference. 
 | 
String | 
getProviderUrl()
Specifies the URL to be used by the InitialContext. 
 | 
void | 
setDestinationJNDIName(String destinationJndiName)
Sets the "destination-jndi-name" element. 
 | 
void | 
setDestinationResourceLink(String destinationResourceLink)
Sets the "destination-resource-link" element. 
 | 
void | 
setId(String id)
Sets the Id element. 
 | 
void | 
setInitialContextFactory(String initialContextFactory)
Sets the "initial-context-factory" element. 
 | 
void | 
setMessageDestinationName(String messageDestinationName)
Sets the "message-destination-name" element. 
 | 
void | 
setProviderUrl(String providerUrl)
Sets the "provider-url" element. 
 | 
String getMessageDestinationName()
void setMessageDestinationName(String messageDestinationName)
String getDestinationJNDIName()
void setDestinationJNDIName(String destinationJndiName)
String getInitialContextFactory()
void setInitialContextFactory(String initialContextFactory)
String getProviderUrl()
void setProviderUrl(String providerUrl)
String getDestinationResourceLink()
void setDestinationResourceLink(String destinationResourceLink)
String getId()
void setId(String id)