public final class TimeDispatcher extends ActiveEventDispatcher<TimeDispatcher,Timable>
Timer
and RealtimeThread.sleep(javax.realtime.Clock, javax.realtime.HighResolutionTime<?>)
.Constructor and Description |
---|
TimeDispatcher(SchedulingParameters schedule)
Creates a new dispatcher, whose dispatching thread runs with the given
scheduling parameters.
|
TimeDispatcher(SchedulingParameters schedule,
RealtimeThreadGroup group)
Creates a new dispatcher, whose dispatching thread runs with the given
scheduling parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
activate(Timable target)
Activate an active event registered with this
dispatcher.
|
protected void |
deactivate(Timable target)
Deactivate an active event registered with this dispatcher.
|
protected void |
deregister(Timable target)
Deregisters an active event from this dispatcher, breaking its
association with this dispatcher.
|
void |
destroy()
Makes the dispatcher unusable.
|
boolean |
isRegistered(Timable target)
Test wether or not a given event is registered with this
dispatcher.
|
protected void |
register(Timable target)
Registers an active event with this dispatcher.
|
static void |
setDefaultDispatcher(TimeDispatcher dispatcher)
Sets the system default time dispatcher.
|
getRealtimeThreadGroup, getScheduler, getSchedulingParameters, getThread, setScheduler, setScheduler, setSchedulingParameters
public TimeDispatcher(SchedulingParameters schedule, RealtimeThreadGroup group) throws StaticIllegalStateException
StaticIllegalStateException
- when the intersection of affinity
in schedule
and the affinity of group
does not
correspond to a valid affinity.UnsupportedOperationException
- every time, since this is not implemented yet.schedule
- It gives the parameters for scheduling this dispatcherpublic TimeDispatcher(SchedulingParameters schedule) throws StaticIllegalStateException
StaticIllegalStateException
- when the intersection of affinity
in schedule
and the affinity of the current rhread groupo
does not correspond to a valid affinity.UnsupportedOperationException
- every time, since this is
not implemented yet.schedule
- It gives the parameters for scheduling this dispatcherpublic static void setDefaultDispatcher(TimeDispatcher dispatcher)
UnsupportedOperationException
- every time, since this is not implemented yet.dispatcher
- To be used when no dispatcher is provided. When
null
, the default time dispatcher is set to the
original system default.public boolean isRegistered(Timable target)
isRegistered
in class ActiveEventDispatcher<TimeDispatcher,Timable>
target
- The event to testtrue
when event
is registered with this
dispatcher.protected void register(Timable target) throws RegistrationException, StaticIllegalStateException
register
in class ActiveEventDispatcher<TimeDispatcher,Timable>
RegistrationException
- when event
is already
registered.StaticIllegalStateException
- when this object has been destroyed.target
- The event to registerprotected void activate(Timable target) throws StaticIllegalStateException
activate
in class ActiveEventDispatcher<TimeDispatcher,Timable>
StaticIllegalStateException
- when event
is
stopped.target
- The event to registerprotected void deregister(Timable target) throws DeregistrationException, StaticIllegalStateException
deregister
in class ActiveEventDispatcher<TimeDispatcher,Timable>
StaticIllegalStateException
- when this object has been
destroyedDeregistrationException
target
- The event to deregisterprotected void deactivate(Timable target) throws StaticIllegalStateException
deactivate
in class ActiveEventDispatcher<TimeDispatcher,Timable>
StaticIllegalStateException
- when this object has been destroyed.target
- The event to deregisterpublic void destroy() throws StaticIllegalStateException
destroy
in class ActiveEventDispatcher<TimeDispatcher,Timable>
StaticIllegalStateException
- when called on a dispatcher that has
one or more registered objects.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.