public interface RemoteSubscription extends Subscription
Modifier and Type | Method and Description |
---|---|
void |
addPotentialDistributor(long transmitterId) |
TransmitterCommunicationInterface |
getCommunication()
Gibt die Schnittstelle zum Kommunikationspartner zurück, also z.B. eine T_A oder T_T-Verbindung
|
java.util.Set<java.lang.Long> |
getPotentialDistributors() |
void |
removePotentialDistributor(long transmitterId) |
void |
setPotentialDistributors(java.util.Collection<java.lang.Long> value) |
getAuthenticationState, getBaseSubscriptionInfo, getCentralDistributorId, getConnectionState, getNodeId, isAllowed, unsubscribe
TransmitterCommunicationInterface getCommunication()
Subscription
getCommunication
in interface Subscription
java.util.Set<java.lang.Long> getPotentialDistributors()
void setPotentialDistributors(java.util.Collection<java.lang.Long> value)
void addPotentialDistributor(long transmitterId)
void removePotentialDistributor(long transmitterId)