Class QoSHandlerMBean

All Implemented Interfaces:
DynamicMBean

public class QoSHandlerMBean extends Handler.AbstractMBean
  • Constructor Details

    • QoSHandlerMBean

      public QoSHandlerMBean(Object managedObject)
  • Method Details

    • getManagedObject

      public QoSHandler getManagedObject()
      Description copied from class: ObjectMBean
      Get the managed object.
      Overrides:
      getManagedObject in class Handler.AbstractMBean
      Returns:
      the managed object
    • getMaxSuspendMillis

      @ManagedAttribute("The maximum request suspend time in milliseconds") public long getMaxSuspendMillis()
    • setMaxSuspendMillis

      public void setMaxSuspendMillis(long maxSuspend)