All Packages Class Hierarchy This Package Previous Next Index
Interface edu.cmu.paid.network.IServer_Session
- public interface IServer_Session
Interface for an object which will exist on the server, with a proxy controlled by the client
- Author:
- Will Ross
-
port
- Port number on server that is being used for session.
-
Close_Session()
- Close current session.
-
Kill_Request()
- Kill current request.
-
Ping()
- Used for network monitoring purposes.
-
Request_Data(String)
- Request data from server-side database object.
port
public static final int port
- Port number on server that is being used for session.
Close_Session
public abstract void Close_Session()
- Close current session.
Request_Data
public abstract boolean Request_Data(String request)
- Request data from server-side database object.
- Parameters:
- request - ID of data requested.
- Returns:
- True unless errors were encountered in request.
Kill_Request
public abstract void Kill_Request()
- Kill current request.
Ping
public abstract int Ping()
- Used for network monitoring purposes.
- Returns:
- 1 always. Time for request completion is used as ping result.
All Packages Class Hierarchy This Package Previous Next Index
This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)