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, getStartTimestamp, isRunning, resetServiceCommandCount, resetServiceMessageCount, resetServiceMessageFromAdapterCount
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

getInvokeSOAPCount

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

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

Throws:
IOException

getLastInvokeSOAPTimestamp

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

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

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

getInvokeHTTPCount

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

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

Throws:
IOException

getLastInvokeHTTPTimestamp

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

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

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


Copyright © 2007 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/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/runtime/messaging/services/HTTPProxyServiceControlMBean.html