WLDFBean
, WLDFNotificationBean
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 | Description |
---|---|---|
java.lang.String |
getConnectionFactoryJNDIName() |
The JNDI name of the JMS connection factory.
|
java.lang.String |
getDestinationJNDIName() |
The JNDI name of the JMS destination.
|
void |
setConnectionFactoryJNDIName(java.lang.String connectionFactoryJNDIName) |
Sets the value of the ConnectionFactoryJNDIName attribute.
|
void |
setDestinationJNDIName(java.lang.String destinationJNDIName) |
Sets the value of the DestinationJNDIName attribute.
|
getTimeout, isEnabled, setEnabled, setTimeout
java.lang.String getDestinationJNDIName()
The JNDI name of the JMS destination.
void setDestinationJNDIName(java.lang.String destinationJNDIName)
Sets the value of the DestinationJNDIName attribute.
destinationJNDIName
- the JNDI name of the JMS destinationgetDestinationJNDIName()
java.lang.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(java.lang.String connectionFactoryJNDIName)
Sets the value of the ConnectionFactoryJNDIName attribute.
connectionFactoryJNDIName
- JNDI name of the JMS Connection factorygetConnectionFactoryJNDIName()