public class SubscribeSet
extends java.lang.Object
implements de.bsvrz.dav.daf.main.config.MutableCollectionChangeListener
| Modifier and Type | Field and Description |
|---|---|
(package private) de.bsvrz.dav.daf.main.ClientDavConnection |
davConnection |
| Constructor and Description |
|---|
SubscribeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectionChanged(de.bsvrz.dav.daf.main.config.MutableCollection arg0,
short arg1,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> arg2,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> arg3) |
void |
doit() |
void |
initialize(java.lang.String[] args) |
static void |
main(java.lang.String[] args) |
void |
teardown() |
public void initialize(java.lang.String[] args)
throws de.bsvrz.dav.daf.main.MissingParameterException,
de.bsvrz.dav.daf.main.CommunicationError,
de.bsvrz.dav.daf.main.ConnectionException,
de.bsvrz.dav.daf.main.InconsistentLoginException
de.bsvrz.dav.daf.main.MissingParameterExceptionde.bsvrz.dav.daf.main.CommunicationErrorde.bsvrz.dav.daf.main.ConnectionExceptionde.bsvrz.dav.daf.main.InconsistentLoginExceptionpublic void teardown()
public void doit()
public static void main(java.lang.String[] args)
throws de.bsvrz.dav.daf.main.MissingParameterException,
de.bsvrz.dav.daf.main.CommunicationError,
de.bsvrz.dav.daf.main.ConnectionException,
de.bsvrz.dav.daf.main.InconsistentLoginException,
de.bsvrz.dav.daf.main.DataNotSubscribedException,
de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed,
de.bsvrz.dav.daf.main.OneSubscriptionPerSendData,
java.lang.InterruptedException
de.bsvrz.dav.daf.main.MissingParameterExceptionde.bsvrz.dav.daf.main.CommunicationErrorde.bsvrz.dav.daf.main.ConnectionExceptionde.bsvrz.dav.daf.main.InconsistentLoginExceptionde.bsvrz.dav.daf.main.DataNotSubscribedExceptionde.bsvrz.dav.daf.main.SendSubscriptionNotConfirmedde.bsvrz.dav.daf.main.OneSubscriptionPerSendDatajava.lang.InterruptedExceptionpublic void collectionChanged(de.bsvrz.dav.daf.main.config.MutableCollection arg0,
short arg1,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> arg2,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> arg3)
collectionChanged in interface de.bsvrz.dav.daf.main.config.MutableCollectionChangeListener