Class Z21ReporterManager

    • Constructor Detail

    • Method Detail

      • createNewReporter

        @Nonnull
        protected Reporter createNewReporter​(@Nonnull
                                             java.lang.String systemName,
                                             java.lang.String userName)
                                      throws java.lang.IllegalArgumentException
        Description copied from class: AbstractReporterManager
        Internal method to invoke the factory, after all the logic for returning an existing Reporter has been invoked.
        Specified by:
        createNewReporter in class AbstractReporterManager
        Parameters:
        systemName - system name.
        userName - username.
        Returns:
        never null
        Throws:
        java.lang.IllegalArgumentException
      • reply

        public void reply​(Z21Reply msg)
        Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
        Specified by:
        reply in interface Z21Listener
        Parameters:
        msg - The received z21 reply. Note that this same object may be presented to multiple users. It should not be modified here.
      • message

        public void message​(Z21Message msg)
        Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout. Normally, this function will do nothing.
        Specified by:
        message in interface Z21Listener
        Parameters:
        msg - The received z21 message. Note that this same object may be presented to multiple users. It should not be modified here.