All Packages Class Hierarchy This Package Previous Next Index
Class vnet.BindEvent
java.lang.Object
|
+----vnet.VNetEvent
|
+----vnet.BindEvent
- public class BindEvent
- extends VNetEvent
Event Class to notify the binding or unbinding of server to the net
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
- See Also:
- VNetEvent, NetNode
-
BindEvent(String, boolean)
-
-
getServerName()
- Gets the name of server whose binding or unbinding has produced the event
-
isBinded()
- Gets the type of event: binding or unbinding
BindEvent
public BindEvent(String serverName,
boolean bBind)
- Parameters:
- serverName: - the name of the server being binded or unbinded
- bBind: - specifies if it is a binding (true) or an unbinding (false)
getServerName
public String getServerName()
- Gets the name of server whose binding or unbinding has produced the event
- Returns:
- The name of the server being binded or unbinded
isBinded
public boolean isBinded()
- Gets the type of event: binding or unbinding
- Returns:
- True if the server is being binded
All Packages Class Hierarchy This Package Previous Next Index