All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.VirtualPath

java.lang.Object
   |
   +----vnet.VirtualPath

public class VirtualPath
extends Object
A virtual path is the node initial and final of the communication, and the server involved in that communication.

Version:
0.1, august-1997
Author:
LuisM Pena

Variable Index

 o nodeFinal
The node final in the communication involving this path
 o nodeInitial
The node initial in the communication involving this path
 o server
The server involved in this path

Constructor Index

 o VirtualPath(NetNode, BindedServer)
 o VirtualPath(NetNode, NetNode, BindedServer)

Variables

 o nodeInitial
 public NetNode nodeInitial
The node initial in the communication involving this path

 o nodeFinal
 public NetNode nodeFinal
The node final in the communication involving this path

 o server
 public BindedServer server
The server involved in this path

Constructors

 o VirtualPath
 public VirtualPath(NetNode NodeInitial,
                    NetNode NodeFinal,
                    BindedServer Server)
Parameters:
NodeInitial - the node initial in the communication
NodeFinal - the node where the server is located.
Server - teh server involved inthe communication
 o VirtualPath
 public VirtualPath(NetNode NodeFinal,
                    BindedServer Server)
Parameters:
NodeFinal - the node where the server is located.
Server - teh server involved inthe communication

All Packages  Class Hierarchy  This Package  Previous  Next  Index