sun.rmi.runtime |
|
Java Source File Name | Type | Comment |
Log.java | Class | Utility which provides an abstract "logger" like RMI internal API
which can be directed to use one of two types of logging
infrastructure: the java.util.logging API or the
java.rmi.server.LogStream API. |
NewThreadAction.java | Class | A PrivilegedAction for creating a new thread conveniently with an
AccessController.doPrivileged construct. |
RuntimeUtil.java | Class | RMI runtime implementation utilities.
There is a single instance of this class, which can be obtained
with a GetInstanceAction. |