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 IFSSessionIFSServer. 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 IFSSessionFSConnection. 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 classFSSessionImplMethods in de.xima.fc.fs.server that return IFSSession Modifier and Type Method Description static IFSSessionFSServer. authClient(IFSClient client, FrontendServer fsEntity)IFSSessionFSServerImpl. authClient(IFSClient fsClient, FrontendServer fServerEntity) 
 -