Class/Object

services.local.support

RouterTelepadActivation

Related Docs: object RouterTelepadActivation | package support

Permalink

class RouterTelepadActivation extends SupportActor[Entry]

Source
RouterTelepadActivation.scala
Linear Supertypes
SupportActor[Entry], Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RouterTelepadActivation
  2. SupportActor
  3. Actor
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RouterTelepadActivation()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to any2stringadd[RouterTelepadActivation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RouterTelepadActivation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to ArrowAssoc[RouterTelepadActivation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def ActivationTask(entry: Entry): Unit

    Permalink
  7. def ClearAll(): Unit

    Permalink
    Definition Classes
    RouterTelepadActivationSupportActor
  8. def ClearSpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit

    Permalink
    Definition Classes
    RouterTelepadActivationSupportActor
  9. def HurryAll(): Unit

    Permalink
    Definition Classes
    RouterTelepadActivationSupportActor
  10. def HurrySpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit

    Permalink
    Definition Classes
    RouterTelepadActivationSupportActor
  11. def InclusionTest(entry: Entry): Boolean

    Permalink

    Determine whether or not the resulting entry is valid for this process.

    Determine whether or not the resulting entry is valid for this process. The primary purpose of this function should be to determine if the appropriate type of object is being submitted. Override.

    entry

    the entry

    returns

    true, if it can be processed; false, otherwise

    Definition Classes
    RouterTelepadActivationSupportActor
  12. def PartitionTargetsFromList(list: List[Entry], targets: List[Entry], zone: Zone, comparator: SimilarityComparator[Entry] = sameEntryComparator): (List[Entry], List[Entry])

    Permalink
    Definition Classes
    SupportActor
  13. def RetimeFirstTask(now: Long = System.nanoTime): Unit

    Permalink

    Common function to reset the first task's delayed execution.

    Common function to reset the first task's delayed execution. Cancels the scheduled timer and will only restart the timer if there is at least one entry in the first pool.

    now

    the time (in nanoseconds); defaults to the current time (in nanoseconds)

  14. var activationTask: Cancellable

    Permalink
  15. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  16. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  17. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  18. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  19. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  23. def debug(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  24. def ensuring(cond: (RouterTelepadActivation) ⇒ Boolean, msg: ⇒ Any): RouterTelepadActivation

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to Ensuring[RouterTelepadActivation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (RouterTelepadActivation) ⇒ Boolean): RouterTelepadActivation

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to Ensuring[RouterTelepadActivation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): RouterTelepadActivation

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to Ensuring[RouterTelepadActivation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): RouterTelepadActivation

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to Ensuring[RouterTelepadActivation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def entryManagementBehaviors: Receive

    Permalink
    Definition Classes
    SupportActor
  29. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. val firstStandardTime: FiniteDuration

    Permalink
  33. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to StringFormat[RouterTelepadActivation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def info(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. def receive: Receive

    Permalink
    Definition Classes
    RouterTelepadActivation → Actor
  46. val sameEntryComparator: SimilarityComparator[Entry]

    Permalink
    Definition Classes
    RouterTelepadActivationSupportActor
  47. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  48. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  49. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. var telepadList: List[Entry]

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. def trace(msg: String): Unit

    Permalink
    Definition Classes
    SupportActor
  54. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (RouterTelepadActivation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RouterTelepadActivation to ArrowAssoc[RouterTelepadActivation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SupportActor[Entry]

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RouterTelepadActivation to any2stringadd[RouterTelepadActivation]

Inherited by implicit conversion StringFormat from RouterTelepadActivation to StringFormat[RouterTelepadActivation]

Inherited by implicit conversion Ensuring from RouterTelepadActivation to Ensuring[RouterTelepadActivation]

Inherited by implicit conversion ArrowAssoc from RouterTelepadActivation to ArrowAssoc[RouterTelepadActivation]

Ungrouped