Class SMSThreadPool

java.lang.Object
com.sun.identity.sm.SMSThreadPool

@Supported public class SMSThreadPool extends Object
The class SMSThreadPool provides interfaces to manage notification thread pools shared by idm and sm.
  • Method Details

    • scheduleTask

      @Supported public static void scheduleTask(Runnable task)
      Schedule a task for SMSThreadPool to run.
      Parameters:
      task - The task to be scheduled.