| Package | Description |
|---|---|
| com.sun.identity.common | |
| com.sun.identity.shared.stats |
Defines classes to interact with statistics.
|
| Class and Description |
|---|
| GeneralTaskRunnable
An abstract class which works as a base class of scheduleable unit with the
implementations of some functions of TaskRunnable interface.
|
| HeadTaskRunnable
HeadTaskRunnable is designed to be the head of the linked-list when
TaskRunnable needs to be linked together.
|
| InstantRunnable
Instant task (task will only be run once) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using InstantRunnable.
|
| PeriodicGroupMap
PeriodicGroupMap is a general Map and a scheduleable unit.
|
| PeriodicGroupRunnable
Periodic task (task will be run periodically) which has handler separated
(share the same ScheduleableGroupAction) can be scheduled to Timer or
TimerPool by using PeriodicGroupRunnable.
|
| PeriodicRunnable
Periodic task (task will be run periodically) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using PeriodicRunnable.
|
| Recoverable
Recoverable interface is defined for Thread related classes.
|
| RecoverableTimerTask
RecoverableTimerTask is a TimerTask which supports Recoverable interface.
|
| ScheduleableGroupAction
ScheduleableGroupAction is used as a separated handler for
InstantGroupRunnable and PeriodicGroupRunnable.
|
| ShutdownManager
ShutdownManager is a static instance which is used to trigger all the
ShutdownListener to call shutdown function.
|
| TaskRunnable
TaskRunnable is the basic scheduleable unit which defines the necessary
functions for TimerPool and RunnableTimerTask.
|
| TimerPool
TimerPool is a scheduleable version of ThreadPool.
|
| Triggerable
Triggerable is the interface to be used when HeadTaskRunnable has no next
element.
|
| Class and Description |
|---|
| GeneralTaskRunnable
An abstract class which works as a base class of scheduleable unit with the
implementations of some functions of TaskRunnable interface.
|
| InstantGroupRunnable
Instant task (task will only be run once) which has handler separated
(share the same ScheduleableGroupAction) can be scheduled to Timer or
TimerPool by using InstantGroupRunnable.
|
| InstantRunnable
Instant task (task will only be run once) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using InstantRunnable.
|
| ScheduleableGroupAction
ScheduleableGroupAction is used as a separated handler for
InstantGroupRunnable and PeriodicGroupRunnable.
|
| TaskRunnable
TaskRunnable is the basic scheduleable unit which defines the necessary
functions for TimerPool and RunnableTimerTask.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.