A B C D E F G H I J K L M N O P Q R S T U V W 

A

add(String, String) - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Add a key value pair to the path
add(Address) - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Add a whole address to the given path
addAdditionalProperty(String, Object) - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
addRequestTime(long) - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
address - Variable in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
 
Address - Class in org.rhq.modules.plugins.jbossas7.json
An address in AS7
Address() - Constructor for class org.rhq.modules.plugins.jbossas7.json.Address
Create an empty address
Address(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Address
Create an Address with an initial path element
Address(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Address
Construct an Address by cloning another
Address(String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Address
Construct an Address from a path in the form (key=value)?(,key=value)*
addSegment(String) - Method in class org.rhq.modules.plugins.jbossas7.json.Address
 
addStep(Operation) - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
AS7Authenticator - Class in org.rhq.modules.plugins.jbossas7
Deprecated.
as of 4.7. It is no longer used in ASConnection nor in ASUploadConnection.
AS7Authenticator(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.AS7Authenticator
Deprecated.
 
AS7CommandLine - Class in org.rhq.modules.plugins.jbossas7
Parses a JBoss AS7 command line and provides easy access to its parts.
AS7CommandLine(String[]) - Constructor for class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
AS7CommandLine(ProcessInfo) - Constructor for class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
AS7Component<T extends ResourceComponent<?>> - Interface in org.rhq.modules.plugins.jbossas7
An AS7 Resource component.
AS7Mode - Enum in org.rhq.modules.plugins.jbossas7
Various definitions for the operation modes of AS7 (HOST is strictly not a mode, but fits here nicely)
ASConnection - Class in org.rhq.modules.plugins.jbossas7
Provide management connections to an AS7 instance and reading/writing data from/to it.
ASConnection(String, int, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
ASConnection(String, int, String, String, Long) - Constructor for class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
ASConnection(ASConnectionParams) - Constructor for class org.rhq.modules.plugins.jbossas7.ASConnection
 
ASConnectionParams - Class in org.rhq.modules.plugins.jbossas7
Groups ASConnection parameters.
ASConnectionParamsBuilder - Class in org.rhq.modules.plugins.jbossas7
 
ASConnectionParamsBuilder() - Constructor for class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
ASUploadConnection - Class in org.rhq.modules.plugins.jbossas7
Connection for uploading of content.
ASUploadConnection(String, int, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Deprecated.
as of 4.6. This class is not reusable so there is no reason not to provide the filename to the constructor. Use ASUploadConnection.ASUploadConnection(ASConnectionParams, String) instead.
ASUploadConnection(String, int, String, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
ASUploadConnection(ASConnection) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Deprecated.
as of 4.6. This class is not reusable so there is no reason not to provide the filename to the constructor. Use ASUploadConnection.ASUploadConnection(ASConnection, String) instead.
ASUploadConnection(ASConnection, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
 
ASUploadConnection(ASConnectionParams, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Creates a new ASUploadConnection for a remote http management interface.
attributeMap - Static variable in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
AVAIL_CHECK_PERIOD_CONFIG_PROP - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
Deprecated.

B

BASE_DIR - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
BaseComponent<T extends ResourceComponent<?>> - Class in org.rhq.modules.plugins.jbossas7
The base class for all AS7 resource components.
BaseComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseComponent
 
BaseProcessDiscovery - Class in org.rhq.modules.plugins.jbossas7
Abstract base discovery component for the two server types - "JBossAS7 Host Controller" and "JBossAS7 Standalone Server".
BaseProcessDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
BaseServerComponent<T extends ResourceComponent<?>> - Class in org.rhq.modules.plugins.jbossas7
Base component for functionality that is common to Standalone Servers and Host Controllers.
BaseServerComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
buildDefaultResourceDescription(HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
buildDefaultResourceDescription(HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
buildDefaultResourceDescription(HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
buildDefaultResourceName(HostPort, HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
buildDefaultResourceName(HostPort, HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
buildDefaultResourceName(HostPort, HostPort, JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
buildResourceDetails(ResourceDiscoveryContext, ProcessInfo, AS7CommandLine) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 

C

cancelUpload() - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
To be called instead of ASUploadConnection.finishUpload() if one doesn't want to upload the cached content.
CLIENTCERT_AUTHENTICATION - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
collectConfigTrait(MeasurementReport, MeasurementScheduleRequest) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
collectMulticastAddressTrait(MeasurementReport, MeasurementScheduleRequest) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
ComplexResult - Class in org.rhq.modules.plugins.jbossas7.json
A result object with a complex 'result' member
ComplexResult() - Constructor for class org.rhq.modules.plugins.jbossas7.json.ComplexResult
 
CompositeOperation - Class in org.rhq.modules.plugins.jbossas7.json
A composite operation contains multiple steps of a task that requires many individual operations to complete
CompositeOperation(List<Operation>) - Constructor for class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
CompositeOperation() - Constructor for class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
CONFIG_DIR - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
configurationDefinition - Variable in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
 
ConfigurationLoadDelegate - Class in org.rhq.modules.plugins.jbossas7
 
ConfigurationLoadDelegate(ConfigurationDefinition, ASConnection, Address) - Constructor for class org.rhq.modules.plugins.jbossas7.ConfigurationLoadDelegate
Create a new configuration delegate, that reads the attributes for the resource at address.
ConfigurationLoadDelegate(ConfigurationDefinition, ASConnection, Address, boolean) - Constructor for class org.rhq.modules.plugins.jbossas7.ConfigurationLoadDelegate
Create a new configuration delegate, that reads the attributes for the resource at address.
ConfigurationWriteDelegate - Class in org.rhq.modules.plugins.jbossas7
 
ConfigurationWriteDelegate(ConfigurationDefinition, ASConnection, Address) - Constructor for class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Create a new configuration delegate, that reads the attributes for the resource at address.
connection - Variable in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
 
ConnectorDiscoveryGroupValidatorComponent - Class in org.rhq.modules.plugins.jbossas7
Resource backed by this component must define either a discovery group name or a connector.
ConnectorDiscoveryGroupValidatorComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ConnectorDiscoveryGroupValidatorComponent
 
convertAs7JsonToValidJson(String) - Static method in class org.rhq.modules.plugins.jbossas7.Domain2Descriptor
 
createAddModuleOptionTypeOperation(Address, String, List<ModuleOptionsComponent.Value>) - Static method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
Handles the creation of
createASConnectionParams() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
createChildRequested - Variable in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
 
createFrom(ServerPluginConfiguration) - Static method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
Creates a new instance from a standalone or host controller resource plugin configuration object.
createKey() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
createName() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.CreateResourceDelegate
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.HornetQComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.JVMDefinitionComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.TemplatedSubResourcesComponent
 
CreateResourceDelegate - Class in org.rhq.modules.plugins.jbossas7
 
CreateResourceDelegate(ConfigurationDefinition, ASConnection, Address) - Constructor for class org.rhq.modules.plugins.jbossas7.CreateResourceDelegate
 
createResourceKey(String, String) - Static method in class org.rhq.modules.plugins.jbossas7.ManagedASDiscovery
 

D

DatasourceComponent - Class in org.rhq.modules.plugins.jbossas7
Handle Datasorces (possibly jdbc-driver) related stuff
DatasourceComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
DEFAULT_KEEPALIVE_TIMEOUT - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
By default, expire persistent connection after 5 seconds.
DEFAULT_MGMT_PORT - Static variable in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
DEFAULT_NATIVE_PORT - Static variable in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
deleteResource() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
deployContent(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Deploy content to the remote server - this is one half of #createResource
DeploymentComponent - Class in org.rhq.modules.plugins.jbossas7
Deal with deployments
DeploymentComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
deployPackages(Set<ResourcePackageDetails>, ContentServices) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
deployPackages(Set<ResourcePackageDetails>, ContentServices) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
deserialize(JsonParser, DeserializationContext) - Method in class org.rhq.modules.plugins.jbossas7.json.serializer.PropertyValueDeserializer
 
determineJBossProductType(File) - Static method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
Deprecated.
"Use the version with the apiVersion"
determineJBossProductType(File, String) - Static method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
Determines the product type of a JBoss product installation.
determineServerVersionFromHomeDir(File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
discoverDeployedPackages(PackageType) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
discoverDeployedPackages(PackageType) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
discoverResource(Configuration, ResourceDiscoveryContext) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
discoverResources(ResourceDiscoveryContext) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.JVMDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<HostControllerComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASDiscovery
Run the auto-discovery
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ModClusterConfigurationDiscovery
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ModClusterContextDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ModClusterDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.QueryCacheDiscovery
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.SubsystemDiscovery
 
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.WebRuntimeDiscoveryComponent
 
Domain2Descriptor - Class in org.rhq.modules.plugins.jbossas7
Generate properties, metrics and operation templates for the plugin descriptor from a domain dump (server can run in domain or standalone mode).
Domain2Descriptor() - Constructor for class org.rhq.modules.plugins.jbossas7.Domain2Descriptor
 
Domain2Descriptor.Type - Enum in org.rhq.modules.plugins.jbossas7
 
DomainDeploymentComponent - Class in org.rhq.modules.plugins.jbossas7
Handle domain deployments
DomainDeploymentComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.DomainDeploymentComponent
 

E

Ejb3BeanRuntimeComponent - Class in org.rhq.modules.plugins.jbossas7
A specialization of the AS component for EJB3 runtime beans.
Ejb3BeanRuntimeComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.Ejb3BeanRuntimeComponent
 
equals(Object) - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
equals(Object) - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Node
 
equals(Object) - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Vhost
 
execute(Operation) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its Result.
execute(Operation, int) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its Result.
execute(Operation, boolean) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its Result.
execute(Operation, boolean, int) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its Result.
executeComplex(Operation) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its ComplexResult.
executeComplex(Operation, int) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute the passed Operation and return its ComplexResult.
executeRaw(Operation) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute an operation against the domain api.
executeRaw(Operation, int) - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Execute an operation against the domain api.

F

FAILURE - Static variable in class org.rhq.modules.plugins.jbossas7.json.Result
 
findByName(String) - Static method in enum org.rhq.modules.plugins.jbossas7.helper.HostnameVerification
 
findByName(String) - Static method in enum org.rhq.modules.plugins.jbossas7.helper.TrustStrategy
 
finishUpload() - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Triggers the real upload to the AS7 instance.
fromString(String) - Static method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
FULL_NAME - Variable in enum org.rhq.modules.plugins.jbossas7.JBossProductType
 

G

generateInstallationSteps(ResourcePackageDetails) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
generateInstallationSteps(ResourcePackageDetails) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
get(int) - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Returns the n'th path element of the address
getAdditionalProperties() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getAddress() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getAddress() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getAddress() - Method in class org.rhq.modules.plugins.jbossas7.ModClusterComponent
 
getAddress() - Method in class org.rhq.modules.plugins.jbossas7.ModClusterContextComponent
 
getAppServerArguments() - Method in class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
getAppServerModuleName() - Method in class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
getASConnection() - Method in interface org.rhq.modules.plugins.jbossas7.AS7Component
Returns the connection that can be used to send management requests to the managed AS& instance.
getASConnection() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getASConnection() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getAsConnectionParams() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
 
getAttribute() - Method in enum org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.ModuleOptionType
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Return availability of this resource
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.DomainDeploymentComponent
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.Ejb3BeanRuntimeComponent
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
Get the availability of the managed AS server.
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.ModClusterContextComponent
 
getAvailabilityCheckPeriod() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
Deprecated.
getAvailableContexts() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
 
getAvailableNodes() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
 
getAvailableVhosts() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
 
getBaseDir(ProcessInfo, JavaCommandLine, File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getBaseDir() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getBaseDirAttributeName() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getBaseDirAttributeName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getBaseDirAttributeName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getBaseDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getBaseDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getBaseDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getCliScriptFileName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getCode() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
getConfigArg() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getConfigDir(ProcessInfo, JavaCommandLine, File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getConfigDir() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getConfigDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getConfigDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getConfigDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getDefaultBaseDir() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDefaultBaseDirName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getDefaultBaseDirName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getDefaultBaseDirName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getDefaultConfigDirName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getDefaultHostConfigFileName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDefaultHostConfigSystemPropertyName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDefaultLogDirName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getDefaultXmlFile() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDomainApiVersion() - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
getDomainControllerHostPort(AS7CommandLine) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Try to obtain the domain controller's location from looking at host.xml
getEnvironmentAddress() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getEnvironmentAddress() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getEnvironmentAddress() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getFailureDescription(JsonNode) - Static method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Inspects the supplied JsonNode instance and returns the json 'failure-description' node value as text.
getFailureDescription() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getFlag() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
getHomeDir(ProcessInfo, JavaCommandLine) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getHomeDir() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getHost() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
as of RHQ 4.10, use ASConnection.getAsConnectionParams() instead
getHost() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getHost() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
getHost() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Vhost
 
getHostAddress() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getHostAddress() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getHostAddress() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getHostConfigAttributeName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getHostConfigFile() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getHostConfigFileNameOption() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getHostName() - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Try to determine the host name - that is the name of a standalone server or a host in domain mode by looking at the standalone.xml/host.xml files
getHostname() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getHostnameVerification() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getHostnameVerification() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getHostXmlFile(AS7CommandLine, File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getHostXmlFileName(AS7CommandLine) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getIdentifier() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Vhost
 
getInstance() - Static method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getJvmRoute() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
getJvmRoute() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Node
 
getKeepAliveTimeout() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getKey() - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
getKeyPassword() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getKeyPassword() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getKeystore() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getKeystore() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getKeystorePassword() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getKeystorePassword() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getKeystoreType() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getKeystoreType() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getLog() - Static method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Get the logger for AS7 plugin resource components.
getLogDir(ProcessInfo, AS7CommandLine, File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getLogDir() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getLogDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getLogDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getLogDirSystemPropertyName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getLogFile(File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getLogFileName() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getLogFileName() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getLogFileName() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getManagementConnectionTimeout() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getManagementHostPort(AS7CommandLine, AS7Mode) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Try to obtain the management IP and port from the already parsed host.xml or standalone.xml
getManagementSecurityRealm() - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
getMaxTime() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getMode() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getName() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getNativeHost() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getNativeHostPort(AS7CommandLine, AS7Mode) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Try to obtain the management IP and port from the already parsed host.xml or standalone.xml
getNativePort() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getNodeId() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Node
 
getOperation() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getOptions() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
getOutcome() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getOutputStream(String) - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Deprecated.
as of 4.6. Instances of this class should be created with fileName supplied to the constructor. If the caller does that there is no reason for late initialization of fileName. Then use ASUploadConnection.getOutputStream() instead.
getOutputStream() - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Gives an outpustream where callers should write the content which will be uploaded to AS7 when ASUploadConnection.finishUpload() will be called.
getParent() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Return the parent Address of the current one.
getPassword() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
as of RHQ 4.10, use ASConnection.getAsConnectionParams() instead
getPassword() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getPassword() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getPasswordAuthentication() - Method in class org.rhq.modules.plugins.jbossas7.AS7Authenticator
Deprecated.
 
getPath() - Method in interface org.rhq.modules.plugins.jbossas7.AS7Component
Returns a path in the form (key=value)?(,key=value)* that can be used to construct an address to this component's underlying managed service.
getPath() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getPath() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Returns the Address as a string
getPath() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
getPort() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
as of RHQ 4.10, use ASConnection.getAsConnectionParams() instead
getPort() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getPort() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getPotentialStartScriptProcess(ProcessInfo) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
getPotentialStartScriptProcess(ProcessInfo) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
getPotentialStartScriptProcess(ProcessInfo) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
getProductType() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getReleaseVersion() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
The release version as returned by the "release-version" attribute of the root node in the management model.
getRequestCount() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getRequestTime() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getResourceDescription() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getResponseHeaders() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getResult() - Method in class org.rhq.modules.plugins.jbossas7.json.ComplexResult
 
getResult() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getRhqThrowable() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getSecurityPropertyFile(File, AS7Mode, String) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
getServerAddress() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getServerAddress() - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
getServerAddress() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getServerComponent() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getServerPluginConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getSocketBindingGroup() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getSocketBindingGroup() - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
getSocketBindingGroup() - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getStartScriptConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getStartScriptFileName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getStringValue(Object) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getThrowable() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getTimeout() - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Deprecated.
there is no reason to expose this attribute
getTruststore() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getTruststore() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getTruststorePassword() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getTruststorePassword() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getTruststoreType() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getTruststoreType() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getTrustStrategy() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getTrustStrategy() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getType() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
getUser() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
as of RHQ 4.10, use ASConnection.getAsConnectionParams() instead
getUser() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
getUsername() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
getValue() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getValue() - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
getValueByProductName(String) - Static method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Gather measurement data
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.Ejb3BeanRuntimeComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.HostComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.MemoryPoolComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.VHostComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.WebConnectorComponent
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.WebRuntimeComponent
 

H

hashCode() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
hashCode() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Node
 
hashCode() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Vhost
 
HOME_DIR - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
HOME_DIR_SYSPROP - Static variable in class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
HornetQComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for HornetQ related stuff
HornetQComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.HornetQComponent
 
host - Variable in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
HOST_CONFIG_FILE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
HostComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for a host in a domain
HostComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.HostComponent
 
HostConfiguration - Class in org.rhq.modules.plugins.jbossas7.helper
A host configuration - loaded from either standalone.xml or host.xml.
HostConfiguration(File) - Constructor for class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
 
HostControllerComponent<T extends ResourceComponent<?>> - Class in org.rhq.modules.plugins.jbossas7
Component class for AS7 host and domain controllers.
HostControllerComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
HostControllerDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discovery component for "JBossAS7 Host Controller" Resources.
HostControllerDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.HostControllerDiscovery
 
HOSTNAME - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
HOSTNAME_VERIFICATION - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
HostnameVerification - Enum in org.rhq.modules.plugins.jbossas7.helper
 
HostPort - Class in org.rhq.modules.plugins.jbossas7.helper
 
HostPort() - Constructor for class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
HostPort(boolean) - Constructor for class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
HTTP_SCHEME - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
 
HTTPS_SCHEME - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
 

I

includeDefaults(boolean) - Method in class org.rhq.modules.plugins.jbossas7.json.ReadAttribute
 
includeDefaults(boolean) - Method in class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
includeRuntime(boolean) - Method in class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
incrementRequestCount() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
installManagementUser(Configuration, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.DomainDeploymentComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.JDRComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.LoggerComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.ModClusterComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.NamingComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.ThreadingComponent
 
isClientcertAuthentication() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
isClientcertAuthentication() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
isEmpty() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Indicates if this Address has path elements
isEnabled() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
isErrorReply(JsonNode) - Static method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Inspects the supplied JsonNode instance to determine if it represents an error outcome.
isLocal - Variable in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
isManuallyAddedServer() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
isNumeric() - Method in enum org.rhq.modules.plugins.jbossas7.Domain2Descriptor.Type
 
isReloadRequired() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
isRestartRequired() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
isRolledBack() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
isSecure() - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParams
 
isSecure - Variable in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
isSecure() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
isSuccess() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 

J

JBossProductType - Enum in org.rhq.modules.plugins.jbossas7
Metadata describing a product based on JBoss AS 7.x.
JDRComponent - Class in org.rhq.modules.plugins.jbossas7
Component for the JDR subsystem
JDRComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.JDRComponent
 
JmsComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for the JMS subsystem
JmsComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.JmsComponent
 
JVMDefinitionComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for JVM definitions on managed server / server-group level
JVMDefinitionComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.JVMDefinitionComponent
 
JVMDiscoveryComponent - Class in org.rhq.modules.plugins.jbossas7
Discovery component for special treatment of JVMs, which live below server=server-x for managed servers
JVMDiscoveryComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.JVMDiscoveryComponent
 

K

KEY_PASSWORD - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
KEYSTORE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
KEYSTORE_PASSWORD - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
KEYSTORE_TYPE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 

L

loadHostConfiguration(File) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
loadModuleOptionType(String) - Static method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
Locates the write ModuleOptionType mapped to the AS7Node attribute passed in.
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationLoadDelegate
Trigger loading of a configuration by talking to the remote resource.
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Trigger loading of a configuration by talking to the remote resource.
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.JVMDefinitionComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.NetworkInterfaceComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.SocketBindingGroupComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.TemplatedComponent
 
loadResourceConfiguration() - Method in class org.rhq.modules.plugins.jbossas7.WebConnectorComponent
Post-process the result from confguration reading to return the computed value of max-connections if none is provided by the server.
LOG_DIR - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
LoggerComponent - Class in org.rhq.modules.plugins.jbossas7
Component class that deals with the Logging subsystem
LoggerComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.LoggerComponent
 
LOGICAL_REMOVED - Static variable in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
A map where this error message has been set must not be written to the AS

M

main(String[]) - Static method in class org.rhq.modules.plugins.jbossas7.Domain2Descriptor
 
main(String[]) - Static method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
 
MANAGED_SERVER - Static variable in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
ManagedASComponent - Class in org.rhq.modules.plugins.jbossas7
A component for a "Managed Server" Resource.
ManagedASComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
ManagedASDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discovery class for managed AS 7 instances.
ManagedASDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.ManagedASDiscovery
 
MANAGEMENT - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
as of 4.7. Use ASConnection.MANAGEMENT_URI constant instead
MANAGEMENT_CONNECTION_TIMEOUT - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
MANAGEMENT_URI - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
 
MemoryPoolComponent - Class in org.rhq.modules.plugins.jbossas7
 
MemoryPoolComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.MemoryPoolComponent
 
ModClusterComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for ModCluster
ModClusterComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterComponent
 
ModClusterConfigurationDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discover subsystems.
ModClusterConfigurationDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterConfigurationDiscovery
 
ModClusterContextComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for ModCluster Webapp Context
ModClusterContextComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterContextComponent
 
ModClusterContextDiscoveryComponent - Class in org.rhq.modules.plugins.jbossas7
Discovers mod_cluster contexts using the proxyInfo details from as7.
ModClusterContextDiscoveryComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterContextDiscoveryComponent
 
ModClusterDiscoveryComponent - Class in org.rhq.modules.plugins.jbossas7
Discovery class for ModCluster Domain node.
ModClusterDiscoveryComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterDiscoveryComponent
 
ModuleOptionsComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for Module Options.
ModuleOptionsComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
ModuleOptionsComponent.ModuleOptionType - Enum in org.rhq.modules.plugins.jbossas7
 
ModuleOptionsComponent.Value - Class in org.rhq.modules.plugins.jbossas7
 
ModuleOptionsComponent.Value() - Constructor for class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
ModuleOptionsComponent.Value(String, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
Three possible flags can be set.
ModuleOptionsDiscoveryComponent - Class in org.rhq.modules.plugins.jbossas7
Discovery class for Module Options nodes.
ModuleOptionsDiscoveryComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModuleOptionsDiscoveryComponent
 

N

name - Variable in enum org.rhq.modules.plugins.jbossas7.helper.HostnameVerification
 
name - Variable in enum org.rhq.modules.plugins.jbossas7.helper.TrustStrategy
 
NAME - Variable in enum org.rhq.modules.plugins.jbossas7.JBossProductType
 
NamingComponent - Class in org.rhq.modules.plugins.jbossas7
Component for the naming subsystem
NamingComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.NamingComponent
 
NATIVE_HOST - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
NATIVE_PORT - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
NetworkInterfaceComponent - Class in org.rhq.modules.plugins.jbossas7
Component classes for network interfaces
NetworkInterfaceComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.NetworkInterfaceComponent
 
newChildTypeMap - Static variable in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
newInstanceForServerPluginConfiguration(ServerPluginConfiguration) - Static method in class org.rhq.modules.plugins.jbossas7.ASConnection
Deprecated.
newInstanceForServerPluginConfiguration(ServerPluginConfiguration, String) - Static method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
numberOfSteps() - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 

O

obtainXmlPropertyViaXPath(String) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Run the passed xpathExpression on the prepopulated hostXml document and return the target element or attribute as a String.
Operation - Class in org.rhq.modules.plugins.jbossas7.json
Operation to run on the server
Operation(String, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Operation
 
Operation(String, Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Operation
 
Operation(String, Address, Map<String, Object>) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Operation
 
Operation() - Constructor for class org.rhq.modules.plugins.jbossas7.json.Operation
 
org.rhq.modules.plugins.jbossas7 - package org.rhq.modules.plugins.jbossas7
 
org.rhq.modules.plugins.jbossas7.helper - package org.rhq.modules.plugins.jbossas7.helper
 
org.rhq.modules.plugins.jbossas7.json - package org.rhq.modules.plugins.jbossas7.json
 
org.rhq.modules.plugins.jbossas7.json.serializer - package org.rhq.modules.plugins.jbossas7.json.serializer
 
org.rhq.modules.plugins.jbossas7.modcluster - package org.rhq.modules.plugins.jbossas7.modcluster
 

P

parseCommandLine() - Method in class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
PASSWORD - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
PluginStats - Class in org.rhq.modules.plugins.jbossas7
Singleton that keeps track of some statistics of this plugin
populateSecurityDomainModuleOptions(Result, ModuleOptionsComponent.ModuleOptionType) - Static method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
Takes the result passed in(successful readAttribute for ModuleOptionType) and parses the json to populate a json object of type List with the results.
port - Variable in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
PORT - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
postProcessResult(String, Result) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Do some post processing of the Result - especially the 'shutdown' operation needs a special treatment.
prepareCollapsedPropertyMap(PropertyMap, PropertyDefinitionMap) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Collapsed map property parsing.
preparePropertyList(PropertyList, PropertyDefinitionList) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
List property parsing.
preparePropertyMap(PropertyMap, PropertyDefinitionMap) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Map property parsing.
preparePropertySimple(PropertySimple, PropertyDefinitionSimple) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Simple property parsing.
prepareSimplePropertyMap(PropertyMap, PropertyDefinitionMap) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Simple map property parsing.
preProcessCreateChildConfiguration(Configuration) - Static method in class org.rhq.modules.plugins.jbossas7.NetworkInterfaceComponent
 
processClassArgument(String, String) - Method in class org.rhq.modules.plugins.jbossas7.AS7CommandLine
 
PRODUCT_NAME - Variable in enum org.rhq.modules.plugins.jbossas7.JBossProductType
The value the server returns for the "product-name" attribute of the root resource.
PRODUCT_TYPE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
PROPERTY_VALUE - Class in org.rhq.modules.plugins.jbossas7.json
 
PROPERTY_VALUE(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
PropertyValueDeserializer - Class in org.rhq.modules.plugins.jbossas7.json.serializer
Deserialize {"foo":"bar"} into a PROPERTY_VALUE
PropertyValueDeserializer() - Constructor for class org.rhq.modules.plugins.jbossas7.json.serializer.PropertyValueDeserializer
 
PropertyValueSerializer - Class in org.rhq.modules.plugins.jbossas7.json.serializer
Serialize the key/value pair from PROPERTY_VALUE into {"value of key":"value of value"}
PropertyValueSerializer() - Constructor for class org.rhq.modules.plugins.jbossas7.json.serializer.PropertyValueSerializer
 
ProxyInfo - Class in org.rhq.modules.plugins.jbossas7.modcluster
This is a clone of org.rhq.plugins.modcluster.model.ProxyInfo from modules/plugins/mod-cluster/...
ProxyInfo(String) - Constructor for class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo
 
ProxyInfo.Context - Class in org.rhq.modules.plugins.jbossas7.modcluster
 
ProxyInfo.Context(String, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
ProxyInfo.Context(String, String, String, boolean) - Constructor for class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
ProxyInfo.Node - Class in org.rhq.modules.plugins.jbossas7.modcluster
 
ProxyInfo.Node(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Node
 
ProxyInfo.Vhost - Class in org.rhq.modules.plugins.jbossas7.modcluster
 
ProxyInfo.Vhost(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Vhost
 

Q

QueryCacheDiscovery - Class in org.rhq.modules.plugins.jbossas7
 
QueryCacheDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.QueryCacheDiscovery
 

R

readableNameMap - Static variable in enum org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.ModuleOptionType
 
readAttribute(String) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
readAttribute(Address, String) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
readAttribute(Address, String, Class<T>) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
ReadAttribute - Class in org.rhq.modules.plugins.jbossas7.json
Read Attribute operation
ReadAttribute(Address, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadAttribute
 
ReadChildrenNames - Class in org.rhq.modules.plugins.jbossas7.json
Operation that reads names of children of a given type from an address
ReadChildrenNames(Address, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadChildrenNames
Read children names of a given type below a given address
ReadChildrenResources - Class in org.rhq.modules.plugins.jbossas7.json
Operation that reads children of a given type from an address
ReadChildrenResources(Address, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadChildrenResources
Read children names of a given type below a given address
ReadResource - Class in org.rhq.modules.plugins.jbossas7.json
Reads data for one AS 7 resource
ReadResource(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
ReadResource(String, String, boolean) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
ReadResource(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
recursive(boolean) - Method in class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
Remove - Class in org.rhq.modules.plugins.jbossas7.json
The :remove operation
Remove(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Remove
 
Remove(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Remove
 
removePackages(Set<ResourcePackageDetails>) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
removePackages(Set<ResourcePackageDetails>) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
replaceDollarExpression(String, AS7CommandLine, String) - Method in class org.rhq.modules.plugins.jbossas7.helper.HostConfiguration
Check if the passed value has an expression in the form of ${var} or ${var:default}, try to resolve it.
requestDeferredChildResourcesDiscovery() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Requests a deferred child resource discovery for sub-resources of this server.
ResolveExpression - Class in org.rhq.modules.plugins.jbossas7.json
 
ResolveExpression(String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ResolveExpression
 
restartServer(Configuration) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Restart the server by first executing a 'shutdown' operation via the management API and then calling the BaseServerComponent.startServer() method to start it again.
Result - Class in org.rhq.modules.plugins.jbossas7.json
Counterpart of a result JSON object, e.g.:
Result() - Constructor for class org.rhq.modules.plugins.jbossas7.json.Result
 
retrievePackageBits(ResourcePackageDetails) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
retrievePackageBits(ResourcePackageDetails) - Method in class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
runCliCommand(Configuration) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
runs jboss-cli executable and returns its output
runDeploymentMagicOnServer(CreateResourceReport, String, String, String) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Do the actual fumbling with the domain api to deploy the uploaded content

S

SECURE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
serialize(PROPERTY_VALUE, JsonGenerator, SerializerProvider) - Method in class org.rhq.modules.plugins.jbossas7.json.serializer.PropertyValueSerializer
 
ServerGroupComponent - Class in org.rhq.modules.plugins.jbossas7
Component dealing with server group specific things
ServerGroupComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ServerGroupComponent
 
ServerPluginConfiguration - Class in org.rhq.modules.plugins.jbossas7.helper
A wrapper for the plugin configuration of an AS7 Server Resource, which provides strongly typed accessors for each of the configuration properties.
ServerPluginConfiguration(Configuration) - Constructor for class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
ServerPluginConfiguration.Property - Class in org.rhq.modules.plugins.jbossas7.helper
 
ServerPluginConfiguration.Property() - Constructor for class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
setAdditionalProperties(Map<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
setAvailabilityCheckPeriod(Integer) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
Deprecated.
setBaseDir(File) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setClientcertAuthentication(boolean) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setCode(String) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
setConfigDir(File) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setConnection(ASConnection) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
setConnection(ASConnection) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
setFailureDescription(Object) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setFlag(String) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
setHomeDir(File) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setHost(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setHostConfigFile(File) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setHostname(String) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setHostnameVerification(HostnameVerification) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setKeepAliveTimeout(Long) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setKey(String) - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
setKeyPassword(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setKeystore(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setKeystorePassword(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setKeystoreType(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setLogDir(File) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setNativeHost(String) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setNativePort(int) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setOperationHeaders(CompositeOperation.OperationHeaders) - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
setOptions(LinkedHashMap<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
setOutcome(String) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setPassword(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setPassword(String) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setPath(String) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
setPort(int) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setPort(int) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setProductType(JBossProductType) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setResponseHeaders(Object) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setResult(Map<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.json.ComplexResult
 
setResult(Object) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setRhqThrowable(Throwable) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setRolledBack(boolean) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setSecure(boolean) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setSecure(boolean) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setThrowable(Map<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setTimeout(int) - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
Deprecated.
there is no reason to expose this attribute
setTruststore(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setTruststorePassword(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setTruststoreType(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setTrustStrategy(TrustStrategy) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setType(String) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
setUser(String) - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
 
setUsername(String) - Method in class org.rhq.modules.plugins.jbossas7.ASConnectionParamsBuilder
 
setValue(String) - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
SHORT_NAME - Variable in enum org.rhq.modules.plugins.jbossas7.JBossProductType
 
shutdown() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
 
size() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Returns the number of path elements of this address
SocketBindingGroupComponent - Class in org.rhq.modules.plugins.jbossas7
Support for socket-binding-group.
SocketBindingGroupComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.SocketBindingGroupComponent
 
StandaloneASComponent<T extends ResourceComponent<?>> - Class in org.rhq.modules.plugins.jbossas7
Component class for standalone AS7 servers.
StandaloneASComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
StandaloneASDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discovery component for "JBossAS7 Standalone Server" Resources.
StandaloneASDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery
 
start(ResourceContext<T>) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Start the resource connection
start(ResourceContext<T>) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
start(ResourceContext<ResourceComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.DeploymentComponent
 
start(ResourceContext<HostControllerComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
start(ResourceContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.MemoryPoolComponent
 
start(ResourceContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.WebRuntimeComponent
 
startServer() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Start the server by calling the start script defined in the plugin configuration.
step(int) - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
stop() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
stop() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
stop() - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 
stop() - Method in class org.rhq.modules.plugins.jbossas7.MemoryPoolComponent
 
SubsystemDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discover subsystems.
SubsystemDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.SubsystemDiscovery
 
SUCCESS - Static variable in class org.rhq.modules.plugins.jbossas7.json.Result
 

T

TemplatedComponent - Class in org.rhq.modules.plugins.jbossas7
 
TemplatedComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.TemplatedComponent
 
TemplatedSubResourcesComponent - Class in org.rhq.modules.plugins.jbossas7
 
TemplatedSubResourcesComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.TemplatedSubResourcesComponent
 
testConnection - Variable in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
ThreadingComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for Threading within the runtime
ThreadingComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ThreadingComponent
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
toString() - Method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.modcluster.ProxyInfo.Context
 
toString() - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
 
TransactionsComponent - Class in org.rhq.modules.plugins.jbossas7
Support for transactions subsystem configuration updates.
TransactionsComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.TransactionsComponent
 
TRUST_STRATEGY - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
TRUSTSTORE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
TRUSTSTORE_PASSWORD - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
TRUSTSTORE_TYPE - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 
TrustStrategy - Enum in org.rhq.modules.plugins.jbossas7.helper
 
typeMap - Static variable in enum org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.ModuleOptionType
 

U

UndefineAttribute - Class in org.rhq.modules.plugins.jbossas7.json
Operation to undefine an attribute
UndefineAttribute(Address, String) - Constructor for class org.rhq.modules.plugins.jbossas7.json.UndefineAttribute
 
updateGenerateOperationFromProperties(Configuration, Address) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationLoadDelegate
Write the configuration back to the AS.
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.ConfigurationWriteDelegate
Write the configuration back to the AS.
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.ConnectorDiscoveryGroupValidatorComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.JmsComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.NetworkInterfaceComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.SocketBindingGroupComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.TemplatedComponent
 
updateResourceConfiguration(ConfigurationUpdateReport) - Method in class org.rhq.modules.plugins.jbossas7.TransactionsComponent
 
upgrade(ResourceUpgradeContext) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
USER - Static variable in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration.Property
 

V

validate() - Method in class org.rhq.modules.plugins.jbossas7.helper.ServerPluginConfiguration
Checks server resource connection settings
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.Domain2Descriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.helper.HostnameVerification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.helper.TrustStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.ModuleOptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.Domain2Descriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.helper.HostnameVerification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.helper.TrustStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.JBossProductType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.ModuleOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
 
VHostComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for virtual hosts
VHostComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.VHostComponent
 

W

waitUntilDown() - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
WebConnectorComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for the WebConnector (subsystem=web,connector=* )
WebConnectorComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.WebConnectorComponent
 
WebRuntimeComponent - Class in org.rhq.modules.plugins.jbossas7
The ResourceComponent for a "Web Runtime" Resource.
WebRuntimeComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.WebRuntimeComponent
 
WebRuntimeDiscoveryComponent - Class in org.rhq.modules.plugins.jbossas7
 
WebRuntimeDiscoveryComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.WebRuntimeDiscoveryComponent
 
withOffset - Variable in class org.rhq.modules.plugins.jbossas7.helper.HostPort
 
WriteAttribute - Class in org.rhq.modules.plugins.jbossas7.json
Operation to write one attribute
WriteAttribute(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.WriteAttribute
 
WriteAttribute(Address, String, Object) - Constructor for class org.rhq.modules.plugins.jbossas7.json.WriteAttribute
 
A B C D E F G H I J K L M N O P Q R S T U V W 

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