Uses of Interface
de.xima.fc.com.interfaces.IFSClient
- 
Packages that use IFSClient Package Description de.root1.simon de.xima.fc.com.interfaces Package with default remote interfaces for the communication between master- and frontend-serverde.xima.fc.fs Allgemeine Klassen für den Frontendserverde.xima.fc.fs.server Die Frontendserver-Implementierung - 
- 
Uses of IFSClient in de.root1.simon
Methods in de.root1.simon with parameters of type IFSClient Modifier and Type Method Description static voidFSServerFilter. appand(IFSClient remoteObject, FSSessionImpl currentSession) - 
Uses of IFSClient in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces with parameters of type IFSClient Modifier and Type Method Description IFSSessionIFSServer. authClient(IFSClient client, FrontendServer fsEntity)Method to authenticate an client (master-server) with the frontend-server - 
Uses of IFSClient in de.xima.fc.fs
Classes in de.xima.fc.fs that implement IFSClient Modifier and Type Class Description classFSClientImplKlasse mit der Implementierung der RMI-Mehtoden - 
Uses of IFSClient in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server that return IFSClient Modifier and Type Method Description static IFSClientFSServer. getClient()Methods in de.xima.fc.fs.server with parameters of type IFSClient Modifier and Type Method Description static IFSSessionFSServer. authClient(IFSClient client, FrontendServer fsEntity)IFSSessionFSServerImpl. authClient(IFSClient fsClient, FrontendServer fServerEntity) 
 -