abstract
class
SupportActor[A <: Entry] extends Actor
Instance Constructors
-
new
SupportActor()
Type Members
-
type
Receive = PartialFunction[Any, Unit]
Abstract Value Members
-
abstract
def
ClearAll(): Unit
-
abstract
def
ClearSpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit
-
abstract
def
HurryAll(): Unit
-
abstract
def
HurrySpecific(targets: List[PlanetSideGameObject], zone: Zone): Unit
-
abstract
def
InclusionTest(entry: A): Boolean
-
abstract
def
receive: akka.actor.Actor.Receive
-
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (SupportActor[A], B)
-
final
def
==(arg0: Any): Boolean
-
def
PartitionTargetsFromList(list: List[A], targets: List[A], zone: Zone, comparator: SimilarityComparator[A] = sameEntryComparator): (List[A], List[A])
-
def
aroundPostRestart(reason: Throwable): Unit
-
def
aroundPostStop(): Unit
-
def
aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
-
def
aroundPreStart(): Unit
-
def
aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
val
context: ActorContext
-
def
debug(msg: String): Unit
-
def
ensuring(cond: (SupportActor[A]) ⇒ Boolean, msg: ⇒ Any): SupportActor[A]
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SupportActor[A]
-
def
ensuring(cond: Boolean): SupportActor[A]
-
def
entryManagementBehaviors: Receive
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
info(msg: String): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
postRestart(reason: Throwable): Unit
-
def
postStop(): Unit
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
-
def
preStart(): Unit
-
implicit final
val
self: ActorRef
-
final
def
sender(): ActorRef
-
def
supervisorStrategy: SupervisorStrategy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
trace(msg: String): Unit
-
def
unhandled(message: Any): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from Actor
Inherited from AnyRef
Inherited from Any