Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

weblogic.management.configuration
Interface BridgeDestinationMBean

All Superinterfaces:
BridgeDestinationCommonMBean, ConfigurationMBean

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.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime.


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, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 

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()

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02