com.mle.push.mpns

PushUrls

Related Doc: package mpns

object PushUrls extends FileSet[PushUrl]

Linear Supertypes
FileSet[PushUrl], LoggingList[PushUrl], Log, FileBackedSet[PushUrl], Distinctness[PushUrl], FileBackedList[PushUrl], PersistentList[PushUrl], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PushUrls
  2. FileSet
  3. LoggingList
  4. Log
  5. FileBackedSet
  6. Distinctness
  7. FileBackedList
  8. PersistentList
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def add(item: PushUrl): Boolean

    Definition Classes
    LoggingList → PersistentList
  5. def areSame(first: PushUrl, second: PushUrl): Boolean

    Definition Classes
    FileSet
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contains(elem: PushUrl, others: Seq[PushUrl]): Boolean

    Definition Classes
    FileSet → Distinctness
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def filterNot(elem: PushUrl, others: Seq[PushUrl]): Seq[PushUrl]

    Definition Classes
    FileSet → PersistentList
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(): Seq[PushUrl]

    Definition Classes
    PersistentList
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def id(elem: PushUrl): String

    The same device may open different push URLs at different points in time, however the old ones still work until the channel is closed, it seems.

    The same device may open different push URLs at different points in time, however the old ones still work until the channel is closed, it seems. We only accept one push URL per device however, otherwise the same push notification is sent multiple times to the same device. Therefore we need another way of uniquely identifying a device, and that is the tag.

    elem

    data sent by device

    returns

    Attributes
    protected
    Definition Classes
    PushUrls → FileSet
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. implicit val jsonFormat: Format[PushUrl]

    Definition Classes
    FileBackedList
  19. def load(): Seq[PushUrl]

    Attributes
    protected
    Definition Classes
    FileBackedList → PersistentList
  20. val log: Logger

    Attributes
    protected
    Definition Classes
    Log
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def persist(items: Seq[PushUrl]): Unit

    Attributes
    protected
    Definition Classes
    FileBackedList → PersistentList
  25. def remove(item: PushUrl): Boolean

    Definition Classes
    LoggingList → PersistentList
  26. def removeID(id: String): Unit

    Definition Classes
    FileSet
  27. def removeURL(url: String): Unit

    This method is unreliable but a possibly backwards-compatible workaround.

    This method is unreliable but a possibly backwards-compatible workaround.

    url

    push url to remove

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withID(elemID: String): Option[PushUrl]

    Definition Classes
    FileSet

Inherited from FileSet[PushUrl]

Inherited from LoggingList[PushUrl]

Inherited from Log

Inherited from FileBackedSet[PushUrl]

Inherited from Distinctness[PushUrl]

Inherited from FileBackedList[PushUrl]

Inherited from PersistentList[PushUrl]

Inherited from AnyRef

Inherited from Any

Ungrouped