flex.management.runtime.messaging.endpoints
Class StreamingHTTPEndpointControl

java.lang.Object
  extended by flex.management.BaseControl
      extended by flex.management.runtime.messaging.endpoints.EndpointControl
          extended by flex.management.runtime.messaging.endpoints.StreamingEndpointControl
              extended by flex.management.runtime.messaging.endpoints.StreamingHTTPEndpointControl
All Implemented Interfaces:
BaseControlMBean, EndpointControlMBean, StreamingEndpointControlMBean, StreamingHTTPEndpointControlMBean, MBeanRegistration

public class StreamingHTTPEndpointControl
extends StreamingEndpointControl
implements StreamingHTTPEndpointControlMBean

The StreamingHTTPEndpointControl class is the MBean implemenation for monitoring and managing a StreamingHTTPEndpoint at runtime.


Field Summary
 
Fields inherited from class flex.management.BaseControl
DOMAIN_PREFIX
 
Constructor Summary
StreamingHTTPEndpointControl(StreamingHTTPEndpoint endpoint, BaseControl parent)
          Constructs a StreamingHTTPEndpointControl, assigning managed message endpoint and parent MBean.
 
Method Summary
 String getType()
          Returns the type for this MBean.
 
Methods inherited from class flex.management.runtime.messaging.endpoints.StreamingEndpointControl
getLastPushTimestamp, getMaxStreamingClients, getPushCount, getPushFrequency, getStreamingClientsCount, incrementPushCount, resetPushCount
 
Methods inherited from class flex.management.runtime.messaging.endpoints.EndpointControl
addToBytesDeserialized, addToBytesSerialized, getBytesDeserialized, getBytesSerialized, getId, getLastServiceMessageTimestamp, getSecurityConstraint, getSecurityConstraintOf, getServiceMessageCount, getServiceMessageFrequency, getStartTimestamp, getURI, incrementServiceMessageCount, isRunning, preDeregister, resetServiceMessageCount
 
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.endpoints.StreamingEndpointControlMBean
getLastPushTimestamp, getMaxStreamingClients, getPushCount, getPushFrequency, getStreamingClientsCount, resetPushCount
 
Methods inherited from interface flex.management.runtime.messaging.endpoints.EndpointControlMBean
getBytesDeserialized, getBytesSerialized, getLastServiceMessageTimestamp, getSecurityConstraint, getServiceMessageCount, getServiceMessageFrequency, getStartTimestamp, getURI, isRunning, resetServiceMessageCount
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent
 

Constructor Detail

StreamingHTTPEndpointControl

public StreamingHTTPEndpointControl(StreamingHTTPEndpoint endpoint,
                                    BaseControl parent)
Constructs a StreamingHTTPEndpointControl, assigning managed message endpoint and parent MBean.

Parameters:
endpoint - The StreamingHTTPEndpoint managed by this MBean.
parent - The parent MBean in the management hierarchy.
Method Detail

getType

public String getType()
Returns the type for this MBean. This is the value that is set for the type key in the ObjectName for this MBean.

Specified by:
getType in interface BaseControlMBean
Specified by:
getType in class BaseControl
Returns:
The MBean instance type.


Copyright © 2008 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/blazeds/1/javadoc/flex/management/runtime/messaging/endpoints/StreamingHTTPEndpointControl.html