org.rhq.plugins.jbossas.util
Class WarDeploymentInformation

java.lang.Object
  extended by org.rhq.plugins.jbossas.util.WarDeploymentInformation

public class WarDeploymentInformation
extends Object

Simple class to hold the pieces of War Deployment information needed to be set in the plugin configuration for a war resource. Instead of getting each piece of information individually and calling the MBean Server multiple times, get it all at once to improve performance.


Constructor Summary
WarDeploymentInformation()
           
 
Method Summary
 String getContextRoot()
           
 String getFileName()
           
 String getJbossWebModuleMBeanObjectName()
           
 String getVHost()
           
 void setContextRoot(String contextRoot)
           
 void setFileName(String fileName)
           
 void setJbossWebModuleMBeanObjectName(String jbossWebModuleMBeanObjectName)
           
 void setVHost(String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarDeploymentInformation

public WarDeploymentInformation()
Method Detail

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String contextRoot)

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getJbossWebModuleMBeanObjectName

public String getJbossWebModuleMBeanObjectName()

setJbossWebModuleMBeanObjectName

public void setJbossWebModuleMBeanObjectName(String jbossWebModuleMBeanObjectName)

getVHost

public String getVHost()

setVHost

public void setVHost(String host)


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