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-server
|
de.xima.fc.fs.server |
Die Frontendserver-Implementierung
|
de.xima.fc.handler.interfaces.system | |
de.xima.fc.handler.system | |
de.xima.fc.plugin | |
de.xima.fc.plugin.helper |
Modifier and Type | Method and Description |
---|---|
List<PluginSyncData> |
PluginAPI.getPluginSyncData(UserContext uc,
boolean isFrontendServer) |
Modifier and Type | Method and Description |
---|---|
byte[] |
PluginAPI.getConfigFileData(UserContext uc,
PluginSyncData pluginEntity) |
byte[] |
PluginAPI.getJarFileData(UserContext uc,
PluginSyncData pluginEntity) |
Modifier and Type | Method and Description |
---|---|
PluginSyncData |
ClusterPluginSyncMessage.getMessageData() |
Constructor and Description |
---|
ClusterPluginSyncMessage(PluginSyncData pluginSyncData) |
Modifier and Type | Method and Description |
---|---|
void |
IFSSession.triggerPluginSync(PluginSyncData... syncData)
Method to trigger the sync of plugins
|
Modifier and Type | Method and Description |
---|---|
void |
FSSessionImpl.triggerPluginSync(PluginSyncData... syncData) |
Modifier and Type | Method and Description |
---|---|
List<PluginSyncData> |
IPluginHandler.getPluginSyncData(UserContext uc,
boolean isFrontendServer) |
Modifier and Type | Method and Description |
---|---|
byte[] |
IPluginHandler.getConfigFileData(UserContext uc,
PluginSyncData pluginEntity) |
byte[] |
IPluginHandler.getJarFileData(UserContext uc,
PluginSyncData pluginEntity) |
Modifier and Type | Method and Description |
---|---|
List<PluginSyncData> |
PluginHandler.getPluginSyncData(UserContext uc,
boolean isFrontendServer) |
Modifier and Type | Method and Description |
---|---|
byte[] |
PluginHandler.getConfigFileData(UserContext uc,
PluginSyncData pluginData) |
byte[] |
PluginHandler.getJarFileData(UserContext uc,
PluginSyncData pluginData) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginManager.synchronizePlugin(boolean isInstall,
PluginSyncData pluginData) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginFileHelper.updatePluginFiles(PluginSyncData pluginData) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.