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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcallback(String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang) Deprecated.will be removedbooleanMethod 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 pluginsvoid
-
Constructor Details
-
FSSessionImpl
public FSSessionImpl()
-
-
Method Details
-
getConnectionID
-
pushConfig
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
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
-