de.bsvrz.pua.prot.client.console
Class ShowSubscriptionsCommand

java.lang.Object
  extended by de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
      extended by de.bsvrz.pua.prot.client.console.ShowSubscriptionsCommand

public class ShowSubscriptionsCommand
extends Command

Komando zum Anzeigen aller angemeldeter Sender und Empfänger.

Version:
$Revision: 1.2 $ / $Date: 2008/01/22 16:55:50 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers

Constructor Summary
ShowSubscriptionsCommand(ClientDavInterface dav)
          Ezeugt das Objekt.
 
Method Summary
 void execute()
          Methode muss von einer implementierenden Klasse gefüllt werden
 
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(ClientDavInterface dav)
Ezeugt das Objekt.

Parameters:
dav - Verbindung zum Datenverteiler.
Method Detail

execute

public void execute()
             throws java.lang.Exception
Description copied from class: Command
Methode muss von einer implementierenden Klasse gefüllt werden

Specified by:
execute in class Command
Throws:
java.lang.Exception - meist bei Server-Timeout (wird im CmdInterpreter abgefangen)
See Also:
Command.execute()


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.