Interface BusyAccessor

All Known Subinterfaces:
BusyAccessor.BusyProperty

public interface BusyAccessor
Provides an accessor for a busy property. Busy semantically means that a system doing things which should not be aborted, for example there are open sessions currently being used, open connections currently transferring data, requests currently waiting for replies and similar.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a busy property.
    static interface 
    Provides a busy property.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves the busy status from the busy property.
  • Method Details

    • isBusy

      boolean isBusy()
      Retrieves the busy status from the busy property.
      Returns:
      The busy status stored by the busy property.