Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.configuration
Interface JMSBridgeDestinationMBean

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

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:

Since:
7.0.0.0

Field Summary
static String DEFAULT_INITIAL_CONTEXT_FACTORY
           

 

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
abstract  String getConnectionFactoryJNDIName()
          The connection factory's JNDI name for this JMS bridge destination.
abstract  String getConnectionURL()
          The connection URL for this JMS bridge destination.
abstract  String getDestinationJNDIName()
          The destination JNDI name for this JMS bridge destination.
abstract  String getDestinationType()
          The destination type (queue or topic) for this JMS bridge destination.
abstract  String getInitialContextFactory()
          The initial context factory name for this JMS bridge destination.
abstract  String getName()
          The user-specified name of this MBean instance.
abstract  void setConnectionFactoryJNDIName(String jndi)
          Sets the value of the ConnectionFactoryJNDIName attribute.
abstract  void setConnectionURL(String jndi)
          Sets the value of the ConnectionURL attribute.
abstract  void setDestinationJNDIName(String jndi)
          Sets the value of the DestinationJNDIName attribute.
abstract  void setDestinationType(String type)
          Sets the value of the DestinationType attribute.
abstract  void setInitialContextFactory(String jndi)
          Sets the value of the InitialContextFactory 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, 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

 

Field Detail

DEFAULT_INITIAL_CONTEXT_FACTORY

static final String DEFAULT_INITIAL_CONTEXT_FACTORY
See Also:
Constant Field Values

Method Detail

getName

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

Specified by:
getName in interface ConfigurationMBean
Specified by:
getName in interface WebLogicMBean

getConnectionFactoryJNDIName

String getConnectionFactoryJNDIName()

The connection factory's JNDI name for this JMS bridge destination.

Returns:
The connectionFactoryJNDIName value

setConnectionFactoryJNDIName

void setConnectionFactoryJNDIName(String jndi)
                                  throws InvalidAttributeValueException

Sets the value of the ConnectionFactoryJNDIName attribute.

Parameters:
jndi - The new connectionFactoryJNDIName value
Throws:
InvalidAttributeValueException
See Also:
JMSBridgeDestinationMBean.getConnectionFactoryJNDIName()

getInitialContextFactory

String getInitialContextFactory()

The initial context factory name for this JMS bridge destination.

Returns:
The initialContextFactory value

setInitialContextFactory

void setInitialContextFactory(String jndi)
                              throws InvalidAttributeValueException

Sets the value of the InitialContextFactory attribute.

Parameters:
jndi - The new initialContextFactory value
Throws:
InvalidAttributeValueException
See Also:
JMSBridgeDestinationMBean.getInitialContextFactory()

getConnectionURL

String getConnectionURL()

The connection URL for this JMS bridge destination.

Returns:
The connectionURL value

setConnectionURL

void setConnectionURL(String jndi)
                      throws InvalidAttributeValueException

Sets the value of the ConnectionURL attribute.

Parameters:
jndi - The new connectionURL value
Throws:
InvalidAttributeValueException
See Also:
JMSBridgeDestinationMBean.getConnectionURL()

getDestinationJNDIName

String getDestinationJNDIName()

The destination JNDI name for this JMS bridge destination.

Returns:
The destinationJNDIName value

setDestinationJNDIName

void setDestinationJNDIName(String jndi)
                            throws InvalidAttributeValueException

Sets the value of the DestinationJNDIName attribute.

Parameters:
jndi - The new destinationJNDIName value
Throws:
InvalidAttributeValueException
See Also:
JMSBridgeDestinationMBean.getDestinationJNDIName()

getDestinationType

String getDestinationType()

The destination type (queue or topic) for this JMS bridge destination.

Returns:
The destinationType value

setDestinationType

void setDestinationType(String type)
                        throws InvalidAttributeValueException

Sets the value of the DestinationType attribute.

Parameters:
type - The new destinationType value
Throws:
InvalidAttributeValueException
See Also:
JMSBridgeDestinationMBean.getDestinationType()

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09