public final class

RuntimeUtil

extends Object
java.lang.Object
   ↳ sun.rmi.runtime.RuntimeUtil

Class Overview

RMI runtime implementation utilities. There is a single instance of this class, which can be obtained with a GetInstanceAction. Getting the instance requires RuntimePermission("sun.rmi.runtime.RuntimeUtil.getInstance") because the public methods of this class expose security-sensitive capabilities.

Summary

Nested Classes
class RuntimeUtil.GetInstanceAction A PrivilegedAction for getting the RuntimeUtil instance. 
Public Methods
ScheduledThreadPoolExecutor getScheduler()
Returns the shared thread pool for scheduling delayed tasks.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ScheduledThreadPoolExecutor getScheduler ()

Returns the shared thread pool for scheduling delayed tasks. Note that the returned pool has limited concurrency, so submitted tasks should be short-lived and should not block.