Source compatibility report for the rhq-enterprise-server library between 4.9.0 and 4.10.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.9.0 |
Version #2 | 4.10.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6965 / 790 |
---|
Verdict | Incompatible (11%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 182 |
---|
Removed Methods | High | 58 |
---|
Problems with Data Types | High | 78 |
---|
Medium | 2 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 1 |
Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods (182)
rhq-enterprise-server-4.10.0.jar, AbstractCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
AbstractCacheElement.getActivity ( ) : CacheElementActivity
[run-time name: org/rhq/enterprise/server/alert/engine/model/AbstractCacheElement.getActivity:()Lorg/rhq/enterprise/server/alert/engine/model/CacheElementActivity;]
AbstractCacheElement.setActivity ( CacheElementActivity activity ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/model/AbstractCacheElement.setActivity:(Lorg/rhq/enterprise/server/alert/engine/model/CacheElementActivity;)V]
rhq-enterprise-server-4.10.0.jar, AgentClient.class
package org.rhq.enterprise.server.agentclient
AgentClient.pingService ( long p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.pingService:(J)Z]
rhq-enterprise-server-4.10.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.setAgentBackfilledInNewTransaction ( int agentId, boolean backfilled ) : void
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.setAgentBackfilledInNewTransaction:(IZ)V]
rhq-enterprise-server-4.10.0.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.setAgentBackfilledInNewTransaction ( int p1, boolean p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.setAgentBackfilledInNewTransaction:(IZ)V]
rhq-enterprise-server-4.10.0.jar, AgentRequestFullAvailabilityJob.class
package org.rhq.enterprise.server.resource
AgentRequestFullAvailabilityJob.AgentRequestFullAvailabilityJob ( )
[run-time name: org/rhq/enterprise/server/resource/AgentRequestFullAvailabilityJob."<init>":()V]
AgentRequestFullAvailabilityJob.execute ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/resource/AgentRequestFullAvailabilityJob.execute:(Lorg/quartz/JobExecutionContext;)V]
AgentRequestFullAvailabilityJob.externalizeJobValues ( org.quartz.JobDataMap jobDataMap, String key, java.util.Collection agents ) [static] : void
[run-time name: org/rhq/enterprise/server/resource/AgentRequestFullAvailabilityJob.externalizeJobValues:(Lorg/quartz/JobDataMap;Ljava/lang/String;Ljava/util/Collection;)V]
AgentRequestFullAvailabilityJob.internalizeJobValues ( String valuesCsvList ) [static] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/AgentRequestFullAvailabilityJob.internalizeJobValues:(Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.10.0.jar, AlertAvailabilityDurationJob.class
package org.rhq.enterprise.server.scheduler.jobs
AlertAvailabilityDurationJob.execute ( java.util.Map infoMap ) [static] : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/AlertAvailabilityDurationJob.execute:(Ljava/util/Map;)V]
rhq-enterprise-server-4.10.0.jar, AlertConditionLogManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerBean.checkForCompletedAlertConditionSet ( int alertConditionId ) : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.checkForCompletedAlertConditionSet:(I)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.10.0.jar, AlertConditionLogManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) [abstract] : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet:(I)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.10.0.jar, AlertDampeningManagerBean.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerBean.processEventType ( int alertDefinitionId, org.rhq.core.domain.alert.AlertDampeningEvent.Type eventType ) : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerBean.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.10.0.jar, AlertDampeningManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) [abstract] : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerLocal.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.10.0.jar, AlertDefinitionHandlerBean.class
package org.rhq.enterprise.server.rest
AlertDefinitionHandlerBean.listAlertDefinitions ( boolean full, Integer page, int pageSize, Integer resourceId, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.listAlertDefinitions:(ZLjava/lang/Integer;ILjava/lang/Integer;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.10.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
[run-time name: 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.10.0.jar, ApplicationException.class
package org.rhq.enterprise.server.common
ApplicationException.ApplicationException ( )
[run-time name: org/rhq/enterprise/server/common/ApplicationException."<init>":()V]
ApplicationException.ApplicationException ( String message )
[run-time name: org/rhq/enterprise/server/common/ApplicationException."<init>":(Ljava/lang/String;)V]
ApplicationException.ApplicationException ( String s, Throwable t )
[run-time name: org/rhq/enterprise/server/common/ApplicationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
ApplicationException.ApplicationException ( Throwable t )
[run-time name: org/rhq/enterprise/server/common/ApplicationException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.10.0.jar, AuthorizationManagerBean.class
package org.rhq.enterprise.server.authz
AuthorizationManagerBean.getBundleGroupPermissions ( org.rhq.core.domain.auth.Subject subject, int bundleGroupId ) : java.util.Set
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.getBundleGroupPermissions:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/Set;]
rhq-enterprise-server-4.10.0.jar, AuthorizationManagerLocal.class
package org.rhq.enterprise.server.authz
AuthorizationManagerLocal.getBundleGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.getBundleGroupPermissions:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/Set;]
rhq-enterprise-server-4.10.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.handleAvailabilityDurationCheck ( javax.ejb.Timer timer ) : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.handleAvailabilityDurationCheck:(Ljavax/ejb/Timer;)V]
AvailabilityManagerBean.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement cacheElement, org.rhq.core.domain.resource.Resource resource ) : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;)V]
AvailabilityManagerBean.setResourceAvailabilities ( java.util.Map map, org.rhq.core.domain.measurement.AvailabilityType avail ) : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.setResourceAvailabilities:(Ljava/util/Map;Lorg/rhq/core/domain/measurement/AvailabilityType;)V]
rhq-enterprise-server-4.10.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement p1, org.rhq.core.domain.resource.Resource p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;)V]
AvailabilityManagerLocal.setResourceAvailabilities ( java.util.Map p1, org.rhq.core.domain.measurement.AvailabilityType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.setResourceAvailabilities:(Ljava/util/Map;Lorg/rhq/core/domain/measurement/AvailabilityType;)V]
rhq-enterprise-server-4.10.0.jar, BundleDeploymentStatusCheckJob.class
package org.rhq.enterprise.server.scheduler.jobs
BundleDeploymentStatusCheckJob.BundleDeploymentStatusCheckJob ( )
[run-time name: org/rhq/enterprise/server/scheduler/jobs/BundleDeploymentStatusCheckJob."<init>":()V]
BundleDeploymentStatusCheckJob.execute ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/BundleDeploymentStatusCheckJob.execute:(Lorg/quartz/JobExecutionContext;)V]
BundleDeploymentStatusCheckJob.getJobDetail ( int bundleDeploymentId ) [static] : org.quartz.JobDetail
[run-time name: org/rhq/enterprise/server/scheduler/jobs/BundleDeploymentStatusCheckJob.getJobDetail:(I)Lorg/quartz/JobDetail;]
rhq-enterprise-server-4.10.0.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean.createBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject subject, String temporaryContentHandle ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleVersionViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, String temporaryContentHandle ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.determineBundleDeploymentStatus ( int bundleDeploymentId ) : org.rhq.core.domain.bundle.BundleDeploymentStatus
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.determineBundleDeploymentStatus:(I)Lorg/rhq/core/domain/bundle/BundleDeploymentStatus;]
BundleManagerBean.scheduleBundleDeploymentInNewTransaction ( org.rhq.core.domain.auth.Subject subject, int bundleDeploymentId, boolean isCleanDeployment, boolean isRevert, Integer revertedDeploymentReplacedDeployment ) : org.rhq.core.domain.bundle.BundleDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.scheduleBundleDeploymentInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;IZZLjava/lang/Integer;)Lorg/rhq/core/domain/bundle/BundleDeployment;]
BundleManagerBean.setBundleResourceDeploymentStatusInNewTransaction ( org.rhq.core.domain.auth.Subject subject, int resourceDeploymentId, org.rhq.core.domain.bundle.BundleDeploymentStatus status ) : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.setBundleResourceDeploymentStatusInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleDeploymentStatus;)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
rhq-enterprise-server-4.10.0.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal.determineBundleDeploymentStatus ( int p1 ) [abstract] : org.rhq.core.domain.bundle.BundleDeploymentStatus
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.determineBundleDeploymentStatus:(I)Lorg/rhq/core/domain/bundle/BundleDeploymentStatus;]
BundleManagerLocal.scheduleBundleDeploymentInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4, Integer p5 ) [abstract] : org.rhq.core.domain.bundle.BundleDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.scheduleBundleDeploymentInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;IZZLjava/lang/Integer;)Lorg/rhq/core/domain/bundle/BundleDeployment;]
BundleManagerLocal.setBundleResourceDeploymentStatusInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.setBundleResourceDeploymentStatusInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleDeploymentStatus;)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
rhq-enterprise-server-4.10.0.jar, BundleManagerRemote.class
package org.rhq.enterprise.server.bundle
BundleManagerRemote.createBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createBundleVersionViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.createInitialBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
rhq-enterprise-server-4.10.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
[run-time name: 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.10.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
[run-time name: 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.10.0.jar, CacheElementActivity.class
package org.rhq.enterprise.server.alert.engine.model
CacheElementActivity.maybeActive ( ) : boolean
[run-time name: org/rhq/enterprise/server/alert/engine/model/CacheElementActivity.maybeActive:()Z]
CacheElementActivity.valueOf ( String name ) [static] : CacheElementActivity
[run-time name: org/rhq/enterprise/server/alert/engine/model/CacheElementActivity.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/alert/engine/model/CacheElementActivity;]
CacheElementActivity.values ( ) [static] : CacheElementActivity[ ]
[run-time name: org/rhq/enterprise/server/alert/engine/model/CacheElementActivity.values:()[Lorg/rhq/enterprise/server/alert/engine/model/CacheElementActivity;]
rhq-enterprise-server-4.10.0.jar, CallTimeDataManagerBean.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerBean.findCallTimeDataRawForResource ( org.rhq.core.domain.auth.Subject subject, int scheduleId, long beginTime, long endTime, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.findCallTimeDataRawForResource:(Lorg/rhq/core/domain/auth/Subject;IJJLorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.10.0.jar, CallTimeDataManagerRemote.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerRemote.findCallTimeDataRawForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerRemote.findCallTimeDataRawForResource:(Lorg/rhq/core/domain/auth/Subject;IJJLorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.10.0.jar, ConfigurationManagerRemote.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerRemote.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.findGroupPluginConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupPluginConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerRemote.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.findGroupResourceConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupResourceConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerRemote.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.scheduleGroupPluginConfigurationUpdate:(Lorg/rhq/core/domain/auth/Subject;ILjava/util/Map;)I]
rhq-enterprise-server-4.10.0.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, String displayVersion, Integer architectureId, String temporaryContentHandle ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.createTemporaryContentHandle ( ) : String
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createTemporaryContentHandle:()Ljava/lang/String;]
ContentManagerBean.getTemporaryContentFile ( String temporaryContentHandle ) : java.io.File
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.getTemporaryContentFile:(Ljava/lang/String;)Ljava/io/File;]
ContentManagerBean.uploadContentFragment ( String temporaryContentHandle, byte[ ] fragment, int off, int len ) : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.uploadContentFragment:(Ljava/lang/String;[BII)V]
rhq-enterprise-server-4.10.0.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.getTemporaryContentFile ( String p1 ) [abstract] : java.io.File
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.getTemporaryContentFile:(Ljava/lang/String;)Ljava/io/File;]
rhq-enterprise-server-4.10.0.jar, ContentManagerRemote.class
package org.rhq.enterprise.server.content
ContentManagerRemote.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, String p7 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerRemote.createTemporaryContentHandle ( ) [abstract] : String
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.createTemporaryContentHandle:()Ljava/lang/String;]
ContentManagerRemote.uploadContentFragment ( String p1, byte[ ] p2, int p3, int p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.uploadContentFragment:(Ljava/lang/String;[BII)V]
rhq-enterprise-server-4.10.0.jar, CreateCBResourceRequest.class
package org.rhq.enterprise.server.rest.domain
CreateCBResourceRequest.CreateCBResourceRequest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBResourceRequest."<init>":()V]
CreateCBResourceRequest.getPluginConfig ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBResourceRequest.getPluginConfig:()Ljava/util/Map;]
CreateCBResourceRequest.getResourceConfig ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBResourceRequest.getResourceConfig:()Ljava/util/Map;]
CreateCBResourceRequest.setPluginConfig ( java.util.Map pluginConfig ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBResourceRequest.setPluginConfig:(Ljava/util/Map;)V]
CreateCBResourceRequest.setResourceConfig ( java.util.Map resourceConfig ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBResourceRequest.setResourceConfig:(Ljava/util/Map;)V]
rhq-enterprise-server-4.10.0.jar, CriteriaQueryGenerator.class
package org.rhq.enterprise.server.util
CriteriaQueryGenerator.alterCountProjection ( String countProjection ) : void
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.alterCountProjection:(Ljava/lang/String;)V]
rhq-enterprise-server-4.10.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.getPlatformSyncInfo ( org.rhq.core.domain.resource.Agent knownAgent ) : org.rhq.core.domain.discovery.PlatformSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.getPlatformSyncInfo:(Lorg/rhq/core/domain/resource/Agent;)Lorg/rhq/core/domain/discovery/PlatformSyncInfo;]
DiscoveryBossBean.getResourceSyncInfo ( int resourceId ) : java.util.Collection
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.getResourceSyncInfo:(I)Ljava/util/Collection;]
rhq-enterprise-server-4.10.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.getPlatformSyncInfo ( org.rhq.core.domain.resource.Agent p1 ) [abstract] : org.rhq.core.domain.discovery.PlatformSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.getPlatformSyncInfo:(Lorg/rhq/core/domain/resource/Agent;)Lorg/rhq/core/domain/discovery/PlatformSyncInfo;]
DiscoveryBossLocal.getResourceSyncInfo ( int p1 ) [abstract] : java.util.Collection
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.getResourceSyncInfo:(I)Ljava/util/Collection;]
rhq-enterprise-server-4.10.0.jar, DiscoveryServerServiceImpl.class
package org.rhq.enterprise.server.discovery
DiscoveryServerServiceImpl.getResourceSyncInfo ( int resourceId ) : java.util.Collection
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryServerServiceImpl.getResourceSyncInfo:(I)Ljava/util/Collection;]
rhq-enterprise-server-4.10.0.jar, GroupDefinitionRecalculationStat.class
package org.rhq.enterprise.server.resource.group.definition.mbean
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat.getStatistics ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat.getStatistics:()Ljava/util/Map;]
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat.GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat ( GroupDefinitionRecalculationThreadMonitor p1 )
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat."<init>":(Lorg/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor;)V]
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat.update ( int newDynaGroupCount, boolean success, long executionTime ) : void
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStat.update:(IZJ)V]
rhq-enterprise-server-4.10.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getStorageClientManager ( ) [static] : org.rhq.enterprise.server.storage.StorageClientManager
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStorageClientManager:()Lorg/rhq/enterprise/server/storage/StorageClientManager;]
rhq-enterprise-server-4.10.0.jar, ManagementService.class
package org.rhq.enterprise.server.core.service
ManagementService.createClient ( ) [static] : org.jboss.as.controller.client.ModelControllerClient
[run-time name: org/rhq/enterprise/server/core/service/ManagementService.createClient:()Lorg/jboss/as/controller/client/ModelControllerClient;]
rhq-enterprise-server-4.10.0.jar, MeasurementAggregate.class
package org.rhq.enterprise.server.measurement
MeasurementAggregate.getAvg ( ) : Double
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.getAvg:()Ljava/lang/Double;]
MeasurementAggregate.getMax ( ) : Double
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.getMax:()Ljava/lang/Double;]
MeasurementAggregate.getMin ( ) : Double
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.getMin:()Ljava/lang/Double;]
MeasurementAggregate.isEmpty ( ) : boolean
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.isEmpty:()Z]
MeasurementAggregate.MeasurementAggregate ( )
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate."<init>":()V]
MeasurementAggregate.MeasurementAggregate ( Double min, Double avg, Double max )
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate."<init>":(Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;)V]
MeasurementAggregate.setAvg ( Double avg ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.setAvg:(Ljava/lang/Double;)V]
MeasurementAggregate.setMax ( Double max ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.setMax:(Ljava/lang/Double;)V]
MeasurementAggregate.setMin ( Double min ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.setMin:(Ljava/lang/Double;)V]
MeasurementAggregate.toString ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementAggregate.toString:()Ljava/lang/String;]
rhq-enterprise-server-4.10.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.getAggregate ( org.rhq.core.domain.auth.Subject subject, int scheduleId, long startTime, long endTime ) : MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.getAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/enterprise/server/measurement/MeasurementAggregate;]
MeasurementDataManagerBean.getMeasurementAggregate ( org.rhq.core.domain.auth.Subject subject, int scheduleId, long startTime, long endTime ) : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.getMeasurementAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.10.0.jar, MeasurementDataManagerRemote.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.getAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/enterprise/server/measurement/MeasurementAggregate;]
MeasurementDataManagerRemote.getMeasurementAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.getMeasurementAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.10.0.jar, MeasurementMonitor.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitor.getAggregationBatchSize ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.getAggregationBatchSize:()I]
MeasurementMonitor.getAggregationParallelism ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.getAggregationParallelism:()I]
MeasurementMonitor.getAggregationWorkers ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.getAggregationWorkers:()I]
MeasurementMonitor.setAggregationBatchSize ( int size ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.setAggregationBatchSize:(I)V]
MeasurementMonitor.setAggregationParallelism ( int parallelism ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.setAggregationParallelism:(I)V]
MeasurementMonitor.setAggregationWorkers ( int numWorkers ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.setAggregationWorkers:(I)V]
rhq-enterprise-server-4.10.0.jar, MeasurementMonitorMBean.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitorMBean.getAggregationBatchSize ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.getAggregationBatchSize:()I]
MeasurementMonitorMBean.getAggregationParallelism ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.getAggregationParallelism:()I]
MeasurementMonitorMBean.getAggregationWorkers ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.getAggregationWorkers:()I]
MeasurementMonitorMBean.setAggregationBatchSize ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.setAggregationBatchSize:(I)V]
MeasurementMonitorMBean.setAggregationParallelism ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.setAggregationParallelism:(I)V]
MeasurementMonitorMBean.setAggregationWorkers ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.setAggregationWorkers:(I)V]
rhq-enterprise-server-4.10.0.jar, MeasurementOOBManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerBean.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric metric, org.rhq.core.domain.measurement.MeasurementBaseline baseline ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.calculateOOB:(Lorg/rhq/server/metrics/domain/AggregateNumericMetric;Lorg/rhq/core/domain/measurement/MeasurementBaseline;)I]
rhq-enterprise-server-4.10.0.jar, MeasurementOOBManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerLocal.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric p1, org.rhq.core.domain.measurement.MeasurementBaseline p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerLocal.calculateOOB:(Lorg/rhq/server/metrics/domain/AggregateNumericMetric;Lorg/rhq/core/domain/measurement/MeasurementBaseline;)I]
rhq-enterprise-server-4.10.0.jar, MetricHandlerBean.class
package org.rhq.enterprise.server.rest
MetricHandlerBean.getDefinition ( int definitionId, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getDefinition:(ILjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.submitDefinitionChange ( int definitionId, domain.MetricSchedule in, boolean updateExisting ) : void
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.submitDefinitionChange:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;Z)V]
MetricHandlerBean.updateDefinition ( int definitionId, domain.MetricSchedule in, boolean updateExisting, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.updateDefinition:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;ZLjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.10.0.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.deleteOperationHistories ( org.rhq.core.domain.auth.Subject subject, int[ ] historyIds, boolean deleteEvenIfInProgress ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.deleteOperationHistories:(Lorg/rhq/core/domain/auth/Subject;[IZ)V]
OperationManagerBean.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject x0, org.rhq.core.domain.criteria.OperationDefinitionCriteria x1 ) : java.util.List
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Ljava/util/List;]
rhq-enterprise-server-4.10.0.jar, OperationManagerRemote.class
package org.rhq.enterprise.server.operation
OperationManagerRemote.deleteOperationHistories ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.deleteOperationHistories:(Lorg/rhq/core/domain/auth/Subject;[IZ)V]
OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Ljava/util/List;]
rhq-enterprise-server-4.10.0.jar, ResourceFactoryManagerBean.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerBean.createPackageBackedResourceViaContentHandle ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, int newResourceTypeId, String newResourceName, org.rhq.core.domain.configuration.Configuration pluginConfiguration, String packageName, String packageVersion, Integer architectureId, org.rhq.core.domain.configuration.Configuration deploymentTimeConfiguration, String temporaryContentHandle, Integer timeout ) : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.createPackageBackedResourceViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;Ljava/lang/Integer;)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
rhq-enterprise-server-4.10.0.jar, ResourceFactoryManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerRemote.createPackageBackedResourceViaContentHandle ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, String p10, Integer p11 ) [abstract] : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerRemote.createPackageBackedResourceViaContentHandle:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Lorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;Ljava/lang/Integer;)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
rhq-enterprise-server-4.10.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.createResource ( domain.CreateCBResourceRequest resource, String handle, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.createResource:(Lorg/rhq/enterprise/server/rest/domain/CreateCBResourceRequest;Ljava/lang/String;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.10.0.jar, ResourceTypeManagerBean.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId ) : java.util.LinkedHashMap
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/LinkedHashMap;]
rhq-enterprise-server-4.10.0.jar, ResourceWithType.class
package org.rhq.enterprise.server.rest.domain
ResourceWithType.getAvailability ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.getAvailability:()Ljava/lang/String;]
ResourceWithType.setAvailability ( String availability ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.setAvailability:(Ljava/lang/String;)V]
rhq-enterprise-server-4.10.0.jar, SecurityTokenCommandAuthenticator.class
package org.rhq.enterprise.server.core.comm
SecurityTokenCommandAuthenticator.setServiceContainer ( org.rhq.enterprise.communications.ServiceContainer serviceContainer ) : void
[run-time name: org/rhq/enterprise/server/core/comm/SecurityTokenCommandAuthenticator.setServiceContainer:(Lorg/rhq/enterprise/communications/ServiceContainer;)V]
rhq-enterprise-server-4.10.0.jar, ServerPluginsBean.class
package org.rhq.enterprise.server.plugin
ServerPluginsBean.getEnabledServerPluginsByType ( String type ) : java.util.List
[run-time name: org/rhq/enterprise/server/plugin/ServerPluginsBean.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.10.0.jar, ServerPluginsLocal.class
package org.rhq.enterprise.server.plugin
ServerPluginsLocal.getEnabledServerPluginsByType ( String p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.10.0.jar, StartupBean.class
package org.rhq.enterprise.server.core
StartupBean.getError ( ) : String
[run-time name: org/rhq/enterprise/server/core/StartupBean.getError:()Ljava/lang/String;]
rhq-enterprise-server-4.10.0.jar, StartupLocal.class
package org.rhq.enterprise.server.core
StartupLocal.getError ( ) [abstract] : String
[run-time name: org/rhq/enterprise/server/core/StartupLocal.getError:()Ljava/lang/String;]
rhq-enterprise-server-4.10.0.jar, StorageClientManager.class
package org.rhq.enterprise.server.storage
StorageClientManager.getAggregationBatchSize ( ) : int
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getAggregationBatchSize:()I]
StorageClientManager.getAggregationParallelism ( ) : int
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getAggregationParallelism:()I]
StorageClientManager.getAggregationWorkers ( ) : int
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getAggregationWorkers:()I]
StorageClientManager.getMetricsConfiguration ( ) : org.rhq.server.metrics.MetricsConfiguration
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getMetricsConfiguration:()Lorg/rhq/server/metrics/MetricsConfiguration;]
StorageClientManager.getMetricsDAO ( ) : org.rhq.server.metrics.MetricsDAO
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getMetricsDAO:()Lorg/rhq/server/metrics/MetricsDAO;]
StorageClientManager.getMetricsServer ( ) : org.rhq.server.metrics.MetricsServer
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getMetricsServer:()Lorg/rhq/server/metrics/MetricsServer;]
StorageClientManager.getMinRequestLimit ( ) : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getMinRequestLimit:()D]
StorageClientManager.getRequestLimit ( ) : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getRequestLimit:()D]
StorageClientManager.getRequestLimitTopologyDelta ( ) : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getRequestLimitTopologyDelta:()D]
StorageClientManager.getRequestTimeoutDampening ( ) : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getRequestTimeoutDampening:()J]
StorageClientManager.getRequestTimeoutDelta ( ) : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getRequestTimeoutDelta:()D]
StorageClientManager.getRequestTimeouts ( ) : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getRequestTimeouts:()J]
StorageClientManager.getSession ( ) : org.rhq.server.metrics.StorageSession
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getSession:()Lorg/rhq/server/metrics/StorageSession;]
StorageClientManager.getTotalRequests ( ) : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.getTotalRequests:()J]
StorageClientManager.init ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.init:()Z]
StorageClientManager.isClusterAvailable ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.isClusterAvailable:()Z]
StorageClientManager.persistStorageProperty ( String key, String value ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.persistStorageProperty:(Ljava/lang/String;Ljava/lang/String;)V]
StorageClientManager.refreshCredentialsAndSession ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.refreshCredentialsAndSession:()Z]
StorageClientManager.scheduleStorageSessionMaintenance ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.scheduleStorageSessionMaintenance:()V]
StorageClientManager.setAggregationBatchSize ( int batchSize ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setAggregationBatchSize:(I)V]
StorageClientManager.setAggregationParallelism ( int parallelism ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setAggregationParallelism:(I)V]
StorageClientManager.setAggregationWorkers ( int numWorkers ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setAggregationWorkers:(I)V]
StorageClientManager.setMinRequestLimit ( double minRequestLimit ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setMinRequestLimit:(D)V]
StorageClientManager.setRequestLimit ( double requestLimit ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setRequestLimit:(D)V]
StorageClientManager.setRequestLimitTopologyDelta ( double delta ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setRequestLimitTopologyDelta:(D)V]
StorageClientManager.setRequestTimeoutDampening ( long requestTimeoutDampening ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setRequestTimeoutDampening:(J)V]
StorageClientManager.setRequestTimeoutDelta ( double requestTimeoutDelta ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.setRequestTimeoutDelta:(D)V]
StorageClientManager.shutdown ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.shutdown:()V]
StorageClientManager.StorageClientManager ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager."<init>":()V]
StorageClientManager.storageSessionMaintenance ( javax.ejb.Timer timer ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManager.storageSessionMaintenance:(Ljavax/ejb/Timer;)V]
rhq-enterprise-server-4.10.0.jar, StorageClientManagerMBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerMBean.getMinRequestLimit ( ) [abstract] : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getMinRequestLimit:()D]
StorageClientManagerMBean.getRequestLimit ( ) [abstract] : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestLimit:()D]
StorageClientManagerMBean.getRequestLimitTopologyDelta ( ) [abstract] : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestLimitTopologyDelta:()D]
StorageClientManagerMBean.getRequestTimeoutDampening ( ) [abstract] : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestTimeoutDampening:()J]
StorageClientManagerMBean.getRequestTimeoutDelta ( ) [abstract] : double
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestTimeoutDelta:()D]
StorageClientManagerMBean.getRequestTimeouts ( ) [abstract] : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getRequestTimeouts:()J]
StorageClientManagerMBean.getTotalRequests ( ) [abstract] : long
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.getTotalRequests:()J]
StorageClientManagerMBean.setMinRequestLimit ( double p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setMinRequestLimit:(D)V]
StorageClientManagerMBean.setRequestLimit ( double p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setRequestLimit:(D)V]
StorageClientManagerMBean.setRequestLimitTopologyDelta ( double p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setRequestLimitTopologyDelta:(D)V]
StorageClientManagerMBean.setRequestTimeoutDampening ( long p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setRequestTimeoutDampening:(J)V]
StorageClientManagerMBean.setRequestTimeoutDelta ( double p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerMBean.setRequestTimeoutDelta:(D)V]
rhq-enterprise-server-4.10.0.jar, StorageClusterMonitor.class
package org.rhq.enterprise.server.storage
StorageClusterMonitor.onClientTimeout ( com.datastax.driver.core.exceptions.NoHostAvailableException e ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onClientTimeout:(Lcom/datastax/driver/core/exceptions/NoHostAvailableException;)V]
StorageClusterMonitor.onStorageClusterUp ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onStorageClusterUp:()V]
StorageClusterMonitor.StorageClusterMonitor ( org.rhq.server.metrics.StorageSession session )
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor."<init>":(Lorg/rhq/server/metrics/StorageSession;)V]
StorageClusterMonitor.updateRequestLimit ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.updateRequestLimit:()V]
rhq-enterprise-server-4.10.0.jar, StorageNodeManagerBean.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerBean.findStorageNodeByAddress ( String address ) : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findStorageNodeByAddress:(Ljava/lang/String;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerBean.getLoadAsync ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode node, long beginTime, long endTime ) : com.google.common.util.concurrent.ListenableFuture
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.getLoadAsync:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;JJ)Lcom/google/common/util/concurrent/ListenableFuture;]
StorageNodeManagerBean.getStorageNodeComposites ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.getStorageNodeComposites:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.10.0.jar, StorageNodeManagerLocal.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerLocal.findStorageNodeByAddress ( String p1 ) [abstract] : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findStorageNodeByAddress:(Ljava/lang/String;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerLocal.getLoadAsync ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 ) [abstract] : com.google.common.util.concurrent.ListenableFuture
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.getLoadAsync:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;JJ)Lcom/google/common/util/concurrent/ListenableFuture;]
StorageNodeManagerLocal.getStorageNodeComposites ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.getStorageNodeComposites:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.10.0.jar, StorageNodeOperationsHandlerBean.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerBean.logError ( String address, String error, Exception e ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.logError:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V]
rhq-enterprise-server-4.10.0.jar, StorageNodeOperationsHandlerLocal.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerLocal.logError ( String p1, String p2, Exception p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.logError:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Exception;)V]
rhq-enterprise-server-4.10.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings systemSettings ) : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.deobfuscate:(Lorg/rhq/core/domain/common/composite/SystemSettings;)V]
SystemManagerBean.getObfuscatedSystemSettings ( boolean includePrivateSettings ) : org.rhq.core.domain.common.composite.SystemSettings
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getObfuscatedSystemSettings:(Z)Lorg/rhq/core/domain/common/composite/SystemSettings;]
SystemManagerBean.getUnmaskedSystemSettings ( boolean includePrivateSettings ) : org.rhq.core.domain.common.composite.SystemSettings
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getUnmaskedSystemSettings:(Z)Lorg/rhq/core/domain/common/composite/SystemSettings;]
rhq-enterprise-server-4.10.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.deobfuscate:(Lorg/rhq/core/domain/common/composite/SystemSettings;)V]
SystemManagerLocal.getObfuscatedSystemSettings ( boolean p1 ) [abstract] : org.rhq.core.domain.common.composite.SystemSettings
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getObfuscatedSystemSettings:(Z)Lorg/rhq/core/domain/common/composite/SystemSettings;]
SystemManagerLocal.getUnmaskedSystemSettings ( boolean p1 ) [abstract] : org.rhq.core.domain.common.composite.SystemSettings
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getUnmaskedSystemSettings:(Z)Lorg/rhq/core/domain/common/composite/SystemSettings;]
rhq-enterprise-server-4.10.0.jar, TopologyManagerBean.class
package org.rhq.enterprise.server.cloud
TopologyManagerBean.getResourceIdOfAgent ( org.rhq.core.domain.auth.Subject subject, int agentId ) : Integer
[run-time name: org/rhq/enterprise/server/cloud/TopologyManagerBean.getResourceIdOfAgent:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/lang/Integer;]
rhq-enterprise-server-4.10.0.jar, TopologyManagerLocal.class
package org.rhq.enterprise.server.cloud
TopologyManagerLocal.getResourceIdOfAgent ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : Integer
[run-time name: org/rhq/enterprise/server/cloud/TopologyManagerLocal.getResourceIdOfAgent:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/lang/Integer;]
to the top
Removed Methods (58)
rhq-enterprise-server-4.9.0.jar, AbstractCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
AbstractCacheElement.isActive ( ) : boolean
[run-time name: org/rhq/enterprise/server/alert/engine/model/AbstractCacheElement.isActive:()Z]
AbstractCacheElement.setActive ( boolean active ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/model/AbstractCacheElement.setActive:(Z)V]
rhq-enterprise-server-4.9.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.setAgentBackfilled ( int agentId, boolean backfilled ) : void
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.setAgentBackfilled:(IZ)V]
rhq-enterprise-server-4.9.0.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.setAgentBackfilled ( int p1, boolean p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.setAgentBackfilled:(IZ)V]
rhq-enterprise-server-4.9.0.jar, AlertAvailabilityDurationJob.class
package org.rhq.enterprise.server.scheduler.jobs
AlertAvailabilityDurationJob.executeJobCode ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/AlertAvailabilityDurationJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
rhq-enterprise-server-4.9.0.jar, AlertConditionLogManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerBean.checkForCompletedAlertConditionSet ( int alertConditionId ) : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.checkForCompletedAlertConditionSet:(I)Z]
rhq-enterprise-server-4.9.0.jar, AlertConditionLogManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet:(I)Z]
rhq-enterprise-server-4.9.0.jar, AlertDampeningManagerBean.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerBean.processEventType ( int alertDefinitionId, org.rhq.core.domain.alert.AlertDampeningEvent.Type eventType ) : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerBean.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Z]
rhq-enterprise-server-4.9.0.jar, AlertDampeningManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerLocal.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Z]
rhq-enterprise-server-4.9.0.jar, AlertDefinitionHandlerBean.class
package org.rhq.enterprise.server.rest
AlertDefinitionHandlerBean.listAlertDefinitions ( boolean full, Integer page, int pageSize, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.listAlertDefinitions:(ZLjava/lang/Integer;ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.9.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, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertHandlerBean.listAlerts:(IILjava/lang/String;ZLjava/lang/Long;Ljava/lang/Integer;Ljava/lang/Integer;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.9.0.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.createAlert ( org.rhq.core.domain.alert.Alert alert ) : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.createAlert:(Lorg/rhq/core/domain/alert/Alert;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.9.0.jar, AlertManagerLocal.class
package org.rhq.enterprise.server.alert
AlertManagerLocal.createAlert ( org.rhq.core.domain.alert.Alert p1 ) [abstract] : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.createAlert:(Lorg/rhq/core/domain/alert/Alert;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-4.9.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.setResourceAvailabilities ( int[ ] resourceIds, org.rhq.core.domain.measurement.AvailabilityType avail ) : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.setResourceAvailabilities:([ILorg/rhq/core/domain/measurement/AvailabilityType;)V]
rhq-enterprise-server-4.9.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.setResourceAvailabilities ( int[ ] p1, org.rhq.core.domain.measurement.AvailabilityType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.setResourceAvailabilities:([ILorg/rhq/core/domain/measurement/AvailabilityType;)V]
rhq-enterprise-server-4.9.0.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject subject, int resourceDeploymentId, org.rhq.core.domain.bundle.BundleDeploymentStatus status ) : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.setBundleResourceDeploymentStatus:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleDeploymentStatus;)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
rhq-enterprise-server-4.9.0.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.setBundleResourceDeploymentStatus:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleDeploymentStatus;)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
rhq-enterprise-server-4.9.0.jar, CachedConditionManagerBean.class
package org.rhq.enterprise.server.alert
CachedConditionManagerBean.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : boolean
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Z]
rhq-enterprise-server-4.9.0.jar, CachedConditionManagerLocal.class
package org.rhq.enterprise.server.alert
CachedConditionManagerLocal.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Z]
rhq-enterprise-server-4.9.0.jar, CreateCBRresourceRequest.class
package org.rhq.enterprise.server.rest.domain
CreateCBRresourceRequest.CreateCBRresourceRequest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest."<init>":()V]
CreateCBRresourceRequest.getPluginConfig ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest.getPluginConfig:()Ljava/util/Map;]
CreateCBRresourceRequest.getResourceConfig ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest.getResourceConfig:()Ljava/util/Map;]
CreateCBRresourceRequest.setPluginConfig ( java.util.Map pluginConfig ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest.setPluginConfig:(Ljava/util/Map;)V]
CreateCBRresourceRequest.setResourceConfig ( java.util.Map resourceConfig ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest.setResourceConfig:(Ljava/util/Map;)V]
rhq-enterprise-server-4.9.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent knownAgent ) : org.rhq.core.domain.discovery.ResourceSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.getResourceSyncInfo:(Lorg/rhq/core/domain/resource/Agent;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
rhq-enterprise-server-4.9.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent p1 ) [abstract] : org.rhq.core.domain.discovery.ResourceSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.getResourceSyncInfo:(Lorg/rhq/core/domain/resource/Agent;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
rhq-enterprise-server-4.9.0.jar, GroupDefinitionRecalculationStatistic.class
package org.rhq.enterprise.server.resource.group.definition.mbean
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.getStatistics ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.getStatistics:()Ljava/util/Map;]
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic ( GroupDefinitionRecalculationThreadMonitor p1 )
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic."<init>":(Lorg/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor;)V]
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.update ( int newDynaGroupCount, boolean success, long executionTime ) : void
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.update:(IZJ)V]
rhq-enterprise-server-4.9.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getStorageClientManager ( ) [static] : org.rhq.enterprise.server.storage.StorageClientManagerBean
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStorageClientManager:()Lorg/rhq/enterprise/server/storage/StorageClientManagerBean;]
rhq-enterprise-server-4.9.0.jar, ManagementService.class
package org.rhq.enterprise.server.core.service
ManagementService.getClient ( ) [static] : org.jboss.as.controller.client.ModelControllerClient
[run-time name: org/rhq/enterprise/server/core/service/ManagementService.getClient:()Lorg/jboss/as/controller/client/ModelControllerClient;]
rhq-enterprise-server-4.9.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.getAggregate ( org.rhq.core.domain.auth.Subject subject, int scheduleId, long startTime, long endTime ) : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.getAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.9.0.jar, MeasurementDataManagerRemote.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.getAggregate:(Lorg/rhq/core/domain/auth/Subject;IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.9.0.jar, MeasurementMonitor.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitor.incrementMeasurementCompressionTime ( long delta ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.incrementMeasurementCompressionTime:(J)V]
rhq-enterprise-server-4.9.0.jar, MeasurementMonitorMBean.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitorMBean.incrementMeasurementCompressionTime ( long p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.incrementMeasurementCompressionTime:(J)V]
rhq-enterprise-server-4.9.0.jar, MeasurementOOBManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerBean.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric metric ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.calculateOOB:(Lorg/rhq/server/metrics/domain/AggregateNumericMetric;)I]
rhq-enterprise-server-4.9.0.jar, MeasurementOOBManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerLocal.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric p1 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerLocal.calculateOOB:(Lorg/rhq/server/metrics/domain/AggregateNumericMetric;)I]
rhq-enterprise-server-4.9.0.jar, OperationManagerRemote.class
package org.rhq.enterprise.server.operation
OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.createResource ( domain.CreateCBRresourceRequest resource, String handle, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.createResource:(Lorg/rhq/enterprise/server/rest/domain/CreateCBRresourceRequest;Ljava/lang/String;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.9.0.jar, StorageClientManagerBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerBean.getMetricsConfiguration ( ) : org.rhq.server.metrics.MetricsConfiguration
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getMetricsConfiguration:()Lorg/rhq/server/metrics/MetricsConfiguration;]
StorageClientManagerBean.getMetricsDAO ( ) : org.rhq.server.metrics.MetricsDAO
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getMetricsDAO:()Lorg/rhq/server/metrics/MetricsDAO;]
StorageClientManagerBean.getMetricsServer ( ) : org.rhq.server.metrics.MetricsServer
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getMetricsServer:()Lorg/rhq/server/metrics/MetricsServer;]
StorageClientManagerBean.getSession ( ) : org.rhq.server.metrics.StorageSession
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getSession:()Lorg/rhq/server/metrics/StorageSession;]
StorageClientManagerBean.init ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.init:()V]
StorageClientManagerBean.isClusterAvailable ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.isClusterAvailable:()Z]
StorageClientManagerBean.shutdown ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.shutdown:()V]
StorageClientManagerBean.StorageClientManagerBean ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean."<init>":()V]
rhq-enterprise-server-4.9.0.jar, StorageClusterMonitor.class
package org.rhq.enterprise.server.storage
StorageClusterMonitor.StorageClusterMonitor ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor."<init>":()V]
rhq-enterprise-server-4.9.0.jar, StorageNodeManagerBean.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerBean.findStorageNodeByAddress ( java.net.InetAddress address ) : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findStorageNodeByAddress:(Ljava/net/InetAddress;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerBean.getStorageNodeComposites ( ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.getStorageNodeComposites:()Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, StorageNodeManagerLocal.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerLocal.findStorageNodeByAddress ( java.net.InetAddress p1 ) [abstract] : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findStorageNodeByAddress:(Ljava/net/InetAddress;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerLocal.getStorageNodeComposites ( ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.getStorageNodeComposites:()Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, StorageNodeOperationsHandlerBean.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerBean.logError ( org.rhq.core.domain.cloud.StorageNode.OperationMode newStorageNodeOperationMode, String error, Exception e ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.logError:(Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;Ljava/lang/String;Ljava/lang/Exception;)V]
StorageNodeOperationsHandlerBean.performAddNodeMaintenanceIfNecessary ( java.net.InetAddress storageNodeAddress ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performAddNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerBean.performRemoveNodeMaintenanceIfNecessary ( java.net.InetAddress storageNodeAddress ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performRemoveNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
rhq-enterprise-server-4.9.0.jar, StorageNodeOperationsHandlerLocal.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerLocal.logError ( org.rhq.core.domain.cloud.StorageNode.OperationMode p1, String p2, Exception p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.logError:(Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;Ljava/lang/String;Ljava/lang/Exception;)V]
StorageNodeOperationsHandlerLocal.performAddNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performAddNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
to the top
Problems with Data Types, High Severity (78)
rhq-enterprise-server-4.9.0.jar
package org.rhq.enterprise.server.agentclient
[+] AgentClient (1)
| Change | Effect |
---|
1 | Abstract method AgentClient.pingService ( long p1 ) 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 pingService(long) in AgentClient. |
[+] affected methods (30)
AgentClient.getAgent ( )This abstract method is from 'AgentClient' interface.
AgentClient.getBundleAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getBundleAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getConfigurationAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getConfigurationAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getContentAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getContentAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getDiscoveryAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getDiscoveryAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getDriftAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getDriftAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getMeasurementAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getMeasurementAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getOperationAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getOperationAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getResourceFactoryAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getResourceFactoryAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.getSupportAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getSupportAgentService ( Long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.ping ( long p1 )This abstract method is from 'AgentClient' interface.
AgentClient.startSending ( )This abstract method is from 'AgentClient' interface.
AgentClient.stopSending ( )This abstract method is from 'AgentClient' interface.
org.rhq.enterprise.server.core.AgentManagerBean.getAgentClient ( org.rhq.core.domain.auth.Subject subject, int resourceId )Return value of this method has type 'AgentClient'.
org.rhq.enterprise.server.core.AgentManagerBean.getAgentClient ( org.rhq.core.domain.resource.Agent agent )Return value of this method has type 'AgentClient'.
org.rhq.enterprise.server.core.AgentManagerLocal.getAgentClient ( org.rhq.core.domain.auth.Subject p1, int p2 )Return value of this abstract method has type 'AgentClient'.
org.rhq.enterprise.server.core.AgentManagerLocal.getAgentClient ( org.rhq.core.domain.resource.Agent p1 )Return value of this abstract method has type 'AgentClient'.
org.rhq.enterprise.server.core.comm.ServerCommunicationsService.getKnownAgentClient ( org.rhq.core.domain.resource.Agent agent )Return value of this method has type 'AgentClient'.
org.rhq.enterprise.server.core.comm.ServerCommunicationsServiceMBean.getKnownAgentClient ( org.rhq.core.domain.resource.Agent p1 )Return value of this abstract method has type 'AgentClient'.
org.rhq.enterprise.server.measurement.MeasurementScheduleManagerBean.getAgentClientForSchedule ( org.rhq.core.domain.measurement.MeasurementSchedule sched )Return value of this method has type 'AgentClient'.
org.rhq.enterprise.server.measurement.MeasurementScheduleManagerLocal.getAgentClientForSchedule ( org.rhq.core.domain.measurement.MeasurementSchedule p1 )Return value of this abstract method has type 'AgentClient'.
package org.rhq.enterprise.server.alert
[+] AlertConditionLogManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) 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 checkForCompletedAlertConditionSet(int) in AlertConditionLogManagerLocal. |
2 | Abstract method AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkForCompletedAlertConditionSet(int) in interface AlertConditionLogManagerLocal. |
[+] affected methods (6)
AlertConditionLogManagerLocal.getConditionCount ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getConditionExpression ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogsByAlertDefinitionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.removeUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.updateUnmatchedLogByAlertConditionId ( int p1, long p2, String p3 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
[+] AlertDampeningManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) 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 processEventType(int, org.rhq.core.domain.alert.AlertDampeningEvent.Type) in AlertDampeningManagerLocal. |
2 | Abstract method AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method processEventType(int, org.rhq.core.domain.alert.AlertDampeningEvent.Type) in interface AlertDampeningManagerLocal. |
[+] affected methods (1)
AlertDampeningManagerLocal.getLatestEventByAlertDefinitionId ( int p1 )This abstract method is from 'AlertDampeningManagerLocal' interface.
[+] AlertDefinitionManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface AlertDefinitionManagerRemote. | 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 AlertDefinitionManagerRemote. |
[+] affected methods (18)
AlertDefinitionManagerLocal.copyAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.createAlertDefinitionInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3, boolean p4 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.createDependentAlertDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, int p3 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitionOptionItemsForGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitionOptionItemsForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAllRecoveryDefinitionsById ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.getAlertDefinitionById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isEnabled ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isGroupAlertDefinition ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isResourceAlertDefinition ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isTemplate ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.purgeInternals ( int p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.purgeUnusedAlertDefinitions ( )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.updateAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.AlertDefinition p3, boolean p4 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.updateAlertDefinitionInternal ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.AlertDefinition p3, boolean p4, boolean p5, boolean p6 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.updateDependentAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.AlertDefinition p3, boolean p4 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertDefinitionManager ( )Return value of this method has type 'AlertDefinitionManagerLocal'.
[+] AlertManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method AlertManagerLocal.fireAlert ( int p1 ) 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 fireAlert(int) in AlertManagerLocal. |
2 | Abstract method AlertManagerLocal.createAlert ( org.rhq.core.domain.alert.Alert p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createAlert(org.rhq.core.domain.alert.Alert) in interface AlertManagerLocal. |
3 | Abstract method AlertManagerLocal.fireAlert ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method fireAlert(int) in interface AlertManagerLocal. |
[+] affected methods (19)
AlertManagerLocal.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.deleteAlerts ( long p1, long p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.findAlertsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertCriteria p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndAutoGroup ( int p1, int p2, int p3, long p4, long p5 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResource ( int p1, int p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResourceGroup ( int p1, int p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResources ( int p1, int[ ] p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionId ( Integer p1, long p2, long p3 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountForSchedules ( long p1, long p2, java.util.List p3 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertPluginManager ( )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.prettyPrintAlertConditions ( org.rhq.core.domain.alert.Alert p1, boolean p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.prettyPrintAlertURL ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.sendAlertNotificationEmails ( org.rhq.core.domain.alert.Alert p1, java.util.Collection p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.sendAlertNotifications ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.willDefinitionBeDisabled ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertManager ( )Return value of this method has type 'AlertManagerLocal'.
package org.rhq.enterprise.server.alert.engine.model
[+] AbstractCacheElement (1)
| Change | Effect |
---|
1 | Field active (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable active in AbstractCacheElement. |
[+] affected methods (16)
AbstractCacheElement.AbstractCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, Object value, int conditionTriggerId )This constructor is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.AbstractCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, Object operatorOption, Object value, int conditionId )This constructor is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.convertValueToString ( Object providedValue )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.equals ( Object obj )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionOperator ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionOperatorOption ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionTriggerId ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionValue ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getOperatorSupportsType ( org.rhq.core.domain.alert.AlertConditionOperator p1 )This abstract method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.hashCode ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.isType ( org.rhq.core.domain.alert.AlertConditionOperator.Type type )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.matches ( Object p1, Object[ ] p2 )This abstract method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.process ( Object providedValue, Object[ ] extraParams )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.setAlertConditionValue ( Object updatedValue )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.setNextCacheElement ( AbstractCacheElement nextCacheElement )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.toString ( )This method is from 'AbstractCacheElement' abstract class.
package org.rhq.enterprise.server.authz
[+] AuthorizationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AuthorizationManagerLocal.getBundleGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 ) 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 getBundleGroupPermissions(org.rhq.core.domain.auth.Subject, int) in AuthorizationManagerLocal. |
[+] affected methods (26)
AuthorizationManagerLocal.canUpdateRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewBundle ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResources ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getBundlePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGlobalPermissions ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasAutoGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3, int p4 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasBundleGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGlobalPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isInventoryManager ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isOverlord ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isSystemSuperuser ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAuthorizationManager ( )Return value of this method has type 'AuthorizationManagerLocal'.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (4)
| Change | Effect |
---|
1 | Abstract method BundleManagerLocal.determineBundleDeploymentStatus ( int p1 ) 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 determineBundleDeploymentStatus(int) in BundleManagerLocal. |
2 | Abstract method BundleManagerLocal.scheduleBundleDeploymentInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4, Integer p5 ) 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 scheduleBundleDeploymentInNewTransaction(org.rhq.core.domain.auth.Subject, int, boolean, boolean, java.lang.Integer) in BundleManagerLocal. |
3 | Abstract method BundleManagerLocal.setBundleResourceDeploymentStatusInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 ) 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 setBundleResourceDeploymentStatusInNewTransaction(org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.bundle.BundleDeploymentStatus) in BundleManagerLocal. |
4 | Abstract method BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setBundleResourceDeploymentStatus(org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.bundle.BundleDeploymentStatus) in interface BundleManagerLocal. |
[+] affected methods (18)
BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.addBundleResourceDeploymentHistoryInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5, String p6, String p7, String p8, String p9 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, String p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleResourceDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleType ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createInitialBundleVersionViaToken ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createOrStoreBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createOrStoreBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAssignableBundleGroups ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getBundleDeploymentName ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getScheduleRequest ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'BundleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
[+] BundleManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method BundleManagerRemote.createBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject p1, String p2 ) 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 createBundleVersionViaContentHandle(org.rhq.core.domain.auth.Subject, java.lang.String) in BundleManagerRemote. |
2 | Abstract method BundleManagerRemote.createInitialBundleVersionViaContentHandle ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) 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 createInitialBundleVersionViaContentHandle(org.rhq.core.domain.auth.Subject, int[], java.lang.String) in BundleManagerRemote. |
[+] affected methods (40)
BundleManagerRemote.addBundleFile ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, java.io.InputStream p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaByteArray ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, byte[ ] p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, int p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaURL ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, String p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaURL ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, String p6, String p7, String p8 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.assignBundlesToBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6, Integer p7 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createInitialBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, byte[ ] p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createInitialBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.io.File p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createInitialBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3, String p4, String p5 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundle ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDestinationsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDestinationCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleFilesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleFileCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleGroupsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleGroupCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleResourceDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleResourceDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesWithLatestVersionCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleVersionCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getAllBundleTypes ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleType ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getResourceTypeBundleConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.purgeBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleRevertBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.unassignBundlesFromBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.updateBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 )This abstract method is from 'BundleManagerRemote' interface.
package org.rhq.enterprise.server.cloud
[+] StorageNodeManagerLocal (5)
| Change | Effect |
---|
1 | Abstract method StorageNodeManagerLocal.findStorageNodeByAddress ( String p1 ) 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 findStorageNodeByAddress(java.lang.String) in StorageNodeManagerLocal. |
2 | Abstract method StorageNodeManagerLocal.getLoadAsync ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 ) 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 getLoadAsync(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.cloud.StorageNode, long, long) in StorageNodeManagerLocal. |
3 | Abstract method StorageNodeManagerLocal.getStorageNodeComposites ( org.rhq.core.domain.auth.Subject p1 ) 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 getStorageNodeComposites(org.rhq.core.domain.auth.Subject) in StorageNodeManagerLocal. |
4 | Abstract method StorageNodeManagerLocal.findStorageNodeByAddress ( java.net.InetAddress p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findStorageNodeByAddress(java.net.InetAddress) in interface StorageNodeManagerLocal. |
5 | Abstract method StorageNodeManagerLocal.getStorageNodeComposites ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStorageNodeComposites() in interface StorageNodeManagerLocal. |
[+] affected methods (22)
StorageNodeManagerLocal.createStorageNode ( org.rhq.core.domain.resource.Resource p1, org.rhq.core.domain.cloud.StorageClusterSettings p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.deployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( org.rhq.core.domain.cloud.StorageNode p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findStorageNodeLoadDataForLast ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4, int p5 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.findStorageNodesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.StorageNodeCriteria p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getClusterNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getLoad ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getStorageNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.linkResource ( org.rhq.core.domain.resource.Resource p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.prepareNodeForUpgrade ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.retrieveConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.runClusterMaintenance ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.scheduleOperationInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.undeployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.updateConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.updateConfigurationAsync ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStorageNodeManager ( )Return value of this method has type 'StorageNodeManagerLocal'.
[+] TopologyManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method TopologyManagerLocal.getResourceIdOfAgent ( org.rhq.core.domain.auth.Subject p1, int p2 ) 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 getResourceIdOfAgent(org.rhq.core.domain.auth.Subject, int) in TopologyManagerLocal. |
[+] affected methods (17)
TopologyManagerLocal.deleteServer ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.deleteServers ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.findServersByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ServerCriteria p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAgentsByServerName ( String p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAllCloudServers ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAllServers ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getFailoverListDetailsByAgentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getNormalServerCount ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerById ( int p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerByName ( String p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerCount ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.markStaleServersDown ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.updateServer ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.Server p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.updateServerManualMaintenance ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, boolean p3 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.updateServerMode ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.cloud.Server.OperationMode p3 )This abstract method is from 'TopologyManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getTopologyManager ( )Return value of this method has type 'TopologyManagerLocal'.
package org.rhq.enterprise.server.configuration
[+] ConfigurationManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method ConfigurationManagerRemote.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 ) 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 findGroupPluginConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria) in ConfigurationManagerRemote. |
2 | Abstract method ConfigurationManagerRemote.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 ) 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 findGroupResourceConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria) in ConfigurationManagerRemote. |
3 | Abstract method ConfigurationManagerRemote.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 ) 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 scheduleGroupPluginConfigurationUpdate(org.rhq.core.domain.auth.Subject, int, java.util.Map) in ConfigurationManagerRemote. |
[+] affected methods (17)
ConfigurationManagerRemote.getGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLatestPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPackageTypeConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPluginConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfigurationDefinitionWithTemplatesForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.isGroupResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.isResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.scheduleGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.translateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.updatePluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.updateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method ContentManagerLocal.getTemporaryContentFile ( String p1 ) 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 getTemporaryContentFile(java.lang.String) in ContentManagerLocal. |
2 | Added super-interface ContentManagerRemote. | 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 ContentManagerRemote. |
[+] affected methods (42)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, int p6, java.io.InputStream p7 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
[+] ContentManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method ContentManagerRemote.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, String p7 ) 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 createPackageVersionWithDisplayVersion(org.rhq.core.domain.auth.Subject, java.lang.String, int, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String) in ContentManagerRemote. |
2 | Abstract method ContentManagerRemote.createTemporaryContentHandle ( ) 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 createTemporaryContentHandle() in ContentManagerRemote. |
3 | Abstract method ContentManagerRemote.uploadContentFragment ( String p1, byte[ ] p2, int p3, int p4 ) 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 uploadContentFragment(java.lang.String, byte[], int, int) in ContentManagerRemote. |
[+] affected methods (16)
ContentManagerRemote.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerRemote' interface.
package org.rhq.enterprise.server.core
[+] AgentManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AgentManagerLocal.setAgentBackfilledInNewTransaction ( int p1, boolean p2 ) 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 setAgentBackfilledInNewTransaction(int, boolean) in AgentManagerLocal. |
2 | Abstract method AgentManagerLocal.setAgentBackfilled ( int p1, boolean p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setAgentBackfilled(int, boolean) in interface AgentManagerLocal. |
[+] affected methods (31)
AgentManagerLocal.agentIsAlive ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.agentIsShuttingDown ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.backfillAgentInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.checkForSuspectAgents ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.createAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.deleteAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.destroyAgentClient ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.findAgentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AgentCriteria p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByAddressAndPort ( String p1, int p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByAgentToken ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByID ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByName ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentClient ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentClient ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentCount ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentDownloadDir ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByName ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByResourceId ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByScheduleId ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentsByServer ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateBinaryFile ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateVersionFile ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateVersionFileContent ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAllAgents ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.handlePingRequest ( org.rhq.core.clientapi.server.core.PingRequest p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.isAgentBackfilled ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.pingAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.updateAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAgentManager ( )Return value of this method has type 'AgentManagerLocal'.
[+] StartupLocal (1)
| Change | Effect |
---|
1 | Abstract method StartupLocal.getError ( ) 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 getError() in StartupLocal. |
[+] affected methods (3)
StartupLocal.init ( )This abstract method is from 'StartupLocal' interface.
StartupLocal.isInitialized ( )This abstract method is from 'StartupLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStartupLocal ( )Return value of this method has type 'StartupLocal'.
package org.rhq.enterprise.server.discovery
[+] DiscoveryBossLocal (3)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossLocal.getPlatformSyncInfo ( org.rhq.core.domain.resource.Agent p1 ) 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 getPlatformSyncInfo(org.rhq.core.domain.resource.Agent) in DiscoveryBossLocal. |
2 | Abstract method DiscoveryBossLocal.getResourceSyncInfo ( int p1 ) 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 getResourceSyncInfo(int) in DiscoveryBossLocal. |
3 | Abstract method DiscoveryBossLocal.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceSyncInfo(org.rhq.core.domain.resource.Agent) in interface DiscoveryBossLocal. |
[+] affected methods (14)
DiscoveryBossLocal.addResource ( org.rhq.core.domain.resource.Resource p1, int p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformChildServers ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2, org.rhq.core.domain.resource.Resource p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatforms ( org.rhq.core.domain.auth.Subject p1, java.util.EnumSet p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject p1, java.util.EnumSet p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'DiscoveryBossLocal' interface.
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 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.mergeResourceInNewTransaction ( java.util.List p1, org.rhq.core.domain.resource.Agent p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateAgentInventoryStatus ( String p1, String p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateInventoryStatus ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, java.util.List p3, org.rhq.core.domain.resource.InventoryStatus p4 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateInventoryStatusInNewTransaction ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, java.util.List p3, org.rhq.core.domain.resource.InventoryStatus p4 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateResourceVersion ( int p1, String p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.upgradeResources ( java.util.Set p1 )This abstract method is from 'DiscoveryBossLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getDiscoveryBoss ( )Return value of this method has type 'DiscoveryBossLocal'.
package org.rhq.enterprise.server.event
[+] EventManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface EventManagerRemote. | 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 EventManagerRemote. |
[+] affected methods (13)
EventManagerLocal.addEventData ( java.util.Map p1 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.deleteEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, java.util.List p3 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.deleteEventSourcesForDefinition ( org.rhq.core.domain.event.EventDefinition p1 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.findEventComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, org.rhq.core.domain.event.EventSeverity[ ] p5, String p6, String p7, org.rhq.core.domain.util.PageControl p8 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.findEventCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.EventCriteria p2 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventCounts ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventCountsBySeverity ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventCountsBySeverityForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventDetailForEventId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, int p5 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.purgeEventData ( java.util.Date p1 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.purgeEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 )This abstract method is from 'EventManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getEventManager ( )Return value of this method has type 'EventManagerLocal'.
package org.rhq.enterprise.server.legacy.common
[+] ApplicationException (1)
| Change | Effect |
---|
1 | Removed super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: cannot find method in class ApplicationException. |
[+] affected methods (4)
ApplicationException.ApplicationException ( )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String s )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String s, Throwable t )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( Throwable t )This constructor is from 'ApplicationException' class.
package org.rhq.enterprise.server.measurement
[+] AvailabilityManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method AvailabilityManagerLocal.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement p1, org.rhq.core.domain.resource.Resource p2 ) 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 scheduleAvailabilityDurationCheck(org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement, org.rhq.core.domain.resource.Resource) in AvailabilityManagerLocal. |
2 | Abstract method AvailabilityManagerLocal.setResourceAvailabilities ( java.util.Map p1, org.rhq.core.domain.measurement.AvailabilityType p2 ) 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 setResourceAvailabilities(java.util.Map, org.rhq.core.domain.measurement.AvailabilityType) in AvailabilityManagerLocal. |
3 | Abstract method AvailabilityManagerLocal.setResourceAvailabilities ( int[ ] p1, org.rhq.core.domain.measurement.AvailabilityType p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setResourceAvailabilities(int[], org.rhq.core.domain.measurement.AvailabilityType) in interface AvailabilityManagerLocal. |
[+] affected methods (13)
AvailabilityManagerLocal.findAvailabilitiesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6, boolean p7 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.findAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5, boolean p6 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.findAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5, boolean p6 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.findAvailabilityWithinInterval ( int p1, java.util.Date p2, java.util.Date p3 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.getCurrentAvailabilityTypeForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.mergeAvailabilitiesInNewTransaction ( java.util.List p1, AvailabilityManagerBean.MergeInfo p2 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.mergeAvailabilityReport ( org.rhq.core.domain.discovery.AvailabilityReport p1 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.purgeAvailabilities ( long p1 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.updateAgentResourceAvailabilities ( int p1, org.rhq.core.domain.measurement.AvailabilityType p2, org.rhq.core.domain.measurement.AvailabilityType p3 )This abstract method is from 'AvailabilityManagerLocal' interface.
AvailabilityManagerLocal.updateLastAvailabilityReportInNewTransaction ( int p1 )This abstract method is from 'AvailabilityManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAvailabilityManager ( )Return value of this method has type 'AvailabilityManagerLocal'.
[+] CallTimeDataManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface CallTimeDataManagerRemote. | 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 CallTimeDataManagerRemote. |
[+] affected methods (9)
CallTimeDataManagerLocal.addCallTimeData ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, String p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.criteria.CallTimeDataCriteria p3 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.insertCallTimeDataKeys ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.insertCallTimeDataValues ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.purgeCallTimeData ( java.util.Date p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getCallTimeDataManager ( )Return value of this method has type 'CallTimeDataManagerLocal'.
[+] CallTimeDataManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method CallTimeDataManagerRemote.findCallTimeDataRawForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 ) 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 findCallTimeDataRawForResource(org.rhq.core.domain.auth.Subject, int, long, long, org.rhq.core.domain.util.PageControl) in CallTimeDataManagerRemote. |
[+] affected methods (1)
CallTimeDataManagerRemote.findCallTimeDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'CallTimeDataManagerRemote' interface.
[+] MeasurementBaselineManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface MeasurementBaselineManagerRemote. | 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 MeasurementBaselineManagerRemote. |
[+] affected methods (13)
MeasurementBaselineManagerLocal._calculateAutoBaselinesDELETE ( long p1 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaseline ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, boolean p6 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaseline ( org.rhq.core.domain.auth.Subject p1, Integer p2, long p3, long p4, boolean p5 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaselineForGroupInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, boolean p6 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaselineInNewTransaction ( org.rhq.core.domain.auth.Subject p1, Integer p2, long p3, long p4, boolean p5 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaselines ( )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateAutoBaselines ( long p1, long p2 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.calculateBaselines ( java.util.List p1, long p2, long p3 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.enableAutoBaselineCalculation ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, Integer[ ] p3 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.getBaselineIfEqual ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.getSchedulesWithoutBaselines ( )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
MeasurementBaselineManagerLocal.saveNewBaselines ( java.util.List p1 )This abstract method is from 'MeasurementBaselineManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getMeasurementBaselineManager ( )Return value of this method has type 'MeasurementBaselineManagerLocal'.
[+] MeasurementDataManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) 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 getAggregate(org.rhq.core.domain.auth.Subject, int, long, long) in MeasurementDataManagerRemote. |
2 | Abstract method MeasurementDataManagerRemote.getMeasurementAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) 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 getMeasurementAggregate(org.rhq.core.domain.auth.Subject, int, long, long) in MeasurementDataManagerRemote. |
3 | Abstract method MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAggregate(org.rhq.core.domain.auth.Subject, int, long, long) in interface MeasurementDataManagerRemote. |
[+] affected methods (7)
MeasurementDataManagerRemote.findCurrentTraitsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DisplayType p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findLiveDataForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, int[ ] p4 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findTraits ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 )This abstract method is from 'MeasurementDataManagerRemote' interface.
[+] MeasurementDefinitionManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface MeasurementDefinitionManagerRemote. | 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 MeasurementDefinitionManagerRemote. |
[+] affected methods (6)
MeasurementDefinitionManagerLocal.findMeasurementDefinitionsByIds ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'MeasurementDefinitionManagerLocal' interface.
MeasurementDefinitionManagerLocal.findMeasurementDefinitionsByResourceType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DataType p3, org.rhq.core.domain.measurement.DisplayType p4 )This abstract method is from 'MeasurementDefinitionManagerLocal' interface.
MeasurementDefinitionManagerLocal.removeMeasurementDefinition ( org.rhq.core.domain.measurement.MeasurementDefinition p1 )This abstract method is from 'MeasurementDefinitionManagerLocal' interface.
org.rhq.enterprise.server.sync.exporters.MetricTemplateExporter.MetricTemplateExporter ( org.rhq.core.domain.auth.Subject subject, MeasurementDefinitionManagerLocal measurementDefinitionManager )2nd parameter 'measurementDefinitionManager' of this method has type 'MeasurementDefinitionManagerLocal'.
org.rhq.enterprise.server.sync.MetricTemplateSynchronizer.MetricTemplateSynchronizer ( MeasurementDefinitionManagerLocal measurementDefinitionManager, MeasurementScheduleManagerLocal measurementScheduleManager )1st parameter 'measurementDefinitionManager' of this method has type 'MeasurementDefinitionManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getMeasurementDefinitionManager ( )Return value of this method has type 'MeasurementDefinitionManagerLocal'.
[+] MeasurementOOBManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method MeasurementOOBManagerLocal.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric p1, org.rhq.core.domain.measurement.MeasurementBaseline p2 ) 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 calculateOOB(org.rhq.server.metrics.domain.AggregateNumericMetric, org.rhq.core.domain.measurement.MeasurementBaseline) in MeasurementOOBManagerLocal. |
2 | Abstract method MeasurementOOBManagerLocal.calculateOOB ( org.rhq.server.metrics.domain.AggregateNumericMetric p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method calculateOOB(org.rhq.server.metrics.domain.AggregateNumericMetric) in interface MeasurementOOBManagerLocal. |
[+] affected methods (10)
MeasurementOOBManagerLocal.computeOOBsForLastHour ( org.rhq.core.domain.auth.Subject p1, Iterable p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.computeOOBsFromHourBeginingAt ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.computeOOBsFromLastHour ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.getHighestNOOBsForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.getHighestNOOBsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.getSchedulesWithOOBs ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOOBsForGroupAndDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOOBsForSchedule ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.measurement.MeasurementSchedule p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOutdatedOOBs ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getOOBManager ( )Return value of this method has type 'MeasurementOOBManagerLocal'.
[+] MeasurementProblemManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface MeasurementProblemManagerRemote. | 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 MeasurementProblemManagerRemote. |
[+] affected methods (1)
org.rhq.enterprise.server.util.LookupUtil.getMeasurementProblemManager ( )Return value of this method has type 'MeasurementProblemManagerLocal'.
package org.rhq.enterprise.server.measurement.instrumentation
[+] MeasurementMonitorMBean (7)
| Change | Effect |
---|
1 | Abstract method MeasurementMonitorMBean.getAggregationBatchSize ( ) 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 getAggregationBatchSize() in MeasurementMonitorMBean. |
2 | Abstract method MeasurementMonitorMBean.getAggregationParallelism ( ) 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 getAggregationParallelism() in MeasurementMonitorMBean. |
3 | Abstract method MeasurementMonitorMBean.getAggregationWorkers ( ) 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 getAggregationWorkers() in MeasurementMonitorMBean. |
4 | Abstract method MeasurementMonitorMBean.setAggregationBatchSize ( int p1 ) 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 setAggregationBatchSize(int) in MeasurementMonitorMBean. |
5 | Abstract method MeasurementMonitorMBean.setAggregationParallelism ( int p1 ) 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 setAggregationParallelism(int) in MeasurementMonitorMBean. |
6 | Abstract method MeasurementMonitorMBean.setAggregationWorkers ( int p1 ) 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 setAggregationWorkers(int) in MeasurementMonitorMBean. |
7 | Abstract method MeasurementMonitorMBean.incrementMeasurementCompressionTime ( long p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method incrementMeasurementCompressionTime(long) in interface MeasurementMonitorMBean. |
[+] affected methods (37)
MeasurementMonitor.getMBean ( )Return value of this method has type 'MeasurementMonitorMBean'.
MeasurementMonitorMBean.getAvailabilitiesInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getAvailabilityInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getBaselineCalculationTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getCallTimeInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getCalltimeValuesInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getChangesOnlyAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getFullAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getMeasurementCompressionTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getMeasurementInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getMeasurementsInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedAlertConditions ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedAlertNotifications ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedAlerts ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedAvailabilities ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedCallTimeData ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedEvents ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgedMeasurementTraits ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getPurgeTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getScheduledMeasurementsPerMinute ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.getTotalAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementAvailabilitiesInserted ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementAvailabilityInsertTime ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementAvailabilityReports ( boolean p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementBaselineCalculationTime ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementCallTimeInsertTime ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementCalltimeValuesInserted ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementMeasurementInsertTime ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementMeasurementsInserted ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.incrementPurgeTime ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedAlertConditions ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedAlertNotifications ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedAlerts ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedAvailabilities ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedCallTimeData ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedEvents ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
MeasurementMonitorMBean.setPurgedMeasurementTraits ( long p1 )This abstract method is from 'MeasurementMonitorMBean' interface.
package org.rhq.enterprise.server.operation
[+] OperationManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface OperationManagerRemote. | 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 OperationManagerRemote. |
[+] affected methods (42)
OperationJob.createOperationHistory ( String jobName, String jobGroup, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule, org.rhq.core.domain.operation.GroupOperationHistory groupHistory, OperationManagerLocal operationManager )5th parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationJob.findOperationHistory ( String name, String group, OperationManagerLocal operationManager, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationJob.updateOperationScheduleEntity ( org.quartz.JobDetail jobDetail, java.util.Date nextFireTime, OperationManagerLocal operationManager )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationManagerLocal.checkForCompletedGroupOperation ( int p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.checkForTimedOutOperations ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.deleteOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCompletedGroupOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCompletedResourceOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCurrentlyScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCurrentlyScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findPendingGroupOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findPendingResourceOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findRecentlyCompletedGroupOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findRecentlyCompletedResourceOperations ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findResourceOperationHistoriesByGroupHistoryId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedResourceTypeOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getLatestCompletedResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOldestInProgressResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationDefinitionByResourceTypeAndName ( int p1, String p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationHistoryByHistoryId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationHistoryByJobId ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getResourceNameOptionItems ( int p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getSupportedGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getSupportedResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.isGroupOperationSupported ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.isResourceOperationSupported ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, org.quartz.Trigger p7, String p8 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.GroupOperationSchedule p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.configuration.Configuration p4, org.quartz.Trigger p5, String p6 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.updateOperationHistory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.OperationHistory p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.updateOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId p1, long p2 )This abstract method is from 'OperationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getOperationManager ( )Return value of this method has type 'OperationManagerLocal'.
[+] OperationManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method OperationManagerRemote.deleteOperationHistories ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 ) 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 deleteOperationHistories(org.rhq.core.domain.auth.Subject, int[], boolean) in OperationManagerRemote. |
2 | Abstract method OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) 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 findOperationDefinitionsByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.OperationDefinitionCriteria) in OperationManagerRemote. |
3 | Abstract method OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findOperationDefinitionsByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.OperationDefinitionCriteria) in interface OperationManagerRemote. |
[+] affected methods (12)
OperationManagerRemote.cancelOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.deleteOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findGroupOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findResourceOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.scheduleGroupOperationUsingCron ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, String p7, int p8, String p9 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.scheduleResourceOperationUsingCron ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, int p5, org.rhq.core.domain.configuration.Configuration p6, String p7 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.unscheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.unscheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerRemote' interface.
package org.rhq.enterprise.server.plugin
[+] ServerPluginsLocal (1)
| Change | Effect |
---|
1 | Abstract method ServerPluginsLocal.getEnabledServerPluginsByType ( String p1 ) 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 getEnabledServerPluginsByType(java.lang.String) in ServerPluginsLocal. |
[+] affected methods (26)
ServerPluginsLocal.disableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.enableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getAllServerPlugins ( )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getAllServerPluginsById ( java.util.List p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getInstalledServerPluginsGroupedByType ( )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getLastConfigurationChangeTimestamp ( int p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPlugin ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginKeysByEnabled ( boolean p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPlugins ( )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginsById ( java.util.List p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.invokeServerPluginControl ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.PluginKey p2, String p3, org.rhq.core.domain.configuration.Configuration p4 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.purgeServerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.PluginKey p2 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.purgeServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.registerServerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2, java.io.File p3 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.setServerPluginStatus ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, org.rhq.core.domain.plugin.PluginStatusType p3 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.undeployServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'ServerPluginsLocal' interface.
ServerPluginsLocal.updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2 )This abstract method is from 'ServerPluginsLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getServerPlugins ( )Return value of this method has type 'ServerPluginsLocal'.
package org.rhq.enterprise.server.resource
[+] ResourceFactoryManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface ResourceFactoryManagerRemote. | 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 ResourceFactoryManagerRemote. |
[+] affected methods (15)
ResourceFactoryManagerLocal.checkForTimedOutRequests ( )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.completeCreateResource ( org.rhq.core.clientapi.agent.inventory.CreateResourceResponse p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.completeDeleteResourceRequest ( org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.createPackageBackedResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, byte[ ] p10 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, int p7 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10, java.util.Map p11 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getCreateChildResourceHistoryCount ( int p1, Long p2, Long p3 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getCreateHistoryItem ( int p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getDeleteChildResourceHistoryCount ( int p1, Long p2, Long p3 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistCreateHistory ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistCreateHistory ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.content.PackageVersion p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistDeleteHistory ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceFactoryManager ( )Return value of this method has type 'ResourceFactoryManagerLocal'.
[+] ResourceFactoryManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method ResourceFactoryManagerRemote.createPackageBackedResourceViaContentHandle ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, String p10, Integer p11 ) 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 createPackageBackedResourceViaContentHandle(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.Integer) in ResourceFactoryManagerRemote. |
[+] affected methods (7)
ResourceFactoryManagerRemote.createPackageBackedResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, byte[ ] p10, Integer p11 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, int p7, Integer p8 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, Integer p7 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.deleteResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.deleteResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
ResourceFactoryManagerRemote.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceFactoryManagerRemote' interface.
[+] ResourceManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface ResourceManagerRemote. | 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 ResourceManagerRemote. |
[+] affected methods (102)
ResourceManagerLocal.addResourceError ( org.rhq.core.domain.resource.ResourceError p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigError ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.deleteResourceError ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.resource.ResourceCategory p3, int[ ] p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.resource.ResourceCategory p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceType p3, org.rhq.core.domain.resource.ResourceCategory p4, String p5, int[ ] p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenResourceIds ( int p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildResourcesByCategoryAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3, org.rhq.core.domain.resource.InventoryStatus p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findFlyWeights ( int[ ] p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findIdsByTypeIds ( java.util.List p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedPlatforms ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedServers ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByIds ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByParentAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositeForParentAndTypeAndCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, int p3, org.rhq.core.domain.resource.Resource p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, String p4, org.rhq.core.domain.resource.Resource p5, String p6, boolean p7, org.rhq.core.domain.util.PageControl p8 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceHealth ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceInstallCounts ( org.rhq.core.domain.auth.Subject p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesAutoGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCriteriaBounded ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2, int p3, int p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByParentAndType ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesMarkedForAsyncDeletion ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getDisableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getEnableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlaformOfResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlatform ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceByParentAndKey ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, String p3, String p4, String p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCount ( java.util.List p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByTypeAndIds ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountSummary ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceDescendantsByTypeAndName ( org.rhq.core.domain.auth.Subject p1, int p2, Integer p3, String p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceIdLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceStatuses ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceTree ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getRootResourceForResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.setResourceStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, boolean p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourceAsyncWork ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourceInNewTransaction ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.updateAncestry ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 )This abstract method is from 'ResourceManagerLocal' interface.
org.rhq.enterprise.server.rest.AbstractRestBean.AbstractRestBean ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.createPagingHeader ( javax.ws.rs.core.Response.ResponseBuilder builder, javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.util.PageList resultList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.createUILink ( javax.ws.rs.core.UriInfo uriInfo, org.rhq.enterprise.server.rest.UILinkTemplate template, Integer[ ] entityId )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fetchGroup ( int groupId, boolean requireCompatible )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fetchResource ( int resourceId )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fillGroup ( org.rhq.core.domain.resource.group.ResourceGroup group, javax.ws.rs.core.UriInfo uriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fillRWT ( org.rhq.core.domain.resource.Resource res, javax.ws.rs.core.UriInfo uriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getFromCache ( int id, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getFromCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey key, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getLinkToGroup ( org.rhq.core.domain.resource.group.ResourceGroup group, javax.ws.rs.core.UriInfo uriInfo, String rel )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getLinkToResource ( org.rhq.core.domain.resource.Resource res, javax.ws.rs.core.UriInfo uriInfo, String rel )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getLinkToResourceType ( org.rhq.core.domain.resource.ResourceType type, javax.ws.rs.core.UriInfo uriInfo, String rel )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getMetricScheduleInternal ( javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.measurement.MeasurementSchedule schedule, org.rhq.core.domain.measurement.MeasurementDefinition definition )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.putToCache ( int id, Class clazz, Object o )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.putToCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey key, Object o )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.removeFromCache ( int id, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.renderTemplate ( String templateName, Object objectToRender )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder builder, int maxAgeSecs )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.start ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.wrapForPaging ( javax.ws.rs.core.Response.ResponseBuilder builder, javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.util.PageList originalList, java.util.Collection resultList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.generateReport ( javax.servlet.http.HttpServletRequest request, String resourceTypeId, String version )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.generateReportInternal ( javax.servlet.http.HttpServletRequest request, String resourceTypeId, String version, org.rhq.core.domain.auth.Subject user )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDebugReportName ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsQueryCriteria ( Integer resourceTypeId, String version )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getPropertyConverters ( javax.servlet.http.HttpServletRequest request )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getSummaryCounts ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.InventorySummaryHandler ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
package org.rhq.enterprise.server.resource.group.definition
[+] GroupDefinitionManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface GroupDefinitionManagerRemote. | 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 GroupDefinitionManagerRemote. |
[+] affected methods (9)
GroupDefinitionManagerLocal.calculateGroupMembership_helper ( org.rhq.core.domain.auth.Subject p1, int p2, framework.ExpressionEvaluator.Result p3 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.getAutoRecalculationGroupDefinitionCount ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.getById ( int p1 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.getDynaGroupCount ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.getGroupDefinitionCount ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.getGroupDefinitions ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.recalculateDynaGroups ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
GroupDefinitionManagerLocal.removeManagedResource_helper ( org.rhq.core.domain.auth.Subject p1, int p2, Integer p3 )This abstract method is from 'GroupDefinitionManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getGroupDefinitionManager ( )Return value of this method has type 'GroupDefinitionManagerLocal'.
package org.rhq.enterprise.server.resource.group.definition.mbean
[+] GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic. |
[+] affected methods (3)
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.getStatistics ( )This method is from 'GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic' class.
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic ( GroupDefinitionRecalculationThreadMonitor p1 )This constructor is from 'GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic' class.
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.update ( int newDynaGroupCount, boolean success, long executionTime )This method is from 'GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic' class.
package org.rhq.enterprise.server.rest.domain
[+] CreateCBRresourceRequest (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CreateCBRresourceRequest. |
[+] affected methods (5)
CreateCBRresourceRequest.CreateCBRresourceRequest ( )This constructor is from 'CreateCBRresourceRequest' class.
CreateCBRresourceRequest.getPluginConfig ( )This method is from 'CreateCBRresourceRequest' class.
CreateCBRresourceRequest.getResourceConfig ( )This method is from 'CreateCBRresourceRequest' class.
CreateCBRresourceRequest.setPluginConfig ( java.util.Map pluginConfig )This method is from 'CreateCBRresourceRequest' class.
CreateCBRresourceRequest.setResourceConfig ( java.util.Map resourceConfig )This method is from 'CreateCBRresourceRequest' class.
package org.rhq.enterprise.server.storage
[+] StorageClientManagerBean (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StorageClientManagerBean. |
[+] affected methods (8)
StorageClientManagerBean.getMetricsConfiguration ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.getMetricsDAO ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.getMetricsServer ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.getSession ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.init ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.isClusterAvailable ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.shutdown ( )This method is from 'StorageClientManagerBean' class.
StorageClientManagerBean.StorageClientManagerBean ( )This constructor is from 'StorageClientManagerBean' class.
[+] StorageNodeOperationsHandlerLocal (4)
| Change | Effect |
---|
1 | Abstract method StorageNodeOperationsHandlerLocal.logError ( String p1, String p2, Exception p3 ) 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 logError(java.lang.String, java.lang.String, java.lang.Exception) in StorageNodeOperationsHandlerLocal. |
2 | Abstract method StorageNodeOperationsHandlerLocal.logError ( org.rhq.core.domain.cloud.StorageNode.OperationMode p1, String p2, Exception p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method logError(org.rhq.core.domain.cloud.StorageNode.OperationMode, java.lang.String, java.lang.Exception) in interface StorageNodeOperationsHandlerLocal. |
3 | Abstract method StorageNodeOperationsHandlerLocal.performAddNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method performAddNodeMaintenanceIfNecessary(java.net.InetAddress) in interface StorageNodeOperationsHandlerLocal. |
4 | Abstract method StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method performRemoveNodeMaintenanceIfNecessary(java.net.InetAddress) in interface StorageNodeOperationsHandlerLocal. |
[+] affected methods (22)
StorageNodeOperationsHandlerLocal.announceStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.bootstrapStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.decommissionStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.detachFromResource ( org.rhq.core.domain.cloud.StorageNode p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleAddNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleAnnounce ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleDecommission ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleOperationUpdateIfNecessary ( org.rhq.core.domain.operation.OperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handlePrepareForBootstrap ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleRemoveNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleRepair ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleUnannounce ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.handleUninstall ( org.rhq.core.domain.operation.ResourceOperationHistory p1 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.performAddMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.performAddNodeMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.performRemoveMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.runRepair ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.setMode ( org.rhq.core.domain.cloud.StorageNode p1, org.rhq.core.domain.cloud.StorageNode.OperationMode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.unannounceStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
StorageNodeOperationsHandlerLocal.uninstall ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 )This abstract method is from 'StorageNodeOperationsHandlerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStorageNodeOperationsHandler ( )Return value of this method has type 'StorageNodeOperationsHandlerLocal'.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method SystemManagerLocal.deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings p1 ) 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 deobfuscate(org.rhq.core.domain.common.composite.SystemSettings) in SystemManagerLocal. |
2 | Abstract method SystemManagerLocal.getObfuscatedSystemSettings ( boolean p1 ) 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 getObfuscatedSystemSettings(boolean) in SystemManagerLocal. |
3 | Abstract method SystemManagerLocal.getUnmaskedSystemSettings ( boolean p1 ) 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 getUnmaskedSystemSettings(boolean) in SystemManagerLocal. |
[+] affected methods (23)
org.rhq.enterprise.server.sync.exporters.SystemSettingsExporter.SystemSettingsExporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.importers.SystemSettingsImporter.SystemSettingsImporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.SystemSettingsSynchronizer.SystemSettingsSynchronizer ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.validators.SystemSettingsValidator.SystemSettingsValidator ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemManagerLocal.analyze ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.dumpSystemInfo ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reconfigureSystem ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reindex ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.setStorageClusterSettings ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.composite.SystemSettings p2 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1, String[ ] p2 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuumAppdef ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.validateSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2 )This abstract method is from 'SystemManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
to the top
Problems with Data Types, Medium Severity (2)
rhq-enterprise-server-4.9.0.jar
package org.rhq.enterprise.server.legacy.common
[+] ApplicationException (1)
| Change | Effect |
---|
1 | Superclass has been changed from java.lang.Exception to java.lang.RuntimeException. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ApplicationException. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
ApplicationException.ApplicationException ( )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String s )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String s, Throwable t )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( Throwable t )This constructor is from 'ApplicationException' class.
package org.rhq.enterprise.server.scheduler.jobs
[+] AlertAvailabilityDurationJob (1)
| Change | Effect |
---|
1 | Removed super-class AbstractStatefulJob. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in AlertAvailabilityDurationJob. |
[+] affected methods (1)
AlertAvailabilityDurationJob.AlertAvailabilityDurationJob ( )This constructor is from 'AlertAvailabilityDurationJob' class.
to the top
Problems with Methods, Medium Severity (1)
rhq-enterprise-server-4.9.0.jar, ConfigurationManagerBean
package org.rhq.enterprise.server.configuration
[+] ConfigurationManagerBean.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject subject, int compatibleGroupId, java.util.Map memberPluginConfigurations ) : int (1)
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.scheduleGroupPluginConfigurationUpdate:(Lorg/rhq/core/domain/auth/Subject;ILjava/util/Map;)I]
| Change | Effect |
---|
1 | Removed org.quartz.SchedulerException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override scheduleGroupPluginConfigurationUpdate(org.rhq.core.domain.auth.Subject, int, java.util.Map) in org.rhq.enterprise.server.configuration.ConfigurationManagerBean; overridden method does not throw org.quartz.SchedulerException. |
to the top
Other Changes in Data Types (2)
rhq-enterprise-server-4.9.0.jar
package org.rhq.enterprise.server.alert.engine.model
[+] AbstractCacheElement (1)
| Change | Effect |
---|
1 | Field activity 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 activity is ambiguous. |
[+] affected methods (16)
AbstractCacheElement.AbstractCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, Object value, int conditionTriggerId )This constructor is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.AbstractCacheElement ( org.rhq.core.domain.alert.AlertConditionOperator operator, Object operatorOption, Object value, int conditionId )This constructor is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.convertValueToString ( Object providedValue )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.equals ( Object obj )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionOperator ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionOperatorOption ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionTriggerId ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getAlertConditionValue ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.getOperatorSupportsType ( org.rhq.core.domain.alert.AlertConditionOperator p1 )This abstract method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.hashCode ( )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.isType ( org.rhq.core.domain.alert.AlertConditionOperator.Type type )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.matches ( Object p1, Object[ ] p2 )This abstract method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.process ( Object providedValue, Object[ ] extraParams )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.setAlertConditionValue ( Object updatedValue )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.setNextCacheElement ( AbstractCacheElement nextCacheElement )This method is from 'AbstractCacheElement' abstract class.
AbstractCacheElement.toString ( )This method is from 'AbstractCacheElement' abstract class.
package org.rhq.enterprise.server.rest
[+] ResourceHandlerBean (1)
| Change | Effect |
---|
1 | Field DUMMY_AGENT_TOKEN_PREFIX 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 DUMMY_AGENT_TOKEN_PREFIX is ambiguous. |
[+] affected methods (18)
ResourceHandlerBean.createPlatform ( domain.ResourceWithType resource, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.createPlatformOLD ( String name, domain.StringValue typeValue, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.createResourceOLD ( String name, domain.StringValue typeValue, String plugin, int parentId, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getAlertsForResource ( int resourceId )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getAvailability ( int resourceId, javax.ws.rs.core.HttpHeaders headers )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getAvailabilityHistory ( int resourceId, long start, long end, javax.ws.rs.core.HttpHeaders headers )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getAvailabilitySummary ( int resourceId, javax.ws.rs.core.HttpHeaders headers )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getChildren ( int id, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getHierarchy ( int baseResourceId )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getHistoryItem ( int historyId, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getPlatforms ( int pageSize, Integer page, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getResource ( int id, javax.ws.rs.core.Request request, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getResourcesByQuery ( String q, String category, int pageSize, Integer page, String status, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.getSchedules ( int resourceId, String scheduleType, boolean enabledOnly, String name, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.reportAvailability ( int resourceId, domain.AvailabilityRest avail )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.ResourceHandlerBean ( )This constructor is from 'ResourceHandlerBean' class.
ResourceHandlerBean.uninventoryOrDeleteResource ( int resourceId, boolean delete, boolean validate )This method is from 'ResourceHandlerBean' class.
ResourceHandlerBean.updateResource ( int resourceId, domain.ResourceWithType resourceWithType, javax.ws.rs.core.UriInfo uriInfo )This method is from 'ResourceHandlerBean' class.
to the top
Java ARchives (1)
rhq-enterprise-server-4.9.0.jar
to the top
Generated on Fri Mar 14 07:09:21 2014 for rhq-enterprise-server by Java API Compliance Checker 1.3.6
A tool for checking backward compatibility of a Java library API