| Package | Description |
|---|---|
| org.rhq.modules.plugins.jbossas7 |
| Modifier and Type | Field and Description |
|---|---|
protected ASConnection |
ConfigurationWriteDelegate.connection |
protected ASConnection |
BaseComponent.testConnection |
| Modifier and Type | Method and Description |
|---|---|
ASConnection |
BaseServerComponent.getASConnection() |
ASConnection |
AS7Component.getASConnection()
Returns the connection that can be used to send management requests to the managed AS& instance.
|
ASConnection |
BaseComponent.getASConnection() |
static ASConnection |
ASConnection.newInstanceForServerPluginConfiguration(ServerPluginConfiguration serverPluginConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseServerComponent.setConnection(ASConnection connection) |
void |
BaseComponent.setConnection(ASConnection connection) |
| Constructor and Description |
|---|
ASUploadConnection(ASConnection asConnection)
Deprecated.
as of 4.6. This class is not reusable so there is no reason not to provide the filename to the
constructor. Use {@link #ASUploadConnection(ASConnection, String) instead.
|
ASUploadConnection(ASConnection asConnection,
String fileName)
Creates a new
ASUploadConnection from an existing ASConnection. |
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address)
Create a new configuration delegate, that reads the attributes for the resource at address.
|
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address,
boolean includeRuntime)
Create a new configuration delegate, that reads the attributes for the resource at address.
|
ConfigurationWriteDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address)
Create a new configuration delegate, that reads the attributes for the resource at address.
|
CreateResourceDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.