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

A

AbstractBaseDiscovery - Class in org.rhq.modules.plugins.jbossas7
Abstract base class for some discovery related functionality - especially in the area of processes and host.xml
AbstractBaseDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
 
AbstractBaseDiscovery.HostPort - Class in org.rhq.modules.plugins.jbossas7
Helper class that holds information about the host,port tuple
AbstractBaseDiscovery.HostPort() - Constructor for class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery.HostPort
 
AbstractBaseDiscovery.HostPort(boolean) - Constructor for class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery.HostPort
 
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 - 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 intial path element
Address(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.Address
Construct an Addres 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
Authenticator to authenticate against as7
AS7Authenticator(String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.AS7Authenticator
 
AS7Mode - Enum in org.rhq.modules.plugins.jbossas7
Various definitions for the operation modes of AS7 (HOST is strictly no mode, but fits here nicely)
ASConnection - Class in org.rhq.modules.plugins.jbossas7
Provide connections to the AS and reading / writing date from/to it.
ASConnection(String, int, String, String) - Constructor for class org.rhq.modules.plugins.jbossas7.ASConnection
Construct an ASConnection object.
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
 
ASUploadConnection(ASConnection) - Constructor for class org.rhq.modules.plugins.jbossas7.ASUploadConnection
 

B

BaseComponent<T extends ResourceComponent<?>> - Class in org.rhq.modules.plugins.jbossas7
 
BaseComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseComponent
 
BaseProcessDiscovery - Class in org.rhq.modules.plugins.jbossas7
Discovery class
BaseProcessDiscovery() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
 
BaseServerComponent - Class in org.rhq.modules.plugins.jbossas7
Base component for functionality that is common to Standalone AS and HostControllers
BaseServerComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 

C

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
 
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.
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.
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
createResource(CreateResourceReport) - Method in class org.rhq.modules.plugins.jbossas7.JmsComponent
 

D

DatasourceComponent - Class in org.rhq.modules.plugins.jbossas7
Handle JDBC-driver related stuff
DatasourceComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.DatasourceComponent
 
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
 
determineServerVersionFromHomeDir(String) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
 
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
Allow to manually add a (remote) AS7
discoverResources(ResourceDiscoveryContext) - Method in class org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery
Run the auto-discovery
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.JVMDiscoveryComponent
 
discoverResources(ResourceDiscoveryContext) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASDiscovery
Run the auto-discovery
discoverResources(ResourceDiscoveryContext<BaseComponent<?>>) - Method in class org.rhq.modules.plugins.jbossas7.SubsystemDiscovery
 
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

execute(Operation) - 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.
executeComplex(Operation) - 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.

F

findHostName() - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
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
finishUpload() - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
 

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
 
getASConnection() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
getAvailability() - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Return availability of this resource
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.ManagedASComponent
Get the availability of the managed AS server.
getBaseDir() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getConfigArg() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getConfigPropertyName() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDefaultXmlFile() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getDomainControllerFromHostXml() - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
Try to obtain the domain controller's location from looking at host.xml
getFailureDescription(JsonNode) - Static method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
 
getFailureDescription() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getHCConfig() - Method in class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
getHost() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
 
getHostXmlFileLocation(ProcessInfo, boolean) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
Get the location of the host definition file (host.xml in domain mode, standalone.xml in standalone mode.
getInstance() - Static method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getKey() - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
getManagementPortFromHostXml(String[]) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
Try to obtain the management IP and port from the already parsed host.xml or standalone.xml
getMaxTime() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getName() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getOperation() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getOutcome() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getOutputStream(String) - Method in class org.rhq.modules.plugins.jbossas7.ASUploadConnection
 
getParent() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Return the parent Address of the current one.
getPasswordAuthentication() - Method in class org.rhq.modules.plugins.jbossas7.AS7Authenticator
 
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
getPort() - Method in class org.rhq.modules.plugins.jbossas7.ASConnection
 
getRequestCount() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
getRequestTime() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
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
 
getStartScript() - Method in enum org.rhq.modules.plugins.jbossas7.AS7Mode
 
getThrowable() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
getValue() - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
getValue() - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Gather measurement data
getValues(MeasurementReport, Set) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
 
getValues(MeasurementReport, Set) - Method in class org.rhq.modules.plugins.jbossas7.ManagedASComponent
 

H

HostControllerComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for host- and domain controller
HostControllerComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.HostControllerComponent
 
hostXml - Variable in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
 

I

incrementRequestCount() - Method in class org.rhq.modules.plugins.jbossas7.PluginStats
 
installManagementUser(Configuration, Configuration, AS7Mode) - 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.HostControllerComponent
 
invokeOperation(String, Configuration) - Method in class org.rhq.modules.plugins.jbossas7.LoggerComponent
 
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.StandaloneASComponent
 
isEmpty() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Indicates if this Address has path elements
isRolledBack() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
isSuccess() - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 

J

JmsComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for the JMS subsystem
JmsComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.JmsComponent
 
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
 

L

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.
log - Variable in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
 
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
 

M

main(String[]) - Static method in class org.rhq.modules.plugins.jbossas7.Domain2Descriptor
 
ManagedASComponent - Class in org.rhq.modules.plugins.jbossas7
Common stuff for the Domain
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
 
ModClusterComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for ModCluster
ModClusterComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.ModClusterComponent
 

N

NamingComponent - Class in org.rhq.modules.plugins.jbossas7
Component for the naming subsystem
NamingComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.NamingComponent
 
numberOfSteps() - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 

O

obtainXmlPropertyViaXPath(String) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
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.json - package org.rhq.modules.plugins.jbossas7.json
 
org.rhq.modules.plugins.jbossas7.json.serializer - package org.rhq.modules.plugins.jbossas7.json.serializer
 

P

pathToAddress(String) - Method in class org.rhq.modules.plugins.jbossas7.Domain2Descriptor
Convert a path in the form key=value,key=value...
PluginStats - Class in org.rhq.modules.plugins.jbossas7
Singleton that keeps track of some statistics of this plugin
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.
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
 

R

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(Address) - Constructor for class org.rhq.modules.plugins.jbossas7.json.ReadResource
 
readStandaloneOrHostXml(ProcessInfo, boolean) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
Read the host.xml or standalone.xml file depending on isDomainMode.
readStandaloneOrHostXmlFromFile(String) - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery
 
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
 
restartServer(Configuration, AS7Mode) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Restart the server by first executing a 'shutdown' operation via its API.
Result - Class in org.rhq.modules.plugins.jbossas7.json
Counterpart of a result JSON object like 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
 
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

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
 
setAdditionalProperties(Map<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.json.Operation
 
setConnection(ASConnection) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
setFailureDescription(Object) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setKey(String) - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
setOperationHeaders(CompositeOperation.OperationHeaders) - Method in class org.rhq.modules.plugins.jbossas7.json.CompositeOperation
 
setOutcome(String) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setPath(String) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
 
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
 
setThrowable(Map<String, Object>) - Method in class org.rhq.modules.plugins.jbossas7.json.Result
 
setValue(String) - Method in class org.rhq.modules.plugins.jbossas7.json.PROPERTY_VALUE
 
size() - Method in class org.rhq.modules.plugins.jbossas7.json.Address
Returns the number of path elements of this address
StandaloneASComponent - Class in org.rhq.modules.plugins.jbossas7
Component class for standalone AS7 servers
StandaloneASComponent() - Constructor for class org.rhq.modules.plugins.jbossas7.StandaloneASComponent
 
start(ResourceContext) - Method in class org.rhq.modules.plugins.jbossas7.BaseComponent
Start the resource connection
startServer(AS7Mode) - Method in class org.rhq.modules.plugins.jbossas7.BaseServerComponent
Start the server by calling the start script listed 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
Tear down the resource connection
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

toString() - Method in class org.rhq.modules.plugins.jbossas7.AbstractBaseDiscovery.HostPort
 
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
 

U

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.DatasourceComponent
 

V

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.
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.
verbose - Static variable in class org.rhq.modules.plugins.jbossas7.ASConnection
 

W

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 L M N O P R S T U V W

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