public class ShowSubscriptionsCommand extends Command
| Constructor and Description |
|---|
ShowSubscriptionsCommand(ClientDavInterface dav)
Ezeugt das Objekt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Methode muss von einer implementierenden Klasse gefüllt werden
|
public ShowSubscriptionsCommand(ClientDavInterface dav)
dav - Verbindung zum Datenverteiler.public void execute()
throws java.lang.Exception
de.bsvrz.sys.funclib.losb.util.cmdinterface.Commandexecute in class Commandjava.lang.Exception - meist bei Server-Timeout (wird im CmdInterpreter abgefangen)Command.execute()