Class ResourceUnit.EndRequestUsageAction

  • All Implemented Interfaces:
    EventActionIfc<java.lang.String>
    Enclosing class:
    ResourceUnit

    protected class ResourceUnit.EndRequestUsageAction
    extends java.lang.Object
    implements EventActionIfc<java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void action​(JSLEvent<java.lang.String> evt)
      This must be implemented by any objects that want to supply event logic.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndRequestUsageAction

        protected EndRequestUsageAction()
    • Method Detail

      • action

        public void action​(JSLEvent<java.lang.String> evt)
        Description copied from interface: EventActionIfc
        This must be implemented by any objects that want to supply event logic. This is essentially the "event routine".
        Specified by:
        action in interface EventActionIfc<java.lang.String>
        Parameters:
        evt - The event that triggered this action.