public class PackageTypeServerPluginContainer extends AbstractTypeServerPluginContainer
| Constructor and Description |
|---|
PackageTypeServerPluginContainer(MasterServerPluginContainer master) |
| Modifier and Type | Method and Description |
|---|---|
protected ServerPluginManager |
createPluginManager()
This will be called when its time for this plugin container to create its plugin manager.
|
PackageTypePluginManager |
getPluginManager()
Returns the object that manages the plugins.
|
ServerPluginType |
getSupportedServerPluginType()
Each plugin container will tell the master which plugins it can support via this method; this
method returns the type of plugin that the plugin container can process.
|
getLog, getMasterServerPluginContainer, getPluginLoadTime, initialize, invokePluginControl, isPluginEnabled, isPluginLoaded, loadPlugin, reloadPlugin, scheduleAllPluginJobs, scheduleJob, schedulePluginJobs, shutdown, start, stop, unloadPlugin, unschedulePluginJobspublic PackageTypeServerPluginContainer(MasterServerPluginContainer master)
master - public ServerPluginType getSupportedServerPluginType()
AbstractTypeServerPluginContainergetSupportedServerPluginType in class AbstractTypeServerPluginContainerpublic PackageTypePluginManager getPluginManager()
AbstractTypeServerPluginContainergetPluginManager in class AbstractTypeServerPluginContainerprotected ServerPluginManager createPluginManager()
AbstractTypeServerPluginContainercreatePluginManager in class AbstractTypeServerPluginContainerCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.