public class ShowSubscriptionsCommand extends Command
Modifier and Type | Field and Description |
---|---|
private ClientDavInterface |
_dav |
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
|
private ClientDavInterface _dav
public ShowSubscriptionsCommand(ClientDavInterface dav)
dav
- Verbindung zum Datenverteiler.public void execute() throws java.lang.Exception
de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
execute
in class Command
java.lang.Exception
- meist bei Server-Timeout (wird im CmdInterpreter
abgefangen)Command.execute()