Uses of Class
com.biglybt.core.subs.impl.SubscriptionManagerImpl
-
Packages that use SubscriptionManagerImpl Package Description com.biglybt.core.subs.impl -
-
Uses of SubscriptionManagerImpl in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as SubscriptionManagerImpl Modifier and Type Field Description private SubscriptionManagerImpl
SubscriptionBodyImpl. manager
private SubscriptionManagerImpl
SubscriptionDownloader. manager
private SubscriptionManagerImpl
SubscriptionHistoryImpl. manager
private SubscriptionManagerImpl
SubscriptionImpl. manager
private SubscriptionManagerImpl
SubscriptionRSSFeed. manager
private SubscriptionManagerImpl
SubscriptionSchedulerImpl. manager
private static SubscriptionManagerImpl
SubscriptionManagerImpl. singleton
Constructors in com.biglybt.core.subs.impl with parameters of type SubscriptionManagerImpl Constructor Description SubscriptionBodyImpl(SubscriptionManagerImpl _manager, SubscriptionImpl _subs)
SubscriptionBodyImpl(SubscriptionManagerImpl _manager, java.lang.String _name, boolean _is_public, boolean _is_anonymous, java.lang.String _json_content, byte[] _public_key, int _version, int _az_version, java.util.Map _singleton_details)
SubscriptionBodyImpl(SubscriptionManagerImpl _manager, java.util.Map _map)
SubscriptionDownloader(SubscriptionManagerImpl _manager, SubscriptionImpl _subs)
SubscriptionHistoryImpl(SubscriptionManagerImpl _manager, SubscriptionImpl _subs)
SubscriptionImpl(SubscriptionManagerImpl _manager, SubscriptionBodyImpl _body, int _add_type, boolean _is_subscribed)
SubscriptionImpl(SubscriptionManagerImpl _manager, java.lang.String _name, boolean _public, boolean _anonymous, java.util.Map _singleton_details, java.lang.String _json_content, int _add_type)
SubscriptionImpl(SubscriptionManagerImpl _manager, java.util.Map map)
SubscriptionRSSFeed(SubscriptionManagerImpl _manager, PluginInterface _plugin_interface)
SubscriptionSchedulerImpl(SubscriptionManagerImpl _manager)
-