Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
I
L
O
P
R
S
U
A
addDeployedClasspathJars()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Goes through all jars that were deployed via RHQ and ensures they are still deployed, adding them if need be.
addDeployedScript()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
This method will attempt to ensure that the Byteman agent has the managed script loaded.
B
BytemanAgentComponent
- Class in
org.rhq.plugins.byteman
Component that represents the remote Byteman agent listening for requests.
BytemanAgentComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanAgentComponent
BytemanAgentDiscoveryComponent
- Class in
org.rhq.plugins.byteman
Discovers a Byteman agent.
BytemanAgentDiscoveryComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
BytemanRuleComponent
- Class in
org.rhq.plugins.byteman
Component that represents an individual rule found within a script that is deployed in a Byteman agent.
BytemanRuleComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanRuleComponent
BytemanRuleDiscoveryComponent
- Class in
org.rhq.plugins.byteman
BytemanRuleDiscoveryComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanRuleDiscoveryComponent
BytemanScriptComponent
- Class in
org.rhq.plugins.byteman
Component that represents a script that is deployed in a Byteman agent.
BytemanScriptComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanScriptComponent
BytemanScriptDiscoveryComponent
- Class in
org.rhq.plugins.byteman
BytemanScriptDiscoveryComponent()
- Constructor for class org.rhq.plugins.byteman.
BytemanScriptDiscoveryComponent
C
createResource(CreateResourceReport)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Creates a new script by deploying the script file to the Byteman agent.
D
DEFAULT_BYTEMAN_ADDRESS
- Static variable in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
DEFAULT_BYTEMAN_PORT
- Static variable in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
deleteResource()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
deployPackages(Set<ResourcePackageDetails>, ContentServices)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Deploys boot and system classpath jars to the Byteman agent.
discoverDeployedPackages(PackageType)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Detects the different content for the Byteman agent.
discoverResource(Configuration, ResourceDiscoveryContext<BytemanAgentComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
discoverResources(ResourceDiscoveryContext<BytemanAgentComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
discoverResources(ResourceDiscoveryContext<BytemanScriptComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanRuleDiscoveryComponent
discoverResources(ResourceDiscoveryContext<BytemanAgentComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanScriptDiscoveryComponent
G
generateInstallationSteps(ResourcePackageDetails)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Essentially a no-op - there are no installation steps associated with Byteman content.
getAdditionalClasspathUrls(ResourceDiscoveryContext<BytemanAgentComponent>, DiscoveredResourceDetails)
- Method in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
getAllKnownScripts()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Returns a cached copy of all known scripts since the last availability check was made.
getAvailability()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Determines if the Byteman agent is up by asking it for the current list of all scripts and their rules.
getAvailability()
- Method in class org.rhq.plugins.byteman.
BytemanRuleComponent
getAvailability()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
getBootJarsDataDirectory()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
getBytemanClient()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Returns a client that can be used to talk to the remote Byteman agent.
getBytemanClient()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
getJarAttribute(String, String, String)
- Static method in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
Static utility method that can extract a main attribute value from a given jar file's manifest.
getManagedScriptFile(String)
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
This returns a File representation of a managed script found at the given path.
getPackageFile(ResourcePackageDetails)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Given a package details, this will attempt to find that package's file.
getResourceDataDirectory(String)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Returns the component's data directory that is used to persist managed content.
getRules()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
Returns a cached copy of all known rules for the script since the last availability check was made.
getScriptsDataDirectory()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
getSystemJarsDataDirectory()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
getValues(MeasurementReport, Set<MeasurementScheduleRequest>)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
The plugin container will call this method when metrics are to be collected.
getVersion(String, String, String)
- Method in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
Tries to determine the version of the remote byteman agent.
I
invokeOperation(String, Configuration)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
The plugin container will call this method when it wants to invoke an operation on the Byteman agent.
L
loadResourceConfiguration()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
O
org.rhq.plugins.byteman
- package org.rhq.plugins.byteman
P
PLUGIN_CONFIG_PROP_ADDRESS
- Static variable in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
PLUGIN_CONFIG_PROP_CLIENT_JAR
- Static variable in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
PLUGIN_CONFIG_PROP_PORT
- Static variable in class org.rhq.plugins.byteman.
BytemanAgentDiscoveryComponent
R
removePackages(Set<ResourcePackageDetails>)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Removes the packages, if they are managed by this component.
retrievePackageBits(ResourcePackageDetails)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
When a remote client wants to see the actual data content for an installed package, this method will be called.
S
start(ResourceContext<BytemanAgentComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Start the management component.
start(ResourceContext<BytemanScriptComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanRuleComponent
start(ResourceContext<BytemanAgentComponent>)
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
stop()
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
Called when the resource component will no longer manage the remote Byteman agent.
stop()
- Method in class org.rhq.plugins.byteman.
BytemanRuleComponent
stop()
- Method in class org.rhq.plugins.byteman.
BytemanScriptComponent
U
updateResourceConfiguration(ConfigurationUpdateReport)
- Method in class org.rhq.plugins.byteman.
BytemanAgentComponent
A
B
C
D
G
I
L
O
P
R
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2011
Red Hat, Inc.
. All Rights Reserved.