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.
    • Method Detail

      • isBusy

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