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

A

addPackageVersionsToChannel(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Associates the package versions (identified by their IDs) to the given channel (also identified by its ID).
addPerson(Person) - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
addResourceGroupsToRole(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Adds the given resource groups to the given role.
addResourcesToGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
addRolesToResourceGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
 
addRolesToSubject(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Assigns a set of roles to a subject which authorizes the subject to do anything the roles permit.
addSubjectsToRole(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Assigns a set of subjects to a role which authorizes the subjects to do anything the role permits.
AlertDefinitionManagerRemote - Interface in org.rhq.enterprise.server.alert
 
AlertManagerRemote - Interface in org.rhq.enterprise.server.alert
 
AvailabilityManagerRemote - Interface in org.rhq.enterprise.server.measurement
 

C

CallTimeDataManagerRemote - Interface in org.rhq.enterprise.server.measurement
 
cancelOperationHistory(Subject, int, boolean) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Cancels a currently in-progress operation.
changePassword(Subject, String, String) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Change the password for a user.
ChannelManagerRemote - Interface in org.rhq.enterprise.server.content
 
ConfigurationManagerRemote - Interface in org.rhq.enterprise.server.configuration
The configuration manager which allows you to request resource configuration changes, view current resource configuration and previous update history and view/edit plugin configuration.
ContentHelperRemote - Interface in org.rhq.enterprise.server.content
 
ContentManagerRemote - Interface in org.rhq.enterprise.server.content
 
createChannel(Subject, Channel) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Creates a new Channel.
createPackageBackedResource(Subject, int, int, String, Configuration, String, String, Integer, Configuration, byte[]) - Method in interface org.rhq.enterprise.server.resource.ResourceFactoryManagerRemote
Creates a new physical resource.
createPackageVersion(Subject, String, int, String, Integer, byte[]) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
Creates a new package version in the system.
createPrincipal(Subject, String, String) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Creates a new principal (username and password) in the internal database.
createResource(Subject, int, int, String, Configuration, Configuration) - Method in interface org.rhq.enterprise.server.resource.ResourceFactoryManagerRemote
Creates a new physical resource.
createResourceGroup(Subject, ResourceGroup) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
createRole(Subject, Role) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Persists the new role to the database.
createSubject(Subject, Subject) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Create a a new subject.

D

DataAccessManagerRemote - Interface in org.rhq.enterprise.server.report
 
deleteChannel(Subject, int) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Deletes the identified channel.
deleteOperationHistory(Subject, int, boolean) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Purges the history from the database.
deletePackages(Subject, int, int[], String) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
Deletes the specified package from the resource.
deleteResource(Subject, int) - Method in interface org.rhq.enterprise.server.resource.ResourceFactoryManagerRemote
Deletes a physical resource from the agent machine.
deleteResourceGroup(Subject, int) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
deleteRoles(Subject, Integer[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Removes a set of roles from the database.
deleteSubjects(Subject, int[]) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Deletes the given set of users, including both the Subject and Principal objects associated with those users.
deployPackages(Subject, int[], int[]) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
Deploys packages on the specified resources.
disableMeasurementTemplates(Subject, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
disableSchedulesForCompatibleGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
disableSchedulesForResource(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
DiscoveryBossRemote - Interface in org.rhq.enterprise.server.discovery
The remote boss interface to the discovery subsystem.

E

echo(String) - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
enableMeasurementTemplates(Subject, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
enableSchedulesForCompatibleGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
enableSchedulesForResource(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
EventManagerRemote - Interface in org.rhq.enterprise.server.event
 
executeQuery(Subject, String) - Method in interface org.rhq.enterprise.server.report.DataAccessManagerRemote
Execute a query.
executeQueryWithPageControl(Subject, String, PageControl) - Method in interface org.rhq.enterprise.server.report.DataAccessManagerRemote
Execute a query filtered by a page control

F

findAlertDefinitionsByCriteria(Subject, AlertDefinitionCriteria) - Method in interface org.rhq.enterprise.server.alert.AlertDefinitionManagerRemote
 
findAlertsByCriteria(Subject, AlertCriteria) - Method in interface org.rhq.enterprise.server.alert.AlertManagerRemote
 
findArchitectures(Subject) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
Returns all architectures known to the system.
findAvailabilityForResource(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.measurement.AvailabilityManagerRemote
 
findBaselinesForResource(Subject, int) - Method in interface org.rhq.enterprise.server.measurement.MeasurementBaselineManagerRemote
 
findCallTimeDataForResource(Subject, int, long, long, PageControl) - Method in interface org.rhq.enterprise.server.measurement.CallTimeDataManagerRemote
 
findChannels(Subject, PageControl) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
 
findChannelsByCriteria(Subject, ChannelCriteria) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
 
findChildResources(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
 
findCurrentTraitsForResource(Subject, int, DisplayType) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 
findDataForCompatibleGroup(Subject, int, int, long, long, int, boolean) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 
findDataForResource(Subject, int, int[], long, long, int) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 
findEventsByCriteria(Subject, EventCriteria) - Method in interface org.rhq.enterprise.server.event.EventManagerRemote
 
findGroupOperationHistoriesByCriteria(Subject, GroupOperationHistoryCriteria) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
 
findInstalledPackagesByCriteria(Subject, InstalledPackageCriteria) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
 
findLiveData(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 
findMeasurementDefinitionsByCriteria(Subject, MeasurementDefinitionCriteria) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDefinitionManagerRemote
 
findOperationDefinitionsByCriteria(Subject, OperationDefinitionCriteria) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
 
findPackageTypes(Subject, String, String) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
This gets the package types that can be deployed to the given resource.
findPackageVersionsByCriteria(Subject, PackageVersionCriteria) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
If a resourceId filter is not set via PackageVersionCriteria.addFilterResourceId() then this method requires InventoryManager permissions.
findPackageVersionsInChannel(Subject, int, String, PageControl) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Returns the set of package versions that can currently be accessed via the given channel.
findPackageVersionsInChannelByCriteria(Subject, PackageVersionCriteria) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
 
findProblemResources(Subject, long, PageControl) - Method in interface org.rhq.enterprise.server.measurement.MeasurementProblemManagerRemote
 
findResourceComposites(Subject, ResourceCategory, String, int, String, PageControl) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
 
findResourceGroupsByCriteria(Subject, ResourceGroupCriteria) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
findResourceGroupsForRole(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
findResourceLineage(Subject, int) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
Returns the lineage of the Resource with the specified id.
findResourceOperationHistoriesByCriteria(Subject, ResourceOperationHistoryCriteria) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
 
findResourcesByCriteria(Subject, ResourceCriteria) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
 
findResourceTypesByCriteria(Subject, ResourceTypeCriteria) - Method in interface org.rhq.enterprise.server.resource.ResourceTypeManagerRemote
 
findRolesByCriteria(Subject, RoleCriteria) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
 
findScheduledGroupOperations(Subject, int) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
 
findScheduledResourceOperations(Subject, int) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Returns the list of scheduled operations for the given resource.
findSchedulesByCriteria(Subject, MeasurementScheduleCriteria) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
findSubjectAssignedRoles(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Get all roles assigned for a certain subject
findSubjectsByCriteria(Subject, SubjectCriteria) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
 
findSubjectUnassignedRoles(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
 
findSubscribedResources(Subject, int, PageControl) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Gets all resources that are subscribed to the given channel.
findTraits(Subject, int, int) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 

G

getAggregate(Subject, int, long, long) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
 
getAlertDefinition(Subject, int) - Method in interface org.rhq.enterprise.server.alert.AlertDefinitionManagerRemote
 
getAllPerspectives() - Method in interface org.rhq.enterprise.server.perspective.PerspectiveManagerRemote
Get the list of all the Perspectives the user has access to
getBackingPackageForResource(Subject, int) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
For a resource that is content-backed (aka package-backed), this call will return InstalledPackage information for the backing content (package).
getChannel(Subject, int) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
 
getConfiguration(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
getCurrentAvailabilityForResource(Subject, int) - Method in interface org.rhq.enterprise.server.measurement.AvailabilityManagerRemote
Gets the last known Availability for the given resource - which includes whether it is currently up (i.e.
getGroupPluginConfigurationUpdate(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
getGroupResourceConfigurationUpdate(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
getLatestPluginConfigurationUpdate(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
getLatestResourceConfigurationUpdate(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
getLiveResourceConfiguration(Subject, int, boolean) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Get the currently live resource configuration for the Resource with the given id.
getMeasurementDefinition(Subject, int) - Method in interface org.rhq.enterprise.server.measurement.MeasurementDefinitionManagerRemote
 
getPackageBytes(Subject, int, int) - Method in interface org.rhq.enterprise.server.content.ContentManagerRemote
 
getPackageTypeConfigurationDefinition(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Return the deploy configuration definition for the PackageType with the specified id.
getParentResource(Subject, int) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
 
getPersonByName(Name) - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
getPerspective(String) - Method in interface org.rhq.enterprise.server.perspective.PerspectiveManagerRemote
Get a named Perspective
getPluginConfiguration(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Get the current plugin configuration for the Resource with the given id, or null if the resource's plugin configuration is not yet initialized.
getPluginConfigurationDefinitionForResourceType(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Return the plugin configuration definition for the ResourceType with the specified id.
getResource(Subject, int) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
Returns the Resource with the specified id.
getResourceConfiguration(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Get the current Resource configuration.
getResourceConfigurationDefinitionForResourceType(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Return the resource configuration definition for the ResourceType with the specified id.
getResourceConfigurationDefinitionWithTemplatesForResourceType(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Return the resource configuration definition for the ResourceType with the specified id.
getResourceGroup(Subject, int) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
getResourceGroupComposite(Subject, int) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
getResourceTypeById(Subject, int) - Method in interface org.rhq.enterprise.server.resource.ResourceTypeManagerRemote
 
getResourceTypeByNameAndPlugin(Subject, String, String) - Method in interface org.rhq.enterprise.server.resource.ResourceTypeManagerRemote
 
getRole(Subject, int) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Returns the role with the given ID
getServerVersion(Subject) - Method in interface org.rhq.enterprise.server.system.SystemManagerRemote
Provides version information of the server processing the request.
getSeverityBuckets(Subject, int, long, long, int) - Method in interface org.rhq.enterprise.server.event.EventManagerRemote
 
getSeverityBucketsForAutoGroup(Subject, int, int, long, long, int) - Method in interface org.rhq.enterprise.server.event.EventManagerRemote
 
getSeverityBucketsForCompGroup(Subject, int, long, long, int) - Method in interface org.rhq.enterprise.server.event.EventManagerRemote
 
getSnapshotReport(Subject, int, String, String) - Method in interface org.rhq.enterprise.server.support.SupportManagerRemote
Asks that a snapshot report be taken of the given resource.
getSubjectByName(String) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Looks up the existing of a subject by the given username.
getTasks(String) - Method in interface org.rhq.enterprise.server.perspective.PerspectiveManagerRemote
Get a list of Task items that are relative to the Context name passed in.
getTasksWithArgs(String, Object...) - Method in interface org.rhq.enterprise.server.perspective.PerspectiveManagerRemote
Get a list of Task items that are relative to the Context name passed in.

H

hello() - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 

I

ignoreResources(Subject, Integer[]) - Method in interface org.rhq.enterprise.server.discovery.DiscoveryBossRemote
 
importResources(Subject, Integer[]) - Method in interface org.rhq.enterprise.server.discovery.DiscoveryBossRemote
 
isGroupResourceConfigurationUpdateInProgress(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
isResourceConfigurationUpdateInProgress(Subject, int) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Get whether the the specified resource is in the process of updating its configuration.

L

login(String, String) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Logs a user into the system.
logout(Subject) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Logs out a user.

M

MeasurementBaselineManagerRemote - Interface in org.rhq.enterprise.server.measurement
 
MeasurementDataManagerRemote - Interface in org.rhq.enterprise.server.measurement
 
MeasurementDefinitionManagerRemote - Interface in org.rhq.enterprise.server.measurement
 
MeasurementProblemManagerRemote - Interface in org.rhq.enterprise.server.measurement
 
MeasurementScheduleManagerRemote - Interface in org.rhq.enterprise.server.measurement
 

O

OperationManagerRemote - Interface in org.rhq.enterprise.server.operation
 
org.rhq.enterprise.server.alert - package org.rhq.enterprise.server.alert
 
org.rhq.enterprise.server.auth - package org.rhq.enterprise.server.auth
 
org.rhq.enterprise.server.authz - package org.rhq.enterprise.server.authz
 
org.rhq.enterprise.server.configuration - package org.rhq.enterprise.server.configuration
 
org.rhq.enterprise.server.content - package org.rhq.enterprise.server.content
 
org.rhq.enterprise.server.discovery - package org.rhq.enterprise.server.discovery
 
org.rhq.enterprise.server.event - package org.rhq.enterprise.server.event
 
org.rhq.enterprise.server.measurement - package org.rhq.enterprise.server.measurement
 
org.rhq.enterprise.server.operation - package org.rhq.enterprise.server.operation
 
org.rhq.enterprise.server.perspective - package org.rhq.enterprise.server.perspective
 
org.rhq.enterprise.server.report - package org.rhq.enterprise.server.report
 
org.rhq.enterprise.server.resource - package org.rhq.enterprise.server.resource
 
org.rhq.enterprise.server.resource.group - package org.rhq.enterprise.server.resource.group
 
org.rhq.enterprise.server.support - package org.rhq.enterprise.server.support
 
org.rhq.enterprise.server.system - package org.rhq.enterprise.server.system
 
org.rhq.enterprise.server.test - package org.rhq.enterprise.server.test
 
org.rhq.enterprise.server.webservices - package org.rhq.enterprise.server.webservices
 

P

PerspectiveManagerRemote - Interface in org.rhq.enterprise.server.perspective
PerspectiveManagerRemote

R

removeResourceGroupsFromRole(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Removes the given resource groups from the given role.
removeResourcesFromGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
removeRolesFromResourceGroup(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
 
removeRolesFromSubject(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Disassociates particular roles from a subject.
removeSubjectsFromRole(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Dissociate particular subjects from a role.
ResourceFactoryManagerRemote - Interface in org.rhq.enterprise.server.resource
 
ResourceGroupManagerRemote - Interface in org.rhq.enterprise.server.resource.group
 
ResourceManagerRemote - Interface in org.rhq.enterprise.server.resource
 
ResourceTypeManagerRemote - Interface in org.rhq.enterprise.server.resource
 
RoleManagerRemote - Interface in org.rhq.enterprise.server.authz
The remote interface to the role manager, providing a restricted set of Role Management services.

S

scheduleGroupOperation(Subject, int, int[], boolean, String, Configuration, long, long, int, int, String) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
 
scheduleGroupResourceConfigurationUpdate(Subject, int, Map<Integer, Configuration>) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
 
scheduleResourceOperation(Subject, int, String, long, long, int, int, Configuration, String) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Schedules an operation for execution on the given resource.
setRecursive(Subject, int, boolean) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
SubjectManagerRemote - Interface in org.rhq.enterprise.server.auth
 
subscribeResourceToChannels(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Subscribes the identified resource to the set of identified channels.
SupportManagerRemote - Interface in org.rhq.enterprise.server.support
Provides some methods that are useful for supporting managed resources.
SystemManagerRemote - Interface in org.rhq.enterprise.server.system
 

T

testExceptions() - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
testListArg(List<String>) - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
testVoid() - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 

U

unignoreResources(Subject, Integer[]) - Method in interface org.rhq.enterprise.server.discovery.DiscoveryBossRemote
 
uninventoryResources(Subject, int[]) - Method in interface org.rhq.enterprise.server.resource.ResourceManagerRemote
Removes these resources from inventory.
unscheduleGroupOperation(Subject, String, int) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Unschedules the group operation identified with the given job ID.
unscheduleResourceOperation(Subject, String, int) - Method in interface org.rhq.enterprise.server.operation.OperationManagerRemote
Unschedules the resource operation identified with the given job ID.
unsubscribeResourceFromChannels(Subject, int, int[]) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Unsubscribes the identified resource from the set of identified channels.
updateChannel(Subject, Channel) - Method in interface org.rhq.enterprise.server.content.ChannelManagerRemote
Update an existing Channel object's basic fields, like name, description, etc.
updateMeasurementTemplates(Subject, int[], long) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
updatePerson(AnotherPerson, Name) - Method in interface org.rhq.enterprise.server.test.WebServiceTestRemote
 
updatePluginConfiguration(Subject, int, Configuration) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
Updates the plugin configuration used to connect and communicate with the resource.
updateResourceConfiguration(Subject, int, Configuration) - Method in interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
This method is called when a user has requested to change the resource configuration for an existing resource.
updateResourceGroup(Subject, ResourceGroup) - Method in interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
 
updateRole(Subject, Role) - Method in interface org.rhq.enterprise.server.authz.RoleManagerRemote
Updates the given role, excluding the subjects and groups.
updateSchedule(Subject, MeasurementSchedule) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
updateSchedulesForCompatibleGroup(Subject, int, int[], long) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
updateSchedulesForResource(Subject, int, int[], long) - Method in interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
 
updateSubject(Subject, Subject) - Method in interface org.rhq.enterprise.server.auth.SubjectManagerRemote
Updates an existing subject with new data.

W

WebservicesRemote - Interface in org.rhq.enterprise.server.webservices
 
WebServiceTestRemote - Interface in org.rhq.enterprise.server.test
 

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

Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.