org.rhq.plugins.jbossas.util
Class WarDeploymentInformation
java.lang.Object
org.rhq.plugins.jbossas.util.WarDeploymentInformation
public class WarDeploymentInformation
- extends java.lang.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 java.lang.String getContextRoot()
setContextRoot
public void setContextRoot(java.lang.String contextRoot)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
getJbossWebModuleMBeanObjectName
public java.lang.String getJbossWebModuleMBeanObjectName()
setJbossWebModuleMBeanObjectName
public void setJbossWebModuleMBeanObjectName(java.lang.String jbossWebModuleMBeanObjectName)
getVHost
public java.lang.String getVHost()
setVHost
public void setVHost(java.lang.String host)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.