Uses of Class
org.rhq.plugins.jbossas.helper.JBossProductType

Packages that use JBossProductType
org.rhq.plugins.jbossas   
org.rhq.plugins.jbossas.helper   
 

Uses of JBossProductType in org.rhq.plugins.jbossas
 

Methods in org.rhq.plugins.jbossas with parameters of type JBossProductType
 String JBossASDiscoveryComponent.formatServerName(String bindingAddress, String jnpPort, String hostname, String configurationName, JBossProductType productType, boolean isRhq)
           
 

Uses of JBossProductType in org.rhq.plugins.jbossas.helper
 

Methods in org.rhq.plugins.jbossas.helper that return JBossProductType
static JBossProductType JBossProductType.determineJBossProductType(Attributes attributes)
          Determines the product type (AS, EAP or SOA) based on the Implementation-Title MANIFEST.MF attribute.
 JBossProductType JBossInstallationInfo.getProductType()
           
static JBossProductType JBossProductType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JBossProductType[] JBossProductType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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