Uses of Class
org.rhq.modules.plugins.jbossas7.AS7Mode

Packages that use AS7Mode
org.rhq.modules.plugins.jbossas7   
 

Uses of AS7Mode in org.rhq.modules.plugins.jbossas7
 

Methods in org.rhq.modules.plugins.jbossas7 that return AS7Mode
static AS7Mode AS7Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AS7Mode[] AS7Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.modules.plugins.jbossas7 with parameters of type AS7Mode
protected  OperationResult BaseServerComponent.installManagementUser(org.rhq.core.domain.configuration.Configuration parameters, org.rhq.core.domain.configuration.Configuration pluginConfig, AS7Mode mode)
           
protected  OperationResult BaseServerComponent.restartServer(org.rhq.core.domain.configuration.Configuration parameters, AS7Mode mode)
          Restart the server by first executing a 'shutdown' operation via its API.
protected  OperationResult BaseServerComponent.startServer(AS7Mode mode)
          Start the server by calling the start script listed in the plugin configuration.
 



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