Package de.xima.fc.fs.server
Class FSSessionImpl
- java.lang.Object
-
- de.xima.fc.fs.server.FSSessionImpl
-
- All Implemented Interfaces:
de.root1.simon.SimonUnreferenced,IFSSession,Serializable
public class FSSessionImpl extends Object implements IFSSession, de.root1.simon.SimonUnreferenced
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSSessionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcallback(String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang)Deprecated.will be removedbooleandisconnect()Method to perform an clean disconnectbooleanping()Method to ping the frontend-servervoidpushConfig(String name, byte[] data)Method to push an configuration-file to the frontend-servervoidtriggerPluginSync(PluginSyncData... syncData)Method to trigger the sync of pluginsvoidunreferenced()
-
-
-
Method Detail
-
pushConfig
public void pushConfig(String name, byte[] data) throws Exception
Description copied from interface:IFSSessionMethod to push an configuration-file to the frontend-server- Specified by:
pushConfigin interfaceIFSSession- Parameters:
name-Stringthe name of the configuration-filedata-Byte-array with the data of the configuration-file- Throws:
Exception- on errors while pushing the configuration-file
-
callback
@Deprecated public void callback(String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang) throws Exception
Deprecated.will be removedDescription copied from interface:IFSSessionMethod to perform an callback on the frontend-server- Specified by:
callbackin interfaceIFSSession- Parameters:
callbackName-Stringname of the callback-handler to performsaveFormData-IFormDataAdapterthe form-data with which the callback sould be performedvorgang-Vorgangthe process to perfrom the callback with- Throws:
Exception- on errors while performing the callback
-
disconnect
public boolean disconnect()
Description copied from interface:IFSSessionMethod to perform an clean disconnect- Specified by:
disconnectin interfaceIFSSession- Returns:
trueif the disconnect was successful,falseotherwise
-
unreferenced
public void unreferenced()
- Specified by:
unreferencedin interfacede.root1.simon.SimonUnreferenced
-
ping
public boolean ping()
Description copied from interface:IFSSessionMethod to ping the frontend-server- Specified by:
pingin interfaceIFSSession- Returns:
trueif successful,falseotherwise
-
triggerPluginSync
public void triggerPluginSync(PluginSyncData... syncData) throws Exception
Description copied from interface:IFSSessionMethod to trigger the sync of plugins- Specified by:
triggerPluginSyncin interfaceIFSSession- Parameters:
syncData-PluginSyncDataof the plugins to sync- Throws:
Exception- on errors
-
-