Uses of Class
org.rhq.core.clientapi.descriptor.plugin.ServerDescriptor

Packages that use ServerDescriptor
org.rhq.core.clientapi.descriptor.plugin   
 

Uses of ServerDescriptor in org.rhq.core.clientapi.descriptor.plugin
 

Fields in org.rhq.core.clientapi.descriptor.plugin with type parameters of type ServerDescriptor
protected  List<ServerDescriptor> ServerDescriptor.servers
           
protected  List<ServerDescriptor> PluginDescriptor.servers
           
protected  List<ServerDescriptor> PlatformDescriptor.servers
           
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return ServerDescriptor
 ServerDescriptor ObjectFactory.createServerDescriptor()
          Create an instance of ServerDescriptor
 

Methods in org.rhq.core.clientapi.descriptor.plugin that return types with arguments of type ServerDescriptor
 javax.xml.bind.JAXBElement<ServerDescriptor> ObjectFactory.createServer(ServerDescriptor value)
          Create an instance of JAXBElement<ServerDescriptor>}
 List<ServerDescriptor> ServerDescriptor.getServers()
          Defines child server types that can be embedded in this server type.
 List<ServerDescriptor> PluginDescriptor.getServers()
          Defines a supported server.
 List<ServerDescriptor> PlatformDescriptor.getServers()
          Defines child server types that can be embedded in this server type.
 

Methods in org.rhq.core.clientapi.descriptor.plugin with parameters of type ServerDescriptor
 javax.xml.bind.JAXBElement<ServerDescriptor> ObjectFactory.createServer(ServerDescriptor value)
          Create an instance of JAXBElement<ServerDescriptor>}
 



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