BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface MessagingBridgeRuntimeMBean


public interface MessagingBridgeRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic messaging bridge.

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

Method Summary
 java.lang.String getDescription()
          Returns the reason if the messaging bridge is not running
 java.lang.String getState()
          Returns the state of the messaging bridge
 void start()
          Start this messaging bridge
 void stop()
          Stop this messaging bridge
 
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, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

stop

public void stop()
Stop this messaging bridge


start

public void start()
Start this messaging bridge


getState

public java.lang.String getState()
Returns the state of the messaging bridge

Returns:
The state value

getDescription

public java.lang.String getDescription()
Returns the reason if the messaging bridge is not running

Returns:
The description value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b