Uses of Annotation Type
org.glassfish.gmbal.ManagedAttribute

Packages that use ManagedAttribute
Package
Description
 
 
  • Uses of ManagedAttribute in org.glassfish.gmbal

    Methods in org.glassfish.gmbal with annotations of type ManagedAttribute
    Modifier and Type
    Method
    Description
    AMXMBeanInterface.getChildren()
    Containment hierarchy: Get all AMXMBeanInterface contained by this one, in no particular order.
    AMXMBeanInterface.getName()
    Usually the same as the ObjectName 'name' property, but can differ if the actual name contains characters that must be escaped for an ObjectName and/or if the MBean has a mutable name attribute.
    AMXMBeanInterface.getParent()
    "go up one level": the MBean containing this one, can be null for root
  • Uses of ManagedAttribute in org.glassfish.gmbal.impl

    Methods in org.glassfish.gmbal.impl with annotations of type ManagedAttribute
    Modifier and Type
    Method
    Description
    Set<org.glassfish.pfl.tf.timer.spi.Timer>
    TimerAnnotationHelper.ManagedTimerFactory.activeSet()
     
    double
    TimerAnnotationHelper.ManagedStatistics.average()
     
    Set<? extends org.glassfish.pfl.tf.timer.spi.Controllable>
    TimerAnnotationHelper.ManagedControllable.contents()
     
    long
    TimerAnnotationHelper.ManagedStatistics.count()
     
    TimerAnnotationHelper.ManagedControllable.description()
     
    Set<? extends org.glassfish.pfl.tf.timer.spi.Controllable>
    TimerAnnotationHelper.ManagedTimerFactory.enabledSet()
     
    org.glassfish.pfl.tf.timer.spi.TimerFactory
    TimerAnnotationHelper.ManagedNamed.factory()
     
    int
    TimerAnnotationHelper.ManagedControllable.id()
     
    boolean
    TimerAnnotationHelper.ManagedTimer.isActivated()
     
    double
    TimerAnnotationHelper.ManagedStatistics.max()
     
    double
    TimerAnnotationHelper.ManagedStatistics.min()
     
    TimerAnnotationHelper.ManagedNamed.name()
     
    int
    TimerAnnotationHelper.ManagedTimerFactory.numberOfIds()
     
    double
    TimerAnnotationHelper.ManagedStatistics.standardDeviation()
     
    Map<org.glassfish.pfl.tf.timer.spi.Timer, org.glassfish.pfl.tf.timer.spi.Statistics>
    TimerAnnotationHelper.ManagedStatsEventHandler.stats()
     
    Map<String, ? extends org.glassfish.pfl.tf.timer.spi.TimerGroup>
    TimerAnnotationHelper.ManagedTimerFactory.timerGroups()
     
    Map<String, ? extends org.glassfish.pfl.tf.timer.spi.Timer>
    TimerAnnotationHelper.ManagedTimerFactory.timers()