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
-
nodeFinal
- The node final in the communication involving this path
-
nodeInitial
- The node initial in the communication involving this path
-
server
- The server involved in this path
-
VirtualPath(NetNode, BindedServer)
-
-
VirtualPath(NetNode, NetNode, BindedServer)
-
nodeInitial
public NetNode nodeInitial
- The node initial in the communication involving this path
nodeFinal
public NetNode nodeFinal
- The node final in the communication involving this path
server
public BindedServer server
- The server involved in this path
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
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