Package com.sun.identity.sm
Class SMSThreadPool
- java.lang.Object
-
- com.sun.identity.sm.SMSThreadPool
-
@Supported public class SMSThreadPool extends Object
The classSMSThreadPool
provides interfaces to manage notification thread pools shared by idm and sm.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
scheduleTask(Runnable task)
Schedule a task forSMSThreadPool
to run.
-
-
-
Method Detail
-
scheduleTask
@Supported public static void scheduleTask(Runnable task)
Schedule a task forSMSThreadPool
to run.- Parameters:
task
- The task to be scheduled.
-
-