public interface JMSBridgeDestinationMBean extends BridgeDestinationCommonMBean
This MBean represents a messaging bridge destination for a JMS messaging product. Each messaging bridge consists of two destinations that are being bridged:
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_INITIAL_CONTEXT_FACTORY | 
JMS_XA_ADAPTER_JNDIDEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| String | getConnectionFactoryJNDIName()The connection factory's JNDI name for this JMS bridge
 destination. | 
| String | getConnectionURL()The connection URL for this JMS bridge destination. | 
| String | getDestinationJNDIName()The destination JNDI name for this JMS bridge destination. | 
| String | getDestinationType()The destination type (queue or topic) for this JMS bridge
 destination. | 
| String | getInitialContextFactory()The initial context factory name for this JMS bridge
 destination. | 
| String | getName()The user-specified name of this MBean instance. | 
| void | setConnectionFactoryJNDIName(String jndi)Sets the value of the  ConnectionFactoryJNDINameattribute. | 
| void | setConnectionURL(String jndi)Sets the value of the  ConnectionURLattribute. | 
| void | setDestinationJNDIName(String jndi)Sets the value of the  DestinationJNDINameattribute. | 
| void | setDestinationType(String type)Sets the value of the  DestinationTypeattribute. | 
| void | setInitialContextFactory(String jndi)Sets the value of the  InitialContextFactoryattribute. | 
getAdapterJNDIName, getClasspath, getUserName, getUserPassword, getUserPasswordEncrypted, setAdapterJNDIName, setClasspath, setUserName, setUserPassword, setUserPasswordEncryptedfreezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerstatic final String DEFAULT_INITIAL_CONTEXT_FACTORY
String getName()
The user-specified name of this MBean instance.
This name is included as one of the key properties in the
 MBean's javax.management.ObjectName:
Name=user-specified-name
getName in interface ConfigurationMBeangetName in interface WebLogicMBeanString getConnectionFactoryJNDIName()
The connection factory's JNDI name for this JMS bridge destination.
void setConnectionFactoryJNDIName(String jndi) throws InvalidAttributeValueException
Sets the value of the ConnectionFactoryJNDIName
 attribute.
jndi - The new connectionFactoryJNDIName valueInvalidAttributeValueExceptionJMSBridgeDestinationMBean.getConnectionFactoryJNDIName()String getInitialContextFactory()
The initial context factory name for this JMS bridge destination.
void setInitialContextFactory(String jndi) throws InvalidAttributeValueException
Sets the value of the InitialContextFactory
 attribute.
jndi - The new initialContextFactory valueInvalidAttributeValueExceptionJMSBridgeDestinationMBean.getInitialContextFactory()String getConnectionURL()
The connection URL for this JMS bridge destination.
void setConnectionURL(String jndi) throws InvalidAttributeValueException
Sets the value of the ConnectionURL attribute.
jndi - The new connectionURL valueInvalidAttributeValueExceptionJMSBridgeDestinationMBean.getConnectionURL()String getDestinationJNDIName()
The destination JNDI name for this JMS bridge destination.
void setDestinationJNDIName(String jndi) throws InvalidAttributeValueException
Sets the value of the DestinationJNDIName
 attribute.
jndi - The new destinationJNDIName valueInvalidAttributeValueExceptionJMSBridgeDestinationMBean.getDestinationJNDIName()String getDestinationType()
The destination type (queue or topic) for this JMS bridge destination.
void setDestinationType(String type) throws InvalidAttributeValueException
Sets the value of the DestinationType
 attribute.
type - The new destinationType valueInvalidAttributeValueExceptionJMSBridgeDestinationMBean.getDestinationType()