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 void
FSServerFilter. 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 IFSSession
IFSServer. 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 class
FSClientImpl
Klasse 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 IFSClient
FSServer. getClient()
Methods 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)
-