Package de.bsvrz.dav.dav.subscriptions
Interface LocalSubscription
- All Superinterfaces:
Subscription
- All Known Implementing Classes:
LocalReceivingSubscription
,LocalSendingSubscription
Interface für eine Anmeldung von einer lokalen Anmeldung (T_A)
-
Method Summary
Modifier and TypeMethodDescriptionGibt die Schnittstelle zum Kommunikationspartner zurück, also z.B. eine T_A oder T_T-VerbindungMethods inherited from interface de.bsvrz.dav.dav.subscriptions.Subscription
getAuthenticationState, getBaseSubscriptionInfo, getCentralDistributorId, getConnectionState, getNodeId, isAllowed, unsubscribe
-
Method Details
-
getCommunication
ApplicationCommunicationInterface getCommunication()Description copied from interface:Subscription
Gibt die Schnittstelle zum Kommunikationspartner zurück, also z.B. eine T_A oder T_T-Verbindung- Specified by:
getCommunication
in interfaceSubscription
- Returns:
- die Schnittstelle zum Kommunikationspartner
-