Uses of Interface
de.xima.fc.com.interfaces.IFSSession
-
Packages that use IFSSession 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 IFSSession in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces that return IFSSession Modifier and Type Method Description IFSSession
IFSServer. authClient(IFSClient client, FrontendServer fsEntity)
Method to authenticate an client (master-server) with the frontend-server -
Uses of IFSSession in de.xima.fc.fs
Methods in de.xima.fc.fs that return IFSSession Modifier and Type Method Description IFSSession
FSConnection. getSession()
-
Uses of IFSSession in de.xima.fc.fs.server
Classes in de.xima.fc.fs.server that implement IFSSession Modifier and Type Class Description class
FSSessionImpl
Methods in de.xima.fc.fs.server that return IFSSession Modifier and Type Method Description static IFSSession
FSServer. authClient(IFSClient client, FrontendServer fsEntity)
IFSSession
FSServerImpl. authClient(IFSClient fsClient, FrontendServer fServerEntity)
-