|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.BaseControl
flex.management.runtime.messaging.DestinationControl
flex.management.runtime.messaging.services.remoting.RemotingDestinationControl
public class RemotingDestinationControl
The RemotingDestinationControl class is the MBean implementation for
monitoring and managing a RemotingDestination at runtime.
This class performs no internal synchronization, so the statistics it tracks may differ slightly from
the true values but they don't warrant the cost full synchronization.
| Field Summary |
|---|
| Fields inherited from class flex.management.BaseControl |
|---|
DOMAIN_PREFIX |
| Constructor Summary | |
|---|---|
RemotingDestinationControl(RemotingDestination destination,
BaseControl parent)
Constructs a new RemotingDestinationControl instance. |
|
| 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. |
String |
getType()
Returns the type for this MBean. |
void |
incrementInvocationFaultCount(int processingTimeMillis)
Increment the invocation fault count for the destination. |
void |
incrementInvocationSuccessCount(int processingTimeMillis)
Increment the invocation success count for the destination. |
| Methods inherited from class flex.management.runtime.messaging.DestinationControl |
|---|
getAdapter, getId, getStartTimestamp, isRunning, preDeregister, setAdapter |
| Methods inherited from class flex.management.BaseControl |
|---|
getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, postDeregister, postRegister, preRegister, register, setStartTimestamp, unregister |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.management.runtime.messaging.DestinationControlMBean |
|---|
getAdapter, getStartTimestamp, isRunning |
| Methods inherited from interface flex.management.BaseControlMBean |
|---|
getId, getParent |
| Constructor Detail |
|---|
public RemotingDestinationControl(RemotingDestination destination,
BaseControl parent)
RemotingDestinationControl instance.
destination - The RemotingDestination managed by this MBean.parent - The parent MBean in the management hierarchy.| Method Detail |
|---|
public String getType()
type key in the ObjectName for this MBean.
getType in interface BaseControlMBeangetType in class BaseControl
public Integer getInvocationSuccessCount()
throws IOException
getInvocationSuccessCount in interface RemotingDestinationControlMBeanIOException - Throws IOException.public void incrementInvocationSuccessCount(int processingTimeMillis)
public Integer getInvocationFaultCount()
throws IOException
getInvocationFaultCount in interface RemotingDestinationControlMBeanIOException - Throws IOException.public void incrementInvocationFaultCount(int processingTimeMillis)
public Integer getAverageInvocationProcessingTimeMillis()
throws IOException
getAverageInvocationProcessingTimeMillis in interface RemotingDestinationControlMBeanIOException - Throws IOException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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/RemotingDestinationControl.html