Class ShowSubscriptionsCommand


  • public class ShowSubscriptionsCommand
    extends de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
    Komando zum Anzeigen aller angemeldeter Sender und Empfänger.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowSubscriptionsCommand​(de.bsvrz.dav.daf.main.ClientDavInterface dav)
      Ezeugt das Objekt.
    • Method Summary

      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command

        getDesc, getHelp, getIndex, getParent, println, printlnPlain, readln, setDesc, setHelp, setIndex, setParent, setStreams, toString
      • Methods inherited from class java.lang.Object

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

      • ShowSubscriptionsCommand

        public ShowSubscriptionsCommand​(de.bsvrz.dav.daf.main.ClientDavInterface dav)
        Ezeugt das Objekt.
        Parameters:
        dav - Verbindung zum Datenverteiler.
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
        Throws:
        java.lang.Exception
        See Also:
        Command.execute()