BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface JMSProducerRuntimeMBean


public interface JMSProducerRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring a WebLogic JMS producer.

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

Method Summary
 long getBytesPendingCount()
          Returns the number of bytes pending (uncommitted and unacknowledged) by this producer.
 long getBytesSentCount()
          Returns the number of bytes sent by this producer since the last reset.
 long getMessagesPendingCount()
          Returns the number of messages pending (uncommitted and unacknowledged) by this producer.
 long getMessagesSentCount()
          Returns the number of messages sent by this producer since the last reset.
 
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

getMessagesPendingCount

public long getMessagesPendingCount()
Returns the number of messages pending (uncommitted and unacknowledged) by this producer.

Returns:
The messagesPendingCount value

getMessagesSentCount

public long getMessagesSentCount()
Returns the number of messages sent by this producer since the last reset.

Returns:
The messagesSentCount value

getBytesPendingCount

public long getBytesPendingCount()
Returns the number of bytes pending (uncommitted and unacknowledged) by this producer.

Returns:
The bytesPendingCount value

getBytesSentCount

public long getBytesSentCount()
Returns the number of bytes sent by this producer since the last reset.

Returns:
The bytesSentCount value

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