package

sun.rmi.rmic

Interfaces

Constants WARNING: The contents of this source file are not part of any supported API. 
Generator Generator defines the protocol for back-end implementations to be added to rmic. 
RMIConstants WARNING: The contents of this source file are not part of any supported API. 

Classes

BatchEnvironment BatchEnvironment for rmic extends javac's version in four ways: 1. 
IndentingWriter IndentingWriter is a BufferedWriter subclass that supports automatic indentation of lines of text written to the underlying Writer. 
Main Main "rmic" program. 
Names Names provides static utility methods used by other rmic classes for dealing with identifiers. 
RemoteClass A RemoteClass object encapsulates RMI-specific information about a remote implementation class, i.e. 
RemoteClass.Method A RemoteClass.Method object encapsulates RMI-specific information about a particular remote method in the remote implementation class represented by the outer instance. 
RMIGenerator 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 Util provides static utility methods used by other rmic classes.