Scala Library
|
|
abstract
class
SchedulerService(daemon : Boolean)
extends
java.lang.Thread with
IScheduler with
ActorGCSchedulerService
class allows subclasses
to implement a custom onShutdown
method, which is
invoked when the runtime system has detected that all actors have
been terminated.Additional Constructor Summary | |
def
|
this : SchedulerService |
Value Summary | |
protected val
|
CHECK_FREQ : Int |
Values and Variables inherited from TerminationMonitor | |
activeActors, terminationHandlers |
Method Summary | |
abstract def
|
onShutdown : Unit |
override def
|
run : Unit |
def
|
shutdown
: Unit
Shuts down the scheduler.
|
Methods inherited from ActorGC | |
newActor, gc, status, allTerminated, onTerminate, terminated |
Methods inherited from IScheduler | |
execute (abstract), execute (abstract), isActive (abstract), managedBlock (abstract), executeFromActor, tick, onLockup, onLockup, printActorDump |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
Value Details |
Method Details |
abstract
def
onShutdown : Unit
override
def
run : Unit
def
shutdown : Unit
Scala Library
|
|