Collaboration diagram for Shared.PublicObject:

Public Member Functions | |
| IAccessHandler | GetAccessHandler () |
| This method returns an accesshandler. | |
Static Public Attributes | |
| static IServerAPI | Server |
| The server object which implements the IServerAPI interface. | |
Definition at line 10 of file PublicObject.cs.
| IAccessHandler Shared.PublicObject.GetAccessHandler | ( | ) |
This method returns an accesshandler.
Definition at line 21 of file PublicObject.cs.
References Shared.IServerAPI.GetAccessHandler(), and Shared.PublicObject.Server.
Referenced by Client.RMIClient.Connect().
Here is the call graph for this function:

Here is the caller graph for this function:

IServerAPI Shared.PublicObject.Server [static] |
The server object which implements the IServerAPI interface.
Definition at line 15 of file PublicObject.cs.
Referenced by Shared.PublicObject.GetAccessHandler().
1.5.1-p1