Package com.sun.identity.sm
Class SMSThreadPool
- java.lang.Object
 - 
- com.sun.identity.sm.SMSThreadPool
 
 
- 
@Supported public class SMSThreadPool extends Object
The classSMSThreadPoolprovides 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 voidscheduleTask(Runnable task)Schedule a task forSMSThreadPoolto run. 
 - 
 
- 
- 
Method Detail
- 
scheduleTask
@Supported public static void scheduleTask(Runnable task)
Schedule a task forSMSThreadPoolto run.- Parameters:
 task- The task to be scheduled.
 
 - 
 
 -