org.rhq.enterprise.server.webservices
Interface WebservicesRemote

All Superinterfaces:
AlertDefinitionManagerRemote, AlertManagerRemote, AvailabilityManagerRemote, BundleManagerRemote, CallTimeDataManagerRemote, ConfigurationManagerRemote, ContentManagerRemote, DiscoveryBossRemote, EventManagerRemote, MeasurementBaselineManagerRemote, MeasurementDataManagerRemote, MeasurementDefinitionManagerRemote, MeasurementProblemManagerRemote, MeasurementScheduleManagerRemote, OperationManagerRemote, RepoManagerRemote, ResourceFactoryManagerRemote, ResourceGroupManagerRemote, ResourceManagerRemote, ResourceTypeManagerRemote, RoleManagerRemote, SubjectManagerRemote, SupportManagerRemote, SynchronizationManagerRemote, SystemManagerRemote

public interface WebservicesRemote
extends AlertManagerRemote, AlertDefinitionManagerRemote, AvailabilityManagerRemote, BundleManagerRemote, CallTimeDataManagerRemote, RepoManagerRemote, ConfigurationManagerRemote, ContentManagerRemote, DiscoveryBossRemote, EventManagerRemote, MeasurementBaselineManagerRemote, MeasurementDataManagerRemote, MeasurementDefinitionManagerRemote, MeasurementProblemManagerRemote, MeasurementScheduleManagerRemote, OperationManagerRemote, ResourceFactoryManagerRemote, ResourceGroupManagerRemote, ResourceManagerRemote, ResourceTypeManagerRemote, RoleManagerRemote, SubjectManagerRemote, SupportManagerRemote, SystemManagerRemote, SynchronizationManagerRemote

The remote API supported by a WebService Interface.


Method Summary
 
Methods inherited from interface org.rhq.enterprise.server.alert.AlertManagerRemote
acknowledgeAlerts, acknowledgeAlertsByContext, deleteAlerts, deleteAlertsByContext, findAlertsByCriteria
 
Methods inherited from interface org.rhq.enterprise.server.alert.AlertDefinitionManagerRemote
disableAlertDefinitions, enableAlertDefinitions, findAlertDefinitionsByCriteria, getAlertDefinition, getAlertNotificationConfigurationPreview, removeAlertDefinitions
 
Methods inherited from interface org.rhq.enterprise.server.measurement.AvailabilityManagerRemote
findAvailabilityForResource, getCurrentAvailabilityForResource
 
Methods inherited from interface org.rhq.enterprise.server.bundle.BundleManagerRemote
addBundleFile, addBundleFileViaByteArray, addBundleFileViaPackageVersion, addBundleFileViaURL, createBundleDeployment, createBundleDestination, createBundleVersionViaByteArray, createBundleVersionViaFile, createBundleVersionViaRecipe, createBundleVersionViaURL, deleteBundle, deleteBundles, deleteBundleVersion, findBundleDeploymentsByCriteria, findBundleDestinationsByCriteria, findBundleFilesByCriteria, findBundleResourceDeploymentsByCriteria, findBundlesByCriteria, findBundlesWithLatestVersionCompositesByCriteria, findBundleVersionsByCriteria, getAllBundleTypes, getBundleType, getBundleVersionFilenames, getResourceTypeBundleConfiguration, purgeBundleDestination, scheduleBundleDeployment, scheduleRevertBundleDeployment
 
Methods inherited from interface org.rhq.enterprise.server.measurement.CallTimeDataManagerRemote
findCallTimeDataForResource
 
Methods inherited from interface org.rhq.enterprise.server.content.RepoManagerRemote
addPackageVersionsToRepo, createRepo, deletePackageVersionsFromRepo, deleteRepo, findPackageVersionsInRepo, findPackageVersionsInRepoByCriteria, findRepos, findReposByCriteria, findSubscribedResources, findSubscriptions, getLatestPackageVersion, getRepo, subscribeResourceToRepos, synchronizeRepos, unsubscribeResourceFromRepos, updateRepo
 
Methods inherited from interface org.rhq.enterprise.server.configuration.ConfigurationManagerRemote
getGroupPluginConfigurationUpdate, getGroupResourceConfigurationUpdate, getLatestPluginConfigurationUpdate, getLatestResourceConfigurationUpdate, getLiveResourceConfiguration, getPackageTypeConfigurationDefinition, getPluginConfiguration, getPluginConfigurationDefinitionForResourceType, getResourceConfiguration, getResourceConfigurationDefinitionForResourceType, getResourceConfigurationDefinitionWithTemplatesForResourceType, isGroupResourceConfigurationUpdateInProgress, isResourceConfigurationUpdateInProgress, scheduleGroupResourceConfigurationUpdate, translateResourceConfiguration, updatePluginConfiguration, updateResourceConfiguration
 
