Class WaitqueueProperty

  • All Implemented Interfaces:
    INFProperty<java.lang.Integer,​java.lang.Void>

    public class WaitqueueProperty
    extends SimpleValueNFProperty<java.lang.Integer,​java.lang.Void>
    Property for the waitqueue length (in calls) of a method or a service.
    • Constructor Detail

      • WaitqueueProperty

        public WaitqueueProperty​(IInternalAccess comp,
                                 IService service,
                                 jadex.commons.MethodInfo method)
        Create a new property.
    • Method Detail

      • measureValue

        public java.lang.Integer measureValue()
        Measure the value.
        Specified by:
        measureValue in class SimpleValueNFProperty<java.lang.Integer,​java.lang.Void>
      • dispose

        public jadex.commons.future.IFuture<java.lang.Void> dispose()
        Property was removed and should be disposed.
        Specified by:
        dispose in interface INFProperty<java.lang.Integer,​java.lang.Void>
        Overrides:
        dispose in class AbstractNFProperty<java.lang.Integer,​java.lang.Void>