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 IFSSession
IFSServer. 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 class
FSClientImpl
Implementation 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 IFSClient
FSServer. getClient()
Getter für currentClientMethods in de.xima.fc.fs.server with parameters of type IFSClient Modifier and Type Method Description static IFSSession
FSServer. authClient(IFSClient client, FrontendServer fsEntity)
IFSSession
FSServerImpl. authClient(IFSClient fsClient, FrontendServer fServerEntity)
-