Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.j2ee.descriptor.wl
Interface MessageDestinationDescriptorBean


public interface MessageDestinationDescriptorBean


Method Summary
 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.
 

Method Detail

getMessageDestinationName

String getMessageDestinationName()
Specifies the name of a message destination reference. This is the reference that the EJB provider places within the ejb-jar.xml deployment file.


setMessageDestinationName

void setMessageDestinationName(String messageDestinationName)
Sets the "message-destination-name" element.


getDestinationJNDIName

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.


setDestinationJNDIName

void setDestinationJNDIName(String destinationJndiName)
Sets the "destination-jndi-name" element.


getInitialContextFactory

String getInitialContextFactory()
Specifies the initial context factory used by the JMS provider to create initial context.

Default Value:
"weblogic.jndi.WLInitialContextFactory"

setInitialContextFactory

void setInitialContextFactory(String initialContextFactory)
Sets the "initial-context-factory" element.


getProviderUrl

String getProviderUrl()
Specifies the URL to be used by the InitialContext.


setProviderUrl

void setProviderUrl(String providerUrl)
Sets the "provider-url" element.


getDestinationResourceLink

String getDestinationResourceLink()
Maps to a resource within a JMS module defined in ejb-jar.xml to an actual JMS Module Reference in WebLogic Server.


setDestinationResourceLink

void setDestinationResourceLink(String destinationResourceLink)
Sets the "destination-resource-link" element.


getId

String getId()
The bean Id.


setId

void setId(String id)
Sets the Id element.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02