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

Constructor Index

 o BindEvent(String, boolean)

Method Index

 o getServerName()
Gets the name of server whose binding or unbinding has produced the event
 o isBinded()
Gets the type of event: binding or unbinding

Constructors

 o 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)

Methods

 o 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
 o 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