Uses of Class
de.xima.fc.mdl.plugin.PluginSyncData
Packages that use PluginSyncData
Package
Description
Package for API access to system configuration.
Package with default remote interfaces for the communication between master- and frontend-server
Die Frontendserver-Implementierung
-
Uses of PluginSyncData in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type PluginSyncDataModifier and TypeMethodDescriptionPluginAPI.getPluginSyncData
(UserContext uc, boolean isFrontendServer) Methods in de.xima.fc.api.system with parameters of type PluginSyncDataModifier and TypeMethodDescriptionbyte[]
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 PluginSyncDataConstructors in de.xima.fc.cluster.model.msg with parameters of type PluginSyncDataModifierConstructorDescriptionClusterPluginSyncMessage
(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 PluginSyncDataModifier and TypeMethodDescriptionvoid
IFSSession.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 PluginSyncDataModifier and TypeMethodDescriptionvoid
FSSessionImpl.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 PluginSyncDataModifier and TypeMethodDescriptionIPluginHandler.getPluginSyncData
(UserContext uc, boolean isFrontendServer) Methods in de.xima.fc.handler.interfaces.system with parameters of type PluginSyncDataModifier and TypeMethodDescriptionbyte[]
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 PluginSyncDataModifier and TypeMethodDescriptionPluginHandler.getPluginSyncData
(UserContext uc, boolean isFrontendServer) Methods in de.xima.fc.handler.system with parameters of type PluginSyncDataModifier and TypeMethodDescriptionbyte[]
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 PluginSyncDataModifier and TypeMethodDescriptionstatic void
PluginManager.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 PluginSyncDataModifier and TypeMethodDescriptionstatic void
PluginFileHelper.updatePluginFiles
(PluginSyncData pluginData)