Package com.sun.identity.sm
Class SMSThreadPool
java.lang.Object
com.sun.identity.sm.SMSThreadPool
The class
SMSThreadPool
provides interfaces to manage notification thread pools shared by idm and sm.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
scheduleTask
(Runnable task) Schedule a task forSMSThreadPool
to run.
-
Method Details
-
scheduleTask
Schedule a task forSMSThreadPool
to run.- Parameters:
task
- The task to be scheduled.
-