Server.Net.RMIServer Class Reference

This class represents the server-side part of a RMI-connection. It inherits from the ServerAPI interface which ensures exchangeability. More...

Inheritance diagram for Server.Net.RMIServer:

Inheritance graph
[legend]
Collaboration diagram for Server.Net.RMIServer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RMIServer (Catalogue catalogue)
 Construct a new RMI-Server.
void Start ()
 Start the server with the name "ArticleCatalogue" runner on the specified port.
void Stop ()
 Stop the RMI-Server.
IAccessHandler GetAccessHandler ()
 This method returns a new AccessHandler.

Private Attributes

TcpChannel channel
Catalogue catalogue

Detailed Description

This class represents the server-side part of a RMI-connection. It inherits from the ServerAPI interface which ensures exchangeability.

Definition at line 19 of file RMIServer.cs.


Constructor & Destructor Documentation

Server.Net.RMIServer.RMIServer ( Catalogue  catalogue  ) 

Construct a new RMI-Server.

Parameters:
catalogue A catalogue

Definition at line 28 of file RMIServer.cs.


Member Function Documentation

void Server.Net.RMIServer.Start (  ) 

Start the server with the name "ArticleCatalogue" runner on the specified port.

Implements Shared.IServerAPI.

Definition at line 38 of file RMIServer.cs.

void Server.Net.RMIServer.Stop (  ) 

Stop the RMI-Server.

Implements Shared.IServerAPI.

Definition at line 49 of file RMIServer.cs.

IAccessHandler Server.Net.RMIServer.GetAccessHandler (  ) 

This method returns a new AccessHandler.

Returns:
A accessHandler.

Implements Shared.IServerAPI.

Definition at line 60 of file RMIServer.cs.


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 06:25:27 2006 for SCRAML by  doxygen 1.5.1-p1