Uses of Interface
org.bedework.synch.shared.SubscriptionConnectorInfo
-
Packages that use SubscriptionConnectorInfo Package Description org.bedework.synch.shared -
-
Uses of SubscriptionConnectorInfo in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return SubscriptionConnectorInfo Modifier and Type Method Description SubscriptionConnectorInfo<?>Subscription. getEndAConnectorInfo()SubscriptionConnectorInfo<?>Subscription. getEndBConnectorInfo()Methods in org.bedework.synch.shared with parameters of type SubscriptionConnectorInfo Modifier and Type Method Description voidSubscription. setEndAConnectorInfo(SubscriptionConnectorInfo<?> val)Info for the endA connector.voidSubscription. setEndBConnectorInfo(SubscriptionConnectorInfo<?> val)Info for the endB connector.Constructors in org.bedework.synch.shared with parameters of type SubscriptionConnectorInfo Constructor Description BaseSubscriptionInfo(SubscriptionConnectorInfo info)
-