public final class SchedulableCommon
extends java.lang.Object
This is an internal class of the Jamaica RTSJ implementation. It
contains parameter handling logic common to all schedulables:
RealtimeThread and AsyncBaseEventHandler. There is a one-to-one
relationship between an instance of Schedulable and an instance of
this class. The actual parameter classes for a Schedulable instance
are held in an instance of this class.