flex.management.runtime.messaging.services.remoting
Interface RemotingDestinationControlMBean

All Superinterfaces:
BaseControlMBean, DestinationControlMBean
All Known Implementing Classes:
RemotingDestinationControl

public interface RemotingDestinationControlMBean
extends DestinationControlMBean

Defines the runtime monitoring and management interface for managed RemotingDestinations.


Method Summary
 Integer getAverageInvocationProcessingTimeMillis()
          Returns the average invocation processing time in milliseconds for the destination.
 Integer getInvocationFaultCount()
          Returns the count of faulted invocations for the destination.
 Integer getInvocationSuccessCount()
          Returns the count of successful invocations for the destination.
 
Methods inherited from interface flex.management.runtime.messaging.DestinationControlMBean
getAdapter, getStartTimestamp, isRunning
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

getInvocationSuccessCount

Integer getInvocationSuccessCount()
                                  throws IOException
Returns the count of successful invocations for the destination.

Returns:
The number of successful invocations for the destination.
Throws:
IOException - Throws IOException.

getInvocationFaultCount

Integer getInvocationFaultCount()
                                throws IOException
Returns the count of faulted invocations for the destination.

Returns:
The number of successful invocations for the destination.
Throws:
IOException - Throws IOException.

getAverageInvocationProcessingTimeMillis

Integer getAverageInvocationProcessingTimeMillis()
                                                 throws IOException
Returns the average invocation processing time in milliseconds for the destination.

Returns:
The average invocation processing time in milliseconds for the destination.
Throws:
IOException - Throws IOException.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/services/remoting/RemotingDestinationControlMBean.html