|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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)
|
Copyright 1996, 2013, 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.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |