public interface IFSSession extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
callback(String callbackHandlerName,
IFormDataAdapter formData,
Vorgang process)
Method to perform an callback on the frontend-server
|
boolean |
disconnect()
Method to perform an clean disconnect
|
boolean |
ping()
Method to ping the frontend-server
|
void |
pushConfig(String name,
byte[] data)
Method to push an configuration-file to the frontend-server
|
void |
triggerPluginSync(PluginSyncData... syncData)
Method to trigger the sync of plugins
|
void callback(String callbackHandlerName, IFormDataAdapter formData, Vorgang process) throws Exception
callbackHandlerName
- String
name of the callback-handler to performformData
- IFormDataAdapter
the form-data with which the callback sould be performedprocess
- Vorgang
the process to perfrom the callback withException
- on errors while performing the callbackvoid pushConfig(String name, byte[] data) throws Exception
void triggerPluginSync(PluginSyncData... syncData) throws Exception
syncData
- PluginSyncData
of the plugins to syncException
- on errorsboolean disconnect()
true
if the disconnect was successful, false
otherwiseboolean ping()
true
if successful, false
otherwiseCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.