All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface calypso.services.inet.AgentInterface

public interface AgentInterface
extends Remote
The RMI interface class for the Internet service daemon. The actual implementation is in class calypso.inetservice.agent.Agent.

Version:
$Revision: 1.5 $
Author:
Juhana Räsänen
See Also:
Agent

Method Index

 o closeInternet()
Closes the connection to the Internet.
 o openInternet()
Opens the connection to the Internet.

Methods

 o openInternet
 public abstract VPIVCI openInternet() throws RemoteException
Opens the connection to the Internet.

Returns:
VPI/VCI pair that will carry the client's IP traffic
 o closeInternet
 public abstract void closeInternet() throws RemoteException
Closes the connection to the Internet.


All Packages  Class Hierarchy  This Package  Previous  Next  Index