All Packages Class Hierarchy This Package Previous Next Index
Class vnet.remote.vnc
java.lang.Object
|
+----vnet.remote.vnc
- public class vnc
- extends Object
Remote Vnet compiler. It generates an vnet stub for any server stub in the virtual
net. The class generated has to be compiled before use it (it is only generated
the .java file); the name of this file is the server class name, with Stub__VNet as suffix
The class is defined in the same package as the original class.
The directory will be also defined by the package
In fact, what this compiler does is generate an stub for the rmic stub, not for
the server itself.
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
-
vnc(String)
-
-
main(String[])
-
vnc
public vnc(String file)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index