|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BridgeDestinationMBean
This MBean represents a bridge destination for non-JMS messaging products. Each messaging bridge instance consists of the following destination types:
Source: The message producing destination. A bridge instance consumes messages from the source destination.
Target: The destination where a bridge instance forwards messages produced by the source destination.
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 |
---|
Properties getProperties()
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:
The URL used to establish a connection to the destination.
The JNDI name of the JMS connection factory used to create a connection for the actual destination being mapped to the general bridge destination.
The JNDI name of the actual destination being mapped to the general bridge destination.
Specifies whether the destination type is either a Queue or Topic.
The factory used to get the JNDI context.
void setProperties(Properties properties) throws InvalidAttributeValueException
Sets the value of the Properties
attribute.
properties
- The new properties value
InvalidAttributeValueException
BridgeDestinationMBean.getProperties()
|
Copyright 1996, 2014, 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.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |