Uses of Class
de.xima.fc.mdl.plugin.PluginSyncData
- 
Packages that use PluginSyncData Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.cluster.model.msg de.xima.fc.com.interfaces Package with default remote interfaces for the communication between master- and frontend-serverde.xima.fc.fs.server Die Frontendserver-Implementierungde.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.helper  - 
- 
Uses of PluginSyncData in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type PluginSyncData Modifier and Type Method Description List<PluginSyncData>PluginAPI. getPluginSyncData(UserContext uc, boolean isFrontendServer)Methods in de.xima.fc.api.system with parameters of type PluginSyncData Modifier and Type Method Description byte[]PluginAPI. getConfigFileData(UserContext uc, PluginSyncData pluginEntity)byte[]PluginAPI. getJarFileData(UserContext uc, PluginSyncData pluginEntity) - 
Uses of PluginSyncData in de.xima.fc.cluster.model.msg
Methods in de.xima.fc.cluster.model.msg that return PluginSyncData Modifier and Type Method Description PluginSyncDataClusterPluginSyncMessage. getMessageData()Constructors in de.xima.fc.cluster.model.msg with parameters of type PluginSyncData Constructor Description ClusterPluginSyncMessage(PluginSyncData pluginSyncData)Creates a new message that tells another node to sync a plugin. - 
Uses of PluginSyncData in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces with parameters of type PluginSyncData Modifier and Type Method Description voidIFSSession. triggerPluginSync(PluginSyncData... syncData)Method to trigger the sync of plugins - 
Uses of PluginSyncData in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server with parameters of type PluginSyncData Modifier and Type Method Description voidFSSessionImpl. triggerPluginSync(PluginSyncData... syncData) - 
Uses of PluginSyncData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type PluginSyncData Modifier and Type Method Description List<PluginSyncData>IPluginHandler. getPluginSyncData(UserContext uc, boolean isFrontendServer)Methods in de.xima.fc.handler.interfaces.system with parameters of type PluginSyncData Modifier and Type Method Description byte[]IPluginHandler. getConfigFileData(UserContext uc, PluginSyncData pluginEntity)byte[]IPluginHandler. getJarFileData(UserContext uc, PluginSyncData pluginEntity) - 
Uses of PluginSyncData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type PluginSyncData Modifier and Type Method Description List<PluginSyncData>PluginHandler. getPluginSyncData(UserContext uc, boolean isFrontendServer)Methods in de.xima.fc.handler.system with parameters of type PluginSyncData Modifier and Type Method Description byte[]PluginHandler. getConfigFileData(UserContext uc, PluginSyncData pluginData)byte[]PluginHandler. getJarFileData(UserContext uc, PluginSyncData pluginData) - 
Uses of PluginSyncData in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type PluginSyncData Modifier and Type Method Description static voidPluginManager. synchronizePlugin(boolean isInstall, PluginSyncData pluginData) - 
Uses of PluginSyncData in de.xima.fc.plugin.helper
Methods in de.xima.fc.plugin.helper with parameters of type PluginSyncData Modifier and Type Method Description static voidPluginFileHelper. updatePluginFiles(PluginSyncData pluginData) 
 -