BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface BridgeDestinationMBean


public interface BridgeDestinationMBean
extends ConfigurationMBean

This Mbean defines a Bridge destination.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getAdapterJNDIName()
          Get the JNDI name of the adapter It is the string defined in the adapter's descriptor file, and used to bind the adapter in WLS JNDI.
 java.util.Properties getProperties()
          Get the string value that specifies all the properties of the bridge destination This attribute contians a set of properties defined for the destination.
 void setAdapterJNDIName(java.lang.String name)
          Set the JNDI name of the adapter
 void setProperties(java.util.Properties properties)
          Set the string value that specifies all the properties of the bridge destination
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
getNotes, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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
 

Method Detail

getAdapterJNDIName

public java.lang.String getAdapterJNDIName()
Get the JNDI name of the adapter It is the string defined in the adapter's descriptor file, and used to bind the adapter in WLS JNDI.


setAdapterJNDIName

public void setAdapterJNDIName(java.lang.String name)
                        throws javax.management.InvalidAttributeValueException
Set the JNDI name of the adapter


getProperties

public java.util.Properties getProperties()
Get the string value that specifies all the properties of the bridge destination This attribute contians a set of properties defined for the destination. The properties are seperated by ";".


setProperties

public void setProperties(java.util.Properties properties)
                   throws javax.management.InvalidAttributeValueException
Set the string value that specifies all the properties of the bridge destination


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.