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.MissingParameterException
de.bsvrz.dav.daf.main.CommunicationError
de.bsvrz.dav.daf.main.ConnectionException
de.bsvrz.dav.daf.main.InconsistentLoginException
public 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.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
public 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