Class PluginLib
- java.lang.Object
-
- com.priint.pubserver.plugin.PluginLibraryControl
-
- com.priint.pubserver.entitydata.service.PluginLib
-
public class PluginLib extends com.priint.pubserver.plugin.PluginLibraryControlFor the registration and cancellation of the plugin this is the class that automatically starts up during the deployment of the plugin.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description PluginLib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()To unregister the library before undeploying the application or shutdown the Publishing Server.voidstartup()Reading the config file and registers the library and each plugin in this library to the Publishing Server during startup.-
Methods inherited from class com.priint.pubserver.plugin.PluginLibraryControl
beforeVersionChange, getAppName, getAuthManager, getClientManager, getConfigForPlugin, getConfigManager, getConfigsForPlugin, getDocumentLockManager, getDocumentManager, getJNDINameForPlugin, getMediaAssetManager, getPluginConfigsFromFolder, getPluginConfigsFromFolder, getPluginLibraryInfo, getPluginManager, getPluginTags, getSessionManager, getTraceManager, isPluginLibraryStarted, readConfigsForPluginLib, startupFailed, startupSuccess, validateConfigurations, validateConfigurations
-
-
-
-
Method Detail
-
startup
@PostConstruct public void startup()
Reading the config file and registers the library and each plugin in this library to the Publishing Server during startup.- Overrides:
startupin classcom.priint.pubserver.plugin.PluginLibraryControl
-
shutdown
@PreDestroy public void shutdown()
To unregister the library before undeploying the application or shutdown the Publishing Server.- Overrides:
shutdownin classcom.priint.pubserver.plugin.PluginLibraryControl
-
-