|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the runtime monitoring and management interface for managed HTTP proxy services.
| 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. |
void |
resetInvokeHTTPCount()
Resets the count of HTTP invocations. |
void |
resetInvokeSOAPCount()
Resets the count of SOAP invocations. |
| Methods inherited from interface flex.management.runtime.messaging.services.ServiceControlMBean |
getDestinations, getLastServiceCommandTimestamp, getLastServiceMessageFromAdapterTimestamp, getLastServiceMessageTimestamp, getServiceCommandCount, getServiceCommandFrequency, getServiceMessageCount, getServiceMessageFrequency, getServiceMessageFromAdapterCount, getServiceMessageFromAdapterFrequency, resetServiceCommandCount, resetServiceMessageCount, resetServiceMessageFromAdapterCount |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Integer getInvokeSOAPCount()
throws IOException
IOException
public void resetInvokeSOAPCount()
throws IOException
IOException
public Date getLastInvokeSOAPTimestamp()
throws IOException
IOException
public Double getInvokeSOAPFrequency()
throws IOException
IOException
public Integer getInvokeHTTPCount()
throws IOException
IOException
public void resetInvokeHTTPCount()
throws IOException
IOException
public Date getLastInvokeHTTPTimestamp()
throws IOException
IOException
public Double getInvokeHTTPFrequency()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||