Uses of Interface
tigase.push.api.IPushSettings.IDevice
-
Packages that use IPushSettings.IDevice Package Description tigase.push tigase.push.api tigase.push.modules tigase.push.repositories -
-
Uses of IPushSettings.IDevice in tigase.push
Classes in tigase.push that implement IPushSettings.IDevice Modifier and Type Class Description classDeviceCreated by andrzej on 02.01.2017.Fields in tigase.push with type parameters of type IPushSettings.IDevice Modifier and Type Field Description protected List<IPushSettings.IDevice>PushSettings. devicesMethods in tigase.push that return types with arguments of type IPushSettings.IDevice Modifier and Type Method Description List<IPushSettings.IDevice>PushSettings. getDevices()Methods in tigase.push with parameters of type IPushSettings.IDevice Modifier and Type Method Description IPushSettingsPushSettings. addDevice(IPushSettings.IDevice device)IPushSettingsPushSettings. removeDevice(IPushSettings.IDevice device)Constructor parameters in tigase.push with type arguments of type IPushSettings.IDevice Constructor Description PushSettings(int version, tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xmpp.jid.BareJID ownerJid, List<IPushSettings.IDevice> devices) -
Uses of IPushSettings.IDevice in tigase.push.api
Methods in tigase.push.api that return types with arguments of type IPushSettings.IDevice Modifier and Type Method Description List<IPushSettings.IDevice>IPushSettings. getDevices()Methods in tigase.push.api with parameters of type IPushSettings.IDevice Modifier and Type Method Description IPushSettingsIPushSettings. addDevice(IPushSettings.IDevice device)IPushSettingsIPushSettings. removeDevice(IPushSettings.IDevice device) -
Uses of IPushSettings.IDevice in tigase.push.modules
Methods in tigase.push.modules with parameters of type IPushSettings.IDevice Modifier and Type Method Description protected IPushProviderPublishNotificationModule. getProvider(IPushSettings.IDevice device) -
Uses of IPushSettings.IDevice in tigase.push.repositories
Methods in tigase.push.repositories that return IPushSettings.IDevice Modifier and Type Method Description protected IPushSettings.IDeviceJDBCPushRepository. readDevice(ResultSet rs, int i)
-