All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.services.inet.AgentServerInterface
- public interface AgentServerInterface
- extends Remote
The RMI interface class for the Internet agent server.
- Version:
- $Revision: 1.4 $
- Author:
- Juhana Räsänen
- See Also:
- AgentServer
-
getAgent(InetAddress)
- Creates a new instance of the Internet agent for the calling client.
-
getRouterAddress()
- Returns the IP address of the Internet router.
getAgent
public abstract AgentInterface getAgent(InetAddress clientIP_) throws RemoteException
- Creates a new instance of the Internet agent for the calling client.
- Parameters:
- clientPort_ - The switch port of the client
- clientIP_ - The IP address of the client
- Returns:
- Reference to the new Internet service agent instance
getRouterAddress
public abstract InetAddress getRouterAddress() throws RemoteException
- Returns the IP address of the Internet router.
- Returns:
- Internet router's IP address
All Packages Class Hierarchy This Package Previous Next Index