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
-
hostNode
- the NetNode where this server is hosted (it can be
different from the node where it is binded)
-
object
- The object (server) wrapped
-
uniqueId
- The id, unique for each BindedServer object
-
BindedServer(Object, NetNode)
-
-
equals(Object)
-
object
public Object object
- The object (server) wrapped
uniqueId
public long uniqueId
- The id, unique for each BindedServer object
hostNode
public NetNode hostNode
- the NetNode where this server is hosted (it can be
different from the node where it is binded)
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)
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