public static class

RuntimeUtil.GetInstanceAction

extends Object
implements PrivilegedAction<T>
java.lang.Object
   ↳ sun.rmi.runtime.RuntimeUtil.GetInstanceAction

Class Overview

A PrivilegedAction for getting the RuntimeUtil instance.

Summary

Public Constructors
RuntimeUtil.GetInstanceAction()
Creates an action that returns the RuntimeUtil instance.
Public Methods
RuntimeUtil run()
Performs the computation.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.PrivilegedAction

Public Constructors

public RuntimeUtil.GetInstanceAction ()

Creates an action that returns the RuntimeUtil instance.

Public Methods

public RuntimeUtil run ()

Performs the computation. This method will be called by AccessController.doPrivileged after enabling privileges.

Returns
  • a class-dependent value that may represent the results of the computation. Each class that implements PrivilegedAction should document what (if anything) this value represents.