Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.management.configuration
Interface BridgeDestinationMBean

All Superinterfaces:
BridgeDestinationCommonMBean, ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

Deprecated. 9.0.0.0 Replaced with nothing (upgrade to JMSBridgeDestination if it maps to a JMS destination).

public interface BridgeDestinationMBean
extends BridgeDestinationCommonMBean

This MBean represents a bridge destination for non-JMS messaging products. Each messaging bridge instance consists of the following destination types:

Note:

Although WebLogic JMS includes a "General Bridge Destination" framework for accessing non-JMS messaging products, WebLogic Server does not provide supported adapters for such products. Therefore, you need to obtain a custom adapter from a third-party OEM vendor or contact Oracle.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.BridgeDestinationCommonMBean
JMS_XA_ADAPTER_JNDI
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 Properties getProperties()
          Deprecated. Specifies all the properties of the bridge destination.
 void setProperties(Properties properties)
          Deprecated. Sets the value of the Properties attribute.
 
Methods inherited from interface weblogic.management.configuration.BridgeDestinationCommonMBean
getAdapterJNDIName, getClasspath, getUserName, getUserPassword, getUserPasswordEncrypted, setAdapterJNDIName, setClasspath, setUserName, setUserPassword, setUserPasswordEncrypted
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 

Method Detail

getProperties

Properties getProperties()
Deprecated. 

Specifies all the properties of the bridge destination. The destination properties are string values that must be separated by a semicolon (;).

The following properties are required for all JMS implementations:

ConnectionURL=

The URL used to establish a connection to the destination.

ConnectionFactoryJNDIName=

The JNDI name of the JMS connection factory used to create a connection for the actual destination being mapped to the general bridge destination.

DestinationJNDIName=

The JNDI name of the actual destination being mapped to the general bridge destination.

DestinationType=

Specifies whether the destination type is either a Queue or Topic.

InitialContextFactory=

The factory used to get the JNDI context.

Returns:
The properties value

setProperties

void setProperties(Properties properties)
                   throws InvalidAttributeValueException
Deprecated. 

Sets the value of the Properties attribute.

Parameters:
properties - The new properties value
Throws:
InvalidAttributeValueException
See Also:
BridgeDestinationMBean.getProperties()

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-01