org.rhq.core.pluginapi.inventory
Interface ApplicationServerComponent


public interface ApplicationServerComponent

Interface marking a resource component as a server for web applications (EARs, WARs).


Method Summary
 File getConfigurationPath()
          Returns the working path of the application server.
 

Method Detail

getConfigurationPath

File getConfigurationPath()
Returns the working path of the application server. This is not necessarily just the installation path, but takes into account multiple configurations (such as JBoss' default profile).

Returns:
full filesystem path to the working configuration path


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