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
-
closeInternet()
- Closes the connection to the Internet.
-
openInternet()
- Opens the connection to the Internet.
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
closeInternet
public abstract void closeInternet() throws RemoteException
- Closes the connection to the Internet.
All Packages Class Hierarchy This Package Previous Next Index