|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSBridgeDestinationMBean
This MBean represents a messaging bridge destination for a JMS messaging product. Each messaging bridge consists of two destinations that are being bridged:
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.
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 | |
---|---|
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 | |
---|---|
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. |
void |
setConnectionFactoryJNDIName(String jndi)
Sets the value of the ConnectionFactoryJNDIName
attribute. |
void |
setConnectionURL(String jndi)
Sets the value of the ConnectionURL attribute. |
void |
setDestinationJNDIName(String jndi)
Sets the value of the DestinationJNDIName
attribute. |
void |
setDestinationType(String type)
Sets the value of the DestinationType
attribute. |
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, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Field Detail |
---|
static final String DEFAULT_INITIAL_CONTEXT_FACTORY
Method Detail |
---|
String 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 value
InvalidAttributeValueException
JMSBridgeDestinationMBean.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 value
InvalidAttributeValueException
JMSBridgeDestinationMBean.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 value
InvalidAttributeValueException
JMSBridgeDestinationMBean.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 value
InvalidAttributeValueException
JMSBridgeDestinationMBean.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 value
InvalidAttributeValueException
JMSBridgeDestinationMBean.getDestinationType()
|
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-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |