Public Member Functions | |
| IAccessHandler | Connect () |
| Attempt connecting to the RMIServer as defined by LocalSettings. | |
| void | Stop () |
| Stop the connection to the RMIServer - if we don't do this, the port will be left open. | |
Properties | |
| string | ErrorMessage [get, set] |
| Gets and sets the error message variable. | |
Private Attributes | |
| TcpChannel | chan |
| The TcpChannel the RMI client talks with RMIServer over. | |
| string | errorMessage |
| If an error happened, the description of it will be in here. | |
Definition at line 14 of file RMIClient.cs.
| IAccessHandler Client.RMIClient.Connect | ( | ) |
Attempt connecting to the RMIServer as defined by LocalSettings.
Definition at line 32 of file RMIClient.cs.
References Client.RMIClient.chan, Client.RMIClient.errorMessage, Shared.PublicObject.GetAccessHandler(), Client.LocalSettings.Port, Client.LocalSettings.Server, and Client.RMIClient.Stop().
Referenced by Client.ReconnectHandler.AddTag(), Client.ReconnectHandler.AssignUser(), Client.Login.Connect(), Client.ReconnectHandler.CreateComment(), Client.ReconnectHandler.CreateLiterature(), Client.ReconnectHandler.CreateProject(), Client.ReconnectHandler.CreateReference(), Client.ReconnectHandler.CreateReview(), Client.ReconnectHandler.CreateSuggestion(), Client.ReconnectHandler.DeleteLiterature(), Client.ReconnectHandler.DeleteProject(), Client.ReconnectHandler.DeleteReference(), Client.ReconnectHandler.GetAllTags(), Client.ReconnectHandler.GetComments(), Client.ReconnectHandler.GetLiteratureInfo(), Client.ReconnectHandler.GetPersonInfo(), Client.ReconnectHandler.GetProjectInfo(), Client.ReconnectHandler.GetReferenceInfo(), Client.ReconnectHandler.GetReviewInfo(), Client.ReconnectHandler.GetRoles(), Client.ReconnectHandler.GetStatistics(), Client.ReconnectHandler.GetSuggestionInfo(), Client.ReconnectHandler.GetTags(), Client.ReconnectHandler.GetUsersProjects(), Client.ReconnectHandler.ListItems(), Client.ReconnectHandler.ListLiterature(), Client.ReconnectHandler.ListProjects(), Client.ReconnectHandler.ListReferences(), Client.ReconnectHandler.ListReviews(), Client.ReconnectHandler.ListSuggestions(), Client.ReconnectHandler.Login(), Client.ReconnectHandler.Register(), Client.ReconnectHandler.RemoveTag(), Client.ReconnectHandler.Search(), Client.ReconnectHandler.SearchByTag(), Client.ReconnectHandler.ShowRelated(), Client.ReconnectHandler.UnassignUser(), Client.ReconnectHandler.UpdateLiterature(), Client.ReconnectHandler.UpdatePerson(), Client.ReconnectHandler.UpdateProject(), Client.ReconnectHandler.UpdateReference(), Client.ReconnectHandler.UpdateReview(), and Client.ReconnectHandler.UpdateSuggestion().
Here is the call graph for this function:

Here is the caller graph for this function:

| void Client.RMIClient.Stop | ( | ) |
Stop the connection to the RMIServer - if we don't do this, the port will be left open.
Definition at line 62 of file RMIClient.cs.
References Client.RMIClient.chan.
Referenced by Client.RMIClient.Connect(), and Client.Login.Connect().
Here is the caller graph for this function:

TcpChannel Client.RMIClient.chan [private] |
The TcpChannel the RMI client talks with RMIServer over.
Definition at line 17 of file RMIClient.cs.
Referenced by Client.RMIClient.Connect(), and Client.RMIClient.Stop().
string Client.RMIClient.errorMessage [private] |
If an error happened, the description of it will be in here.
Definition at line 19 of file RMIClient.cs.
Referenced by Client.RMIClient.Connect().
string Client.RMIClient.ErrorMessage [get, set] |
Gets and sets the error message variable.
Definition at line 23 of file RMIClient.cs.
Referenced by Client.Login.Connect().
1.5.1-p1