|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface MessageDestinationDescriptorBean
| Method Summary | |
|---|---|
abstract 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. |
abstract String |
getDestinationResourceLink()Maps to a resource within a JMS module defined in ejb-jar.xml to an actual JMS Module Reference in WebLogic Server. |
abstract String |
getId()The bean Id. |
abstract String |
getInitialContextFactory()Specifies the initial context factory used by the JMS provider to create initial context. |
abstract String |
getMessageDestinationName()Specifies the name of a message destination reference. |
abstract String |
getProviderUrl()Specifies the URL to be used by the InitialContext. |
abstract void |
setDestinationJNDIName(String destinationJndiName)Sets the "destination-jndi-name" element. |
abstract void |
setDestinationResourceLink(String destinationResourceLink)Sets the "destination-resource-link" element. |
abstract void |
setId(String id)Sets the Id element. |
abstract void |
setInitialContextFactory(String initialContextFactory)Sets the "initial-context-factory" element. |
abstract void |
setMessageDestinationName(String messageDestinationName)Sets the "message-destination-name" element. |
abstract 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, 2015, 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.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||