org.rhq.plugins.jbossas.util
Class WarDeploymentInformation
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WarDeploymentInformation
public WarDeploymentInformation()
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.