All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.local.vnc

java.lang.Object
   |
   +----vnet.local.vnc

public class vnc
extends Object
Local Vnet compiler. It generates an vnet stub for any server 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 _VNet as suffix The class is defined in the same package as the original class. The directory will be also defined by the package

Version:
0.1, august-1997
Author:
LuisM Pena

Constructor Index

 o vnc(String)

Method Index

 o main(String[])

Constructors

 o vnc
 public vnc(String file)

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index