All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.BindedServer

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

public class BindedServer
extends Object
A BindedServer is a wrapper for the server connected, in order to have an unique identifier

Version:
0.1, august-1997
Author:
LuisM Pena

Variable Index

 o hostNode
the NetNode where this server is hosted (it can be different from the node where it is binded)
 o object
The object (server) wrapped
 o uniqueId
The id, unique for each BindedServer object

Constructor Index

 o BindedServer(Object, NetNode)

Method Index

 o equals(Object)

Variables

 o object
 public Object object
The object (server) wrapped

 o uniqueId
 public long uniqueId
The id, unique for each BindedServer object

 o hostNode
 public NetNode hostNode
the NetNode where this server is hosted (it can be different from the node where it is binded)

Constructors

 o BindedServer
 public BindedServer(Object Server,
                     NetNode hostNode)
Parameters:
Server - the server to wrap
hostNode - the NetNode where this server is hosted (it can be different from the node where it is binded)

Methods

 o equals
 public boolean equals(Object other)
Parameters:
other - the object to compare
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index