sun.rmi.rmic |
|
Java Source File Name | Type | Comment |
BatchEnvironment.java | Class | BatchEnvironment for rmic extends javac's version in four ways:
1. |
Constants.java | Interface | WARNING: The contents of this source file are not part of any
supported API. |
Generator.java | Interface | Generator defines the protocol for back-end implementations to be added
to rmic. |
IndentingWriter.java | Class | IndentingWriter is a BufferedWriter subclass that supports automatic
indentation of lines of text written to the underlying Writer.
Methods are provided for compact, convenient indenting, writing text,
and writing lines in various combinations.
WARNING: The contents of this source file are not part of any
supported API. |
Main.java | Class | Main "rmic" program.
WARNING: The contents of this source file are not part of any
supported API. |
Names.java | Class | Names provides static utility methods used by other rmic classes
for dealing with identifiers.
WARNING: The contents of this source file are not part of any
supported API. |
RemoteClass.java | Class | A RemoteClass object encapsulates RMI-specific information about
a remote implementation class, i.e. |
RMIConstants.java | Interface | WARNING: The contents of this source file are not part of any
supported API. |
RMIGenerator.java | Class | A Generator object will generate the Java source code of the stub
and skeleton classes for an RMI remote implementation class, using
a particular stub protocol version. |
Util.java | Class | Util provides static utility methods used by other rmic classes.
WARNING: The contents of this source file are not part of any
supported API. |