Package de.bsvrz.dav.dav.subscriptions
Interface RemoteSendingSubscription
-
- All Superinterfaces:
RemoteSubscription
,SendingSubscription
,Subscription
- All Known Implementing Classes:
RemoteSenderSubscription
,RemoteSourceSubscription
public interface RemoteSendingSubscription extends RemoteSubscription, SendingSubscription
-
-
Method Summary
-
Methods inherited from interface de.bsvrz.dav.dav.subscriptions.RemoteSubscription
addPotentialDistributor, getCommunication, getPotentialDistributors, removePotentialDistributor, setPotentialDistributors
-
Methods inherited from interface de.bsvrz.dav.dav.subscriptions.SendingSubscription
getState, isRequestSupported, isSource, setState
-
Methods inherited from interface de.bsvrz.dav.dav.subscriptions.Subscription
getAuthenticationState, getBaseSubscriptionInfo, getCentralDistributorId, getConnectionState, getNodeId, isAllowed, unsubscribe
-
-