flex.management.runtime.messaging.services
Interface HTTPProxyServiceControlMBean

All Superinterfaces:
BaseControlMBean, ServiceControlMBean

public interface HTTPProxyServiceControlMBean
extends ServiceControlMBean

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

getInvokeSOAPCount

public Integer getInvokeSOAPCount()
                           throws IOException
Returns the number of SOAP invocations the HTTP proxy service has processed.

Returns:
The number of SOAP invocations the HTTP proxy service has processed.
Throws:
IOException

resetInvokeSOAPCount

public void resetInvokeSOAPCount()
                          throws IOException
Resets the count of SOAP invocations.

Throws:
IOException

getLastInvokeSOAPTimestamp

public Date getLastInvokeSOAPTimestamp()
                                throws IOException
Returns the timestamp of the most recent SOAP invocation processed by the HTTP proxy service.

Returns:
The timestamp for the most recent SOAP invocation.
Throws:
IOException

getInvokeSOAPFrequency

public Double getInvokeSOAPFrequency()
                              throws IOException
Returns the number of SOAP invocations per minute.

Returns:
The number of SOAP invocations per minute.
Throws:
IOException

getInvokeHTTPCount

public Integer getInvokeHTTPCount()
                           throws IOException
Returns the number of HTTP invocations the HTTP proxy service has processed.

Returns:
The number of HTTP invocations the HTTP proxy service has processed.
Throws:
IOException

resetInvokeHTTPCount

public void resetInvokeHTTPCount()
                          throws IOException
Resets the count of HTTP invocations.

Throws:
IOException

getLastInvokeHTTPTimestamp

public Date getLastInvokeHTTPTimestamp()
                                throws IOException
Returns the timestamp of the most recent HTTP invocation processed by the HTTP proxy service.

Returns:
The timestamp for the most recent HTTP invocation.
Throws:
IOException

getInvokeHTTPFrequency

public Double getInvokeHTTPFrequency()
                              throws IOException
Returns the number of HTTP invocations per minute.

Returns:
The number of HTTP invocations per minute.
Throws:
IOException


Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)