org.rhq.plugins.mobicents.servlet.sip
Class ConvergedWarDiscoveryHelper

java.lang.Object
  extended by org.rhq.plugins.mobicents.servlet.sip.ConvergedWarDiscoveryHelper

public class ConvergedWarDiscoveryHelper
extends java.lang.Object

Provides helper methods that are used by both WarDiscoveryComponent and EmbeddedWarDiscoveryComponent Original file copied over from jopr jboss as plugin trunk rev 26 It has been copied because it uses ConvergedDeploymentUtility and since methods in this class are static they couldn't be extended by inheritance

Author:
Ian Springer, Heiko W. Rupp, Jean Deruelle

Field Summary
static java.lang.String JBOSS_WEB_MBEAN_NAME_TEMPLATE
           
 
Method Summary
static java.lang.String getContextPath(java.lang.String contextRoot)
           
static java.util.Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> initPluginConfigurations(org.rhq.plugins.jbossas.JBossASServerComponent parentJBossASComponent, java.util.Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> warResources)
           
static void setDeploymentInformation(org.rhq.core.domain.configuration.Configuration pluginConfig, org.rhq.plugins.jbossas.util.WarDeploymentInformation deploymentInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOSS_WEB_MBEAN_NAME_TEMPLATE

public static final java.lang.String JBOSS_WEB_MBEAN_NAME_TEMPLATE
See Also:
Constant Field Values
Method Detail

initPluginConfigurations

public static java.util.Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> initPluginConfigurations(org.rhq.plugins.jbossas.JBossASServerComponent parentJBossASComponent,
                                                                                                                 java.util.Set<org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails> warResources)

setDeploymentInformation

public static void setDeploymentInformation(org.rhq.core.domain.configuration.Configuration pluginConfig,
                                            org.rhq.plugins.jbossas.util.WarDeploymentInformation deploymentInformation)

getContextPath

public static java.lang.String getContextPath(java.lang.String contextRoot)


Copyright © 2010. All Rights Reserved.