org.mortbay.jetty.asyncblazeds
Class AsyncHTTPEndpointControl

java.lang.Object
  extended by flex.management.BaseControl
      extended by flex.management.runtime.messaging.endpoints.EndpointControl
          extended by org.mortbay.jetty.asyncblazeds.AsyncHTTPEndpointControl
All Implemented Interfaces:
flex.management.BaseControlMBean, flex.management.runtime.messaging.endpoints.EndpointControlMBean, javax.management.MBeanRegistration

public class AsyncHTTPEndpointControl
extends flex.management.runtime.messaging.endpoints.EndpointControl


Field Summary
 
Fields inherited from class flex.management.runtime.messaging.endpoints.EndpointControl
endpoint
 
Fields inherited from class flex.management.BaseControl
DOMAIN_PREFIX, startTimestamp
 
Constructor Summary
AsyncHTTPEndpointControl(AsyncHTTPEndpoint endpoint, flex.management.BaseControl parent)
          Constructs a AsyncHTTPEndpointControl, assigning managed message endpoint and parent MBean.
 
Method Summary
 java.lang.String getType()
          
 
Methods inherited from class flex.management.runtime.messaging.endpoints.EndpointControl
addToBytesDeserialized, addToBytesSerialized, getBytesDeserialized, getBytesSerialized, getId, getLastServiceMessageTimestamp, getSecurityConstraint, getSecurityConstraintOf, getServiceMessageCount, getServiceMessageFrequency, getStartTimestamp, getURI, incrementServiceMessageCount, isRunning, onRegistrationComplete, preDeregister, resetServiceMessageCount
 
Methods inherited from class flex.management.BaseControl
differenceInMinutes, getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, postDeregister, postRegister, preRegister, register, setRegistrar, setStartTimestamp, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface flex.management.BaseControlMBean
getParent
 

Constructor Detail

AsyncHTTPEndpointControl

public AsyncHTTPEndpointControl(AsyncHTTPEndpoint endpoint,
                                flex.management.BaseControl parent)
Constructs a AsyncHTTPEndpointControl, assigning managed message endpoint and parent MBean.

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

getType

public java.lang.String getType()

Specified by:
getType in interface flex.management.BaseControlMBean
Specified by:
getType in class flex.management.BaseControl


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.