All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface calypso.servers.inet.DaemonInterface

public interface DaemonInterface
extends Remote
The RMI interface class for the Internet service router daemon

Author:
Juhana Räsänen
See Also:
Daemon

Method Index

 o closeInternet(InetAddress)
Closes the client's Internet connection.
 o openInternet(InetAddress, VPIVCI, Long)
Opens the internet connection for the given client.

Methods

 o openInternet
 public abstract void openInternet(InetAddress client_,
                                   VPIVCI vcc_,
                                   Long connID_) throws RemoteException
Opens the internet connection for the given client.

Parameters:
client_ - Client's IP address
vcc_ - the VPI/VCI pair which carries the client's IP traffic
connID_ - Long containing the ID number of this connection
 o closeInternet
 public abstract void closeInternet(InetAddress client_) throws RemoteException
Closes the client's Internet connection.

Parameters:
client_ - Client's IP address

All Packages  Class Hierarchy  This Package  Previous  Next  Index