Uses of Interface
de.xima.fc.com.interfaces.IFSClient
- 
Packages that use IFSClient Package Description 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.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 a 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 classFSClientImplImplementation of the client-side of the FS communication. - 
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()Getter für currentClientMethods 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) 
 -