Methods inherited from interface org.rhq.enterprise.server.content.ContentManagerRemote
createPackageVersion, deletePackages, deletePackageVersion, deployPackages, findArchitectures, findInstalledPackagesByCriteria, findPackagesByCriteria, findPackagesWithLatestVersion, findPackageType, findPackageTypes, findPackageTypeWithVersionFormat, findPackageVersionsByCriteria, getBackingPackageForResource, getPackageBytes
 
Methods inherited from interface org.rhq.enterprise.server.discovery.DiscoveryBossRemote
ignoreResources, importResources, manuallyAddResource, unignoreResources
 
Methods inherited from interface org.rhq.enterprise.server.event.EventManagerRemote
findEventsByCriteria, getSeverityBuckets, getSeverityBucketsForAutoGroup, getSeverityBucketsForCompGroup
 
Methods inherited from interface org.rhq.enterprise.server.measurement.MeasurementBaselineManagerRemote
findBaselinesForResource
 
Methods inherited from interface org.rhq.enterprise.server.measurement.MeasurementDataManagerRemote
findCurrentTraitsForResource, findDataForCompatibleGroup, findDataForResource, findLiveData, findTraits, findTraitsByCriteria, getAggregate
 
Methods inherited from interface org.rhq.enterprise.server.measurement.MeasurementDefinitionManagerRemote
findMeasurementDefinitionsByCriteria, getMeasurementDefinition
 
Methods inherited from interface org.rhq.enterprise.server.measurement.MeasurementProblemManagerRemote
findProblemResources
 
Methods inherited from interface org.rhq.enterprise.server.measurement.MeasurementScheduleManagerRemote
disableMeasurementTemplates, disableSchedulesForCompatibleGroup, disableSchedulesForResource, enableMeasurementTemplates, enableSchedulesForCompatibleGroup, enableSchedulesForResource, findSchedulesByCriteria, updateMeasurementTemplates, updateSchedule, updateSchedulesForCompatibleGroup, updateSchedulesForResource
 
Methods inherited from interface org.rhq.enterprise.server.operation.OperationManagerRemote
cancelOperationHistory, deleteOperationHistory, findGroupOperationHistoriesByCriteria, findOperationDefinitionsByCriteria, findResourceOperationHistoriesByCriteria, findScheduledGroupOperations, findScheduledResourceOperations, scheduleGroupOperation, scheduleResourceOperation, unscheduleGroupOperation, unscheduleResourceOperation
 
Methods inherited from interface org.rhq.enterprise.server.resource.ResourceFactoryManagerRemote
createPackageBackedResource, createPackageBackedResourceViaPackageVersion, createResource, deleteResource, deleteResources, findCreateChildResourceHistory, findDeleteChildResourceHistory
 
Methods inherited from interface org.rhq.enterprise.server.resource.group.ResourceGroupManagerRemote
addResourcesToGroup, createResourceGroup, deleteResourceGroup, deleteResourceGroups, findResourceGroupsByCriteria, findResourceGroupsForRole, getResourceGroup, getResourceGroupComposite, removeResourcesFromGroup, setRecursive, updateResourceGroup
 
Methods inherited from interface org.rhq.enterprise.server.resource.ResourceManagerRemote
findChildResources, findResourceLineage, findResourcesByCriteria, getLiveResourceAvailability, getParentResource, getResource, getResourcesAncestry, uninventoryResources, updateResource
 
Methods inherited from interface org.rhq.enterprise.server.resource.ResourceTypeManagerRemote
findResourceTypesByCriteria, getResourceTypeById, getResourceTypeByNameAndPlugin
 
Methods inherited from interface org.rhq.enterprise.server.authz.RoleManagerRemote
addResourceGroupsToRole, addRolesToResourceGroup, addRolesToSubject, addSubjectsToRole, createRole, deleteRoles, findRolesByCriteria, findSubjectAssignedRoles, findSubjectUnassignedRoles, getRole, removeResourceGroupsFromRole, removeRolesFromResourceGroup, removeRolesFromSubject, removeSubjectsFromRole, setAssignedResourceGroups, setAssignedSubjectRoles, updateRole
 
Methods inherited from interface org.rhq.enterprise.server.auth.SubjectManagerRemote
changePassword, createPrincipal, createSubject, deleteSubjects, findSubjectsByCriteria, getSubjectByName, getSubjectByNameAndSessionId, login, logout, updateSubject
 
Methods inherited from interface org.rhq.enterprise.server.support.SupportManagerRemote
getSnapshotReport
 
Methods inherited from interface org.rhq.enterprise.server.system.SystemManagerRemote
getProductInfo, getServerDetails, getSystemConfiguration, getSystemSettings, setSystemConfiguration, setSystemSettings
 
Methods inherited from interface org.rhq.enterprise.server.sync.SynchronizationManagerRemote
exportAllSubsystems, getImportConfigurationDefinition, getImportConfigurationDefinitionOfAllSynchronizers, importAllSubsystems, validate
 



Copyright © 2005-2011 Red Hat, Inc.. All Rights Reserved.