Uses of Class
org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType

Packages that use ServerPluginDescriptorType
org.rhq.enterprise.server.xmlschema   
org.rhq.enterprise.server.xmlschema.generated.serverplugin   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.content   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective   
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema
 

Methods in org.rhq.enterprise.server.xmlschema that return ServerPluginDescriptorType
static ServerPluginDescriptorType ServerPluginDescriptorUtil.loadPluginDescriptorFromUrl(java.net.URL pluginJarFileUrl)
          Loads a plugin descriptor from the given plugin jar and returns it.
 

Methods in org.rhq.enterprise.server.xmlschema with parameters of type ServerPluginDescriptorType
static java.lang.String ServerPluginDescriptorMetadataParser.getPluginComponentClassName(ServerPluginDescriptorType descriptor)
          Returns the fully qualified class name of the plugin component.
static ConfigurationDefinition ServerPluginDescriptorMetadataParser.getPluginConfigurationDefinition(ServerPluginDescriptorType descriptor)
          Returns the global configuration definition for the plugin.
static ComparableVersion ServerPluginDescriptorUtil.getPluginVersion(java.io.File pluginFile, ServerPluginDescriptorType descriptor)
          Returns the version for the plugin represented by the given descriptor/file.
static java.util.List<ScheduledJobDefinition> ServerPluginDescriptorMetadataParser.getScheduledJobs(ServerPluginDescriptorType descriptor)
          Given a descriptor, this will parse it and return any scheduled jobs that it finds.
static ConfigurationDefinition ServerPluginDescriptorMetadataParser.getScheduledJobsDefinition(ServerPluginDescriptorType descriptor)
          Returns the scheduled jobs configuration definition for the plugin.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin
 

Methods in org.rhq.enterprise.server.xmlschema.generated.serverplugin that return ServerPluginDescriptorType
 ServerPluginDescriptorType ObjectFactory.createServerPluginDescriptorType()
          Create an instance of ServerPluginDescriptorType
 

Methods in org.rhq.enterprise.server.xmlschema.generated.serverplugin with parameters of type ServerPluginDescriptorType
 ServerPluginElement ObjectFactory.createServerPluginElement(ServerPluginDescriptorType value)
          Create an instance of ServerPluginElement}
 

Constructors in org.rhq.enterprise.server.xmlschema.generated.serverplugin with parameters of type ServerPluginDescriptorType
ServerPluginElement(ServerPluginDescriptorType value)
           
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert
 class AlertPluginDescriptorType
          Java class for AlertPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.content
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.content
 class ContentPluginDescriptorType
          Java class for ContentPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic
 class GenericPluginDescriptorType
          Java class for GenericPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
 class PerspectivePluginDescriptorType
          Java class for PerspectivePluginDescriptorType complex type.
 



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