public interface WLDFJMSNotificationBean extends WLDFNotificationBean
Use this interface to define a JMS action, which is sent
 when a diagnostic policy evaluates to true.
Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getConnectionFactoryJNDIName()
The JNDI name of the JMS connection factory. 
 | 
String | 
getDestinationJNDIName()
The JNDI name of the JMS destination. 
 | 
void | 
setConnectionFactoryJNDIName(String connectionFactoryJNDIName)
Sets the value of the ConnectionFactoryJNDIName attribute. 
 | 
void | 
setDestinationJNDIName(String destinationJNDIName)
Sets the value of the DestinationJNDIName attribute. 
 | 
getTimeout, isEnabled, setEnabled, setTimeoutString getDestinationJNDIName()
The JNDI name of the JMS destination.
void setDestinationJNDIName(String destinationJNDIName)
Sets the value of the DestinationJNDIName attribute.
destinationJNDIName - the JNDI name of the JMS destinationWLDFJMSNotificationBean.getDestinationJNDIName()String getConnectionFactoryJNDIName()
The JNDI name of the JMS connection factory. If a name has not been specified, the default JMS connection factory is used.
void setConnectionFactoryJNDIName(String connectionFactoryJNDIName)
Sets the value of the ConnectionFactoryJNDIName attribute.
connectionFactoryJNDIName - JNDI name of the JMS Connection factoryWLDFJMSNotificationBean.getConnectionFactoryJNDIName()