|
||||||||||
| 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.http.HTTPProxyDestinationControl
public class HTTPProxyDestinationControl
The HTTPProxyDestinationControl class is the MBean implementation for
monitoring and managing a HTTPProxyDestination at runtime.
| Field Summary |
|---|
| Fields inherited from class flex.management.BaseControl |
|---|
DOMAIN_PREFIX |
| Constructor Summary | |
|---|---|
HTTPProxyDestinationControl(HTTPProxyDestination destination,
BaseControl parent)
Constructs a new HTTPProxyDestinationControl instance. |
|
| Method Summary | |
|---|---|
Integer |
getInvokeHTTPCount()
Returns the number of HTTP invocations the HTTP proxy service has processed. |
Double |
getInvokeHTTPFrequency()
Returns the number of HTTP invocations per minute. |
Integer |
getInvokeSOAPCount()
Returns the number of SOAP invocations the HTTP proxy service has processed. |
Double |
getInvokeSOAPFrequency()
Returns the number of SOAP invocations per minute. |
Date |
getLastInvokeHTTPTimestamp()
Returns the timestamp of the most recent HTTP invocation processed by the HTTP proxy service. |
Date |
getLastInvokeSOAPTimestamp()
Returns the timestamp of the most recent SOAP invocation processed by the HTTP proxy service. |
String |
getType()
Returns the type for this MBean. |
void |
incrementInvokeHTTPCount()
Increments the count of HTTP invocations. |
void |
incrementInvokeSOAPCount()
Increments the count of Soap invocations. |
void |
resetInvokeHTTPCount()
Resets the count of HTTP invocations. |
void |
resetInvokeSOAPCount()
Resets the count of SOAP invocations. |
| 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 HTTPProxyDestinationControl(HTTPProxyDestination destination,
BaseControl parent)
HTTPProxyDestinationControl instance.
destination - The HTTPProxyDestination managed by this MBean.parent - The parent MBean in the management hierarchy.| Method Detail |
|---|
public Integer getInvokeSOAPCount()
HTTPProxyDestinationControlMBean
getInvokeSOAPCount in interface HTTPProxyDestinationControlMBeanpublic void resetInvokeSOAPCount()
HTTPProxyDestinationControlMBean
resetInvokeSOAPCount in interface HTTPProxyDestinationControlMBeanpublic void incrementInvokeSOAPCount()
public Date getLastInvokeSOAPTimestamp()
HTTPProxyDestinationControlMBean
getLastInvokeSOAPTimestamp in interface HTTPProxyDestinationControlMBeanpublic Double getInvokeSOAPFrequency()
HTTPProxyDestinationControlMBean
getInvokeSOAPFrequency in interface HTTPProxyDestinationControlMBeanpublic Integer getInvokeHTTPCount()
HTTPProxyDestinationControlMBean
getInvokeHTTPCount in interface HTTPProxyDestinationControlMBeanpublic void resetInvokeHTTPCount()
HTTPProxyDestinationControlMBean
resetInvokeHTTPCount in interface HTTPProxyDestinationControlMBeanpublic void incrementInvokeHTTPCount()
public Date getLastInvokeHTTPTimestamp()
HTTPProxyDestinationControlMBean
getLastInvokeHTTPTimestamp in interface HTTPProxyDestinationControlMBeanpublic Double getInvokeHTTPFrequency()
HTTPProxyDestinationControlMBean
getInvokeHTTPFrequency in interface HTTPProxyDestinationControlMBeanpublic String getType()
BaseControlMBeantype key in the ObjectName for this MBean.
getType in interface BaseControlMBeangetType in class BaseControl
|
||||||||||
| 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/http/HTTPProxyDestinationControl.html