Binary compatibility report for the rhq-enterprise-server library between 4.6.0 and 4.7.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.6.0 |
Version #2 | 4.7.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6599 / 761 |
---|
Verdict | Incompatible (2.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 153 |
---|
Removed Methods | High | 27 |
---|
Problems with Data Types | High | 8 |
---|
Medium | 8 |
Low | 0 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 25 |
Added Methods (153)
rhq-enterprise-server-4.7.0.jar, AbstractRestBean.class
package org.rhq.enterprise.server.rest
AbstractRestBean.createUILink ( javax.ws.rs.core.UriInfo uriInfo, UILinkTemplate template, Integer[ ] entityId ) : domain.Link
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.createUILink:(Ljavax/ws/rs/core/UriInfo;Lorg/rhq/enterprise/server/rest/UILinkTemplate;[Ljava/lang/Integer;)Lorg/rhq/enterprise/server/rest/domain/Link;]
AbstractRestBean.getMetricScheduleInternal ( javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.measurement.MeasurementSchedule schedule, org.rhq.core.domain.measurement.MeasurementDefinition definition ) : domain.MetricSchedule
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getMetricScheduleInternal:(Ljavax/ws/rs/core/UriInfo;Lorg/rhq/core/domain/measurement/MeasurementSchedule;Lorg/rhq/core/domain/measurement/MeasurementDefinition;)Lorg/rhq/enterprise/server/rest/domain/MetricSchedule;]
AbstractRestBean.setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder builder, int maxAgeSecs ) : void
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.setCachingHeader:(Ljavax/ws/rs/core/Response$ResponseBuilder;I)V]
rhq-enterprise-server-4.7.0.jar, AgentClient.class
package org.rhq.enterprise.server.agentclient
AgentClient.getBundleAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.bundle.BundleAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getBundleAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/bundle/BundleAgentService;]
AgentClient.getConfigurationAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.configuration.ConfigurationAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getConfigurationAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/configuration/ConfigurationAgentService;]
AgentClient.getContentAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.content.ContentAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getContentAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/content/ContentAgentService;]
AgentClient.getDiscoveryAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.discovery.DiscoveryAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getDiscoveryAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/discovery/DiscoveryAgentService;]
AgentClient.getDriftAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.drift.DriftAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getDriftAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/drift/DriftAgentService;]
AgentClient.getMeasurementAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.measurement.MeasurementAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getMeasurementAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/measurement/MeasurementAgentService;]
AgentClient.getOperationAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.operation.OperationAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getOperationAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/operation/OperationAgentService;]
AgentClient.getResourceFactoryAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.inventory.ResourceFactoryAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getResourceFactoryAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/inventory/ResourceFactoryAgentService;]
AgentClient.getSupportAgentService ( Long p1 ) [abstract] : org.rhq.core.clientapi.agent.support.SupportAgentService
[run-time name: org/rhq/enterprise/server/agentclient/AgentClient.getSupportAgentService:(Ljava/lang/Long;)Lorg/rhq/core/clientapi/agent/support/SupportAgentService;]
rhq-enterprise-server-4.7.0.jar, AlertDefinitionHandlerBean.class
package org.rhq.enterprise.server.rest
AlertDefinitionHandlerBean.getAlertDefinition ( int definitionId, boolean full, javax.ws.rs.core.Request request, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.getAlertDefinition:(IZLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
AlertDefinitionHandlerBean.listAlertDefinitions ( int page, String status, javax.ws.rs.core.UriInfo uriInfo ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.listAlertDefinitions:(ILjava/lang/String;Ljavax/ws/rs/core/UriInfo;)Ljava/util/List;]
AlertDefinitionHandlerBean.updateDefinition ( int definitionId, domain.AlertDefinitionRest definitionRest, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.updateDefinition:(ILorg/rhq/enterprise/server/rest/domain/AlertDefinitionRest;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.7.0.jar, AlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerBean.createAlertDefinitionInNewTransaction ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.alert.AlertDefinition alertDefinition, Integer resourceId, boolean validateNotificationConfiguration ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.createAlertDefinitionInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/alert/AlertDefinition;Ljava/lang/Integer;Z)I]
rhq-enterprise-server-4.7.0.jar, AlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerLocal.createAlertDefinitionInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3, boolean p4 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.createAlertDefinitionInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/alert/AlertDefinition;Ljava/lang/Integer;Z)I]
rhq-enterprise-server-4.7.0.jar, AlertDefinitionRest.class
package org.rhq.enterprise.server.rest.domain
AlertDefinitionRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/AlertDefinitionRest.getLinks:()Ljava/util/List;]
AlertDefinitionRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AlertDefinitionRest.setLinks:(Ljava/util/List;)V]
rhq-enterprise-server-4.7.0.jar, AlertHandlerBean.class
package org.rhq.enterprise.server.rest
AlertHandlerBean.getDefinitionForAlert ( int alertId, javax.ws.rs.core.UriInfo uriInfo ) : domain.AlertDefinitionRest
[run-time name: org/rhq/enterprise/server/rest/AlertHandlerBean.getDefinitionForAlert:(ILjavax/ws/rs/core/UriInfo;)Lorg/rhq/enterprise/server/rest/domain/AlertDefinitionRest;]
rhq-enterprise-server-4.7.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject subject, int resourceId, long startTime, long endTime ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.getAvailabilitiesForResource:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
AvailabilityManagerBean.getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject subject, int groupId, long startTime, long endTime ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.getAvailabilitiesForResourceGroup:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
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.7.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.getAvailabilitiesForResource:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
AvailabilityManagerLocal.getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.getAvailabilitiesForResourceGroup:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
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.7.0.jar, AvailabilitySummary.class
package org.rhq.enterprise.server.rest.domain
AvailabilitySummary.AvailabilitySummary ( )
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary."<init>":()V]
AvailabilitySummary.AvailabilitySummary ( int resourceId, org.rhq.core.domain.resource.composite.ResourceAvailabilitySummary ras )
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary."<init>":(ILorg/rhq/core/domain/resource/composite/ResourceAvailabilitySummary;)V]
AvailabilitySummary.getCurrent ( ) : org.rhq.core.domain.measurement.AvailabilityType
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getCurrent:()Lorg/rhq/core/domain/measurement/AvailabilityType;]
AvailabilitySummary.getCurrentTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getCurrentTime:()J]
AvailabilitySummary.getDisabled ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getDisabled:()I]
AvailabilitySummary.getDisabledPercentage ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getDisabledPercentage:()D]
AvailabilitySummary.getDisabledTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getDisabledTime:()J]
AvailabilitySummary.getDownPercentage ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getDownPercentage:()D]
AvailabilitySummary.getDownTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getDownTime:()J]
AvailabilitySummary.getFailures ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getFailures:()I]
AvailabilitySummary.getKnownTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getKnownTime:()J]
AvailabilitySummary.getLastChange ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getLastChange:()J]
AvailabilitySummary.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getLinks:()Ljava/util/List;]
AvailabilitySummary.getMtbf ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getMtbf:()J]
AvailabilitySummary.getMttr ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getMttr:()J]
AvailabilitySummary.getResourceId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getResourceId:()I]
AvailabilitySummary.getUnknownTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getUnknownTime:()J]
AvailabilitySummary.getUpPercentage ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getUpPercentage:()D]
AvailabilitySummary.getUpTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.getUpTime:()J]
AvailabilitySummary.setCurrent ( org.rhq.core.domain.measurement.AvailabilityType current ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setCurrent:(Lorg/rhq/core/domain/measurement/AvailabilityType;)V]
AvailabilitySummary.setCurrentTime ( long currentTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setCurrentTime:(J)V]
AvailabilitySummary.setDisabled ( int disabled ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setDisabled:(I)V]
AvailabilitySummary.setDisabledPercentage ( double disabledPercentage ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setDisabledPercentage:(D)V]
AvailabilitySummary.setDisabledTime ( long disabledTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setDisabledTime:(J)V]
AvailabilitySummary.setDownPercentage ( double downPercentage ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setDownPercentage:(D)V]
AvailabilitySummary.setDownTime ( long downTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setDownTime:(J)V]
AvailabilitySummary.setFailures ( int failures ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setFailures:(I)V]
AvailabilitySummary.setKnownTime ( long knownTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setKnownTime:(J)V]
AvailabilitySummary.setLastChange ( long lastChange ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setLastChange:(J)V]
AvailabilitySummary.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setLinks:(Ljava/util/List;)V]
AvailabilitySummary.setMtbf ( long mtbf ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setMtbf:(J)V]
AvailabilitySummary.setMttr ( long mttr ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setMttr:(J)V]
AvailabilitySummary.setResourceId ( int resourceId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setResourceId:(I)V]
AvailabilitySummary.setUnknownTime ( long unknownTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setUnknownTime:(J)V]
AvailabilitySummary.setUpPercentage ( double upPercentage ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setUpPercentage:(D)V]
AvailabilitySummary.setUpTime ( long upTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilitySummary.setUpTime:(J)V]
rhq-enterprise-server-4.7.0.jar, ContentHandlerBean.class
package org.rhq.enterprise.server.rest
ContentHandlerBean.ContentHandlerBean ( )
[run-time name: org/rhq/enterprise/server/rest/ContentHandlerBean."<init>":()V]
ContentHandlerBean.getInfo ( String handle ) : domain.IntegerValue
[run-time name: org/rhq/enterprise/server/rest/ContentHandlerBean.getInfo:(Ljava/lang/String;)Lorg/rhq/enterprise/server/rest/domain/IntegerValue;]
ContentHandlerBean.removeUploadedContent ( String handle ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ContentHandlerBean.removeUploadedContent:(Ljava/lang/String;)Ljavax/ws/rs/core/Response;]
ContentHandlerBean.uploadContent ( java.io.InputStream contentStream, 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/ContentHandlerBean.uploadContent:(Ljava/io/InputStream;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.7.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.7.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : org.rhq.core.domain.discovery.MergeInventoryReportResults
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/MergeInventoryReportResults;]
DiscoveryBossBean.unignoreAndImportResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.unignoreAndImportResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossBean.updateInventoryStatusInNewTransaction ( org.rhq.core.domain.auth.Subject user, java.util.List platforms, java.util.List servers, org.rhq.core.domain.resource.InventoryStatus status ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.updateInventoryStatusInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Ljava/util/List;Lorg/rhq/core/domain/resource/InventoryStatus;)V]
rhq-enterprise-server-4.7.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 ) [abstract] : org.rhq.core.domain.discovery.MergeInventoryReportResults
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/MergeInventoryReportResults;]
DiscoveryBossLocal.updateInventoryStatusInNewTransaction ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, java.util.List p3, org.rhq.core.domain.resource.InventoryStatus p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.updateInventoryStatusInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Ljava/util/List;Lorg/rhq/core/domain/resource/InventoryStatus;)V]
rhq-enterprise-server-4.7.0.jar, DiscoveryBossRemote.class
package org.rhq.enterprise.server.discovery
DiscoveryBossRemote.unignoreAndImportResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.unignoreAndImportResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
rhq-enterprise-server-4.7.0.jar, DiscoveryServerServiceImpl.class
package org.rhq.enterprise.server.discovery
DiscoveryServerServiceImpl.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : org.rhq.core.domain.discovery.MergeInventoryReportResults
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryServerServiceImpl.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/MergeInventoryReportResults;]
rhq-enterprise-server-4.7.0.jar, GroupAlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
GroupAlertDefinitionManagerBean.addGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int resourceGroupId, int[ ] addedResourceIds ) : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.addGroupMemberAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
GroupAlertDefinitionManagerBean.removeGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int resourceGroupId, Integer[ ] removedResourceIds ) : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.removeGroupMemberAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
rhq-enterprise-server-4.7.0.jar, GroupAlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
GroupAlertDefinitionManagerLocal.addGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerLocal.addGroupMemberAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
GroupAlertDefinitionManagerLocal.removeGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerLocal.removeGroupMemberAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
rhq-enterprise-server-4.7.0.jar, LinkSerializer.class
package org.rhq.enterprise.server.rest.helper
LinkSerializer.LinkSerializer ( )
[run-time name: org/rhq/enterprise/server/rest/helper/LinkSerializer."<init>":()V]
LinkSerializer.serialize ( Object x0, org.codehaus.jackson.JsonGenerator x1, org.codehaus.jackson.map.SerializerProvider x2 ) : void
[run-time name: org/rhq/enterprise/server/rest/helper/LinkSerializer.serialize:(Ljava/lang/Object;Lorg/codehaus/jackson/JsonGenerator;Lorg/codehaus/jackson/map/SerializerProvider;)V]
LinkSerializer.serialize ( org.rhq.enterprise.server.rest.domain.Link link, org.codehaus.jackson.JsonGenerator jsonGenerator, org.codehaus.jackson.map.SerializerProvider serializerProvider ) : void
[run-time name: org/rhq/enterprise/server/rest/helper/LinkSerializer.serialize:(Lorg/rhq/enterprise/server/rest/domain/Link;Lorg/codehaus/jackson/JsonGenerator;Lorg/codehaus/jackson/map/SerializerProvider;)V]
rhq-enterprise-server-4.7.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getStartupLocal ( ) [static] : org.rhq.enterprise.server.core.StartupLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStartupLocal:()Lorg/rhq/enterprise/server/core/StartupLocal;]
rhq-enterprise-server-4.7.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.findLiveData ( org.rhq.core.domain.auth.Subject subject, int resourceId, int[ ] definitionIds, Long timeout ) : java.util.Set
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.findLiveData:(Lorg/rhq/core/domain/auth/Subject;I[ILjava/lang/Long;)Ljava/util/Set;]
rhq-enterprise-server-4.7.0.jar, MeasurementDataManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerLocal.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, Long p4 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.findLiveData:(Lorg/rhq/core/domain/auth/Subject;I[ILjava/lang/Long;)Ljava/util/Set;]
rhq-enterprise-server-4.7.0.jar, MetricDefinitionAggregate.class
package org.rhq.enterprise.server.rest.domain
MetricDefinitionAggregate.getAvg ( ) : Double
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getAvg:()Ljava/lang/Double;]
MetricDefinitionAggregate.getDefinitionId ( ) : Integer
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getDefinitionId:()Ljava/lang/Integer;]
MetricDefinitionAggregate.getMax ( ) : Double
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getMax:()Ljava/lang/Double;]
MetricDefinitionAggregate.getMaxTimeStamp ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getMaxTimeStamp:()J]
MetricDefinitionAggregate.getMin ( ) : Double
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getMin:()Ljava/lang/Double;]
MetricDefinitionAggregate.getMinTimeStamp ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.getMinTimeStamp:()J]
MetricDefinitionAggregate.MetricDefinitionAggregate ( )
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate."<init>":()V]
MetricDefinitionAggregate.MetricDefinitionAggregate ( Integer definitionId, Double min, Double avg, Double max )
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate."<init>":(Ljava/lang/Integer;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;)V]
MetricDefinitionAggregate.setAvg ( Double avg ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setAvg:(Ljava/lang/Double;)V]
MetricDefinitionAggregate.setDefinitionId ( Integer definitionId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setDefinitionId:(Ljava/lang/Integer;)V]
MetricDefinitionAggregate.setMax ( Double max ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setMax:(Ljava/lang/Double;)V]
MetricDefinitionAggregate.setMaxTimeStamp ( long maxTimeStamp ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setMaxTimeStamp:(J)V]
MetricDefinitionAggregate.setMin ( Double min ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setMin:(Ljava/lang/Double;)V]
MetricDefinitionAggregate.setMinTimeStamp ( long minTimeStamp ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricDefinitionAggregate.setMinTimeStamp:(J)V]
rhq-enterprise-server-4.7.0.jar, MetricHandlerBean.class
package org.rhq.enterprise.server.rest
MetricHandlerBean.getAggregatesForResource ( int resourceId, long startTime, long endTime, boolean includeDataPoints, boolean hideEmpty, javax.ws.rs.core.HttpHeaders headers ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getAggregatesForResource:(IJJZZLjavax/ws/rs/core/HttpHeaders;)Ljava/util/List;]
rhq-enterprise-server-4.7.0.jar, MetricSchedule.class
package org.rhq.enterprise.server.rest.domain
MetricSchedule.getDefinitionId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.getDefinitionId:()I]
MetricSchedule.setDefinitionId ( int definitionId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.setDefinitionId:(I)V]
rhq-enterprise-server-4.7.0.jar, OperationJob.class
package org.rhq.enterprise.server.operation
OperationJob.getUserWithSession ( org.rhq.core.domain.auth.Subject user, boolean reattach ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/operation/OperationJob.getUserWithSession:(Lorg/rhq/core/domain/auth/Subject;Z)Lorg/rhq/core/domain/auth/Subject;]
rhq-enterprise-server-4.7.0.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.OperationDefinitionCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.7.0.jar, OperationManagerLocal.class
package org.rhq.enterprise.server.operation
OperationManagerLocal.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/OperationManagerLocal.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.7.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.7.0.jar, PlatformUtilizationManagerBean.class
package org.rhq.enterprise.server.resource
PlatformUtilizationManagerBean.loadLiveMetricsForPlatformInNewTransaction ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.Resource platform, java.util.Set metricDefinitionIds, Long timeout ) : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/PlatformUtilizationManagerBean.loadLiveMetricsForPlatformInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;Ljava/lang/Long;)Ljava/util/Set;]
rhq-enterprise-server-4.7.0.jar, PlatformUtilizationManagerLocal.class
package org.rhq.enterprise.server.resource
PlatformUtilizationManagerLocal.loadLiveMetricsForPlatformInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, java.util.Set p3, Long p4 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/PlatformUtilizationManagerLocal.loadLiveMetricsForPlatformInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;Ljava/lang/Long;)Ljava/util/Set;]
rhq-enterprise-server-4.7.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.createResource ( domain.CreateCBRresourceRequest resource, javax.ws.rs.core.HttpHeaders headers, String handle, 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;Ljavax/ws/rs/core/HttpHeaders;Ljava/lang/String;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.getAvailabilitySummary ( int resourceId, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getAvailabilitySummary:(ILjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.getHistoryItem ( int historyId, 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.getHistoryItem:(ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.uninventoryOrDeleteResource ( int resourceId, boolean delete ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.uninventoryOrDeleteResource:(IZ)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.7.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.Agent doomedAgent ) : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.uninventoryAllResourcesByAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Agent;)V]
ResourceManagerBean.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId ) : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.uninventoryResourcesOfResourceType:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.7.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.uninventoryAllResourcesByAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Agent;)V]
ResourceManagerLocal.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.uninventoryResourcesOfResourceType:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.7.0.jar, ResourceManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceManagerRemote.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerRemote.uninventoryAllResourcesByAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Agent;)V]
ResourceManagerRemote.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerRemote.uninventoryResourcesOfResourceType:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.7.0.jar, ResourceTypeHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceTypeHandlerBean.getTypeById ( int resourceTypeId, 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/ResourceTypeHandlerBean.getTypeById:(ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceTypeHandlerBean.ResourceTypeHandlerBean ( )
[run-time name: org/rhq/enterprise/server/rest/ResourceTypeHandlerBean."<init>":()V]
rhq-enterprise-server-4.7.0.jar, ResourceTypeManagerBean.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerBean.setResourceTypeIgnoreFlag ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId, boolean ignoreFlag ) : void
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.setResourceTypeIgnoreFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ResourceTypeManagerBean.setResourceTypeIgnoreFlagAndUninventoryResources ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId, boolean ignoreFlag ) : void
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.setResourceTypeIgnoreFlagAndUninventoryResources:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-4.7.0.jar, ResourceTypeManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerLocal.setResourceTypeIgnoreFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.setResourceTypeIgnoreFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ResourceTypeManagerLocal.setResourceTypeIgnoreFlagAndUninventoryResources ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.setResourceTypeIgnoreFlagAndUninventoryResources:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-4.7.0.jar, ResourceTypeManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerRemote.setResourceTypeIgnoreFlagAndUninventoryResources ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerRemote.setResourceTypeIgnoreFlagAndUninventoryResources:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-4.7.0.jar, ResourceTypeRest.class
package org.rhq.enterprise.server.rest.domain
ResourceTypeRest.getCreatePolicy ( ) : org.rhq.core.domain.resource.CreateDeletePolicy
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getCreatePolicy:()Lorg/rhq/core/domain/resource/CreateDeletePolicy;]
ResourceTypeRest.getDataType ( ) : org.rhq.core.domain.resource.ResourceCreationDataType
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getDataType:()Lorg/rhq/core/domain/resource/ResourceCreationDataType;]
ResourceTypeRest.getId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getId:()I]
ResourceTypeRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getLinks:()Ljava/util/List;]
ResourceTypeRest.getName ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getName:()Ljava/lang/String;]
ResourceTypeRest.getPluginName ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.getPluginName:()Ljava/lang/String;]
ResourceTypeRest.ResourceTypeRest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest."<init>":()V]
ResourceTypeRest.setCreatePolicy ( org.rhq.core.domain.resource.CreateDeletePolicy createPolicy ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setCreatePolicy:(Lorg/rhq/core/domain/resource/CreateDeletePolicy;)V]
ResourceTypeRest.setDataType ( org.rhq.core.domain.resource.ResourceCreationDataType dataType ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setDataType:(Lorg/rhq/core/domain/resource/ResourceCreationDataType;)V]
ResourceTypeRest.setId ( int id ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setId:(I)V]
ResourceTypeRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setLinks:(Ljava/util/List;)V]
ResourceTypeRest.setName ( String name ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setName:(Ljava/lang/String;)V]
ResourceTypeRest.setPluginName ( String pluginName ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceTypeRest.setPluginName:(Ljava/lang/String;)V]
rhq-enterprise-server-4.7.0.jar, SessionManager.class
package org.rhq.enterprise.server.auth
SessionManager.getLastAccess ( int sessionId ) : long
[run-time name: org/rhq/enterprise/server/auth/SessionManager.getLastAccess:(I)J]
SessionManager.getSessionCount ( ) : int
[run-time name: org/rhq/enterprise/server/auth/SessionManager.getSessionCount:()I]
SessionManager.purgeTimedOutSessions ( ) : void
[run-time name: org/rhq/enterprise/server/auth/SessionManager.purgeTimedOutSessions:()V]
rhq-enterprise-server-4.7.0.jar, StartupBean.class
package org.rhq.enterprise.server.core
StartupBean.isInitialized ( ) : boolean
[run-time name: org/rhq/enterprise/server/core/StartupBean.isInitialized:()Z]
rhq-enterprise-server-4.7.0.jar, StartupLocal.class
package org.rhq.enterprise.server.core
StartupLocal.init ( ) [abstract] : void
[run-time name: org/rhq/enterprise/server/core/StartupLocal.init:()V]
StartupLocal.isInitialized ( ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/core/StartupLocal.isInitialized:()Z]
rhq-enterprise-server-4.7.0.jar, SubjectManagerBean.class
package org.rhq.enterprise.server.auth
SubjectManagerBean.purgeTimedOutSessions ( ) : void
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.purgeTimedOutSessions:()V]
SubjectManagerBean.scheduleSessionPurgeJob ( ) : void
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.scheduleSessionPurgeJob:()V]
rhq-enterprise-server-4.7.0.jar, SubjectManagerLocal.class
package org.rhq.enterprise.server.auth
SubjectManagerLocal.scheduleSessionPurgeJob ( ) [abstract] : void
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.scheduleSessionPurgeJob:()V]
rhq-enterprise-server-4.7.0.jar, UILinkTemplate.class
package org.rhq.enterprise.server.rest
UILinkTemplate.getUrl ( ) : String
[run-time name: org/rhq/enterprise/server/rest/UILinkTemplate.getUrl:()Ljava/lang/String;]
UILinkTemplate.valueOf ( String name ) [static] : UILinkTemplate
[run-time name: org/rhq/enterprise/server/rest/UILinkTemplate.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/rest/UILinkTemplate;]
UILinkTemplate.values ( ) [static] : UILinkTemplate[ ]
[run-time name: org/rhq/enterprise/server/rest/UILinkTemplate.values:()[Lorg/rhq/enterprise/server/rest/UILinkTemplate;]
to the top
Removed Methods (27)
rhq-enterprise-server-4.6.0.jar, AlertDefinitionHandlerBean.class
package org.rhq.enterprise.server.rest
AlertDefinitionHandlerBean.getAlertDefinition ( int definitionId, boolean full, javax.ws.rs.core.Request request ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.getAlertDefinition:(IZLjavax/ws/rs/core/Request;)Ljavax/ws/rs/core/Response;]
AlertDefinitionHandlerBean.listAlertDefinitions ( int page, String status ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.listAlertDefinitions:(ILjava/lang/String;)Ljava/util/List;]
AlertDefinitionHandlerBean.updateDefinition ( int definitionId, domain.AlertDefinitionRest definitionRest ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.updateDefinition:(ILorg/rhq/enterprise/server/rest/domain/AlertDefinitionRest;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.6.0.jar, AlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerBean.createAlertDefinition ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.alert.AlertDefinition alertDefinition, Integer resourceId, boolean validateNotificationConfiguration ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.createAlertDefinition:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/alert/AlertDefinition;Ljava/lang/Integer;Z)I]
rhq-enterprise-server-4.6.0.jar, AlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerLocal.createAlertDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3, boolean p4 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.createAlertDefinition:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/alert/AlertDefinition;Ljava/lang/Integer;Z)I]
rhq-enterprise-server-4.6.0.jar, AlertHandlerBean.class
package org.rhq.enterprise.server.rest
AlertHandlerBean.getDefinitionForAlert ( int alertId ) : domain.AlertDefinitionRest
[run-time name: org/rhq/enterprise/server/rest/AlertHandlerBean.getDefinitionForAlert:(I)Lorg/rhq/enterprise/server/rest/domain/AlertDefinitionRest;]
rhq-enterprise-server-4.6.0.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.purgeAlerts ( ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.purgeAlerts:()I]
rhq-enterprise-server-4.6.0.jar, DeletedResourceTypeFilter.class
package org.rhq.enterprise.server.discovery
DeletedResourceTypeFilter.accept ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : boolean
[run-time name: org/rhq/enterprise/server/discovery/DeletedResourceTypeFilter.accept:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Z]
rhq-enterprise-server-4.6.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : org.rhq.core.domain.discovery.ResourceSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
DiscoveryBossBean.updateInventoryStatus ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.InventoryStatus status, java.util.List platforms, java.util.List servers ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.updateInventoryStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/InventoryStatus;Ljava/util/List;Ljava/util/List;)V]
rhq-enterprise-server-4.6.0.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 ) [abstract] : org.rhq.core.domain.discovery.ResourceSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
DiscoveryBossLocal.updateInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2, java.util.List p3, java.util.List p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.updateInventoryStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/InventoryStatus;Ljava/util/List;Ljava/util/List;)V]
rhq-enterprise-server-4.6.0.jar, DiscoveryServerServiceImpl.class
package org.rhq.enterprise.server.discovery
DiscoveryServerServiceImpl.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : org.rhq.core.domain.discovery.ResourceSyncInfo
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryServerServiceImpl.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
rhq-enterprise-server-4.6.0.jar, GroupAlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
GroupAlertDefinitionManagerBean.addGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int resourceGroupId, int[ ] resourcesIdsToAdd ) : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.addGroupAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
GroupAlertDefinitionManagerBean.removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int resourceGroupId, int[ ] resourceIdsToRemove ) : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.removeGroupAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.6.0.jar, GroupAlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
GroupAlertDefinitionManagerLocal.addGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerLocal.addGroupAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
GroupAlertDefinitionManagerLocal.removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerLocal.removeGroupAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.6.0.jar, MetricHandlerBean.class
package org.rhq.enterprise.server.rest
MetricHandlerBean.getAggregatesForResource ( int resourceId, long startTime, long endTime ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getAggregatesForResource:(IJJ)Ljava/util/List;]
rhq-enterprise-server-4.6.0.jar, OperationJob.class
package org.rhq.enterprise.server.operation
OperationJob.getUserWithSession ( org.rhq.core.domain.auth.Subject user ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/operation/OperationJob.getUserWithSession:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/auth/Subject;]
rhq-enterprise-server-4.6.0.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.OperationDefinitionCriteria criteria ) : 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.6.0.jar, OperationManagerLocal.class
package org.rhq.enterprise.server.operation
OperationManagerLocal.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/OperationManagerLocal.findOperationDefinitionsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/OperationDefinitionCriteria;)Ljava/util/List;]
rhq-enterprise-server-4.6.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] : 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.6.0.jar, PlatformUtilizationManagerBean.class
package org.rhq.enterprise.server.resource
PlatformUtilizationManagerBean.loadLiveMetricsForPlatform ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.Resource platform, java.util.Set metricDefinitionIds ) : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/PlatformUtilizationManagerBean.loadLiveMetricsForPlatform:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;)Ljava/util/Set;]
rhq-enterprise-server-4.6.0.jar, PlatformUtilizationManagerLocal.class
package org.rhq.enterprise.server.resource
PlatformUtilizationManagerLocal.loadLiveMetricsForPlatform ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, java.util.Set p3 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/PlatformUtilizationManagerLocal.loadLiveMetricsForPlatform:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;Ljava/util/Set;)Ljava/util/Set;]
rhq-enterprise-server-4.6.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.createResource ( domain.ResourceWithType resource, 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/ResourceWithType;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.uninventoryOrDeleteResource ( int resourceId ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.uninventoryOrDeleteResource:(I)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.6.0.jar, SessionManager.class
package org.rhq.enterprise.server.auth
SessionManager.getlastAccess ( int sessionId ) : long
[run-time name: org/rhq/enterprise/server/auth/SessionManager.getlastAccess:(I)J]
to the top
Problems with Data Types, High Severity (8)
rhq-enterprise-server-4.6.0.jar
package org.rhq.enterprise.server.alert
[+] AlertDefinitionManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertDefinitionManagerLocal.createAlertDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3, boolean p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (23)
AlertDefinitionManagerLocal.copyAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )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.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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.findAlertDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertDefinitionCriteria p2 )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.getAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int 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.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] 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.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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'.
[+] GroupAlertDefinitionManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method GroupAlertDefinitionManagerLocal.addGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method GroupAlertDefinitionManagerLocal.removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
GroupAlertDefinitionManagerLocal.createGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.disableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.enableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.findGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.purgeAllGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, boolean p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getGroupAlertDefinitionManager ( )Return value of this method has type 'GroupAlertDefinitionManagerLocal'.
package org.rhq.enterprise.server.discovery
[+] DiscoveryBossLocal (2)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method DiscoveryBossLocal.updateInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2, java.util.List p3, java.util.List p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (13)
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.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent p1 )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.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.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.operation
[+] OperationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method OperationManagerLocal.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (53)
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.updateOperationScheduleEntity ( org.quartz.JobDetail jobDetail, java.util.Date nextFireTime, OperationManagerLocal operationManager )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationManagerLocal.cancelOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
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.deleteOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )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.findGroupOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupOperationHistoryCriteria 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.findResourceOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria p2 )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.findScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )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, long p7, long p8, int p9, int p10, String p11 )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.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 'OperationManagerLocal' interface.
OperationManagerLocal.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 '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.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 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )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 (1)
| Change | Effect |
---|
1 | Abstract method OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] 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.resource
[+] PlatformUtilizationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method PlatformUtilizationManagerLocal.loadLiveMetricsForPlatform ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, java.util.Set p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
PlatformUtilizationManagerLocal.loadPlatformMetrics ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'PlatformUtilizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getPlatformUtilizationManager ( )Return value of this method has type 'PlatformUtilizationManagerLocal'.
to the top
Problems with Methods, High Severity (1)
rhq-enterprise-server-4.6.0.jar, StartupBean
package org.rhq.enterprise.server.core
[+] StartupBean.secureNaming ( ) : void (1)
[run-time name: org/rhq/enterprise/server/core/StartupBean.secureNaming:()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (8)
rhq-enterprise-server-4.6.0.jar
package org.rhq.enterprise.server.alert
[+] AlertDefinitionManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertDefinitionManagerLocal.createAlertDefinitionInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3, boolean p4 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method AlertTemplateManagerBean.updateAlertDefinitionsForResource ( org.rhq.core.domain.auth.Subject user, Integer resourceId ) and may not be implemented by old clients. |
[+] affected methods (23)
AlertDefinitionManagerLocal.copyAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )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.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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.findAlertDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertDefinitionCriteria p2 )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.getAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int 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.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] 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.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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'.
[+] GroupAlertDefinitionManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method GroupAlertDefinitionManagerLocal.addGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.rhq.enterprise.server.resource.group.ResourceGroupManagerBean.addResourcesToGroupExplicit ( org.rhq.core.domain.auth.Subject subject, Integer groupId, java.util.List resourceIds, boolean isRecursive ) and may not be implemented by old clients. |
2 | Abstract method GroupAlertDefinitionManagerLocal.removeGroupMemberAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.rhq.enterprise.server.resource.group.ResourceGroupManagerBean.removeResourcesFromGroup_helper ( org.rhq.core.domain.auth.Subject subject, Integer groupId, Integer[ ] resourceIds, boolean isRecursive ) and may not be implemented by old clients. |
[+] affected methods (8)
GroupAlertDefinitionManagerLocal.createGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.disableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.enableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.findGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.purgeAllGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, boolean p3 )This abstract method is from 'GroupAlertDefinitionManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getGroupAlertDefinitionManager ( )Return value of this method has type 'GroupAlertDefinitionManagerLocal'.
package org.rhq.enterprise.server.auth
[+] SubjectManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method SubjectManagerLocal.scheduleSessionPurgeJob ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.rhq.enterprise.server.core.StartupBean.scheduleJobs ( ) and may not be implemented by old clients. |
[+] affected methods (28)
SubjectManagerLocal.changePassword ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.checkAuthentication ( String p1, String p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createPrincipal ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createPrincipal ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Principal p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.deleteSubjects ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.deleteUsers ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findAllUsersWithPrincipals ( )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findAvailableSubjectsForRole ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findSubjectsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.SubjectCriteria p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getOverlord ( )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectById ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectByName ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectByNameAndSessionId ( String p1, int p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectBySessionId ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.isUserWithPrincipal ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.isValidSessionId ( int p1, String p2, int p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.loadUserConfiguration ( Integer p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.login ( String p1, String p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.loginUnauthenticated ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.logout ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.logout ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.processSubjectForLdap ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.updateSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.updateSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
org.rhq.enterprise.server.discovery.DeletedResourceTypeFilter.DeletedResourceTypeFilter ( SubjectManagerLocal subjectManager, org.rhq.enterprise.server.resource.ResourceTypeManagerLocal resourceTypeManager, org.rhq.enterprise.server.resource.metadata.PluginManagerLocal pluginManager )1st parameter 'subjectManager' of this method has type 'SubjectManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getSubjectManager ( )Return value of this method has type 'SubjectManagerLocal'.
package org.rhq.enterprise.server.discovery
[+] DiscoveryBossLocal (1)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossLocal.updateInventoryStatusInNewTransaction ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, java.util.List p3, org.rhq.core.domain.resource.InventoryStatus p4 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method DiscoveryBossBean.updateInventoryStatus ( org.rhq.core.domain.auth.Subject user, java.util.List platforms, java.util.List servers, org.rhq.core.domain.resource.InventoryStatus status ) and may not be implemented by old clients. |
[+] affected methods (13)
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.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent p1 )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.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.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.measurement
[+] AvailabilityManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AvailabilityManagerLocal.setResourceAvailabilities ( int[ ] p1, org.rhq.core.domain.measurement.AvailabilityType p2 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.rhq.enterprise.server.discovery.DiscoveryBossBean.ignoreResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) and may not be implemented by old clients. |
[+] affected methods (11)
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.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'.
package org.rhq.enterprise.server.resource
[+] PlatformUtilizationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method PlatformUtilizationManagerLocal.loadLiveMetricsForPlatformInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, java.util.Set p3, Long p4 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method PlatformUtilizationManagerBean.loadPlatformMetrics ( org.rhq.core.domain.auth.Subject subject ) and may not be implemented by old clients. |
[+] affected methods (2)
PlatformUtilizationManagerLocal.loadPlatformMetrics ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'PlatformUtilizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getPlatformUtilizationManager ( )Return value of this method has type 'PlatformUtilizationManagerLocal'.
[+] ResourceAlreadyExistsException (1)
| Change | Effect |
---|
1 | Superclass has been changed from java.lang.Exception to java.lang.RuntimeException. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
ResourceAlreadyExistsException.ResourceAlreadyExistsException ( )This constructor is from 'ResourceAlreadyExistsException' class.
ResourceAlreadyExistsException.ResourceAlreadyExistsException ( String message )This constructor is from 'ResourceAlreadyExistsException' class.
ResourceAlreadyExistsException.ResourceAlreadyExistsException ( String message, Throwable cause )This constructor is from 'ResourceAlreadyExistsException' class.
ResourceAlreadyExistsException.ResourceAlreadyExistsException ( Throwable cause )This constructor is from 'ResourceAlreadyExistsException' class.
to the top
Other Changes in Data Types (25)
rhq-enterprise-server-4.6.0.jar
package org.rhq.enterprise.server.agentclient
[+] AgentClient (9)
| Change | Effect |
---|
1 | Abstract method AgentClient.getBundleAgentService ( Long p1 ) has been added to this interface. | No effect. |
2 | Abstract method AgentClient.getConfigurationAgentService ( Long p1 ) has been added to this interface. | No effect. |
3 | Abstract method AgentClient.getContentAgentService ( Long p1 ) has been added to this interface. | No effect. |
4 | Abstract method AgentClient.getDiscoveryAgentService ( Long p1 ) has been added to this interface. | No effect. |
5 | Abstract method AgentClient.getDriftAgentService ( Long p1 ) has been added to this interface. | No effect. |
6 | Abstract method AgentClient.getMeasurementAgentService ( Long p1 ) has been added to this interface. | No effect. |
7 | Abstract method AgentClient.getOperationAgentService ( Long p1 ) has been added to this interface. | No effect. |
8 | Abstract method AgentClient.getResourceFactoryAgentService ( Long p1 ) has been added to this interface. | No effect. |
9 | Abstract method AgentClient.getSupportAgentService ( Long p1 ) has been added to this interface. | No effect. |
[+] affected methods (21)
AgentClient.getAgent ( )This abstract method is from 'AgentClient' interface.
AgentClient.getBundleAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getConfigurationAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getContentAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getDiscoveryAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getDriftAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getMeasurementAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getOperationAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getResourceFactoryAgentService ( )This abstract method is from 'AgentClient' interface.
AgentClient.getSupportAgentService ( )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.discovery
[+] DiscoveryBossLocal (1)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 ) has been added to this interface. | No effect. |
[+] affected methods (13)
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.getResourceSyncInfo ( org.rhq.core.domain.resource.Agent p1 )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.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.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'.
[+] DiscoveryBossRemote (1)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossRemote.unignoreAndImportResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | No effect. |
[+] affected methods (4)
DiscoveryBossRemote.ignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'DiscoveryBossRemote' interface.
DiscoveryBossRemote.importResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'DiscoveryBossRemote' interface.
DiscoveryBossRemote.manuallyAddResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, org.rhq.core.domain.configuration.Configuration p4 )This abstract method is from 'DiscoveryBossRemote' interface.
DiscoveryBossRemote.unignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'DiscoveryBossRemote' interface.
package org.rhq.enterprise.server.measurement
[+] AvailabilityManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AvailabilityManagerLocal.getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) has been added to this interface. | No effect. |
2 | Abstract method AvailabilityManagerLocal.getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) has been added to this interface. | No effect. |
[+] affected methods (11)
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.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'.
[+] MeasurementDataManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method MeasurementDataManagerLocal.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, Long p4 ) has been added to this interface. | No effect. |
2 | Added super-interface MeasurementDataManagerRemote. | No effect. |
[+] affected methods (14)
MeasurementDataManagerLocal.addNumericData ( java.util.Set p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.addTraitData ( java.util.Set p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricDisplaySummariesForCompatibleResources ( org.rhq.core.domain.auth.Subject p1, java.util.Collection p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricDisplaySummariesForResourcesAndParent ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, java.util.List p4, long p5, long p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricsDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricsDisplaySummariesForCompGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findRawData ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getCurrentNumericForSchedule ( int p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getCurrentTraitForSchedule ( int p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.mergeMeasurementReport ( org.rhq.core.domain.measurement.MeasurementReport p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.purgeTraits ( long p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getMeasurementDataManager ( )Return value of this method has type 'MeasurementDataManagerLocal'.
package org.rhq.enterprise.server.operation
[+] OperationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method OperationManagerLocal.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) has been added to this interface. | No effect. |
[+] affected methods (53)
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.updateOperationScheduleEntity ( org.quartz.JobDetail jobDetail, java.util.Date nextFireTime, OperationManagerLocal operationManager )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationManagerLocal.cancelOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
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.deleteOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )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.findGroupOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupOperationHistoryCriteria 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.findResourceOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria p2 )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.findScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )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, long p7, long p8, int p9, int p10, String p11 )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.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 'OperationManagerLocal' interface.
OperationManagerLocal.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 '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.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 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )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 (1)
| Change | Effect |
---|
1 | Abstract method OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 ) has been added to this interface. | No effect. |
[+] 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.resource
[+] ResourceManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method ResourceManagerLocal.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 ) has been added to this interface. | No effect. |
2 | Abstract method ResourceManagerLocal.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | No effect. |
[+] affected methods (91)
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.disableResources ( 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.enableResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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.findChildResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )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.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.findResourceLineage ( org.rhq.core.domain.auth.Subject p1, int 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.findResourcesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )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.getAvailabilitySummary ( org.rhq.core.domain.auth.Subject p1, int p2 )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.getLiveResourceAvailability ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( org.rhq.core.domain.auth.Subject p1, int p2 )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.getResource ( org.rhq.core.domain.auth.Subject p1, int p2 )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.uninventoryResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )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.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'.
[+] ResourceManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method ResourceManagerRemote.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 ) has been added to this interface. | No effect. |
2 | Abstract method ResourceManagerRemote.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | No effect. |
[+] affected methods (12)
ResourceManagerRemote.disableResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.enableResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.findChildResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.findResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.findResourcesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getAvailabilitySummary ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getLiveResourceAvailability ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getParentResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.uninventoryResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 )This abstract method is from 'ResourceManagerRemote' interface.
[+] ResourceTypeManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method ResourceTypeManagerLocal.setResourceTypeIgnoreFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) has been added to this interface. | No effect. |
2 | Abstract method ResourceTypeManagerLocal.setResourceTypeIgnoreFlagAndUninventoryResources ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) has been added to this interface. | No effect. |
[+] affected methods (26)
org.rhq.enterprise.server.discovery.DeletedResourceTypeFilter.DeletedResourceTypeFilter ( org.rhq.enterprise.server.auth.SubjectManagerLocal subjectManager, ResourceTypeManagerLocal resourceTypeManager, metadata.PluginManagerLocal pluginManager )2nd parameter 'resourceTypeManager' of this method has type 'ResourceTypeManagerLocal'.
ResourceTypeManagerLocal.ensureResourceType ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.findResourceTypesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceTypeCriteria p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypeAncestors ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypeDescendants ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypes ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypesForResourceTypes ( java.util.List p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getDuplicateTypeNames ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceFacets ( int p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeByNameAndPlugin ( String p1, String p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeByNameAndPlugin ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeCountByPlugin ( String p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeCountsByGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, boolean p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeIdsByPlugin ( String p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypesByPlugin ( String p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypesForCompatibleGroups ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getTemplateCountCompositeMap ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedResourceTypeNamesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, String p4 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.reloadResourceFacetsCache ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceTypeManager ( )Return value of this method has type 'ResourceTypeManagerLocal'.
[+] ResourceTypeManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method ResourceTypeManagerRemote.setResourceTypeIgnoreFlagAndUninventoryResources ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) has been added to this interface. | No effect. |
[+] affected methods (4)
ResourceTypeManagerRemote.findResourceTypesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceTypeCriteria p2 )This abstract method is from 'ResourceTypeManagerRemote' interface.
ResourceTypeManagerRemote.getResourceTypeById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerRemote' interface.
ResourceTypeManagerRemote.getResourceTypeByNameAndPlugin ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ResourceTypeManagerRemote' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceTypeManagerRemote ( )Return value of this method has type 'ResourceTypeManagerRemote'.
package org.rhq.enterprise.server.rest
[+] ResourceHandlerBean (1)
| Change | Effect |
---|
1 | Field DUMMY_AGENT_NAME_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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (14)
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.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.getPlatforms ( 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, 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.
to the top
Java ARchives (1)
rhq-enterprise-server-4.6.0.jar
to the top
Generated on Tue May 7 08:11:48 2013 for rhq-enterprise-server by Java API Compliance Checker 1.3.1
A tool for checking backward compatibility of a Java library API