Uses of Class
org.rhq.enterprise.server.plugin.pc.ServerPluginEnvironment

Packages that use ServerPluginEnvironment
org.rhq.enterprise.server.plugin.pc   
org.rhq.enterprise.server.plugin.pc.alert   
org.rhq.enterprise.server.plugin.pc.bundle   
org.rhq.enterprise.server.plugin.pc.content   
org.rhq.enterprise.server.plugin.pc.entitlement   
org.rhq.enterprise.server.plugin.pc.generic   
org.rhq.enterprise.server.plugin.pc.perspective   
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc
 

Methods in org.rhq.enterprise.server.plugin.pc that return ServerPluginEnvironment
 ServerPluginEnvironment ServerPluginContext.getPluginEnvironment()
          The environment of the plugin, including its name and other information.
 ServerPluginEnvironment ServerPluginManager.getPluginEnvironment(String pluginName)
          Given a plugin name, this returns that plugin's environment.
protected  ServerPluginEnvironment ServerPluginManager.rebuildServerPluginEnvironment(ServerPluginEnvironment env)
          Given a plugin environment, this will rebuild a new one with up-to-date information.
 

Methods in org.rhq.enterprise.server.plugin.pc that return types with arguments of type ServerPluginEnvironment
 Collection<ServerPluginEnvironment> ServerPluginManager.getPluginEnvironments()
          Returns the ServerPluginEnvironments for every plugin this manager has loaded.
 

Methods in org.rhq.enterprise.server.plugin.pc with parameters of type ServerPluginEnvironment
protected  ServerPluginComponent ServerPluginManager.createServerPluginComponent(ServerPluginEnvironment environment)
          This will create a new ServerPluginComponent instance for that is used to initialize and shutdown a particular server plugin.
protected  org.rhq.core.domain.plugin.ServerPlugin ServerPluginManager.getPlugin(ServerPluginEnvironment pluginEnv)
          Given a plugin environment, return its ServerPlugin representation, which should also include the plugin configuration and scheduled jobs configuration.
protected  ServerPluginContext ServerPluginManager.getServerPluginContext(ServerPluginEnvironment env)
           
protected  Object ServerPluginManager.instantiatePluginClass(ServerPluginEnvironment environment, String className)
          Instantiates a class with the given name within the given environment's classloader using the class' no-arg constructor.
protected  void ServerPluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
          Informs the plugin manager that a plugin with the given environment needs to be loaded.
 void AbstractTypeServerPluginContainer.loadPlugin(ServerPluginEnvironment env, boolean enabled)
          Informs the plugin container that it has a plugin that it must begin to start managing.
protected  Class<?> ServerPluginManager.loadPluginClass(ServerPluginEnvironment environment, String className, boolean initialize)
          Loads a class with the given name within the given environment's classloader.
protected  ServerPluginEnvironment ServerPluginManager.rebuildServerPluginEnvironment(ServerPluginEnvironment env)
          Given a plugin environment, this will rebuild a new one with up-to-date information.
 boolean ServerPluginValidator.validate(ServerPluginEnvironment env)
          Given a server plugin environment, this method should validate the descriptor to ensure it is logically correct.
 

Constructors in org.rhq.enterprise.server.plugin.pc with parameters of type ServerPluginEnvironment
ServerPluginContext(ServerPluginEnvironment env, File dataDirectory, File tmpDirectory, org.rhq.core.domain.configuration.Configuration pluginConfiguration, List<ScheduledJobDefinition> schedules)
          Creates a new ServerPluginContext object.
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.alert
 

Fields in org.rhq.enterprise.server.plugin.pc.alert declared as ServerPluginEnvironment
protected  ServerPluginEnvironment AlertSender.serverPluginEnvironment
          Environement of the plugin to e.g.
 

Methods in org.rhq.enterprise.server.plugin.pc.alert with parameters of type ServerPluginEnvironment
 void AlertSenderPluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
          Postprocess the loading of the plugin - the actual load is done in the super class.
 boolean AlertPluginValidator.validate(ServerPluginEnvironment env)
           
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.bundle
 

Methods in org.rhq.enterprise.server.plugin.pc.bundle with parameters of type ServerPluginEnvironment
protected  void BundleServerPluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
           
 boolean BundlePluginValidator.validate(ServerPluginEnvironment env)
           
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.content
 

Methods in org.rhq.enterprise.server.plugin.pc.content that return ServerPluginEnvironment
 ServerPluginEnvironment ContentServerPluginManager.getPluginEnvironment(org.rhq.core.domain.content.ContentSourceType type)
          Gets the plugin environment for the plugin responsible for managing the given content source type.
 

Methods in org.rhq.enterprise.server.plugin.pc.content with parameters of type ServerPluginEnvironment
 void ContentServerPluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
           
protected  void PackageTypePluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
           
 boolean ContentPluginValidator.validate(ServerPluginEnvironment env)
           
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.entitlement
 

Methods in org.rhq.enterprise.server.plugin.pc.entitlement with parameters of type ServerPluginEnvironment
 boolean EntitlementPluginValidator.validate(ServerPluginEnvironment env)
           
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.generic
 

Methods in org.rhq.enterprise.server.plugin.pc.generic with parameters of type ServerPluginEnvironment
 boolean GenericPluginValidator.validate(ServerPluginEnvironment env)
           
 

Uses of ServerPluginEnvironment in org.rhq.enterprise.server.plugin.pc.perspective
 

Methods in org.rhq.enterprise.server.plugin.pc.perspective with parameters of type ServerPluginEnvironment
 void PerspectiveServerPluginManager.loadPlugin(ServerPluginEnvironment env, boolean enabled)
           
 boolean PerspectivePluginValidator.validate(ServerPluginEnvironment env)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.