Source compatibility report for the rhq-enterprise-server library between 4.12.0 and 4.13.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.12.0 |
Version #2 | 4.13.0 |
Java Version | 1.6.0_24 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 7175 / 810 |
---|
Verdict | Incompatible (8.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 195 |
---|
Removed Methods | High | 59 |
---|
Problems with Data Types | High | 68 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 1 |
---|
Medium | 2 |
Low | 0 |
Other Changes in Data Types | - | 7 |
Added Methods (195)
rhq-enterprise-server-4.13.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion agentVersionInfo ) : AgentVersionCheckResults
[mangled: org/rhq/enterprise/server/core/AgentManagerBean.isAgentVersionSupported:(Lorg/rhq/core/clientapi/server/core/AgentVersion;)Lorg/rhq/enterprise/server/core/AgentVersionCheckResults;]
rhq-enterprise-server-4.13.0.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion p1 ) [abstract] : AgentVersionCheckResults
[mangled: org/rhq/enterprise/server/core/AgentManagerLocal.isAgentVersionSupported:(Lorg/rhq/core/clientapi/server/core/AgentVersion;)Lorg/rhq/enterprise/server/core/AgentVersionCheckResults;]
rhq-enterprise-server-4.13.0.jar, AgentVersionCheckResults.class
package org.rhq.enterprise.server.core
AgentVersionCheckResults.AgentVersionCheckResults ( boolean isSupported, org.rhq.core.clientapi.server.core.AgentVersion latestAgentVersion )
[mangled: org/rhq/enterprise/server/core/AgentVersionCheckResults."<init>":(ZLorg/rhq/core/clientapi/server/core/AgentVersion;)V]
AgentVersionCheckResults.getLatestAgentVersion ( ) : org.rhq.core.clientapi.server.core.AgentVersion
[mangled: org/rhq/enterprise/server/core/AgentVersionCheckResults.getLatestAgentVersion:()Lorg/rhq/core/clientapi/server/core/AgentVersion;]
AgentVersionCheckResults.isSupported ( ) : boolean
[mangled: org/rhq/enterprise/server/core/AgentVersionCheckResults.isSupported:()Z]
AgentVersionCheckResults.toString ( ) : String
[mangled: org/rhq/enterprise/server/core/AgentVersionCheckResults.toString:()Ljava/lang/String;]
rhq-enterprise-server-4.13.0.jar, AlertConditionManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionManagerBean.getAlertDefinitionByConditionIdNewTx ( int alertConditionId ) : Integer
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerBean.getAlertDefinitionByConditionIdNewTx:(I)Ljava/lang/Integer;]
AlertConditionManagerBean.getResourceStatusByConditionIdNewTx ( int alertConditionId ) : org.rhq.core.domain.resource.InventoryStatus
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerBean.getResourceStatusByConditionIdNewTx:(I)Lorg/rhq/core/domain/resource/InventoryStatus;]
rhq-enterprise-server-4.13.0.jar, AlertConditionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionManagerLocal.getAlertDefinitionByConditionIdNewTx ( int p1 ) [abstract] : Integer
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerLocal.getAlertDefinitionByConditionIdNewTx:(I)Ljava/lang/Integer;]
AlertConditionManagerLocal.getResourceStatusByConditionIdNewTx ( int p1 ) [abstract] : org.rhq.core.domain.resource.InventoryStatus
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerLocal.getResourceStatusByConditionIdNewTx:(I)Lorg/rhq/core/domain/resource/InventoryStatus;]
rhq-enterprise-server-4.13.0.jar, AlertHandlerBean.class
package org.rhq.enterprise.server.rest
AlertHandlerBean.listAlerts ( int page, int size, String prio, boolean slim, Long since, Integer resourceId, Integer definitionId, boolean unacknowledgedOnly, boolean noRecovered, boolean noRecoveryType, String name, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/AlertHandlerBean.listAlerts:(IILjava/lang/String;ZLjava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;ZZZLjava/lang/String;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.13.0.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.addNotificationLog ( int alertId, org.rhq.core.domain.alert.notification.AlertNotificationLog notificationLog ) : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerBean.addNotificationLog:(ILorg/rhq/core/domain/alert/notification/AlertNotificationLog;)V]
AlertManagerBean.sendAlertNotificationsNSTx ( org.rhq.core.domain.alert.Alert alert ) : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerBean.sendAlertNotificationsNSTx:(Lorg/rhq/core/domain/alert/Alert;)V]
rhq-enterprise-server-4.13.0.jar, AlertManagerLocal.class
package org.rhq.enterprise.server.alert
AlertManagerLocal.addNotificationLog ( int p1, org.rhq.core.domain.alert.notification.AlertNotificationLog p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerLocal.addNotificationLog:(ILorg/rhq/core/domain/alert/notification/AlertNotificationLog;)V]
AlertManagerLocal.sendAlertNotificationsNSTx ( org.rhq.core.domain.alert.Alert p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerLocal.sendAlertNotificationsNSTx:(Lorg/rhq/core/domain/alert/Alert;)V]
rhq-enterprise-server-4.13.0.jar, AlertNotificationRest.class
package org.rhq.enterprise.server.rest.domain
AlertNotificationRest.getExtraConfig ( ) : java.util.Map
[mangled: org/rhq/enterprise/server/rest/domain/AlertNotificationRest.getExtraConfig:()Ljava/util/Map;]
AlertNotificationRest.setExtraConfig ( java.util.Map extraConfig ) : void
[mangled: org/rhq/enterprise/server/rest/domain/AlertNotificationRest.setExtraConfig:(Ljava/util/Map;)V]
rhq-enterprise-server-4.13.0.jar, AlertRest.class
package org.rhq.enterprise.server.rest.domain
AlertRest.getRecoveryTime ( ) : long
[mangled: org/rhq/enterprise/server/rest/domain/AlertRest.getRecoveryTime:()J]
AlertRest.setRecoveryTime ( long recoveryTime ) : void
[mangled: org/rhq/enterprise/server/rest/domain/AlertRest.setRecoveryTime:(J)V]
rhq-enterprise-server-4.13.0.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean.createBundleVersionInternal ( org.rhq.core.domain.bundle.Bundle bundle, String name, String version, String description, String recipe, org.rhq.core.domain.configuration.definition.ConfigurationDefinition configurationDefinition ) : org.rhq.core.domain.bundle.BundleVersion
[mangled: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleVersionInternal:(Lorg/rhq/core/domain/bundle/Bundle;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.getBundleResourceDeploymentHistories ( org.rhq.core.domain.auth.Subject subject, int resourceDeploymentId ) : java.util.List
[mangled: org/rhq/enterprise/server/bundle/BundleManagerBean.getBundleResourceDeploymentHistories:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
rhq-enterprise-server-4.13.0.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal.createBundleVersionInternal ( org.rhq.core.domain.bundle.Bundle p1, String p2, String p3, String p4, String p5, org.rhq.core.domain.configuration.definition.ConfigurationDefinition p6 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[mangled: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundleVersionInternal:(Lorg/rhq/core/domain/bundle/Bundle;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.getBundleResourceDeploymentHistories ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/bundle/BundleManagerLocal.getBundleResourceDeploymentHistories:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
rhq-enterprise-server-4.13.0.jar, BundleResourceDeploymentHistoryPurge.class
package org.rhq.enterprise.server.purge
BundleResourceDeploymentHistoryPurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.execute:()I]
BundleResourceDeploymentHistoryPurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
BundleResourceDeploymentHistoryPurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.getEntityName:()Ljava/lang/String;]
BundleResourceDeploymentHistoryPurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
BundleResourceDeploymentHistoryPurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
BundleResourceDeploymentHistoryPurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
BundleResourceDeploymentHistoryPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
BundleResourceDeploymentHistoryPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
BundleResourceDeploymentHistoryPurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/BundleResourceDeploymentHistoryPurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, CacheConsistencyManagerBean.class
package org.rhq.enterprise.server.cloud.instance
CacheConsistencyManagerBean.reloadServerCacheIfNeededNSTx ( ) : void
[mangled: org/rhq/enterprise/server/cloud/instance/CacheConsistencyManagerBean.reloadServerCacheIfNeededNSTx:()V]
rhq-enterprise-server-4.13.0.jar, CacheConsistencyManagerLocal.class
package org.rhq.enterprise.server.cloud.instance
CacheConsistencyManagerLocal.reloadServerCacheIfNeededNSTx ( ) [abstract] : void
[mangled: org/rhq/enterprise/server/cloud/instance/CacheConsistencyManagerLocal.reloadServerCacheIfNeededNSTx:()V]
rhq-enterprise-server-4.13.0.jar, CachedConditionManagerBean.class
package org.rhq.enterprise.server.alert
CachedConditionManagerBean.processCachedConditionMessageNewTx ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : org.rhq.core.domain.alert.Alert
[mangled: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessageNewTx:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.13.0.jar, CachedConditionManagerLocal.class
package org.rhq.enterprise.server.alert
CachedConditionManagerLocal.processCachedConditionMessageNewTx ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : org.rhq.core.domain.alert.Alert
[mangled: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessageNewTx:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.13.0.jar, ConfigurationHelper.class
package org.rhq.enterprise.server.rest.helper
ConfigurationHelper.convertSimplePropertyValue ( org.rhq.core.domain.configuration.PropertySimple property, org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple definition, boolean strict ) [static] : Object
[mangled: org/rhq/enterprise/server/rest/helper/ConfigurationHelper.convertSimplePropertyValue:(Lorg/rhq/core/domain/configuration/PropertySimple;Lorg/rhq/core/domain/configuration/definition/PropertyDefinitionSimple;Z)Ljava/lang/Object;]
rhq-enterprise-server-4.13.0.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.handleDiscoveredPackage ( org.rhq.core.domain.resource.Resource resource, org.rhq.core.domain.content.transfer.ResourcePackageDetails discoveredPackage, java.util.Set doomedPackages, long timestamp ) : void
[mangled: org/rhq/enterprise/server/content/ContentManagerBean.handleDiscoveredPackage:(Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/content/transfer/ResourcePackageDetails;Ljava/util/Set;J)V]
ContentManagerBean.removeInstalledPackages ( org.rhq.core.domain.resource.Resource resource, java.util.Set doomedPackages, long timestamp ) : void
[mangled: org/rhq/enterprise/server/content/ContentManagerBean.removeInstalledPackages:(Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;J)V]
rhq-enterprise-server-4.13.0.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.handleDiscoveredPackage ( org.rhq.core.domain.resource.Resource p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2, java.util.Set p3, long p4 ) [abstract] : void
[mangled: org/rhq/enterprise/server/content/ContentManagerLocal.handleDiscoveredPackage:(Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/content/transfer/ResourcePackageDetails;Ljava/util/Set;J)V]
ContentManagerLocal.removeInstalledPackages ( org.rhq.core.domain.resource.Resource p1, java.util.Set p2, long p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/content/ContentManagerLocal.removeInstalledPackages:(Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;J)V]
rhq-enterprise-server-4.13.0.jar, DataCalcJob.class
package org.rhq.enterprise.server.scheduler.jobs
DataCalcJob.calcNow ( ) [static] : void
[mangled: org/rhq/enterprise/server/scheduler/jobs/DataCalcJob.calcNow:()V]
DataCalcJob.calculateOOBs ( Iterable oneHourAggregates ) : void
[mangled: org/rhq/enterprise/server/scheduler/jobs/DataCalcJob.calculateOOBs:(Ljava/lang/Iterable;)V]
DataCalcJob.DataCalcJob ( )
[mangled: org/rhq/enterprise/server/scheduler/jobs/DataCalcJob."<init>":()V]
DataCalcJob.executeJobCode ( org.quartz.JobExecutionContext context ) : void
[mangled: org/rhq/enterprise/server/scheduler/jobs/DataCalcJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
rhq-enterprise-server-4.13.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.manuallyAddResource ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ImportResourceRequest importResourceRequest ) : org.rhq.core.domain.resource.ImportResourceResponse
[mangled: org/rhq/enterprise/server/discovery/DiscoveryBossBean.manuallyAddResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ImportResourceRequest;)Lorg/rhq/core/domain/resource/ImportResourceResponse;]
rhq-enterprise-server-4.13.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.manuallyAddResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ImportResourceRequest p2 ) [abstract] : org.rhq.core.domain.resource.ImportResourceResponse
[mangled: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.manuallyAddResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ImportResourceRequest;)Lorg/rhq/core/domain/resource/ImportResourceResponse;]
rhq-enterprise-server-4.13.0.jar, EnhancedScheduler.class
package org.rhq.enterprise.server.scheduler
EnhancedScheduler.scheduleSimpleCronJob ( Class p1, boolean p2, boolean p3, String p4, Integer p5 ) [abstract] : void
[mangled: org/rhq/enterprise/server/scheduler/EnhancedScheduler.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.13.0.jar, EnhancedSchedulerImpl.class
package org.rhq.enterprise.server.scheduler
EnhancedSchedulerImpl.scheduleSimpleCronJob ( Class jobClass, boolean rescheduleIfExists, boolean isVolatile, String cronString, Integer misfireInstruction ) : void
[mangled: org/rhq/enterprise/server/scheduler/EnhancedSchedulerImpl.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.13.0.jar, EventCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
EventCacheElement.EventCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, String eventDetails, String regexEventDetails, String regexSourceLocation, org.rhq.core.domain.event.EventSeverity value, int conditionTriggerId )
[mangled: org/rhq/enterprise/server/alert/engine/model/EventCacheElement."<init>":(Lorg/rhq/core/domain/alert/AlertConditionOperator;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/event/EventSeverity;I)V]
rhq-enterprise-server-4.13.0.jar, GroupResourceConfigurationUpdatePurge.class
package org.rhq.enterprise.server.purge
GroupResourceConfigurationUpdatePurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.execute:()I]
GroupResourceConfigurationUpdatePurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
GroupResourceConfigurationUpdatePurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.getEntityName:()Ljava/lang/String;]
GroupResourceConfigurationUpdatePurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
GroupResourceConfigurationUpdatePurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
GroupResourceConfigurationUpdatePurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
GroupResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
GroupResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
GroupResourceConfigurationUpdatePurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/GroupResourceConfigurationUpdatePurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, JPADriftFilePurge.class
package org.rhq.enterprise.server.purge
JPADriftFilePurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.execute:()I]
JPADriftFilePurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
JPADriftFilePurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.getEntityName:()Ljava/lang/String;]
JPADriftFilePurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
JPADriftFilePurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : String
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/String;]
JPADriftFilePurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
JPADriftFilePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, String key ) : void
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/String;)V]
JPADriftFilePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
JPADriftFilePurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/JPADriftFilePurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, LdapGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerBean.ldapServerRequiresAttention ( ) : Boolean
[mangled: org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.ldapServerRequiresAttention:()Ljava/lang/Boolean;]
rhq-enterprise-server-4.13.0.jar, LdapGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerLocal.ldapServerRequiresAttention ( ) [abstract] : Boolean
[mangled: org/rhq/enterprise/server/resource/group/LdapGroupManagerLocal.ldapServerRequiresAttention:()Ljava/lang/Boolean;]
rhq-enterprise-server-4.13.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getPurgeManager ( ) [static] : org.rhq.enterprise.server.purge.PurgeManagerLocal
[mangled: org/rhq/enterprise/server/util/LookupUtil.getPurgeManager:()Lorg/rhq/enterprise/server/purge/PurgeManagerLocal;]
rhq-enterprise-server-4.13.0.jar, MeasurementBaselineManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementBaselineManagerBean.calculateBaselines ( java.util.Set scheduleIds, long olderThan, long amountOfData ) : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.calculateBaselines:(Ljava/util/Set;JJ)V]
MeasurementBaselineManagerBean.getSchedulesWithoutBaselines ( ) : java.util.Set
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.getSchedulesWithoutBaselines:()Ljava/util/Set;]
MeasurementBaselineManagerBean.saveNewBaselines ( java.util.Set scheduleIds, java.util.Map baselines ) : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.saveNewBaselines:(Ljava/util/Set;Ljava/util/Map;)V]
rhq-enterprise-server-4.13.0.jar, MeasurementBaselineManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementBaselineManagerLocal.calculateBaselines ( java.util.Set p1, long p2, long p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.calculateBaselines:(Ljava/util/Set;JJ)V]
MeasurementBaselineManagerLocal.getSchedulesWithoutBaselines ( ) [abstract] : java.util.Set
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.getSchedulesWithoutBaselines:()Ljava/util/Set;]
MeasurementBaselineManagerLocal.saveNewBaselines ( java.util.Set p1, java.util.Map p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.saveNewBaselines:(Ljava/util/Set;Ljava/util/Map;)V]
rhq-enterprise-server-4.13.0.jar, MeasurementServerServiceImpl.class
package org.rhq.enterprise.server.measurement
MeasurementServerServiceImpl.getLastKnownTraitValue ( int scheduleId ) : org.rhq.core.domain.measurement.MeasurementDataTrait
[mangled: org/rhq/enterprise/server/measurement/MeasurementServerServiceImpl.getLastKnownTraitValue:(I)Lorg/rhq/core/domain/measurement/MeasurementDataTrait;]
rhq-enterprise-server-4.13.0.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.purgeOperationHistory ( java.util.Date purgeBeforeTime ) : int
[mangled: org/rhq/enterprise/server/operation/OperationManagerBean.purgeOperationHistory:(Ljava/util/Date;)I]
OperationManagerBean.purgeOperationHistoryInNewTransaction ( java.util.Date purgeBeforeTime, boolean isGroupPurge, int limit ) : int
[mangled: org/rhq/enterprise/server/operation/OperationManagerBean.purgeOperationHistoryInNewTransaction:(Ljava/util/Date;ZI)I]
rhq-enterprise-server-4.13.0.jar, OperationManagerLocal.class
package org.rhq.enterprise.server.operation
OperationManagerLocal.purgeOperationHistory ( java.util.Date p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/operation/OperationManagerLocal.purgeOperationHistory:(Ljava/util/Date;)I]
OperationManagerLocal.purgeOperationHistoryInNewTransaction ( java.util.Date p1, boolean p2, int p3 ) [abstract] : int
[mangled: org/rhq/enterprise/server/operation/OperationManagerLocal.purgeOperationHistoryInNewTransaction:(Ljava/util/Date;ZI)I]
rhq-enterprise-server-4.13.0.jar, PartitionEventDetailsPurge.class
package org.rhq.enterprise.server.purge
PartitionEventDetailsPurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.execute:()I]
PartitionEventDetailsPurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
PartitionEventDetailsPurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.getEntityName:()Ljava/lang/String;]
PartitionEventDetailsPurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
PartitionEventDetailsPurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
PartitionEventDetailsPurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
PartitionEventDetailsPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
PartitionEventDetailsPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
PartitionEventDetailsPurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventDetailsPurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, PartitionEventPurge.class
package org.rhq.enterprise.server.purge
PartitionEventPurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.execute:()I]
PartitionEventPurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
PartitionEventPurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.getEntityName:()Ljava/lang/String;]
PartitionEventPurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
PartitionEventPurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
PartitionEventPurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
PartitionEventPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
PartitionEventPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
PartitionEventPurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/PartitionEventPurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, PluginConfigurationMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
PluginConfigurationMetadataManagerBean.updateResourcePluginConfigurationsInNewTransaction ( java.util.List resourceIds, org.rhq.enterprise.server.configuration.metadata.ConfigurationDefinitionUpdateReport updateReport ) : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerBean.updateResourcePluginConfigurationsInNewTransaction:(Ljava/util/List;Lorg/rhq/enterprise/server/configuration/metadata/ConfigurationDefinitionUpdateReport;)V]
rhq-enterprise-server-4.13.0.jar, PluginConfigurationMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
PluginConfigurationMetadataManagerLocal.updateResourcePluginConfigurationsInNewTransaction ( java.util.List p1, org.rhq.enterprise.server.configuration.metadata.ConfigurationDefinitionUpdateReport p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerLocal.updateResourcePluginConfigurationsInNewTransaction:(Ljava/util/List;Lorg/rhq/enterprise/server/configuration/metadata/ConfigurationDefinitionUpdateReport;)V]
rhq-enterprise-server-4.13.0.jar, PurgeManagerBean.class
package org.rhq.enterprise.server.purge
PurgeManagerBean.deleteAlerts ( long beginTime, long endTime ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.deleteAlerts:(JJ)I]
PurgeManagerBean.purgeAvailabilities ( long oldest ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeAvailabilities:(J)I]
PurgeManagerBean.purgeCallTimeData ( long deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeCallTimeData:(J)I]
PurgeManagerBean.purgeEventData ( long deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeEventData:(J)I]
PurgeManagerBean.PurgeManagerBean ( )
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean."<init>":()V]
PurgeManagerBean.purgeOrphanedBundleResourceDeploymentHistory ( ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeOrphanedBundleResourceDeploymentHistory:()I]
PurgeManagerBean.purgeOrphanedDriftFilesInDatabase ( long purgeMillis ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeOrphanedDriftFilesInDatabase:(J)I]
PurgeManagerBean.purgePartitionEvents ( long deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgePartitionEvents:(J)I]
PurgeManagerBean.purgeResourceConfigHistory ( long deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeResourceConfigHistory:(J)I]
PurgeManagerBean.purgeTraits ( long oldest ) : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.purgeTraits:(J)I]
PurgeManagerBean.removeOutdatedOOBs ( long cutoffTime ) : void
[mangled: org/rhq/enterprise/server/purge/PurgeManagerBean.removeOutdatedOOBs:(J)V]
rhq-enterprise-server-4.13.0.jar, PurgeManagerLocal.class
package org.rhq.enterprise.server.purge
PurgeManagerLocal.deleteAlerts ( long p1, long p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.deleteAlerts:(JJ)I]
PurgeManagerLocal.purgeAvailabilities ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeAvailabilities:(J)I]
PurgeManagerLocal.purgeCallTimeData ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeCallTimeData:(J)I]
PurgeManagerLocal.purgeEventData ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeEventData:(J)I]
PurgeManagerLocal.purgeOrphanedBundleResourceDeploymentHistory ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeOrphanedBundleResourceDeploymentHistory:()I]
PurgeManagerLocal.purgeOrphanedDriftFilesInDatabase ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeOrphanedDriftFilesInDatabase:(J)I]
PurgeManagerLocal.purgePartitionEvents ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgePartitionEvents:(J)I]
PurgeManagerLocal.purgeResourceConfigHistory ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeResourceConfigHistory:(J)I]
PurgeManagerLocal.purgeTraits ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.purgeTraits:(J)I]
PurgeManagerLocal.removeOutdatedOOBs ( long p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/purge/PurgeManagerLocal.removeOutdatedOOBs:(J)V]
rhq-enterprise-server-4.13.0.jar, RemoteInstallManagerBean.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerBean.uninstallAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String agentInstallPath ) : String
[mangled: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.uninstallAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.13.0.jar, RemoteInstallManagerRemote.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerRemote.uninstallAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String
[mangled: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.uninstallAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.13.0.jar, ResourceConfigurationUpdateFromGroupPurge.class
package org.rhq.enterprise.server.purge
ResourceConfigurationUpdateFromGroupPurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.execute:()I]
ResourceConfigurationUpdateFromGroupPurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
ResourceConfigurationUpdateFromGroupPurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.getEntityName:()Ljava/lang/String;]
ResourceConfigurationUpdateFromGroupPurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
ResourceConfigurationUpdateFromGroupPurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
ResourceConfigurationUpdateFromGroupPurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
ResourceConfigurationUpdateFromGroupPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
ResourceConfigurationUpdateFromGroupPurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
ResourceConfigurationUpdateFromGroupPurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdateFromGroupPurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, ResourceConfigurationUpdatePurge.class
package org.rhq.enterprise.server.purge
ResourceConfigurationUpdatePurge.execute ( ) : int
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.execute:()I]
ResourceConfigurationUpdatePurge.getDeleteRowByKeyQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.getDeleteRowByKeyQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
ResourceConfigurationUpdatePurge.getEntityName ( ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.getEntityName:()Ljava/lang/String;]
ResourceConfigurationUpdatePurge.getFindRowKeysQuery ( org.rhq.core.db.DatabaseType databaseType ) : String
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.getFindRowKeysQuery:(Lorg/rhq/core/db/DatabaseType;)Ljava/lang/String;]
ResourceConfigurationUpdatePurge.getKeyFromResultSet ( java.sql.ResultSet resultSet ) : Integer
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/lang/Integer;]
ResourceConfigurationUpdatePurge.getKeyFromResultSet ( java.sql.ResultSet x0 ) : java.io.Serializable
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.getKeyFromResultSet:(Ljava/sql/ResultSet;)Ljava/io/Serializable;]
ResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement preparedStatement, Integer key ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/lang/Integer;)V]
ResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams ( java.sql.PreparedStatement x0, java.io.Serializable x1 ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.setDeleteRowByKeyQueryParams:(Ljava/sql/PreparedStatement;Ljava/io/Serializable;)V]
ResourceConfigurationUpdatePurge.setFindRowKeysQueryParams ( java.sql.PreparedStatement preparedStatement ) : void
[mangled: org/rhq/enterprise/server/purge/ResourceConfigurationUpdatePurge.setFindRowKeysQueryParams:(Ljava/sql/PreparedStatement;)V]
rhq-enterprise-server-4.13.0.jar, ResourceGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerBean.setResourceTypeInNewTx ( int resourceGroupId ) : void
[mangled: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.setResourceTypeInNewTx:(I)V]
rhq-enterprise-server-4.13.0.jar, ResourceGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerLocal.setResourceTypeInNewTx ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.setResourceTypeInNewTx:(I)V]
rhq-enterprise-server-4.13.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.getChildren ( int id, int pageSize, Integer page, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/ResourceHandlerBean.getChildren:(IILjava/lang/Integer;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.13.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.removeResourceErrorDuplicates ( ) : int
[mangled: org/rhq/enterprise/server/resource/ResourceManagerBean.removeResourceErrorDuplicates:()I]
ResourceManagerBean.removeStaleAvailabilityResourceErrors ( ) : int
[mangled: org/rhq/enterprise/server/resource/ResourceManagerBean.removeStaleAvailabilityResourceErrors:()I]
ResourceManagerBean.unlinkStorageNodesInNewTx ( java.util.List resourceIds ) : void
[mangled: org/rhq/enterprise/server/resource/ResourceManagerBean.unlinkStorageNodesInNewTx:(Ljava/util/List;)V]
rhq-enterprise-server-4.13.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.removeResourceErrorDuplicates ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/resource/ResourceManagerLocal.removeResourceErrorDuplicates:()I]
ResourceManagerLocal.removeStaleAvailabilityResourceErrors ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/resource/ResourceManagerLocal.removeStaleAvailabilityResourceErrors:()I]
ResourceManagerLocal.unlinkStorageNodesInNewTx ( java.util.List p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/ResourceManagerLocal.unlinkStorageNodesInNewTx:(Ljava/util/List;)V]
rhq-enterprise-server-4.13.0.jar, ResourceMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerBean.updateTypeInNewTx ( org.rhq.core.domain.resource.ResourceType resourceType ) : org.rhq.core.domain.resource.ResourceType
[mangled: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.updateTypeInNewTx:(Lorg/rhq/core/domain/resource/ResourceType;)Lorg/rhq/core/domain/resource/ResourceType;]
rhq-enterprise-server-4.13.0.jar, ResourceMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerLocal.updateTypeInNewTx ( org.rhq.core.domain.resource.ResourceType p1 ) [abstract] : org.rhq.core.domain.resource.ResourceType
[mangled: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.updateTypeInNewTx:(Lorg/rhq/core/domain/resource/ResourceType;)Lorg/rhq/core/domain/resource/ResourceType;]
rhq-enterprise-server-4.13.0.jar, SchedulerBean.class
package org.rhq.enterprise.server.scheduler
SchedulerBean.scheduleSimpleCronJob ( Class jobClass, boolean rescheduleIfExists, boolean isVolatile, String cronString, Integer misfireInstruction ) : void
[mangled: org/rhq/enterprise/server/scheduler/SchedulerBean.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.13.0.jar, SSHFileSend.class
package org.rhq.enterprise.server.install.remote
SSHFileSend.getReason ( java.io.InputStream in ) [static] : String
[mangled: org/rhq/enterprise/server/install/remote/SSHFileSend.getReason:(Ljava/io/InputStream;)Ljava/lang/String;]
rhq-enterprise-server-4.13.0.jar, StorageClientManager.class
package org.rhq.enterprise.server.storage
StorageClientManager.getConnectedToHosts ( ) : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getConnectedToHosts:()I]
StorageClientManager.getConnectionErrors ( ) : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getConnectionErrors:()J]
StorageClientManager.getFifteenMinuteAvgRate ( ) : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getFifteenMinuteAvgRate:()D]
StorageClientManager.getFiveMinuteAvgRate ( ) : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getFiveMinuteAvgRate:()D]
StorageClientManager.getKnownHosts ( ) : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getKnownHosts:()I]
StorageClientManager.getMeanLatency ( ) : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getMeanLatency:()D]
StorageClientManager.getMeanRate ( ) : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getMeanRate:()D]
StorageClientManager.getOneMinuteAvgRate ( ) : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getOneMinuteAvgRate:()D]
StorageClientManager.getOpenConnections ( ) : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getOpenConnections:()I]
StorageClientManager.getReadRequestTimeouts ( ) : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getReadRequestTimeouts:()J]
StorageClientManager.getRetries ( ) : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getRetries:()J]
StorageClientManager.getWriteRequestTimeouts ( ) : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getWriteRequestTimeouts:()J]
rhq-enterprise-server-4.13.0.jar, StorageClientManagerMBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerMBean.getConnectedToHosts ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getConnectedToHosts:()I]
StorageClientManagerMBean.getConnectionErrors ( ) [abstract] : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getConnectionErrors:()J]
StorageClientManagerMBean.getFifteenMinuteAvgRate ( ) [abstract] : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getFifteenMinuteAvgRate:()D]
StorageClientManagerMBean.getFiveMinuteAvgRate ( ) [abstract] : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getFiveMinuteAvgRate:()D]
StorageClientManagerMBean.getKnownHosts ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getKnownHosts:()I]
StorageClientManagerMBean.getMeanLatency ( ) [abstract] : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getMeanLatency:()D]
StorageClientManagerMBean.getMeanRate ( ) [abstract] : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getMeanRate:()D]
StorageClientManagerMBean.getOneMinuteAvgRate ( ) [abstract] : double
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getOneMinuteAvgRate:()D]
StorageClientManagerMBean.getOpenConnections ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getOpenConnections:()I]
StorageClientManagerMBean.getReadRequestTimeouts ( ) [abstract] : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getReadRequestTimeouts:()J]
StorageClientManagerMBean.getRetries ( ) [abstract] : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRetries:()J]
StorageClientManagerMBean.getWriteRequestTimeouts ( ) [abstract] : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getWriteRequestTimeouts:()J]
rhq-enterprise-server-4.13.0.jar, StorageNodeConfigurationUtil.class
package org.rhq.enterprise.server.cloud.util
StorageNodeConfigurationUtil.createCompositeConfiguration ( org.rhq.core.domain.configuration.Configuration storageNodeConfiguration, org.rhq.core.domain.configuration.Configuration storageNodePluginConfiguration, org.rhq.core.domain.cloud.StorageNode storageNode ) [static] : org.rhq.core.domain.cloud.StorageNodeConfigurationComposite
[mangled: org/rhq/enterprise/server/cloud/util/StorageNodeConfigurationUtil.createCompositeConfiguration:(Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;]
StorageNodeConfigurationUtil.getAllDataFileLocationsProperties ( java.util.List fileLocations ) [static] : org.rhq.core.domain.configuration.PropertyList
[mangled: org/rhq/enterprise/server/cloud/util/StorageNodeConfigurationUtil.getAllDataFileLocationsProperties:(Ljava/util/List;)Lorg/rhq/core/domain/configuration/PropertyList;]
StorageNodeConfigurationUtil.StorageNodeConfigurationUtil ( )
[mangled: org/rhq/enterprise/server/cloud/util/StorageNodeConfigurationUtil."<init>":()V]
StorageNodeConfigurationUtil.syncConfigs ( org.rhq.core.domain.cloud.StorageNodeConfigurationComposite newConfig, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite oldConfig ) [static] : void
[mangled: org/rhq/enterprise/server/cloud/util/StorageNodeConfigurationUtil.syncConfigs:(Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)V]
StorageNodeConfigurationUtil.updateValuesToConfiguration ( org.rhq.core.domain.cloud.StorageNodeConfigurationComposite storageNodeConfigurationComposite, org.rhq.core.domain.configuration.Configuration storageNodeConfiguration ) [static] : void
[mangled: org/rhq/enterprise/server/cloud/util/StorageNodeConfigurationUtil.updateValuesToConfiguration:(Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;Lorg/rhq/core/domain/configuration/Configuration;)V]
rhq-enterprise-server-4.13.0.jar, StorageNodeManagerBean.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerBean.ackFailedOperation ( org.rhq.core.domain.auth.Subject subject, int storageNodeId ) : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.ackFailedOperation:(Lorg/rhq/core/domain/auth/Subject;I)V]
StorageNodeManagerBean.scheduleSnapshotManagement ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageClusterSettings clusterSettings ) : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.scheduleSnapshotManagement:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
StorageNodeManagerBean.scheduleSnapshotManagementOperationsForStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode node, org.rhq.core.domain.cloud.StorageClusterSettings settings ) : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.scheduleSnapshotManagementOperationsForStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
rhq-enterprise-server-4.13.0.jar, StorageNodeManagerLocal.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerLocal.ackFailedOperation ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.ackFailedOperation:(Lorg/rhq/core/domain/auth/Subject;I)V]
StorageNodeManagerLocal.scheduleSnapshotManagement ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageClusterSettings p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.scheduleSnapshotManagement:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
StorageNodeManagerLocal.scheduleSnapshotManagementOperationsForStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, org.rhq.core.domain.cloud.StorageClusterSettings p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.scheduleSnapshotManagementOperationsForStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
rhq-enterprise-server-4.13.0.jar, StorageNodeOperationsHandlerBean.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerBean.runRepair ( org.rhq.core.domain.auth.Subject subject ) : void
[mangled: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.runRepair:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.13.0.jar, StorageNodeOperationsHandlerLocal.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerLocal.runRepair ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.runRepair:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.13.0.jar, SubjectManagerBean.class
package org.rhq.enterprise.server.auth
SubjectManagerBean.loginLocal ( String username, String password ) : org.rhq.core.domain.auth.Subject
[mangled: org/rhq/enterprise/server/auth/SubjectManagerBean.loginLocal:(Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
rhq-enterprise-server-4.13.0.jar, SubjectManagerLocal.class
package org.rhq.enterprise.server.auth
SubjectManagerLocal.loginLocal ( String p1, String p2 ) [abstract] : org.rhq.core.domain.auth.Subject
[mangled: org/rhq/enterprise/server/auth/SubjectManagerLocal.loginLocal:(Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
to the top
Removed Methods (59)
rhq-enterprise-server-4.12.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion agentVersionInfo ) : boolean
[mangled: org/rhq/enterprise/server/core/AgentManagerBean.isAgentVersionSupported:(Lorg/rhq/core/clientapi/server/core/AgentVersion;)Z]
rhq-enterprise-server-4.12.0.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion p1 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/core/AgentManagerLocal.isAgentVersionSupported:(Lorg/rhq/core/clientapi/server/core/AgentVersion;)Z]
rhq-enterprise-server-4.12.0.jar, AlertConditionManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionManagerBean.getAlertDefinitionByConditionIdInNewTransaction ( int alertConditionId ) : Integer
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerBean.getAlertDefinitionByConditionIdInNewTransaction:(I)Ljava/lang/Integer;]
AlertConditionManagerBean.getResourceStatusByConditionId ( int alertConditionId ) : org.rhq.core.domain.resource.InventoryStatus
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerBean.getResourceStatusByConditionId:(I)Lorg/rhq/core/domain/resource/InventoryStatus;]
rhq-enterprise-server-4.12.0.jar, AlertConditionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionManagerLocal.getAlertDefinitionByConditionIdInNewTransaction ( int p1 ) [abstract] : Integer
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerLocal.getAlertDefinitionByConditionIdInNewTransaction:(I)Ljava/lang/Integer;]
AlertConditionManagerLocal.getResourceStatusByConditionId ( int p1 ) [abstract] : org.rhq.core.domain.resource.InventoryStatus
[mangled: org/rhq/enterprise/server/alert/AlertConditionManagerLocal.getResourceStatusByConditionId:(I)Lorg/rhq/core/domain/resource/InventoryStatus;]
rhq-enterprise-server-4.12.0.jar, AlertHandlerBean.class
package org.rhq.enterprise.server.rest
AlertHandlerBean.listAlerts ( int page, int size, String prio, boolean slim, Long since, Integer resourceId, Integer definitionId, boolean unacknowledgedOnly, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/AlertHandlerBean.listAlerts:(IILjava/lang/String;ZLjava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;ZLjavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.12.0.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.deleteAlerts ( long beginTime, long endTime ) : int
[mangled: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlerts:(JJ)I]
AlertManagerBean.sendAlertNotifications ( org.rhq.core.domain.alert.Alert alert ) : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerBean.sendAlertNotifications:(Lorg/rhq/core/domain/alert/Alert;)V]
rhq-enterprise-server-4.12.0.jar, AlertManagerLocal.class
package org.rhq.enterprise.server.alert
AlertManagerLocal.deleteAlerts ( long p1, long p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlerts:(JJ)I]
AlertManagerLocal.sendAlertNotifications ( org.rhq.core.domain.alert.Alert p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/alert/AlertManagerLocal.sendAlertNotifications:(Lorg/rhq/core/domain/alert/Alert;)V]
rhq-enterprise-server-4.12.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.purgeAvailabilities ( long oldest ) : int
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.purgeAvailabilities:(J)I]
rhq-enterprise-server-4.12.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.purgeAvailabilities ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.purgeAvailabilities:(J)I]
rhq-enterprise-server-4.12.0.jar, CacheConsistencyManagerBean.class
package org.rhq.enterprise.server.cloud.instance
CacheConsistencyManagerBean.reloadServerCacheIfNeeded ( ) : void
[mangled: org/rhq/enterprise/server/cloud/instance/CacheConsistencyManagerBean.reloadServerCacheIfNeeded:()V]
rhq-enterprise-server-4.12.0.jar, CacheConsistencyManagerLocal.class
package org.rhq.enterprise.server.cloud.instance
CacheConsistencyManagerLocal.reloadServerCacheIfNeeded ( ) [abstract] : void
[mangled: org/rhq/enterprise/server/cloud/instance/CacheConsistencyManagerLocal.reloadServerCacheIfNeeded:()V]
rhq-enterprise-server-4.12.0.jar, CachedConditionManagerBean.class
package org.rhq.enterprise.server.alert
CachedConditionManagerBean.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : org.rhq.core.domain.alert.Alert
[mangled: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.12.0.jar, CachedConditionManagerLocal.class
package org.rhq.enterprise.server.alert
CachedConditionManagerLocal.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : org.rhq.core.domain.alert.Alert
[mangled: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.12.0.jar, CallTimeDataManagerBean.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerBean.purgeCallTimeData ( java.util.Date deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.purgeCallTimeData:(Ljava/util/Date;)I]
rhq-enterprise-server-4.12.0.jar, CallTimeDataManagerLocal.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerLocal.purgeCallTimeData ( java.util.Date p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/measurement/CallTimeDataManagerLocal.purgeCallTimeData:(Ljava/util/Date;)I]
rhq-enterprise-server-4.12.0.jar, ConfigurationHelper.class
package org.rhq.enterprise.server.rest.helper
ConfigurationHelper.convertSimplePropertyValue ( org.rhq.core.domain.configuration.PropertySimple property, org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple definition ) [static] : Object
[mangled: org/rhq/enterprise/server/rest/helper/ConfigurationHelper.convertSimplePropertyValue:(Lorg/rhq/core/domain/configuration/PropertySimple;Lorg/rhq/core/domain/configuration/definition/PropertyDefinitionSimple;)Ljava/lang/Object;]
rhq-enterprise-server-4.12.0.jar, DataPurgeJob.class
package org.rhq.enterprise.server.scheduler.jobs
DataPurgeJob.calculateOOBs ( Iterable oneHourAggregates ) : void
[mangled: org/rhq/enterprise/server/scheduler/jobs/DataPurgeJob.calculateOOBs:(Ljava/lang/Iterable;)V]
rhq-enterprise-server-4.12.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.manuallyAddResource ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.ResourceType resourceType, int parentResourceId, org.rhq.core.domain.configuration.Configuration pluginConfiguration ) : org.rhq.core.domain.discovery.MergeResourceResponse
[mangled: org/rhq/enterprise/server/discovery/DiscoveryBossBean.manuallyAddResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;ILorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/core/domain/discovery/MergeResourceResponse;]
rhq-enterprise-server-4.12.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.manuallyAddResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, int p3, org.rhq.core.domain.configuration.Configuration p4 ) [abstract] : org.rhq.core.domain.discovery.MergeResourceResponse
[mangled: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.manuallyAddResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;ILorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/core/domain/discovery/MergeResourceResponse;]
rhq-enterprise-server-4.12.0.jar, EnhancedScheduler.class
package org.rhq.enterprise.server.scheduler
EnhancedScheduler.scheduleSimpleCronJob ( Class p1, boolean p2, boolean p3, String p4 ) [abstract] : void
[mangled: org/rhq/enterprise/server/scheduler/EnhancedScheduler.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;)V]
rhq-enterprise-server-4.12.0.jar, EnhancedSchedulerImpl.class
package org.rhq.enterprise.server.scheduler
EnhancedSchedulerImpl.scheduleSimpleCronJob ( Class jobClass, boolean rescheduleIfExists, boolean isVolatile, String cronString ) : void
[mangled: org/rhq/enterprise/server/scheduler/EnhancedSchedulerImpl.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;)V]
rhq-enterprise-server-4.12.0.jar, EventCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
EventCacheElement.EventCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, String eventDetails, org.rhq.core.domain.event.EventSeverity value, int conditionTriggerId )
[mangled: org/rhq/enterprise/server/alert/engine/model/EventCacheElement."<init>":(Lorg/rhq/core/domain/alert/AlertConditionOperator;Ljava/lang/String;Lorg/rhq/core/domain/event/EventSeverity;I)V]
rhq-enterprise-server-4.12.0.jar, EventManagerBean.class
package org.rhq.enterprise.server.event
EventManagerBean.purgeEventData ( java.util.Date deleteUpToTime ) : int
[mangled: org/rhq/enterprise/server/event/EventManagerBean.purgeEventData:(Ljava/util/Date;)I]
rhq-enterprise-server-4.12.0.jar, EventManagerLocal.class
package org.rhq.enterprise.server.event
EventManagerLocal.purgeEventData ( java.util.Date p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/event/EventManagerLocal.purgeEventData:(Ljava/util/Date;)I]
rhq-enterprise-server-4.12.0.jar, JPADriftServerBean.class
package org.rhq.enterprise.server.drift
JPADriftServerBean.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject subject, long purgeMillis ) : int
[mangled: org/rhq/enterprise/server/drift/JPADriftServerBean.purgeOrphanedDriftFiles:(Lorg/rhq/core/domain/auth/Subject;J)I]
rhq-enterprise-server-4.12.0.jar, JPADriftServerLocal.class
package org.rhq.enterprise.server.drift
JPADriftServerLocal.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/drift/JPADriftServerLocal.purgeOrphanedDriftFiles:(Lorg/rhq/core/domain/auth/Subject;J)I]
rhq-enterprise-server-4.12.0.jar, MeasurementBaselineManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementBaselineManagerBean.calculateBaselines ( java.util.List schedules, long olderThan, long amountOfData ) : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.calculateBaselines:(Ljava/util/List;JJ)V]
MeasurementBaselineManagerBean.getSchedulesWithoutBaselines ( ) : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.getSchedulesWithoutBaselines:()Ljava/util/List;]
MeasurementBaselineManagerBean.saveNewBaselines ( java.util.List baselines ) : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.saveNewBaselines:(Ljava/util/List;)V]
rhq-enterprise-server-4.12.0.jar, MeasurementBaselineManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementBaselineManagerLocal.calculateBaselines ( java.util.List p1, long p2, long p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.calculateBaselines:(Ljava/util/List;JJ)V]
MeasurementBaselineManagerLocal.getSchedulesWithoutBaselines ( ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.getSchedulesWithoutBaselines:()Ljava/util/List;]
MeasurementBaselineManagerLocal.saveNewBaselines ( java.util.List p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.saveNewBaselines:(Ljava/util/List;)V]
rhq-enterprise-server-4.12.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.purgeTraits ( long oldest ) : int
[mangled: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.purgeTraits:(J)I]
rhq-enterprise-server-4.12.0.jar, MeasurementDataManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerLocal.purgeTraits ( long p1 ) [abstract] : int
[mangled: org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.purgeTraits:(J)I]
rhq-enterprise-server-4.12.0.jar, MeasurementOOBManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerBean.removeOutdatedOOBs ( org.rhq.core.domain.auth.Subject subject, long cutoffTime ) : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.removeOutdatedOOBs:(Lorg/rhq/core/domain/auth/Subject;J)V]
rhq-enterprise-server-4.12.0.jar, MeasurementOOBManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerLocal.removeOutdatedOOBs ( org.rhq.core.domain.auth.Subject p1, long p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/MeasurementOOBManagerLocal.removeOutdatedOOBs:(Lorg/rhq/core/domain/auth/Subject;J)V]
rhq-enterprise-server-4.12.0.jar, PluginManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
PluginManagerLocal.registerPluginTypes ( String p1, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p2, boolean p3, boolean p4 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.registerPluginTypes:(Ljava/lang/String;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;ZZ)Z]
rhq-enterprise-server-4.12.0.jar, RemoteInstallManagerBean.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerBean.uninstallAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo ) : String
[mangled: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.uninstallAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
rhq-enterprise-server-4.12.0.jar, RemoteInstallManagerRemote.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerRemote.uninstallAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) [abstract] : String
[mangled: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.uninstallAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
rhq-enterprise-server-4.12.0.jar, ResourceGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerBean.setResourceType ( int resourceGroupId ) : void
[mangled: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.setResourceType:(I)V]
rhq-enterprise-server-4.12.0.jar, ResourceGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerLocal.setResourceType ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.setResourceType:(I)V]
rhq-enterprise-server-4.12.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.getChildren ( int id, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/ResourceHandlerBean.getChildren:(ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.12.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.findResourcesByType ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.ResourceType resourceType, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[mangled: org/rhq/enterprise/server/resource/ResourceManagerBean.findResourcesByType:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.12.0.jar, ResourceMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerBean.updateType ( org.rhq.core.domain.resource.ResourceType resourceType ) : org.rhq.core.domain.resource.ResourceType
[mangled: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.updateType:(Lorg/rhq/core/domain/resource/ResourceType;)Lorg/rhq/core/domain/resource/ResourceType;]
rhq-enterprise-server-4.12.0.jar, ResourceMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerLocal.updateType ( org.rhq.core.domain.resource.ResourceType p1 ) [abstract] : org.rhq.core.domain.resource.ResourceType
[mangled: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.updateType:(Lorg/rhq/core/domain/resource/ResourceType;)Lorg/rhq/core/domain/resource/ResourceType;]
rhq-enterprise-server-4.12.0.jar, SchedulerBean.class
package org.rhq.enterprise.server.scheduler
SchedulerBean.scheduleSimpleCronJob ( Class jobClass, boolean rescheduleIfExists, boolean isVolatile, String cronString ) : void
[mangled: org/rhq/enterprise/server/scheduler/SchedulerBean.scheduleSimpleCronJob:(Ljava/lang/Class;ZZLjava/lang/String;)V]
rhq-enterprise-server-4.12.0.jar, StorageClientManager.class
package org.rhq.enterprise.server.storage
StorageClientManager.getRequestTimeouts ( ) : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getRequestTimeouts:()J]
StorageClientManager.setRequestLimit ( double requestLimit ) : void
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.setRequestLimit:(D)V]
rhq-enterprise-server-4.12.0.jar, StorageClientManagerMBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerMBean.getRequestTimeouts ( ) [abstract] : long
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestTimeouts:()J]
StorageClientManagerMBean.setRequestLimit ( double p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setRequestLimit:(D)V]
rhq-enterprise-server-4.12.0.jar, StorageClusterMonitor.class
package org.rhq.enterprise.server.storage
StorageClusterMonitor.updateRequestLimit ( ) : void
[mangled: org/rhq/enterprise/server/storage/StorageClusterMonitor.updateRequestLimit:()V]
rhq-enterprise-server-4.12.0.jar, StorageNodeOperationsHandlerBean.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerBean.runRepair ( org.rhq.core.domain.auth.Subject subject, java.util.List clusterNodes ) : void
[mangled: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.runRepair:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
rhq-enterprise-server-4.12.0.jar, StorageNodeOperationsHandlerLocal.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerLocal.runRepair ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.runRepair:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
rhq-enterprise-server-4.12.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.getDatabaseType ( ) : org.rhq.core.db.DatabaseType
[mangled: org/rhq/enterprise/server/system/SystemManagerBean.getDatabaseType:()Lorg/rhq/core/db/DatabaseType;]
rhq-enterprise-server-4.12.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.getDatabaseType ( ) [abstract] : org.rhq.core.db.DatabaseType
[mangled: org/rhq/enterprise/server/system/SystemManagerLocal.getDatabaseType:()Lorg/rhq/core/db/DatabaseType;]
to the top
Problems with Data Types, High Severity (68)
rhq-enterprise-server-4.12.0.jar
package org.rhq.enterprise.server.alert
[+] AlertConditionManagerLocal (4)
| Change | Effect |
---|
1 | Abstract method getAlertDefinitionByConditionIdNewTx ( int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAlertDefinitionByConditionIdNewTx(int) in AlertConditionManagerLocal. |
2 | Abstract method getResourceStatusByConditionIdNewTx ( int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceStatusByConditionIdNewTx(int) in AlertConditionManagerLocal. |
3 | Abstract method getAlertDefinitionByConditionIdInNewTransaction ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAlertDefinitionByConditionIdInNewTransaction(int) in interface AlertConditionManagerLocal. |
4 | Abstract method getResourceStatusByConditionId ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceStatusByConditionId(int) in interface AlertConditionManagerLocal. |
[+] affected methods (4)
getAlertConditionById ( int )This abstract method is from 'AlertConditionManagerLocal' interface.
getAlertConditionComposites ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.alert.AlertConditionCategory, org.rhq.core.domain.util.PageControl )This abstract method is from 'AlertConditionManagerLocal' interface.
purgeOrphanedAlertConditions ( )This abstract method is from 'AlertConditionManagerLocal' interface.
getAlertConditionManager ( )Return value of this method has type 'AlertConditionManagerLocal'.
[+] AlertManagerLocal (4)
| Change | Effect |
---|
1 | Abstract method addNotificationLog ( int, org.rhq.core.domain.alert.notification.AlertNotificationLog ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addNotificationLog(int, org.rhq.core.domain.alert.notification.AlertNotificationLog) in AlertManagerLocal. |
2 | Abstract method sendAlertNotificationsNSTx ( org.rhq.core.domain.alert.Alert ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sendAlertNotificationsNSTx(org.rhq.core.domain.alert.Alert) in AlertManagerLocal. |
3 | Abstract method deleteAlerts ( long, long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlerts(long, long) in interface AlertManagerLocal. |
4 | Abstract method sendAlertNotifications ( org.rhq.core.domain.alert.Alert ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method sendAlertNotifications(org.rhq.core.domain.alert.Alert) in interface AlertManagerLocal. |
[+] affected methods (18)
acknowledgeAlerts ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'AlertManagerLocal' interface.
acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext )This abstract method is from 'AlertManagerLocal' interface.
deleteAlerts ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'AlertManagerLocal' interface.
deleteAlertsByContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext )This abstract method is from 'AlertManagerLocal' interface.
findAlertsByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.AlertCriteria )This abstract method is from 'AlertManagerLocal' interface.
fireAlert ( int )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountByMeasurementDefinitionAndAutoGroup ( int, int, int, long, long )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountByMeasurementDefinitionAndResource ( int, int, long, long )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountByMeasurementDefinitionAndResourceGroup ( int, int, long, long )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountByMeasurementDefinitionAndResources ( int, int[ ], long, long )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountByMeasurementDefinitionId ( java.lang.Integer, long, long )This abstract method is from 'AlertManagerLocal' interface.
getAlertCountForSchedules ( long, long, java.util.List )This abstract method is from 'AlertManagerLocal' interface.
getAlertPluginManager ( )This abstract method is from 'AlertManagerLocal' interface.
prettyPrintAlertConditions ( org.rhq.core.domain.alert.Alert, boolean )This abstract method is from 'AlertManagerLocal' interface.
prettyPrintAlertURL ( org.rhq.core.domain.alert.Alert )This abstract method is from 'AlertManagerLocal' interface.
sendAlertNotificationEmails ( org.rhq.core.domain.alert.Alert, java.util.Collection )This abstract method is from 'AlertManagerLocal' interface.
willDefinitionBeDisabled ( org.rhq.core.domain.alert.Alert )This abstract method is from 'AlertManagerLocal' interface.
getAlertManager ( )Return value of this method has type 'AlertManagerLocal'.
package org.rhq.enterprise.server.auth
[+] SubjectManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method loginLocal ( java.lang.String, java.lang.String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method loginLocal(java.lang.String, java.lang.String) in SubjectManagerLocal. |
2 | Added super-interface SubjectManagerRemote. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in SubjectManagerRemote. |
[+] affected methods (19)
checkAuthentication ( java.lang.String, java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
createPrincipal ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Principal )This abstract method is from 'SubjectManagerLocal' interface.
createSubject ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
deleteUsers ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'SubjectManagerLocal' interface.
findAllUsersWithPrincipals ( )This abstract method is from 'SubjectManagerLocal' interface.
findAvailableSubjectsForRole ( org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.Integer[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'SubjectManagerLocal' interface.
getOverlord ( )This abstract method is from 'SubjectManagerLocal' interface.
getSubjectById ( int )This abstract method is from 'SubjectManagerLocal' interface.
getSubjectBySessionId ( int )This abstract method is from 'SubjectManagerLocal' interface.
isUserWithPrincipal ( java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
isValidSessionId ( int, java.lang.String, int )This abstract method is from 'SubjectManagerLocal' interface.
loadUserConfiguration ( java.lang.Integer )This abstract method is from 'SubjectManagerLocal' interface.
loginUnauthenticated ( java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
logout ( int )This abstract method is from 'SubjectManagerLocal' interface.
processSubjectForLdap ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
scheduleSessionPurgeJob ( )This abstract method is from 'SubjectManagerLocal' interface.
updateSubject ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'SubjectManagerLocal' interface.
DeletedResourceTypeFilter ( SubjectManagerLocal, org.rhq.enterprise.server.resource.ResourceTypeManagerLocal, org.rhq.enterprise.server.resource.metadata.PluginManagerLocal )1st parameter 'subjectManager' of this method has type 'SubjectManagerLocal'.
getSubjectManager ( )Return value of this method has type 'SubjectManagerLocal'.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method createBundleVersionInternal ( org.rhq.core.domain.bundle.Bundle, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.rhq.core.domain.configuration.definition.ConfigurationDefinition ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createBundleVersionInternal(org.rhq.core.domain.bundle.Bundle, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.rhq.core.domain.configuration.definition.ConfigurationDefinition) in BundleManagerLocal. |
2 | Abstract method getBundleResourceDeploymentHistories ( org.rhq.core.domain.auth.Subject, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBundleResourceDeploymentHistories(org.rhq.core.domain.auth.Subject, int) in BundleManagerLocal. |
[+] affected methods (21)
_finalizePurge ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.bundle.BundleDeployment, java.util.Map )This abstract method is from 'BundleManagerLocal' interface.
addBundleResourceDeploymentHistoryInNewTrans ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory )This abstract method is from 'BundleManagerLocal' interface.
createBundle ( org.rhq.core.domain.auth.Subject, java.lang.String, java.lang.String, int, int[ ] )This abstract method is from 'BundleManagerLocal' interface.
createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject, java.lang.String, java.lang.String, int, int[ ], java.lang.String, java.lang.String, java.lang.String, java.lang.String )This abstract method is from 'BundleManagerLocal' interface.
createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject, int, int, java.lang.String, java.lang.String, org.rhq.core.domain.configuration.Configuration )This abstract method is from 'BundleManagerLocal' interface.
createBundleResourceDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'BundleManagerLocal' interface.
createBundleType ( org.rhq.core.domain.auth.Subject, java.lang.String, int )This abstract method is from 'BundleManagerLocal' interface.
createBundleVersion ( org.rhq.core.domain.auth.Subject, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String )This abstract method is from 'BundleManagerLocal' interface.
createInitialBundleVersionViaToken ( org.rhq.core.domain.auth.Subject, int[ ], java.lang.String )This abstract method is from 'BundleManagerLocal' interface.
createOrStoreBundleVersionViaFile ( org.rhq.core.domain.auth.Subject, java.io.File )This abstract method is from 'BundleManagerLocal' interface.
createOrStoreBundleVersionViaURL ( org.rhq.core.domain.auth.Subject, java.lang.String, java.lang.String, java.lang.String )This abstract method is from 'BundleManagerLocal' interface.
deleteBundleDeployment ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'BundleManagerLocal' interface.
deleteBundleDestination ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'BundleManagerLocal' interface.
determineBundleDeploymentStatus ( int )This abstract method is from 'BundleManagerLocal' interface.
getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'BundleManagerLocal' interface.
getAssignableBundleGroups ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Subject, int )This abstract method is from 'BundleManagerLocal' interface.
getBundleDeploymentName ( org.rhq.core.domain.auth.Subject, int, int, int )This abstract method is from 'BundleManagerLocal' interface.
getScheduleRequest ( org.rhq.core.domain.auth.Subject, int, boolean, boolean )This abstract method is from 'BundleManagerLocal' interface.
scheduleBundleDeploymentInNewTransaction ( org.rhq.core.domain.auth.Subject, int, boolean, boolean, java.lang.Integer )This abstract method is from 'BundleManagerLocal' interface.
setBundleResourceDeploymentStatusInNewTransaction ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.bundle.BundleDeploymentStatus )This abstract method is from 'BundleManagerLocal' interface.
getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
package org.rhq.enterprise.server.cloud
[+] StorageNodeManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method ackFailedOperation ( org.rhq.core.domain.auth.Subject, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ackFailedOperation(org.rhq.core.domain.auth.Subject, int) in StorageNodeManagerLocal. |
2 | Abstract method scheduleSnapshotManagement ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageClusterSettings ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleSnapshotManagement(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageClusterSettings) in StorageNodeManagerLocal. |
3 | Abstract method scheduleSnapshotManagementOperationsForStorageNode ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode, org.rhq.core.domain.cloud.StorageClusterSettings ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleSnapshotManagementOperationsForStorageNode(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode, org.rhq.core.domain.cloud.StorageClusterSettings) in StorageNodeManagerLocal. |
[+] affected methods (16)
createStorageNode ( org.rhq.core.domain.resource.Resource, org.rhq.core.domain.cloud.StorageClusterSettings )This abstract method is from 'StorageNodeManagerLocal' interface.
findResourcesWithAlertDefinitions ( )This abstract method is from 'StorageNodeManagerLocal' interface.
findResourcesWithAlertDefinitions ( org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeManagerLocal' interface.
findStorageNodeByAddress ( java.lang.String )This abstract method is from 'StorageNodeManagerLocal' interface.
findStorageNodeLoadDataForLast ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode, long, long, int )This abstract method is from 'StorageNodeManagerLocal' interface.
getClusterNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
getLoadAsync ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode, long, long )This abstract method is from 'StorageNodeManagerLocal' interface.
getStorageNodeComposites ( org.rhq.core.domain.auth.Subject )This abstract method is from 'StorageNodeManagerLocal' interface.
getStorageNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
linkExistingStorageNodeToResource ( org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeManagerLocal' interface.
linkResource ( org.rhq.core.domain.resource.Resource )This abstract method is from 'StorageNodeManagerLocal' interface.
prepareNodeForUpgrade ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeManagerLocal' interface.
resetInNewTransaction ( )This abstract method is from 'StorageNodeManagerLocal' interface.
scheduleOperationInNewTransaction ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule )This abstract method is from 'StorageNodeManagerLocal' interface.
updateConfigurationAsync ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite )This abstract method is from 'StorageNodeManagerLocal' interface.
getStorageNodeManager ( )Return value of this method has type 'StorageNodeManagerLocal'.
package org.rhq.enterprise.server.cloud.instance
[+] CacheConsistencyManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method reloadServerCacheIfNeededNSTx ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reloadServerCacheIfNeededNSTx() in CacheConsistencyManagerLocal. |
2 | Abstract method reloadServerCacheIfNeeded ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method reloadServerCacheIfNeeded() in interface CacheConsistencyManagerLocal. |
[+] affected methods (3)
handleHeartbeatTimer ( javax.ejb.Timer )This abstract method is from 'CacheConsistencyManagerLocal' interface.
scheduleServerCacheReloader ( )This abstract method is from 'CacheConsistencyManagerLocal' interface.
getCacheConsistencyManager ( )Return value of this method has type 'CacheConsistencyManagerLocal'.
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method handleDiscoveredPackage ( org.rhq.core.domain.resource.Resource, org.rhq.core.domain.content.transfer.ResourcePackageDetails, java.util.Set, long ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method handleDiscoveredPackage(org.rhq.core.domain.resource.Resource, org.rhq.core.domain.content.transfer.ResourcePackageDetails, java.util.Set, long) in ContentManagerLocal. |
2 | Abstract method removeInstalledPackages ( org.rhq.core.domain.resource.Resource, java.util.Set, long ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeInstalledPackages(org.rhq.core.domain.resource.Resource, java.util.Set, long) in ContentManagerLocal. |
[+] affected methods (28)
checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ContentManagerLocal' interface.
completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse )This abstract method is from 'ContentManagerLocal' interface.
completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse )This abstract method is from 'ContentManagerLocal' interface.
completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse, java.io.InputStream )This abstract method is from 'ContentManagerLocal' interface.
createDeployRequest ( int, java.lang.String, java.util.Set, java.lang.String )This abstract method is from 'ContentManagerLocal' interface.
createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject, java.lang.String, int, java.lang.String, java.lang.String, int, java.io.InputStream )This abstract method is from 'ContentManagerLocal' interface.
createRemoveRequest ( int, java.lang.String, int[ ], java.lang.String )This abstract method is from 'ContentManagerLocal' interface.
createRetrieveBitsRequest ( int, java.lang.String, int )This abstract method is from 'ContentManagerLocal' interface.
deletePackages ( org.rhq.core.domain.auth.Subject, int[ ], int[ ] )This abstract method is from 'ContentManagerLocal' interface.
deployPackages ( org.rhq.core.domain.auth.Subject, int, java.util.Set, java.lang.String )This abstract method is from 'ContentManagerLocal' interface.
failRequest ( int, java.lang.Throwable )This abstract method is from 'ContentManagerLocal' interface.
findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ContentManagerLocal' interface.
getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
getResourceCreationPackageType ( int )This abstract method is from 'ContentManagerLocal' interface.
getTemporaryContentFile ( java.lang.String )This abstract method is from 'ContentManagerLocal' interface.
getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject, java.lang.String, int, java.lang.String, int, java.io.InputStream, java.util.Map, java.lang.Integer )This abstract method is from 'ContentManagerLocal' interface.
loadDependencies ( int, java.util.Set )This abstract method is from 'ContentManagerLocal' interface.
mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport )This abstract method is from 'ContentManagerLocal' interface.
persistOrMergePackageSafely ( org.rhq.core.domain.content.Package )This abstract method is from 'ContentManagerLocal' interface.
persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion )This abstract method is from 'ContentManagerLocal' interface.
persistPackage ( org.rhq.core.domain.content.Package )This abstract method is from 'ContentManagerLocal' interface.
persistPackageVersion ( org.rhq.core.domain.content.PackageVersion )This abstract method is from 'ContentManagerLocal' interface.
persistServersidePackageType ( org.rhq.core.domain.content.PackageType )This abstract method is from 'ContentManagerLocal' interface.
retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'ContentManagerLocal' interface.
translateInstallationSteps ( int, org.rhq.core.domain.content.transfer.ResourcePackageDetails )This abstract method is from 'ContentManagerLocal' interface.
updateBlobStream ( java.io.InputStream, org.rhq.core.domain.content.PackageBits, java.util.Map )This abstract method is from 'ContentManagerLocal' interface.
writeBlobOutToStream ( java.io.OutputStream, org.rhq.core.domain.content.PackageBits, boolean )This abstract method is from 'ContentManagerLocal' interface.
getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
package org.rhq.enterprise.server.core
[+] AgentManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isAgentVersionSupported(org.rhq.core.clientapi.server.core.AgentVersion) in AgentManagerLocal. |
2 | Abstract method isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isAgentVersionSupported(org.rhq.core.clientapi.server.core.AgentVersion) in interface AgentManagerLocal. |
[+] affected methods (32)
agentIsAlive ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
agentIsShuttingDown ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
backfillAgentInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, int )This abstract method is from 'AgentManagerLocal' interface.
checkForSuspectAgents ( )This abstract method is from 'AgentManagerLocal' interface.
createAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
deleteAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
destroyAgentClient ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
getAgentByAddressAndPort ( java.lang.String, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentByAgentToken ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentByID ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentByName ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentByResourceId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentClient ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentClient ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
getAgentCount ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentDownloadDir ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByName ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByResourceId ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByScheduleId ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentInstallByAgentName ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentsByServer ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.util.PageControl )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateBinaryFile ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateVersionFile ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateVersionFileContent ( )This abstract method is from 'AgentManagerLocal' interface.
getAllAgents ( )This abstract method is from 'AgentManagerLocal' interface.
handlePingRequest ( org.rhq.core.clientapi.server.core.PingRequest )This abstract method is from 'AgentManagerLocal' interface.
isAgentBackfilled ( int )This abstract method is from 'AgentManagerLocal' interface.
pingAgentByResourceId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
setAgentBackfilledInNewTransaction ( int, boolean )This abstract method is from 'AgentManagerLocal' interface.
updateAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
updateAgentInstall ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.AgentInstall )This abstract method is from 'AgentManagerLocal' interface.
getAgentManager ( )Return value of this method has type 'AgentManagerLocal'.
package org.rhq.enterprise.server.discovery
[+] DiscoveryBossLocal (2)
| Change | Effect |
---|
1 | Abstract method manuallyAddResource ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ImportResourceRequest ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method manuallyAddResource(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ImportResourceRequest) in DiscoveryBossLocal. |
2 | Abstract method manuallyAddResource ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, int, org.rhq.core.domain.configuration.Configuration ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method manuallyAddResource(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, int, org.rhq.core.domain.configuration.Configuration) in interface DiscoveryBossLocal. |
[+] affected methods (15)
addResource ( org.rhq.core.domain.resource.Resource, int )This abstract method is from 'DiscoveryBossLocal' interface.
getPlatformSyncInfo ( org.rhq.core.domain.resource.Agent )This abstract method is from 'DiscoveryBossLocal' interface.
getQueuedPlatformChildServers ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.resource.Resource )This abstract method is from 'DiscoveryBossLocal' interface.
getQueuedPlatforms ( org.rhq.core.domain.auth.Subject, java.util.EnumSet, org.rhq.core.domain.util.PageControl )This abstract method is from 'DiscoveryBossLocal' interface.
getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject, java.util.EnumSet, org.rhq.core.domain.util.PageControl )This abstract method is from 'DiscoveryBossLocal' interface.
getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.util.PageControl )This abstract method is from 'DiscoveryBossLocal' interface.
getResourceSyncInfo ( int )This abstract method is from 'DiscoveryBossLocal' interface.
mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport )This abstract method is from 'DiscoveryBossLocal' interface.
mergeResourceInNewTransaction ( java.util.List, org.rhq.core.domain.resource.Agent, java.util.Map )This abstract method is from 'DiscoveryBossLocal' interface.
updateAgentInventoryStatus ( java.lang.String, java.lang.String )This abstract method is from 'DiscoveryBossLocal' interface.
updateInventoryStatus ( org.rhq.core.domain.auth.Subject, java.util.List, java.util.List, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'DiscoveryBossLocal' interface.
updateInventoryStatusInNewTransaction ( org.rhq.core.domain.auth.Subject, java.util.List, java.util.List, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'DiscoveryBossLocal' interface.
updateResourceVersion ( int, java.lang.String )This abstract method is from 'DiscoveryBossLocal' interface.
upgradeResources ( java.util.Set )This abstract method is from 'DiscoveryBossLocal' interface.
getDiscoveryBoss ( )Return value of this method has type 'DiscoveryBossLocal'.
package org.rhq.enterprise.server.drift
[+] JPADriftServerLocal (1)
| Change | Effect |
---|
1 | Abstract method purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject, long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeOrphanedDriftFiles(org.rhq.core.domain.auth.Subject, long) in interface JPADriftServerLocal. |
[+] affected methods (16)
ackChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject, int, org.rhq.common.drift.Headers, java.util.List )This abstract method is from 'JPADriftServerLocal' interface.
copyChangeSet ( org.rhq.core.domain.auth.Subject, java.lang.String, int, int )This abstract method is from 'JPADriftServerLocal' interface.
findDriftChangeSetsByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.DriftChangeSetCriteria )This abstract method is from 'JPADriftServerLocal' interface.
findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.DriftCriteria )This abstract method is from 'JPADriftServerLocal' interface.
findDriftsByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.DriftCriteria )This abstract method is from 'JPADriftServerLocal' interface.
getDriftFile ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'JPADriftServerLocal' interface.
getDriftFileAsByteArray ( java.lang.String )This abstract method is from 'JPADriftServerLocal' interface.
getDriftFileBits ( java.lang.String )This abstract method is from 'JPADriftServerLocal' interface.
persistChangeSet ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.drift.DriftChangeSet )This abstract method is from 'JPADriftServerLocal' interface.
persistDriftFile ( org.rhq.core.domain.drift.JPADriftFile )This abstract method is from 'JPADriftServerLocal' interface.
persistDriftFileData ( org.rhq.core.domain.drift.JPADriftFile, java.io.InputStream, long )This abstract method is from 'JPADriftServerLocal' interface.
purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject, int, java.lang.String )This abstract method is from 'JPADriftServerLocal' interface.
storeChangeSet ( org.rhq.core.domain.auth.Subject, int, java.io.File )This abstract method is from 'JPADriftServerLocal' interface.
storeChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject, int, java.io.File, java.util.List, org.rhq.common.drift.Headers[ ] )This abstract method is from 'JPADriftServerLocal' interface.
storeFiles ( org.rhq.core.domain.auth.Subject, java.io.File )This abstract method is from 'JPADriftServerLocal' interface.
getJPADriftServer ( )Return value of this method has type 'JPADriftServerLocal'.
package org.rhq.enterprise.server.event
[+] EventManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method purgeEventData ( java.util.Date ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeEventData(java.util.Date) in interface EventManagerLocal. |
[+] affected methods (12)
addEventData ( java.util.Map )This abstract method is from 'EventManagerLocal' interface.
deleteEventsForContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.util.List )This abstract method is from 'EventManagerLocal' interface.
deleteEventSourcesForDefinition ( org.rhq.core.domain.event.EventDefinition )This abstract method is from 'EventManagerLocal' interface.
findEventComposites ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, org.rhq.core.domain.event.EventSeverity[ ], java.lang.String, java.lang.String, org.rhq.core.domain.util.PageControl )This abstract method is from 'EventManagerLocal' interface.
findEventCompositesByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.EventCriteria )This abstract method is from 'EventManagerLocal' interface.
getEventCounts ( org.rhq.core.domain.auth.Subject, int, long, long, int )This abstract method is from 'EventManagerLocal' interface.
getEventCountsBySeverity ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'EventManagerLocal' interface.
getEventCountsBySeverityForGroup ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'EventManagerLocal' interface.
getEventDetailForEventId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'EventManagerLocal' interface.
getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, int )This abstract method is from 'EventManagerLocal' interface.
purgeEventsForContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext )This abstract method is from 'EventManagerLocal' interface.
getEventManager ( )Return value of this method has type 'EventManagerLocal'.
package org.rhq.enterprise.server.install.remote
[+] RemoteInstallManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method uninstallAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method uninstallAgent(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String) in RemoteInstallManagerRemote. |
2 | Abstract method uninstallAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method uninstallAgent(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo) in interface RemoteInstallManagerRemote. |
[+] affected methods (9)
agentInstallCheck ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
agentStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
checkSSHConnection ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo )This abstract method is from 'RemoteInstallManagerRemote' interface.
findAgentInstallPath ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
installAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
installAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, org.rhq.core.domain.install.remote.CustomAgentInstallData )This abstract method is from 'RemoteInstallManagerRemote' interface.
remotePathDiscover ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
startAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
stopAgent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo, java.lang.String )This abstract method is from 'RemoteInstallManagerRemote' interface.
package org.rhq.enterprise.server.measurement
[+] AvailabilityManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method purgeAvailabilities ( long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeAvailabilities(long) in interface AvailabilityManagerLocal. |
[+] affected methods (14)
findAvailabilitiesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilityWithinInterval ( int, java.util.Date, java.util.Date )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getCurrentAvailabilityTypeForResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilitiesInNewTransaction ( java.util.List, AvailabilityManagerBean.MergeInfo )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilityReport ( org.rhq.core.domain.discovery.AvailabilityReport )This abstract method is from 'AvailabilityManagerLocal' interface.
scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement, org.rhq.core.domain.resource.Resource, long )This abstract method is from 'AvailabilityManagerLocal' interface.
setResourceAvailabilities ( java.util.Map, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateAgentResourceAvailabilities ( int, org.rhq.core.domain.measurement.AvailabilityType, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateLastAvailabilityReportInNewTransaction ( int )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilityManager ( )Return value of this method has type 'AvailabilityManagerLocal'.
[+] CallTimeDataManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method purgeCallTimeData ( java.util.Date ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeCallTimeData(java.util.Date) in interface CallTimeDataManagerLocal. |
[+] affected methods (8)
addCallTimeData ( java.util.Set )This abstract method is from 'CallTimeDataManagerLocal' interface.
findCallTimeDataForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long, org.rhq.core.domain.util.PageControl )This abstract method is from 'CallTimeDataManagerLocal' interface.
findCallTimeDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, long, long, org.rhq.core.domain.util.PageControl )This abstract method is from 'CallTimeDataManagerLocal' interface.
findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, java.lang.String, org.rhq.core.domain.util.PageControl )This abstract method is from 'CallTimeDataManagerLocal' interface.
findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, org.rhq.core.domain.criteria.CallTimeDataCriteria )This abstract method is from 'CallTimeDataManagerLocal' interface.
insertCallTimeDataKeys ( java.util.Set )This abstract method is from 'CallTimeDataManagerLocal' interface.
insertCallTimeDataValues ( java.util.Set )This abstract method is from 'CallTimeDataManagerLocal' interface.
getCallTimeDataManager ( )Return value of this method has type 'CallTimeDataManagerLocal'.
[+] MeasurementBaselineManagerLocal (6)
| Change | Effect |
---|
1 | Abstract method calculateBaselines ( java.util.Set, long, long ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method calculateBaselines(java.util.Set, long, long) in MeasurementBaselineManagerLocal. |
2 | Abstract method getSchedulesWithoutBaselines ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSchedulesWithoutBaselines() in MeasurementBaselineManagerLocal. |
3 | Abstract method saveNewBaselines ( java.util.Set, java.util.Map ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveNewBaselines(java.util.Set, java.util.Map) in MeasurementBaselineManagerLocal. |
4 | Abstract method calculateBaselines ( java.util.List, long, long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method calculateBaselines(java.util.List, long, long) in interface MeasurementBaselineManagerLocal. |
5 | Abstract method getSchedulesWithoutBaselines ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSchedulesWithoutBaselines() in interface MeasurementBaselineManagerLocal. |
6 | Abstract method saveNewBaselines ( java.util.List ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method saveNewBaselines(java.util.List) in interface MeasurementBaselineManagerLocal. |
[+] affected methods (10)
_calculateAutoBaselinesDELETE ( long )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaseline ( org.rhq.core.domain.auth.Subject, int, int, long, long, boolean )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaseline ( org.rhq.core.domain.auth.Subject, java.lang.Integer, long, long, boolean )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaselineForGroupInNewTransaction ( org.rhq.core.domain.auth.Subject, int, int, long, long, boolean )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaselineInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.Integer, long, long, boolean )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaselines ( )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
calculateAutoBaselines ( long, long )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
enableAutoBaselineCalculation ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ], java.lang.Integer[ ] )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
getBaselineIfEqual ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
getMeasurementBaselineManager ( )Return value of this method has type 'MeasurementBaselineManagerLocal'.
[+] MeasurementDataManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method purgeTraits ( long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeTraits(long) in interface MeasurementDataManagerLocal. |
[+] affected methods (14)
addNumericData ( java.util.Set )This abstract method is from 'MeasurementDataManagerLocal' interface.
addTraitData ( java.util.Set )This abstract method is from 'MeasurementDataManagerLocal' interface.
findDataForContext ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int, long, long, int )This abstract method is from 'MeasurementDataManagerLocal' interface.
findLiveData ( org.rhq.core.domain.auth.Subject, int, int[ ], java.lang.Long )This abstract method is from 'MeasurementDataManagerLocal' interface.
findNarrowedMetricDisplaySummariesForCompatibleResources ( org.rhq.core.domain.auth.Subject, java.util.Collection, long, long )This abstract method is from 'MeasurementDataManagerLocal' interface.
findNarrowedMetricDisplaySummariesForResourcesAndParent ( org.rhq.core.domain.auth.Subject, int, int, java.util.List, long, long )This abstract method is from 'MeasurementDataManagerLocal' interface.
findNarrowedMetricsDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long )This abstract method is from 'MeasurementDataManagerLocal' interface.
findNarrowedMetricsDisplaySummariesForCompGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, long, long )This abstract method is from 'MeasurementDataManagerLocal' interface.
findRawData ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'MeasurementDataManagerLocal' interface.
getCurrentNumericForSchedule ( int )This abstract method is from 'MeasurementDataManagerLocal' interface.
getCurrentTraitForSchedule ( int )This abstract method is from 'MeasurementDataManagerLocal' interface.
mergeMeasurementReport ( org.rhq.core.domain.measurement.MeasurementReport )This abstract method is from 'MeasurementDataManagerLocal' interface.
updateAlertConditionCache ( java.lang.String, org.rhq.core.domain.measurement.MeasurementData[ ] )This abstract method is from 'MeasurementDataManagerLocal' interface.
getMeasurementDataManager ( )Return value of this method has type 'MeasurementDataManagerLocal'.
[+] MeasurementOOBManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method removeOutdatedOOBs ( org.rhq.core.domain.auth.Subject, long ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeOutdatedOOBs(org.rhq.core.domain.auth.Subject, long) in interface MeasurementOOBManagerLocal. |
[+] affected methods (10)
calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric, org.rhq.core.domain.measurement.MeasurementBaseline )This abstract method is from 'MeasurementOOBManagerLocal' interface.
computeOOBsForLastHour ( org.rhq.core.domain.auth.Subject, java.lang.Iterable )This abstract method is from 'MeasurementOOBManagerLocal' interface.
computeOOBsFromHourBeginingAt ( org.rhq.core.domain.auth.Subject, long )This abstract method is from 'MeasurementOOBManagerLocal' interface.
computeOOBsFromLastHour ( org.rhq.core.domain.auth.Subject )This abstract method is from 'MeasurementOOBManagerLocal' interface.
getHighestNOOBsForGroup ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'MeasurementOOBManagerLocal' interface.
getHighestNOOBsForResource ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'MeasurementOOBManagerLocal' interface.
getSchedulesWithOOBs ( org.rhq.core.domain.auth.Subject, java.lang.String, java.lang.String, java.lang.String, org.rhq.core.domain.util.PageControl )This abstract method is from 'MeasurementOOBManagerLocal' interface.
removeOOBsForGroupAndDefinition ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'MeasurementOOBManagerLocal' interface.
removeOOBsForSchedule ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.measurement.MeasurementSchedule )This abstract method is from 'MeasurementOOBManagerLocal' interface.
getOOBManager ( )Return value of this method has type 'MeasurementOOBManagerLocal'.
package org.rhq.enterprise.server.operation
[+] OperationManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method purgeOperationHistory ( java.util.Date ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgeOperationHistory(java.util.Date) in OperationManagerLocal. |
2 | Abstract method purgeOperationHistoryInNewTransaction ( java.util.Date, boolean, int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgeOperationHistoryInNewTransaction(java.util.Date, boolean, int) in OperationManagerLocal. |
[+] affected methods (42)
createOperationHistory ( java.lang.String, java.lang.String, org.rhq.core.domain.operation.bean.ResourceOperationSchedule, org.rhq.core.domain.operation.GroupOperationHistory, OperationManagerLocal )5th parameter 'operationManager' of this method has type 'OperationManagerLocal'.
findOperationHistory ( java.lang.String, java.lang.String, OperationManagerLocal, org.rhq.core.domain.operation.bean.ResourceOperationSchedule )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
updateOperationScheduleEntity ( org.quartz.JobDetail, java.util.Date, OperationManagerLocal )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
checkForCompletedGroupOperation ( int )This abstract method is from 'OperationManagerLocal' interface.
checkForTimedOutOperations ( org.rhq.core.domain.auth.Subject )This abstract method is from 'OperationManagerLocal' interface.
deleteOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId )This abstract method is from 'OperationManagerLocal' interface.
findCompletedGroupOperationHistories ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findCompletedResourceOperationHistories ( org.rhq.core.domain.auth.Subject, int, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findCurrentlyScheduledGroupOperations ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findCurrentlyScheduledResourceOperations ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findPendingGroupOperationHistories ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findPendingResourceOperationHistories ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findRecentlyCompletedGroupOperations ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findRecentlyCompletedResourceOperations ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findResourceOperationHistoriesByGroupHistoryId ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'OperationManagerLocal' interface.
findSupportedGroupOperations ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'OperationManagerLocal' interface.
findSupportedResourceOperations ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'OperationManagerLocal' interface.
findSupportedResourceTypeOperations ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'OperationManagerLocal' interface.
getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'OperationManagerLocal' interface.
getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject, org.quartz.JobDetail )This abstract method is from 'OperationManagerLocal' interface.
getLatestCompletedResourceOperation ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getOldestInProgressResourceOperation ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getOperationDefinition ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getOperationDefinitionByResourceTypeAndName ( int, java.lang.String, boolean )This abstract method is from 'OperationManagerLocal' interface.
getOperationHistoryByHistoryId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getOperationHistoryByJobId ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'OperationManagerLocal' interface.
getResourceNameOptionItems ( int )This abstract method is from 'OperationManagerLocal' interface.
getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'OperationManagerLocal' interface.
getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject, org.quartz.JobDetail )This abstract method is from 'OperationManagerLocal' interface.
getSupportedGroupOperation ( org.rhq.core.domain.auth.Subject, int, java.lang.String, boolean )This abstract method is from 'OperationManagerLocal' interface.
getSupportedResourceOperation ( org.rhq.core.domain.auth.Subject, int, java.lang.String, boolean )This abstract method is from 'OperationManagerLocal' interface.
isGroupOperationSupported ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
isResourceOperationSupported ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'OperationManagerLocal' interface.
scheduleGroupOperation ( org.rhq.core.domain.auth.Subject, int, int[ ], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String )This abstract method is from 'OperationManagerLocal' interface.
scheduleGroupOperation ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.bean.GroupOperationSchedule )This abstract method is from 'OperationManagerLocal' interface.
scheduleResourceOperation ( org.rhq.core.domain.auth.Subject, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String )This abstract method is from 'OperationManagerLocal' interface.
scheduleResourceOperation ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule )This abstract method is from 'OperationManagerLocal' interface.
updateOperationHistory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.OperationHistory )This abstract method is from 'OperationManagerLocal' interface.
updateOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId, long )This abstract method is from 'OperationManagerLocal' interface.
getOperationManager ( )Return value of this method has type 'OperationManagerLocal'.
package org.rhq.enterprise.server.resource
[+] ResourceManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method removeResourceErrorDuplicates ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeResourceErrorDuplicates() in ResourceManagerLocal. |
2 | Abstract method removeStaleAvailabilityResourceErrors ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeStaleAvailabilityResourceErrors() in ResourceManagerLocal. |
3 | Abstract method unlinkStorageNodesInNewTx ( java.util.List ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unlinkStorageNodesInNewTx(java.util.List) in ResourceManagerLocal. |
[+] affected methods (103)
addResourceError ( org.rhq.core.domain.resource.ResourceError )This abstract method is from 'ResourceManagerLocal' interface.
bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
clearResourceConfigError ( int )This abstract method is from 'ResourceManagerLocal' interface.
clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceErrorType )This abstract method is from 'ResourceManagerLocal' interface.
createResource ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, int )This abstract method is from 'ResourceManagerLocal' interface.
deleteResourceError ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
disambiguate ( java.util.List, org.rhq.core.util.IntExtractor, disambiguation.DisambiguationUpdateStrategy )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.resource.ResourceCategory, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject, int, java.lang.String, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenResourceIds ( int, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
findChildResourcesByCategoryAndInventoryStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourceIdsByResourceGroup ( int )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findFlyWeights ( int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findIdsByTypeIds ( java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourceIdsByResourceGroup ( int )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findRecentlyAddedPlatforms ( org.rhq.core.domain.auth.Subject, long, int )This abstract method is from 'ResourceManagerLocal' interface.
findRecentlyAddedServers ( org.rhq.core.domain.auth.Subject, long, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourceByIds ( org.rhq.core.domain.auth.Subject, int[ ], boolean, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceByParentAndInventoryStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ResourceManagerLocal' interface.
findResourceCompositeForParentAndTypeAndCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, int, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceComposites ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, java.lang.String, org.rhq.core.domain.resource.Resource, java.lang.String, boolean, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceCompositesByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria )This abstract method is from 'ResourceManagerLocal' interface.
findResourceErrors ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourceErrors ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceErrorType )This abstract method is from 'ResourceManagerLocal' interface.
findResourceHealth ( org.rhq.core.domain.auth.Subject, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceInstallCounts ( org.rhq.core.domain.auth.Subject, boolean )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesAutoGroups ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByAgent ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCriteriaBounded ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria, int, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByParentAndType ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesMarkedForAsyncDeletion ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ResourceManagerLocal' interface.
getDisableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject, int[ ], java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getEnableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject, int[ ], java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getParentResource ( int )This abstract method is from 'ResourceManagerLocal' interface.
getPlaformOfResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getPlatform ( org.rhq.core.domain.resource.Agent )This abstract method is from 'ResourceManagerLocal' interface.
getResourceAutoGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceById ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceByParentAndKey ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, java.lang.String, java.lang.String, java.lang.String )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCount ( java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountByTypeAndIds ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountSummary ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
getResourceDescendantsByTypeAndName ( org.rhq.core.domain.auth.Subject, int, java.lang.Integer, java.lang.String )This abstract method is from 'ResourceManagerLocal' interface.
getResourceIdLineage ( int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineage ( int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineage ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceStatuses ( int, boolean )This abstract method is from 'ResourceManagerLocal' interface.
getResourceTree ( int, boolean )This abstract method is from 'ResourceManagerLocal' interface.
getRootResourceForResource ( int )This abstract method is from 'ResourceManagerLocal' interface.
handleMissingResourceInNewTransaction ( int )This abstract method is from 'ResourceManagerLocal' interface.
setResourceStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.InventoryStatus, boolean )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResourceAsyncWork ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResourceInNewTransaction ( int )This abstract method is from 'ResourceManagerLocal' interface.
updateAncestry ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
AbstractRestBean ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
createPagingHeader ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
createUILink ( javax.ws.rs.core.UriInfo, org.rhq.enterprise.server.rest.UILinkTemplate, java.lang.Integer[ ] )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fetchGroup ( int, boolean )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fetchResource ( int )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fillGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fillRWT ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getFromCache ( int, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getFromCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToResource ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToResourceType ( org.rhq.core.domain.resource.ResourceType, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getMetricScheduleInternal ( javax.ws.rs.core.UriInfo, org.rhq.core.domain.measurement.MeasurementSchedule, org.rhq.core.domain.measurement.MeasurementDefinition )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
paginate ( javax.ws.rs.core.HttpHeaders, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList, java.util.List, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
putToCache ( int, java.lang.Class, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
putToCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
removeFromCache ( int, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
renderTemplate ( java.lang.String, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder, int )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
start ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
withMediaType ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.HttpHeaders )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
wrapForPaging ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList, java.util.Collection )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
generateReport ( javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
generateReportInternal ( javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, org.rhq.core.domain.auth.Subject )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDebugReportName ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsQueryCriteria ( java.lang.Integer, java.lang.String )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getPropertyConverters ( javax.servlet.http.HttpServletRequest )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getSummaryCounts ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
InventorySummaryHandler ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
package org.rhq.enterprise.server.resource.group
[+] LdapGroupManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ldapServerRequiresAttention ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ldapServerRequiresAttention() in LdapGroupManagerLocal. |
[+] affected methods (11)
addLdapGroupsToRole ( org.rhq.core.domain.auth.Subject, int, java.util.List )This abstract method is from 'LdapGroupManagerLocal' interface.
assignRolesToLdapSubject ( int, java.util.List )This abstract method is from 'LdapGroupManagerLocal' interface.
findAvailableGroups ( )This abstract method is from 'LdapGroupManagerLocal' interface.
findAvailableGroupsFor ( java.lang.String )This abstract method is from 'LdapGroupManagerLocal' interface.
findAvailableGroupsStatus ( )This abstract method is from 'LdapGroupManagerLocal' interface.
findLdapGroups ( org.rhq.core.domain.util.PageControl )This abstract method is from 'LdapGroupManagerLocal' interface.
findLdapGroupsByRole ( int, org.rhq.core.domain.util.PageControl )This abstract method is from 'LdapGroupManagerLocal' interface.
findLdapUserDetails ( java.lang.String )This abstract method is from 'LdapGroupManagerLocal' interface.
removeLdapGroupsFromRole ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'LdapGroupManagerLocal' interface.
setLdapGroupsOnRole ( org.rhq.core.domain.auth.Subject, int, java.util.Set )This abstract method is from 'LdapGroupManagerLocal' interface.
getLdapGroupManager ( )Return value of this method has type 'LdapGroupManagerLocal'.
[+] ResourceGroupManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method setResourceTypeInNewTx ( int ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setResourceTypeInNewTx(int) in ResourceGroupManagerLocal. |
2 | Abstract method setResourceType ( int ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setResourceType(int) in interface ResourceGroupManagerLocal. |
[+] affected methods (57)
addResourcesToGroup ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'ResourceGroupManagerLocal' interface.
createPrivateResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup )This abstract method is from 'ResourceGroupManagerLocal' interface.
createResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup )This abstract method is from 'ResourceGroupManagerLocal' interface.
deleteResourceGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
deleteResourceGroups ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'ResourceGroupManagerLocal' interface.
enableRecursivityForGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
findAvailableResourceGroupsForRole ( org.rhq.core.domain.auth.Subject, int, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceGroupManagerLocal' interface.
findDefinitionsForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
findDefinitionsForCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
findDeletedResourceGroupIds ( int[ ] )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourceGroupByIds ( org.rhq.core.domain.auth.Subject, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourceGroupComposites ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.GroupCategory, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourceGroupCompositesByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceGroupCriteria )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourceGroupsByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceGroupCriteria )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourceGroupsForRole ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourcesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
findResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.group.GroupCategory )This abstract method is from 'ResourceGroupManagerLocal' interface.
getByGroupDefinitionAndGroupByClause ( int, java.lang.String )This abstract method is from 'ResourceGroupManagerLocal' interface.
getExplicitGroupMemberCount ( int )This abstract method is from 'ResourceGroupManagerLocal' interface.
getImplicitGroupMemberCount ( int )This abstract method is from 'ResourceGroupManagerLocal' interface.
getResourceGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
getResourceGroupById ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.group.GroupCategory )This abstract method is from 'ResourceGroupManagerLocal' interface.
getResourceGroupComposite ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
getResourceGroupCountSummary ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ResourceGroupManagerLocal' interface.
removeAllResourcesFromGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
removeResourcesFromGroup ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'ResourceGroupManagerLocal' interface.
setAssignedResourceGroupsForResource ( org.rhq.core.domain.auth.Subject, int, int[ ], boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
setAssignedResources ( org.rhq.core.domain.auth.Subject, int, int[ ], boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
setRecursive ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
uninventoryMembers ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceGroupManagerLocal' interface.
updateImplicitGroupMembership ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource )This abstract method is from 'ResourceGroupManagerLocal' interface.
updateResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup )This abstract method is from 'ResourceGroupManagerLocal' interface.
updateResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, RecursivityChangeType )This abstract method is from 'ResourceGroupManagerLocal' interface.
updateResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, RecursivityChangeType, boolean )This abstract method is from 'ResourceGroupManagerLocal' interface.
AbstractRestBean ( )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
createPagingHeader ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
createUILink ( javax.ws.rs.core.UriInfo, org.rhq.enterprise.server.rest.UILinkTemplate, java.lang.Integer[ ] )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
fetchGroup ( int, boolean )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
fetchResource ( int )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
fillGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
fillRWT ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getFromCache ( int, java.lang.Class )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getFromCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Class )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getLinkToGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getLinkToResource ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getLinkToResourceType ( org.rhq.core.domain.resource.ResourceType, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getMetricScheduleInternal ( javax.ws.rs.core.UriInfo, org.rhq.core.domain.measurement.MeasurementSchedule, org.rhq.core.domain.measurement.MeasurementDefinition )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
paginate ( javax.ws.rs.core.HttpHeaders, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList, java.util.List, java.lang.Class )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
putToCache ( int, java.lang.Class, java.lang.Object )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
putToCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Object )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
removeFromCache ( int, java.lang.Class )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
renderTemplate ( java.lang.String, java.lang.Object )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder, int )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
start ( )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
withMediaType ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.HttpHeaders )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
wrapForPaging ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList, java.util.Collection )Field 'this.resourceGroupManager' in the object of this method has type 'ResourceGroupManagerLocal'.
getResourceGroupManager ( )Return value of this method has type 'ResourceGroupManagerLocal'.
package org.rhq.enterprise.server.resource.metadata
[+] PluginConfigurationMetadataManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method updateResourcePluginConfigurationsInNewTransaction ( java.util.List, org.rhq.enterprise.server.configuration.metadata.ConfigurationDefinitionUpdateReport ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateResourcePluginConfigurationsInNewTransaction(java.util.List, org.rhq.enterprise.server.configuration.metadata.ConfigurationDefinitionUpdateReport) in PluginConfigurationMetadataManagerLocal. |
[+] affected methods (1)
updatePluginConfigurationDefinition ( org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'PluginConfigurationMetadataManagerLocal' interface.
[+] PluginManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method registerPluginTypes ( java.lang.String, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, boolean, boolean ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method registerPluginTypes(java.lang.String, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, boolean, boolean) in interface PluginManagerLocal. |
[+] affected methods (19)
DeletedResourceTypeFilter ( org.rhq.enterprise.server.auth.SubjectManagerLocal, org.rhq.enterprise.server.resource.ResourceTypeManagerLocal, PluginManagerLocal )3rd parameter 'pluginManager' of this method has type 'PluginManagerLocal'.
acknowledgeDeletedPluginsBy ( int )This abstract method is from 'PluginManagerLocal' interface.
findAllDeletedPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getAllPluginsById ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
getCannedGroupExpressions ( )This abstract method is from 'PluginManagerLocal' interface.
getInstalledPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getPlugin ( java.lang.String )This abstract method is from 'PluginManagerLocal' interface.
getPluginDropboxDirectory ( )This abstract method is from 'PluginManagerLocal' interface.
getPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getPluginsByResourceTypeAndCategory ( java.lang.String, org.rhq.core.domain.resource.ResourceCategory )This abstract method is from 'PluginManagerLocal' interface.
getPluginStats ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
installPluginJar ( org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File )This abstract method is from 'PluginManagerLocal' interface.
isReadyForPurge ( org.rhq.core.domain.plugin.Plugin )This abstract method is from 'PluginManagerLocal' interface.
markPluginsDeleted ( org.rhq.core.domain.auth.Subject, java.util.List )This abstract method is from 'PluginManagerLocal' interface.
purgePlugins ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
registerPlugin ( org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File, boolean )This abstract method is from 'PluginManagerLocal' interface.
setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'PluginManagerLocal' interface.
DeployedAgentPluginsValidator ( PluginManagerLocal )1st parameter 'pluginManager' of this method has type 'PluginManagerLocal'.
getPluginManager ( )Return value of this method has type 'PluginManagerLocal'.
[+] ResourceMetadataManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method updateTypeInNewTx ( org.rhq.core.domain.resource.ResourceType ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateTypeInNewTx(org.rhq.core.domain.resource.ResourceType) in ResourceMetadataManagerLocal. |
2 | Abstract method updateType ( org.rhq.core.domain.resource.ResourceType ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateType(org.rhq.core.domain.resource.ResourceType) in interface ResourceMetadataManagerLocal. |
[+] affected methods (7)
completeRemoveResourceType ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceMetadataManagerLocal' interface.
getPluginTypes ( org.rhq.core.domain.auth.Subject, java.lang.String, java.util.Set, java.util.Set, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager )This abstract method is from 'ResourceMetadataManagerLocal' interface.
removeObsoleteSubCategories ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceMetadataManagerLocal' interface.
removeObsoleteTypes ( org.rhq.core.domain.auth.Subject, java.lang.String, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager )This abstract method is from 'ResourceMetadataManagerLocal' interface.
updateDriftMetadata ( org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceMetadataManagerLocal' interface.
updateTypes ( java.util.Set )This abstract method is from 'ResourceMetadataManagerLocal' interface.
getResourceMetadataManager ( )Return value of this method has type 'ResourceMetadataManagerLocal'.
package org.rhq.enterprise.server.scheduler
[+] EnhancedScheduler (2)
| Change | Effect |
---|
1 | Abstract method scheduleSimpleCronJob ( java.lang.Class, boolean, boolean, java.lang.String, java.lang.Integer ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleSimpleCronJob(java.lang.Class, boolean, boolean, java.lang.String, java.lang.Integer) in EnhancedScheduler. |
2 | Abstract method scheduleSimpleCronJob ( java.lang.Class, boolean, boolean, java.lang.String ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleSimpleCronJob(java.lang.Class, boolean, boolean, java.lang.String) in interface EnhancedScheduler. |
[+] affected methods (6)
getClusteredScheduler ( )Return value of this method has type 'EnhancedScheduler'.
getNonClusteredScheduler ( )Return value of this method has type 'EnhancedScheduler'.
scheduleCronJob ( java.lang.String, java.lang.String, org.quartz.JobDataMap, java.lang.Class, boolean, boolean, java.lang.String )This abstract method is from 'EnhancedScheduler' interface.
scheduleRepeatingJob ( java.lang.String, java.lang.String, org.quartz.JobDataMap, java.lang.Class, boolean, boolean, long, long )This abstract method is from 'EnhancedScheduler' interface.
scheduleSimpleRepeatingJob ( java.lang.Class, boolean, boolean, long, long )This abstract method is from 'EnhancedScheduler' interface.
scheduleTriggeredJob ( java.lang.Class, boolean, org.quartz.Trigger )This abstract method is from 'EnhancedScheduler' interface.
package org.rhq.enterprise.server.storage
[+] StorageClientManagerMBean (14)
| Change | Effect |
---|
1 | Abstract method getConnectedToHosts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConnectedToHosts() in StorageClientManagerMBean. |
2 | Abstract method getConnectionErrors ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getConnectionErrors() in StorageClientManagerMBean. |
3 | Abstract method getFifteenMinuteAvgRate ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFifteenMinuteAvgRate() in StorageClientManagerMBean. |
4 | Abstract method getFiveMinuteAvgRate ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFiveMinuteAvgRate() in StorageClientManagerMBean. |
5 | Abstract method getKnownHosts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getKnownHosts() in StorageClientManagerMBean. |
6 | Abstract method getMeanLatency ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMeanLatency() in StorageClientManagerMBean. |
7 | Abstract method getMeanRate ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMeanRate() in StorageClientManagerMBean. |
8 | Abstract method getOneMinuteAvgRate ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOneMinuteAvgRate() in StorageClientManagerMBean. |
9 | Abstract method getOpenConnections ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getOpenConnections() in StorageClientManagerMBean. |
10 | Abstract method getReadRequestTimeouts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReadRequestTimeouts() in StorageClientManagerMBean. |
11 | Abstract method getRetries ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetries() in StorageClientManagerMBean. |
12 | Abstract method getWriteRequestTimeouts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWriteRequestTimeouts() in StorageClientManagerMBean. |
13 | Abstract method getRequestTimeouts ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRequestTimeouts() in interface StorageClientManagerMBean. |
14 | Abstract method setRequestLimit ( double ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setRequestLimit(double) in interface StorageClientManagerMBean. |
[+] affected methods (10)
getMinRequestLimit ( )This abstract method is from 'StorageClientManagerMBean' interface.
getRequestLimit ( )This abstract method is from 'StorageClientManagerMBean' interface.
getRequestLimitTopologyDelta ( )This abstract method is from 'StorageClientManagerMBean' interface.
getRequestTimeoutDampening ( )This abstract method is from 'StorageClientManagerMBean' interface.
getRequestTimeoutDelta ( )This abstract method is from 'StorageClientManagerMBean' interface.
getTotalRequests ( )This abstract method is from 'StorageClientManagerMBean' interface.
setMinRequestLimit ( double )This abstract method is from 'StorageClientManagerMBean' interface.
setRequestLimitTopologyDelta ( double )This abstract method is from 'StorageClientManagerMBean' interface.
setRequestTimeoutDampening ( long )This abstract method is from 'StorageClientManagerMBean' interface.
setRequestTimeoutDelta ( double )This abstract method is from 'StorageClientManagerMBean' interface.
[+] StorageNodeOperationsHandlerLocal (2)
| Change | Effect |
---|
1 | Abstract method runRepair ( org.rhq.core.domain.auth.Subject ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method runRepair(org.rhq.core.domain.auth.Subject) in StorageNodeOperationsHandlerLocal. |
2 | Abstract method runRepair ( org.rhq.core.domain.auth.Subject, java.util.List ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method runRepair(org.rhq.core.domain.auth.Subject, java.util.List) in interface StorageNodeOperationsHandlerLocal. |
[+] affected methods (27)
announceStorageNode ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
bootstrapStorageNode ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
decommissionStorageNode ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
detachFromResource ( org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
finishUninstall ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
getStorageNodesByMode ( org.rhq.core.domain.cloud.StorageNode.OperationMode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleAddNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleAnnounce ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleDecommission ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleOperationUpdateIfNecessary ( org.rhq.core.domain.operation.OperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handlePrepareForBootstrap ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleRemoveNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleRepair ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleUnannounce ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
handleUninstall ( org.rhq.core.domain.operation.ResourceOperationHistory )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
logError ( java.lang.String, java.lang.String, java.lang.Exception )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
performAddMaintenance ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
performAddNodeMaintenance ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
performRemoveMaintenance ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
performRemoveNodeMaintenance ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
setMaintenancePending ( )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
setMaintenancePendingDecommissionStorageNode ( org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
setMaintenancePendingPerformAddMaintenance ( org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
setMode ( org.rhq.core.domain.cloud.StorageNode, org.rhq.core.domain.cloud.StorageNode.OperationMode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
unannounceStorageNode ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
uninstall ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
getStorageNodeOperationsHandler ( )Return value of this method has type 'StorageNodeOperationsHandlerLocal'.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method getDatabaseType ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDatabaseType() in interface SystemManagerLocal. |
[+] affected methods (28)
SystemSettingsExporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsImporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsSynchronizer ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsValidator ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
analyze ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
dumpSystemInfo ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
getObfuscatedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
getUnmaskedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isLoginWithoutRolesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
reconfigureSystem ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
reindex ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
setAnySystemSetting ( org.rhq.core.domain.common.composite.SystemSetting, java.lang.String )This abstract method is from 'SystemManagerLocal' interface.
setAnySystemSettings ( org.rhq.core.domain.common.composite.SystemSettings, boolean, boolean )This abstract method is from 'SystemManagerLocal' interface.
setStorageClusterSettings ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject, java.lang.String[ ] )This abstract method is from 'SystemManagerLocal' interface.
vacuumAppdef ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
validateSystemConfiguration ( org.rhq.core.domain.auth.Subject, java.util.Properties )This abstract method is from 'SystemManagerLocal' interface.
getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
to the top
Problems with Methods, High Severity (1)
rhq-enterprise-server-4.12.0.jar, PluginManagerBean
package org.rhq.enterprise.server.resource.metadata
[+] PluginManagerBean.registerPluginTypes ( String newPluginName, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor pluginDescriptor, boolean newOrUpdated, boolean forceUpdate ) : boolean (1)
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.registerPluginTypes:(Ljava/lang/String;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;ZZ)Z]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: registerPluginTypes(java.lang.String, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, boolean, boolean) has private access in org.rhq.enterprise.server.resource.metadata.PluginManagerBean. |
to the top
Problems with Methods, Medium Severity (2)
rhq-enterprise-server-4.12.0.jar, SSHFileSend
package org.rhq.enterprise.server.install.remote
[+] SSHFileSend.sendFile ( com.jcraft.jsch.Session session, String sourceFilename, String destFilename ) [static] : boolean (2)
[mangled: org/rhq/enterprise/server/install/remote/SSHFileSend.sendFile:(Lcom/jcraft/jsch/Session;Ljava/lang/String;Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Added java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 | Added com.jcraft.jsch.JSchException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception com.jcraft.jsch.JSchException must be caught or declared to be thrown. |
to the top
Other Changes in Data Types (7)
rhq-enterprise-server-4.12.0.jar
package org.rhq.enterprise.server
[+] RHQConstants (7)
| Change | Effect |
---|
1 | Field OperationHistoryPurge has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to OperationHistoryPurge is ambiguous. |
2 | Field StorageRegularSnapshots has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshots is ambiguous. |
3 | Field StorageRegularSnapshotsDeletion has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshotsDeletion is ambiguous. |
4 | Field StorageRegularSnapshotsDeletionLocation has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshotsDeletionLocation is ambiguous. |
5 | Field StorageRegularSnapshotsRetention has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshotsRetention is ambiguous. |
6 | Field StorageRegularSnapshotsRetentionCount has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshotsRetentionCount is ambiguous. |
7 | Field StorageRegularSnapshotsSchedule has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to StorageRegularSnapshotsSchedule is ambiguous. |
[+] affected methods (1)
RHQConstants ( )This constructor is from 'RHQConstants' class.
to the top
Java ARchives (1)
rhq-enterprise-server-4.12.0.jar
to the top
Generated on Thu Jan 15 07:21:47 2015 for rhq-enterprise-server by Java API Compliance Checker 1.3.7
A tool for checking backward compatibility of a Java library API