rmic — Java RMI Stub Compiler
Synopsis
/usr/java/bin/rmic [-classpath path][-d directory][-depend] [-g][-keepgenerated] [-nowarn][-O][-show][-verbose] package-qualified-class-names
Description
The rmic compiler generates stub and skeleton class files for remote objects from the names of compiled Java classes that contain remote object implementations.
A skeleton for a remote object is a server-side entity containing a method that dispatches calls to the remote object implementation.
A stub is a proxy for a remote object that is responsible for forwarding method invocations on remote objects to the server where the actual remote object implementation resides. Therefore, a client's reference to a remote object is actually a reference to a ...
Get Solaris™ 7 Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.