Binary compatibility report for the rhq-enterprise-server library between 4.2.0 and 4.3.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.2.0 |
Version #2 | 4.3.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6421 / 747 |
---|
Verdict | Incompatible (3.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 255 |
---|
Removed Methods | High | 87 |
---|
Problems with Data Types | High | 28 |
---|
Medium | 7 |
Low | 0 |
Problems with Methods | High | 9 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 40 |
Added Methods (255)
rhq-enterprise-server-4.3.0.jar, AbstractRestBean.class
package org.rhq.enterprise.server.rest
AbstractRestBean.fillRWT ( org.rhq.core.domain.resource.Resource res, javax.ws.rs.core.UriInfo uriInfo ) : domain.ResourceWithType
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.fillRWT:(Lorg/rhq/core/domain/resource/Resource;Ljavax/ws/rs/core/UriInfo;)Lorg/rhq/enterprise/server/rest/domain/ResourceWithType;]
AbstractRestBean.getFqn ( int id, Class clazz ) : org.jboss.cache.Fqn
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getFqn:(ILjava/lang/Class;)Lorg/jboss/cache/Fqn;]
AbstractRestBean.getFromCache ( int id, Class clazz ) : Object
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getFromCache:(ILjava/lang/Class;)Ljava/lang/Object;]
AbstractRestBean.getFromCache ( org.jboss.cache.Fqn fqn, Class clazz ) : Object
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getFromCache:(Lorg/jboss/cache/Fqn;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractRestBean.getResourceFromCache ( int resourceid ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getResourceFromCache:(I)Lorg/rhq/core/domain/resource/Resource;]
AbstractRestBean.getResourcesFromCacheByParentId ( int pid ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getResourcesFromCacheByParentId:(I)Ljava/util/List;]
AbstractRestBean.putResourceToCache ( org.rhq.core.domain.resource.Resource res ) : void
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.putResourceToCache:(Lorg/rhq/core/domain/resource/Resource;)V]
AbstractRestBean.putToCache ( int id, Class clazz, Object o ) : boolean
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.putToCache:(ILjava/lang/Class;Ljava/lang/Object;)Z]
AbstractRestBean.putToCache ( org.jboss.cache.Fqn fqn, Object o ) : boolean
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.putToCache:(Lorg/jboss/cache/Fqn;Ljava/lang/Object;)Z]
AbstractRestBean.removeFromCache ( int operationId, Class clazz ) : boolean
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.removeFromCache:(ILjava/lang/Class;)Z]
rhq-enterprise-server-4.3.0.jar, AlertConditionCacheMonitor.class
package org.rhq.enterprise.server.alert.engine.mbean
AlertConditionCacheMonitor.getCallTimeCacheElementCount ( ) : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.getCallTimeCacheElementCount:()I]
AlertConditionCacheMonitor.getCallTimeCacheElementMatches ( ) : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.getCallTimeCacheElementMatches:()I]
AlertConditionCacheMonitor.getCallTimeProcessingTime ( ) : long
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.getCallTimeProcessingTime:()J]
AlertConditionCacheMonitor.getTotalCacheElementCount ( ) : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.getTotalCacheElementCount:()I]
AlertConditionCacheMonitor.incrementCallTimeCacheElementMatches ( int matches ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.incrementCallTimeCacheElementMatches:(I)V]
AlertConditionCacheMonitor.incrementCallTimeProcessingTime ( long moreMillis ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.incrementCallTimeProcessingTime:(J)V]
rhq-enterprise-server-4.3.0.jar, AlertConditionCacheMonitorMBean.class
package org.rhq.enterprise.server.alert.engine.mbean
AlertConditionCacheMonitorMBean.getCallTimeCacheElementCount ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.getCallTimeCacheElementCount:()I]
AlertConditionCacheMonitorMBean.getCallTimeCacheElementMatches ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.getCallTimeCacheElementMatches:()I]
AlertConditionCacheMonitorMBean.getCallTimeProcessingTime ( ) [abstract] : long
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.getCallTimeProcessingTime:()J]
AlertConditionCacheMonitorMBean.getTotalCacheElementCount ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.getTotalCacheElementCount:()I]
AlertConditionCacheMonitorMBean.incrementCallTimeCacheElementMatches ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.incrementCallTimeCacheElementMatches:(I)V]
AlertConditionCacheMonitorMBean.incrementCallTimeProcessingTime ( long p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitorMBean.incrementCallTimeProcessingTime:(J)V]
rhq-enterprise-server-4.3.0.jar, AvailabilityRest.class
package org.rhq.enterprise.server.rest.domain
AvailabilityRest.AvailabilityRest ( long since, int resourceId )
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest."<init>":(JI)V]
AvailabilityRest.setResourceId ( int resourceId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest.setResourceId:(I)V]
AvailabilityRest.setSince ( long since ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest.setSince:(J)V]
AvailabilityRest.setType ( String type ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest.setType:(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, Baseline.class
package org.rhq.enterprise.server.rest.domain
Baseline.Baseline ( )
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline."<init>":()V]
Baseline.Baseline ( double min, double max, double mean, long computeTime )
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline."<init>":(DDDJ)V]
Baseline.getComputeTime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.getComputeTime:()J]
Baseline.getMax ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.getMax:()D]
Baseline.getMean ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.getMean:()D]
Baseline.getMin ( ) : double
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.getMin:()D]
Baseline.setComputeTime ( long computeTime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.setComputeTime:(J)V]
Baseline.setMax ( double max ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.setMax:(D)V]
Baseline.setMean ( double mean ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.setMean:(D)V]
Baseline.setMin ( double min ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Baseline.setMin:(D)V]
rhq-enterprise-server-4.3.0.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, String displayVersion, int architectureId, java.io.InputStream packageBitStream ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, String displayVersion, Integer architectureId, byte[ ] packageBytes ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;[B)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject user, int[ ] resourceIds, int[ ] packageVersionIds, String requestNotes ) : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.deployPackagesWithNote:(Lorg/rhq/core/domain/auth/Subject;[I[ILjava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, int p6, java.io.InputStream p7 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;[B)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.deployPackagesWithNote:(Lorg/rhq/core/domain/auth/Subject;[I[ILjava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, ContentManagerRemote.class
package org.rhq.enterprise.server.content
ContentManagerRemote.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;[B)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerRemote.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.deployPackagesWithNote:(Lorg/rhq/core/domain/auth/Subject;[I[ILjava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, CustomExceptionMapper.class
package org.rhq.enterprise.server.rest
CustomExceptionMapper.toResponse ( Exception e ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/CustomExceptionMapper.toResponse:(Ljava/lang/Exception;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, DriftChangeSetSummary.class
package org.rhq.enterprise.server.plugin.pc.drift
DriftChangeSetSummary.isInitialChangeSet ( ) : boolean
[run-time name: org/rhq/enterprise/server/plugin/pc/drift/DriftChangeSetSummary.isInitialChangeSet:()Z]
DriftChangeSetSummary.setInitialChangeSet ( boolean isInitialChangeSet ) : void
[run-time name: org/rhq/enterprise/server/plugin/pc/drift/DriftChangeSetSummary.setInitialChangeSet:(Z)V]
rhq-enterprise-server-4.3.0.jar, DriftManagerBean.class
package org.rhq.enterprise.server.drift
DriftManagerBean.getDriftFileAsByteArray ( org.rhq.core.domain.auth.Subject subject, String hash ) : byte[ ]
[run-time name: org/rhq/enterprise/server/drift/DriftManagerBean.getDriftFileAsByteArray:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)[B]
DriftManagerBean.updateDriftDefinition ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.drift.DriftDefinition driftDefinition ) : void
[run-time name: org/rhq/enterprise/server/drift/DriftManagerBean.updateDriftDefinition:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/drift/DriftDefinition;)V]
DriftManagerBean.validateDriftDefinition ( org.rhq.core.domain.drift.DriftDefinition driftDef ) [static] : void
[run-time name: org/rhq/enterprise/server/drift/DriftManagerBean.validateDriftDefinition:(Lorg/rhq/core/domain/drift/DriftDefinition;)V]
rhq-enterprise-server-4.3.0.jar, DriftManagerLocal.class
package org.rhq.enterprise.server.drift
DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftDefinition p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/drift/DriftManagerLocal.updateDriftDefinition:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/drift/DriftDefinition;)V]
rhq-enterprise-server-4.3.0.jar, DriftManagerRemote.class
package org.rhq.enterprise.server.drift
DriftManagerRemote.getDriftFileAsByteArray ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : byte[ ]
[run-time name: org/rhq/enterprise/server/drift/DriftManagerRemote.getDriftFileAsByteArray:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)[B]
rhq-enterprise-server-4.3.0.jar, DriftServerPluginFacet.class
package org.rhq.enterprise.server.plugin.pc.drift
DriftServerPluginFacet.getDriftFileAsByteArray ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : byte[ ]
[run-time name: org/rhq/enterprise/server/plugin/pc/drift/DriftServerPluginFacet.getDriftFileAsByteArray:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)[B]
rhq-enterprise-server-4.3.0.jar, DriftServerServiceImpl.class
package org.rhq.enterprise.server.drift
DriftServerServiceImpl.updateCompliance ( int resourceId, String drfitDefName, org.rhq.core.domain.drift.DriftComplianceStatus complianceStatus ) : void
[run-time name: org/rhq/enterprise/server/drift/DriftServerServiceImpl.updateCompliance:(ILjava/lang/String;Lorg/rhq/core/domain/drift/DriftComplianceStatus;)V]
rhq-enterprise-server-4.3.0.jar, EntityValidator.class
package org.rhq.enterprise.server.sync.validators
EntityValidator.initialize ( org.rhq.core.domain.auth.Subject p1, javax.persistence.EntityManager p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/validators/EntityValidator.initialize:(Lorg/rhq/core/domain/auth/Subject;Ljavax/persistence/EntityManager;)V]
EntityValidator.validateExportedEntity ( Object p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/validators/EntityValidator.validateExportedEntity:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.3.0.jar, GroupHandlerBean.class
package org.rhq.enterprise.server.rest
GroupHandlerBean.addResource ( int id, int resourceId, javax.ws.rs.core.Request request, 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/GroupHandlerBean.addResource:(IILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.createGroup ( domain.GroupRest group, javax.ws.rs.core.Request request, 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/GroupHandlerBean.createGroup:(Lorg/rhq/enterprise/server/rest/domain/GroupRest;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.deleteGroup ( int id, javax.ws.rs.core.Request request, 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/GroupHandlerBean.deleteGroup:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.getGroup ( int id, javax.ws.rs.core.Request request, 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/GroupHandlerBean.getGroup:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.getGroups ( javax.ws.rs.core.Request request, 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/GroupHandlerBean.getGroups:(Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.getResources ( int id, javax.ws.rs.core.Request request, 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/GroupHandlerBean.getResources:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.GroupHandlerBean ( )
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerBean."<init>":()V]
GroupHandlerBean.removeResource ( int id, int resourceId, javax.ws.rs.core.Request request, 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/GroupHandlerBean.removeResource:(IILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerBean.updateGroup ( int id, domain.GroupRest in, javax.ws.rs.core.Request request, 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/GroupHandlerBean.updateGroup:(ILorg/rhq/enterprise/server/rest/domain/GroupRest;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, GroupHandlerLocal.class
package org.rhq.enterprise.server.rest
GroupHandlerLocal.addResource ( int p1, int p2, javax.ws.rs.core.Request p3, javax.ws.rs.core.HttpHeaders p4, javax.ws.rs.core.UriInfo p5 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.addResource:(IILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.createGroup ( domain.GroupRest p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.createGroup:(Lorg/rhq/enterprise/server/rest/domain/GroupRest;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.deleteGroup ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.deleteGroup:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.getGroup ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.getGroup:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.getGroups ( javax.ws.rs.core.Request p1, javax.ws.rs.core.HttpHeaders p2, javax.ws.rs.core.UriInfo p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.getGroups:(Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.getResources ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.getResources:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.removeResource ( int p1, int p2, javax.ws.rs.core.Request p3, javax.ws.rs.core.HttpHeaders p4, javax.ws.rs.core.UriInfo p5 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.removeResource:(IILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
GroupHandlerLocal.updateGroup ( int p1, domain.GroupRest p2, javax.ws.rs.core.Request p3, javax.ws.rs.core.HttpHeaders p4, javax.ws.rs.core.UriInfo p5 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/GroupHandlerLocal.updateGroup:(ILorg/rhq/enterprise/server/rest/domain/GroupRest;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, GroupRest.class
package org.rhq.enterprise.server.rest.domain
GroupRest.getCategory ( ) : org.rhq.core.domain.resource.group.GroupCategory
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.getCategory:()Lorg/rhq/core/domain/resource/group/GroupCategory;]
GroupRest.getId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.getId:()I]
GroupRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.getLinks:()Ljava/util/List;]
GroupRest.getName ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.getName:()Ljava/lang/String;]
GroupRest.getResourceTypeId ( ) : Integer
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.getResourceTypeId:()Ljava/lang/Integer;]
GroupRest.GroupRest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest."<init>":()V]
GroupRest.GroupRest ( String name )
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest."<init>":(Ljava/lang/String;)V]
GroupRest.isRecursive ( ) : boolean
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.isRecursive:()Z]
GroupRest.setCategory ( org.rhq.core.domain.resource.group.GroupCategory category ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setCategory:(Lorg/rhq/core/domain/resource/group/GroupCategory;)V]
GroupRest.setId ( int id ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setId:(I)V]
GroupRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setLinks:(Ljava/util/List;)V]
GroupRest.setName ( String name ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setName:(Ljava/lang/String;)V]
GroupRest.setRecursive ( boolean recursive ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setRecursive:(Z)V]
GroupRest.setResourceTypeId ( Integer resourceTypeId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/GroupRest.setResourceTypeId:(Ljava/lang/Integer;)V]
rhq-enterprise-server-4.3.0.jar, Importer.class
package org.rhq.enterprise.server.sync.importers
Importer.finishImport ( ) [abstract] : String
[run-time name: org/rhq/enterprise/server/sync/importers/Importer.finishImport:()Ljava/lang/String;]
Importer.getEntityValidators ( ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/importers/Importer.getEntityValidators:()Ljava/util/Set;]
rhq-enterprise-server-4.3.0.jar, JPADriftServerBean.class
package org.rhq.enterprise.server.drift
JPADriftServerBean.ackChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject subject, int resourceId, org.rhq.common.drift.Headers headers, java.util.List driftFilesToRequest ) : void
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerBean.ackChangeSetInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/common/drift/Headers;Ljava/util/List;)V]
JPADriftServerBean.getDriftFileAsByteArray ( String hash ) : byte[ ]
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerBean.getDriftFileAsByteArray:(Ljava/lang/String;)[B]
JPADriftServerBean.storeChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject subject, int resourceId, java.io.File changeSetZip, java.util.List driftFilesToRequest, org.rhq.common.drift.Headers[ ] headers ) : org.rhq.enterprise.server.plugin.pc.drift.DriftChangeSetSummary
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerBean.storeChangeSetInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILjava/io/File;Ljava/util/List;[Lorg/rhq/common/drift/Headers;)Lorg/rhq/enterprise/server/plugin/pc/drift/DriftChangeSetSummary;]
rhq-enterprise-server-4.3.0.jar, JPADriftServerLocal.class
package org.rhq.enterprise.server.drift
JPADriftServerLocal.ackChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.common.drift.Headers p3, java.util.List p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerLocal.ackChangeSetInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/common/drift/Headers;Ljava/util/List;)V]
JPADriftServerLocal.getDriftFileAsByteArray ( String p1 ) [abstract] : byte[ ]
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerLocal.getDriftFileAsByteArray:(Ljava/lang/String;)[B]
JPADriftServerLocal.storeChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3, java.util.List p4, org.rhq.common.drift.Headers[ ] p5 ) [abstract] : org.rhq.enterprise.server.plugin.pc.drift.DriftChangeSetSummary
[run-time name: org/rhq/enterprise/server/drift/JPADriftServerLocal.storeChangeSetInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;ILjava/io/File;Ljava/util/List;[Lorg/rhq/common/drift/Headers;)Lorg/rhq/enterprise/server/plugin/pc/drift/DriftChangeSetSummary;]
rhq-enterprise-server-4.3.0.jar, Link.class
package org.rhq.enterprise.server.rest.domain
Link.getHref ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/Link.getHref:()Ljava/lang/String;]
Link.getRel ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/Link.getRel:()Ljava/lang/String;]
Link.Link ( )
[run-time name: org/rhq/enterprise/server/rest/domain/Link."<init>":()V]
Link.Link ( String rel, String href )
[run-time name: org/rhq/enterprise/server/rest/domain/Link."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Link.setHref ( String href ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Link.setHref:(Ljava/lang/String;)V]
Link.setRel ( String rel ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Link.setRel:(Ljava/lang/String;)V]
Link.toString ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/Link.toString:()Ljava/lang/String;]
rhq-enterprise-server-4.3.0.jar, MaxCountValidator.class
package org.rhq.enterprise.server.sync.validators
MaxCountValidator.initialize ( org.rhq.core.domain.auth.Subject subject, javax.persistence.EntityManager entityManager ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MaxCountValidator.initialize:(Lorg/rhq/core/domain/auth/Subject;Ljavax/persistence/EntityManager;)V]
MaxCountValidator.MaxCountValidator ( int max )
[run-time name: org/rhq/enterprise/server/sync/validators/MaxCountValidator."<init>":(I)V]
MaxCountValidator.validateExportedEntity ( Object entity ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MaxCountValidator.validateExportedEntity:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.3.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.findRawData ( org.rhq.core.domain.auth.Subject subject, int scheduleId, long startTime, long endTime ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.findRawData:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, MeasurementDataManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerLocal.findRawData ( 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/MeasurementDataManagerLocal.findRawData:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, MeasurementDataManagerUtility.class
package org.rhq.enterprise.server.measurement.util
MeasurementDataManagerUtility.getTables ( long beginTime, long endTime, long now ) [static] : String[ ]
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementDataManagerUtility.getTables:(JJJ)[Ljava/lang/String;]
rhq-enterprise-server-4.3.0.jar, MetricHandlerBean.class
package org.rhq.enterprise.server.rest
MetricHandlerBean.getBaseline ( int scheduleId, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : domain.Baseline
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getBaseline:(ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Lorg/rhq/enterprise/server/rest/domain/Baseline;]
MetricHandlerBean.getMetricData ( int scheduleId, long startTime, long endTime, int dataPoints, boolean hideEmpty, javax.ws.rs.core.Request request, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getMetricData:(IJJIZLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.getMetricDataMulti ( String schedules, long startTime, long endTime, int dataPoints, boolean hideEmpty, javax.ws.rs.core.Request request, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getMetricDataMulti:(Ljava/lang/String;JJIZLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.getMetricDataRaw ( int scheduleId, long startTime, long endTime, long duration, javax.ws.rs.core.Request request, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.StreamingOutput
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getMetricDataRaw:(IJJJLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/StreamingOutput;]
MetricHandlerBean.getSchedule ( int scheduleId, javax.ws.rs.core.Request request, 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/MetricHandlerBean.getSchedule:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.getTraitValue ( int scheduleId ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getTraitValue:(I)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.postMetricValues ( java.util.Collection points, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.postMetricValues:(Ljava/util/Collection;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.putMetricValue ( int scheduleId, long timestamp, domain.NumericDataPoint point, 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/MetricHandlerBean.putMetricValue:(IJLorg/rhq/enterprise/server/rest/domain/NumericDataPoint;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.putTraitValue ( int scheduleId, domain.StringValue value ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.putTraitValue:(ILorg/rhq/enterprise/server/rest/domain/StringValue;)Ljavax/ws/rs/core/Response;]
MetricHandlerBean.setBaseline ( int scheduleId, domain.Baseline baseline, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : void
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.setBaseline:(ILorg/rhq/enterprise/server/rest/domain/Baseline;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)V]
MetricHandlerBean.updateSchedule ( int scheduleId, domain.MetricSchedule in, javax.ws.rs.core.HttpHeaders httpHeaders ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.updateSchedule:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, MetricHandlerLocal.class
package org.rhq.enterprise.server.rest
MetricHandlerLocal.getBaseline ( int p1, javax.ws.rs.core.HttpHeaders p2, javax.ws.rs.core.UriInfo p3 ) [abstract] : domain.Baseline
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getBaseline:(ILjavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Lorg/rhq/enterprise/server/rest/domain/Baseline;]
MetricHandlerLocal.getMetricData ( int p1, long p2, long p3, int p4, boolean p5, javax.ws.rs.core.Request p6, javax.ws.rs.core.HttpHeaders p7 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getMetricData:(IJJIZLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.getMetricDataMulti ( String p1, long p2, long p3, int p4, boolean p5, javax.ws.rs.core.Request p6, javax.ws.rs.core.HttpHeaders p7 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getMetricDataMulti:(Ljava/lang/String;JJIZLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.getMetricDataRaw ( int p1, long p2, long p3, long p4, javax.ws.rs.core.Request p5, javax.ws.rs.core.HttpHeaders p6 ) [abstract] : javax.ws.rs.core.StreamingOutput
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getMetricDataRaw:(IJJJLjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/StreamingOutput;]
MetricHandlerLocal.getSchedule ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getSchedule:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.getTraitValue ( int p1 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getTraitValue:(I)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.postMetricValues ( java.util.Collection p1, javax.ws.rs.core.HttpHeaders p2 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.postMetricValues:(Ljava/util/Collection;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.putMetricValue ( int p1, long p2, domain.NumericDataPoint p3, javax.ws.rs.core.HttpHeaders p4, javax.ws.rs.core.UriInfo p5 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.putMetricValue:(IJLorg/rhq/enterprise/server/rest/domain/NumericDataPoint;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.putTraitValue ( int p1, domain.StringValue p2 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.putTraitValue:(ILorg/rhq/enterprise/server/rest/domain/StringValue;)Ljavax/ws/rs/core/Response;]
MetricHandlerLocal.setBaseline ( int p1, domain.Baseline p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.setBaseline:(ILorg/rhq/enterprise/server/rest/domain/Baseline;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)V]
MetricHandlerLocal.updateSchedule ( int p1, domain.MetricSchedule p2, javax.ws.rs.core.HttpHeaders p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.updateSchedule:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, MetricSchedule.class
package org.rhq.enterprise.server.rest.domain
MetricSchedule.addLink ( Link link ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.addLink:(Lorg/rhq/enterprise/server/rest/domain/Link;)V]
MetricSchedule.equals ( Object o ) : boolean
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.equals:(Ljava/lang/Object;)Z]
MetricSchedule.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.getLinks:()Ljava/util/List;]
MetricSchedule.getMtime ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.getMtime:()J]
MetricSchedule.hashCode ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.hashCode:()I]
MetricSchedule.setMtime ( long mtime ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/MetricSchedule.setMtime:(J)V]
rhq-enterprise-server-4.3.0.jar, MetricTemplateImporter.class
package org.rhq.enterprise.server.sync.importers
MetricTemplateImporter.finishImport ( ) : String
[run-time name: org/rhq/enterprise/server/sync/importers/MetricTemplateImporter.finishImport:()Ljava/lang/String;]
MetricTemplateImporter.getEntityValidators ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/importers/MetricTemplateImporter.getEntityValidators:()Ljava/util/Set;]
MetricTemplateImporter.getUnmatchedMetricTemplatesReport ( java.util.Set metricTemplates ) [static] : String
[run-time name: org/rhq/enterprise/server/sync/importers/MetricTemplateImporter.getUnmatchedMetricTemplatesReport:(Ljava/util/Set;)Ljava/lang/String;]
rhq-enterprise-server-4.3.0.jar, MetricTemplateSynchronizer.class
package org.rhq.enterprise.server.sync
MetricTemplateSynchronizer.MetricTemplateSynchronizer ( org.rhq.enterprise.server.measurement.MeasurementDefinitionManagerLocal measurementDefinitionManager, org.rhq.enterprise.server.measurement.MeasurementScheduleManagerLocal measurementScheduleManager )
[run-time name: org/rhq/enterprise/server/sync/MetricTemplateSynchronizer."<init>":(Lorg/rhq/enterprise/server/measurement/MeasurementDefinitionManagerLocal;Lorg/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal;)V]
rhq-enterprise-server-4.3.0.jar, NumericDataPoint.class
package org.rhq.enterprise.server.rest.domain
NumericDataPoint.getScheduleId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.getScheduleId:()I]
NumericDataPoint.getTimeStamp ( ) : long
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.getTimeStamp:()J]
NumericDataPoint.getValue ( ) : Double
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.getValue:()Ljava/lang/Double;]
NumericDataPoint.NumericDataPoint ( )
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint."<init>":()V]
NumericDataPoint.NumericDataPoint ( long timeStamp, Double value )
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint."<init>":(JLjava/lang/Double;)V]
NumericDataPoint.NumericDataPoint ( long timeStamp, int scheduleId, Double value )
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint."<init>":(JILjava/lang/Double;)V]
NumericDataPoint.setScheduleId ( int scheduleId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.setScheduleId:(I)V]
NumericDataPoint.setTimeStamp ( long timeStamp ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.setTimeStamp:(J)V]
NumericDataPoint.setValue ( Double value ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/NumericDataPoint.setValue:(Ljava/lang/Double;)V]
rhq-enterprise-server-4.3.0.jar, OperationDefinitionRest.class
package org.rhq.enterprise.server.rest.domain
OperationDefinitionRest.addLink ( Link link ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.addLink:(Lorg/rhq/enterprise/server/rest/domain/Link;)V]
OperationDefinitionRest.getId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.getId:()I]
OperationDefinitionRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.getLinks:()Ljava/util/List;]
OperationDefinitionRest.getName ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.getName:()Ljava/lang/String;]
OperationDefinitionRest.OperationDefinitionRest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest."<init>":()V]
OperationDefinitionRest.setId ( int id ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.setId:(I)V]
OperationDefinitionRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.setLinks:(Ljava/util/List;)V]
OperationDefinitionRest.setName ( String name ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationDefinitionRest.setName:(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, OperationHistoryRest.class
package org.rhq.enterprise.server.rest.domain
OperationHistoryRest.getErrorMessage ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.getErrorMessage:()Ljava/lang/String;]
OperationHistoryRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.getLinks:()Ljava/util/List;]
OperationHistoryRest.getResult ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.getResult:()Ljava/util/Map;]
OperationHistoryRest.getStatus ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.getStatus:()Ljava/lang/String;]
OperationHistoryRest.OperationHistoryRest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest."<init>":()V]
OperationHistoryRest.setErrorMessage ( String errorMessage ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.setErrorMessage:(Ljava/lang/String;)V]
OperationHistoryRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.setLinks:(Ljava/util/List;)V]
OperationHistoryRest.setResult ( java.util.Map result ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.setResult:(Ljava/util/Map;)V]
OperationHistoryRest.setStatus ( String status ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationHistoryRest.setStatus:(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, OperationRest.class
package org.rhq.enterprise.server.rest.domain
OperationRest.addLink ( Link link ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.addLink:(Lorg/rhq/enterprise/server/rest/domain/Link;)V]
OperationRest.equals ( Object o ) : boolean
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.equals:(Ljava/lang/Object;)Z]
OperationRest.getDefinitionId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getDefinitionId:()I]
OperationRest.getId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getId:()I]
OperationRest.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getLinks:()Ljava/util/List;]
OperationRest.getName ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getName:()Ljava/lang/String;]
OperationRest.getParams ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getParams:()Ljava/util/Map;]
OperationRest.getResourceId ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getResourceId:()I]
OperationRest.getState ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.getState:()Ljava/lang/String;]
OperationRest.hashCode ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.hashCode:()I]
OperationRest.OperationRest ( )
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest."<init>":()V]
OperationRest.OperationRest ( int resourceId, int definitionId )
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest."<init>":(II)V]
OperationRest.setDefinitionId ( int definitionId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setDefinitionId:(I)V]
OperationRest.setId ( int id ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setId:(I)V]
OperationRest.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setLinks:(Ljava/util/List;)V]
OperationRest.setName ( String name ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setName:(Ljava/lang/String;)V]
OperationRest.setParams ( java.util.Map params ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setParams:(Ljava/util/Map;)V]
OperationRest.setResourceId ( int resourceId ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setResourceId:(I)V]
OperationRest.setState ( String state ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/OperationRest.setState:(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, OperationsHandlerBean.class
package org.rhq.enterprise.server.rest
OperationsHandlerBean.cancelOperation ( int operationId ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.cancelOperation:(I)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.createOperation ( int definitionId, Integer resourceId, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.createOperation:(ILjava/lang/Integer;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.getOperation ( int operationId ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.getOperation:(I)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.getOperationDefinition ( int definitionId, Integer resourceId, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, javax.ws.rs.core.HttpHeaders httpHeaders ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.getOperationDefinition:(ILjava/lang/Integer;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.getOperationDefinitions ( Integer resourceId, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.getOperationDefinitions:(Ljava/lang/Integer;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/Request;)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.OperationsHandlerBean ( )
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean."<init>":()V]
OperationsHandlerBean.outcome ( String jobName, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.outcome:(Ljava/lang/String;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
OperationsHandlerBean.updateOperation ( int operationId, domain.OperationRest operation, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerBean.updateOperation:(ILorg/rhq/enterprise/server/rest/domain/OperationRest;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, OperationsHandlerLocal.class
package org.rhq.enterprise.server.rest
OperationsHandlerLocal.cancelOperation ( int p1 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.cancelOperation:(I)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.createOperation ( int p1, Integer p2, javax.ws.rs.core.UriInfo p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.createOperation:(ILjava/lang/Integer;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.getOperation ( int p1 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.getOperation:(I)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.getOperationDefinition ( int p1, Integer p2, javax.ws.rs.core.UriInfo p3, javax.ws.rs.core.Request p4, javax.ws.rs.core.HttpHeaders p5 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.getOperationDefinition:(ILjava/lang/Integer;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.getOperationDefinitions ( Integer p1, javax.ws.rs.core.UriInfo p2, javax.ws.rs.core.Request p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.getOperationDefinitions:(Ljava/lang/Integer;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/Request;)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.outcome ( String p1, javax.ws.rs.core.UriInfo p2 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.outcome:(Ljava/lang/String;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
OperationsHandlerLocal.updateOperation ( int p1, domain.OperationRest p2, javax.ws.rs.core.UriInfo p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/OperationsHandlerLocal.updateOperation:(ILorg/rhq/enterprise/server/rest/domain/OperationRest;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, ParameterMissingException.class
package org.rhq.enterprise.server.rest
ParameterMissingException.ParameterMissingException ( String what )
[run-time name: org/rhq/enterprise/server/rest/ParameterMissingException."<init>":(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.getChildren ( int id, javax.ws.rs.core.Request request, 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.getChildren:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.getPlatforms ( javax.ws.rs.core.Request request, 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.getPlatforms:(Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.getResource ( int id, javax.ws.rs.core.Request request, 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.getResource:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.getSchedules ( int resourceId, String scheduleType, boolean enabledOnly, String name, javax.ws.rs.core.Request request, 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.getSchedules:(ILjava/lang/String;ZLjava/lang/String;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerBean.reportAvailability ( int resourceId, domain.AvailabilityRest avail ) : void
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.reportAvailability:(ILorg/rhq/enterprise/server/rest/domain/AvailabilityRest;)V]
rhq-enterprise-server-4.3.0.jar, ResourceHandlerLocal.class
package org.rhq.enterprise.server.rest
ResourceHandlerLocal.getChildren ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getChildren:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerLocal.getPlatforms ( javax.ws.rs.core.Request p1, javax.ws.rs.core.HttpHeaders p2, javax.ws.rs.core.UriInfo p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getPlatforms:(Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerLocal.getResource ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getResource:(ILjavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerLocal.getSchedules ( int p1, String p2, boolean p3, String p4, javax.ws.rs.core.Request p5, javax.ws.rs.core.HttpHeaders p6, javax.ws.rs.core.UriInfo p7 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getSchedules:(ILjava/lang/String;ZLjava/lang/String;Ljavax/ws/rs/core/Request;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
ResourceHandlerLocal.reportAvailability ( int p1, domain.AvailabilityRest p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.reportAvailability:(ILorg/rhq/enterprise/server/rest/domain/AvailabilityRest;)V]
rhq-enterprise-server-4.3.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject subject ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.findResourceComplianceCounts:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.findResourceComplianceCounts:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, ResourceWithType.class
package org.rhq.enterprise.server.rest.domain
ResourceWithType.addLink ( Link link ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.addLink:(Lorg/rhq/enterprise/server/rest/domain/Link;)V]
ResourceWithType.getLinks ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.getLinks:()Ljava/util/List;]
ResourceWithType.setLinks ( java.util.List links ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.setLinks:(Ljava/util/List;)V]
rhq-enterprise-server-4.3.0.jar, RHQErrorWrapper.class
package org.rhq.enterprise.server.rest.domain
RHQErrorWrapper.getMessage ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/RHQErrorWrapper.getMessage:()Ljava/lang/String;]
RHQErrorWrapper.RHQErrorWrapper ( )
[run-time name: org/rhq/enterprise/server/rest/domain/RHQErrorWrapper."<init>":()V]
RHQErrorWrapper.RHQErrorWrapper ( String message )
[run-time name: org/rhq/enterprise/server/rest/domain/RHQErrorWrapper."<init>":(Ljava/lang/String;)V]
RHQErrorWrapper.setMessage ( String message ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/RHQErrorWrapper.setMessage:(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, Status.class
package org.rhq.enterprise.server.rest.domain
Status.getValues ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getValues:()Ljava/util/Map;]
Status.setValues ( java.util.Map values ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setValues:(Ljava/util/Map;)V]
rhq-enterprise-server-4.3.0.jar, StatusHandlerBean.class
package org.rhq.enterprise.server.rest
StatusHandlerBean.getStatus ( javax.ws.rs.core.HttpHeaders httpHeaders ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerBean.getStatus:(Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, StatusHandlerLocal.class
package org.rhq.enterprise.server.rest
StatusHandlerLocal.getStatus ( javax.ws.rs.core.HttpHeaders p1 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerLocal.getStatus:(Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.3.0.jar, StringValue.class
package org.rhq.enterprise.server.rest.domain
StringValue.getValue ( ) : String
[run-time name: org/rhq/enterprise/server/rest/domain/StringValue.getValue:()Ljava/lang/String;]
StringValue.setValue ( String value ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/StringValue.setValue:(Ljava/lang/String;)V]
StringValue.StringValue ( )
[run-time name: org/rhq/enterprise/server/rest/domain/StringValue."<init>":()V]
StringValue.StringValue ( String value )
[run-time name: org/rhq/enterprise/server/rest/domain/StringValue."<init>":(Ljava/lang/String;)V]
rhq-enterprise-server-4.3.0.jar, SynchronizationManagerBean.class
package org.rhq.enterprise.server.sync
SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List configurations ) : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, java.io.InputStream exportFile, java.util.List configurations ) : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
SynchronizationManagerBean.setSynchronizerFactory ( SynchronizerFactory factory ) : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.setSynchronizerFactory:(Lorg/rhq/enterprise/server/sync/SynchronizerFactory;)V]
rhq-enterprise-server-4.3.0.jar, SynchronizationManagerLocal.class
package org.rhq.enterprise.server.sync
SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2, java.util.List p3 ) [abstract] : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
SynchronizationManagerLocal.setSynchronizerFactory ( SynchronizerFactory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.setSynchronizerFactory:(Lorg/rhq/enterprise/server/sync/SynchronizerFactory;)V]
rhq-enterprise-server-4.3.0.jar, SynchronizationManagerRemote.class
package org.rhq.enterprise.server.sync
SynchronizationManagerRemote.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerRemote.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
rhq-enterprise-server-4.3.0.jar, SynchronizerFactory.class
package org.rhq.enterprise.server.sync
SynchronizerFactory.getAllSynchronizers ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/SynchronizerFactory.getAllSynchronizers:()Ljava/util/Set;]
SynchronizerFactory.SynchronizerFactory ( )
[run-time name: org/rhq/enterprise/server/sync/SynchronizerFactory."<init>":()V]
rhq-enterprise-server-4.3.0.jar, SystemInfoManagerBean.class
package org.rhq.enterprise.server.system
SystemInfoManagerBean.dumpToLog ( org.rhq.core.domain.auth.Subject caller ) : void
[run-time name: org/rhq/enterprise/server/system/SystemInfoManagerBean.dumpToLog:(Lorg/rhq/core/domain/auth/Subject;)V]
SystemInfoManagerBean.getSystemInformation ( org.rhq.core.domain.auth.Subject caller ) : java.util.Map
[run-time name: org/rhq/enterprise/server/system/SystemInfoManagerBean.getSystemInformation:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Map;]
SystemInfoManagerBean.SystemInfoManagerBean ( )
[run-time name: org/rhq/enterprise/server/system/SystemInfoManagerBean."<init>":()V]
rhq-enterprise-server-4.3.0.jar, SystemInfoManagerLocal.class
package org.rhq.enterprise.server.system
SystemInfoManagerLocal.dumpToLog ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemInfoManagerLocal.dumpToLog:(Lorg/rhq/core/domain/auth/Subject;)V]
SystemInfoManagerLocal.getSystemInformation ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/system/SystemInfoManagerLocal.getSystemInformation:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Map;]
rhq-enterprise-server-4.3.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.dumpSystemInfo ( org.rhq.core.domain.auth.Subject subject ) : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.dumpSystemInfo:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.3.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.dumpSystemInfo ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.dumpSystemInfo:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.3.0.jar, SystemSettingsImporter.class
package org.rhq.enterprise.server.sync.importers
SystemSettingsImporter.finishImport ( ) : String
[run-time name: org/rhq/enterprise/server/sync/importers/SystemSettingsImporter.finishImport:()Ljava/lang/String;]
SystemSettingsImporter.getEntityValidators ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/importers/SystemSettingsImporter.getEntityValidators:()Ljava/util/Set;]
rhq-enterprise-server-4.3.0.jar, SystemSettingsValidator.class
package org.rhq.enterprise.server.sync.validators
SystemSettingsValidator.validateExportedEntity ( org.rhq.core.domain.sync.entity.SystemSettings entity ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.validateExportedEntity:(Lorg/rhq/core/domain/sync/entity/SystemSettings;)V]
rhq-enterprise-server-4.3.0.jar, UniquenessValidator.class
package org.rhq.enterprise.server.sync.validators
UniquenessValidator.initialize ( org.rhq.core.domain.auth.Subject subject, javax.persistence.EntityManager entityManager ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/UniquenessValidator.initialize:(Lorg/rhq/core/domain/auth/Subject;Ljavax/persistence/EntityManager;)V]
UniquenessValidator.UniquenessValidator ( )
[run-time name: org/rhq/enterprise/server/sync/validators/UniquenessValidator."<init>":()V]
UniquenessValidator.validateExportedEntity ( Object entity ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/UniquenessValidator.validateExportedEntity:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.3.0.jar, UserHandlerBean.class
package org.rhq.enterprise.server.rest
UserHandlerBean.getFavorites ( javax.ws.rs.core.UriInfo uriInfo ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/UserHandlerBean.getFavorites:(Ljavax/ws/rs/core/UriInfo;)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, UserHandlerLocal.class
package org.rhq.enterprise.server.rest
UserHandlerLocal.getFavorites ( javax.ws.rs.core.UriInfo p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/rest/UserHandlerLocal.getFavorites:(Ljavax/ws/rs/core/UriInfo;)Ljava/util/List;]
rhq-enterprise-server-4.3.0.jar, WebservicesManagerBean.class
package org.rhq.enterprise.server.webservices
WebservicesManagerBean.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, String displayVersion, Integer architectureId, byte[ ] packageBytes ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.createPackageVersionWithDisplayVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/Integer;[B)Lorg/rhq/core/domain/content/PackageVersion;]
WebservicesManagerBean.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds, int[ ] packageVersionIds, String requestNotes ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deployPackagesWithNote:(Lorg/rhq/core/domain/auth/Subject;[I[ILjava/lang/String;)V]
WebservicesManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List importerConfigurations ) : org.rhq.core.domain.sync.ImportReport
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)Lorg/rhq/core/domain/sync/ImportReport;]
to the top
Removed Methods (87)
rhq-enterprise-server-4.2.0.jar, AvailabilityRest.class
package org.rhq.enterprise.server.rest.domain
AvailabilityRest.getRest ( ) : org.jboss.resteasy.links.RESTServiceDiscovery
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest.getRest:()Lorg/jboss/resteasy/links/RESTServiceDiscovery;]
AvailabilityRest.setRest ( org.jboss.resteasy.links.RESTServiceDiscovery rest ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/AvailabilityRest.setRest:(Lorg/jboss/resteasy/links/RESTServiceDiscovery;)V]
rhq-enterprise-server-4.2.0.jar, ConsistencyValidator.class
package org.rhq.enterprise.server.sync.validators
ConsistencyValidator.equals ( Object p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/sync/validators/ConsistencyValidator.equals:(Ljava/lang/Object;)Z]
ConsistencyValidator.getValidatedEntityTypes ( ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/validators/ConsistencyValidator.getValidatedEntityTypes:()Ljava/util/Set;]
ConsistencyValidator.hashCode ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/sync/validators/ConsistencyValidator.hashCode:()I]
ConsistencyValidator.validateExportedEntity ( Object p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/validators/ConsistencyValidator.validateExportedEntity:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.2.0.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.createPackageVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, int architectureId, java.io.InputStream packageBitStream ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
rhq-enterprise-server-4.2.0.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.createPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.deployPackages:(Lorg/rhq/core/domain/auth/Subject;[I[I)V]
rhq-enterprise-server-4.2.0.jar, CustomExceptionMapper.class
package org.rhq.enterprise.server.rest
CustomExceptionMapper.toResponse ( javax.ejb.EJBException e ) : javax.ws.rs.core.Response
[run-time name: org/rhq/enterprise/server/rest/CustomExceptionMapper.toResponse:(Ljavax/ejb/EJBException;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.2.0.jar, DeployedAgentPluginsValidator.class
package org.rhq.enterprise.server.sync.validators
DeployedAgentPluginsValidator.getValidatedEntityTypes ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/validators/DeployedAgentPluginsValidator.getValidatedEntityTypes:()Ljava/util/Set;]
DeployedAgentPluginsValidator.validateExportedEntity ( Object entity ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/DeployedAgentPluginsValidator.validateExportedEntity:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.2.0.jar, DriftManagerBean.class
package org.rhq.enterprise.server.drift
DriftManagerBean.updateDriftDefinition ( org.rhq.core.domain.drift.DriftDefinition driftDefinition ) : void
[run-time name: org/rhq/enterprise/server/drift/DriftManagerBean.updateDriftDefinition:(Lorg/rhq/core/domain/drift/DriftDefinition;)V]
rhq-enterprise-server-4.2.0.jar, DriftManagerLocal.class
package org.rhq.enterprise.server.drift
DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.drift.DriftDefinition p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/drift/DriftManagerLocal.updateDriftDefinition:(Lorg/rhq/core/domain/drift/DriftDefinition;)V]
rhq-enterprise-server-4.2.0.jar, Importer.class
package org.rhq.enterprise.server.sync.importers
Importer.finishImport ( ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/importers/Importer.finishImport:()V]
rhq-enterprise-server-4.2.0.jar, MetricHandlerBean.class
package org.rhq.enterprise.server.rest
MetricHandlerBean.getMetricData ( int scheduleId, long startTime, long endTime, int dataPoints, boolean hideEmpty ) : domain.MetricAggregate
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getMetricData:(IJJIZ)Lorg/rhq/enterprise/server/rest/domain/MetricAggregate;]
MetricHandlerBean.getMetricDataHtml ( int scheduleId, long startTime, long endTime, int dataPoints, boolean hideEmpty ) : String
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getMetricDataHtml:(IJJIZ)Ljava/lang/String;]
MetricHandlerBean.getSchedule ( int scheduleId ) : domain.MetricSchedule
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getSchedule:(I)Lorg/rhq/enterprise/server/rest/domain/MetricSchedule;]
MetricHandlerBean.getScheduleHtml ( int scheduleId ) : String
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.getScheduleHtml:(I)Ljava/lang/String;]
MetricHandlerBean.updateSchedule ( int scheduleId, domain.MetricSchedule in ) : domain.MetricSchedule
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerBean.updateSchedule:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;)Lorg/rhq/enterprise/server/rest/domain/MetricSchedule;]
rhq-enterprise-server-4.2.0.jar, MetricHandlerLocal.class
package org.rhq.enterprise.server.rest
MetricHandlerLocal.getMetricData ( int p1, long p2, long p3, int p4, boolean p5 ) [abstract] : domain.MetricAggregate
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getMetricData:(IJJIZ)Lorg/rhq/enterprise/server/rest/domain/MetricAggregate;]
MetricHandlerLocal.getMetricDataHtml ( int p1, long p2, long p3, int p4, boolean p5 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getMetricDataHtml:(IJJIZ)Ljava/lang/String;]
MetricHandlerLocal.getSchedule ( int p1 ) [abstract] : domain.MetricSchedule
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getSchedule:(I)Lorg/rhq/enterprise/server/rest/domain/MetricSchedule;]
MetricHandlerLocal.getScheduleHtml ( int p1 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.getScheduleHtml:(I)Ljava/lang/String;]
MetricHandlerLocal.updateSchedule ( int p1, domain.MetricSchedule p2 ) [abstract] : domain.MetricSchedule
[run-time name: org/rhq/enterprise/server/rest/MetricHandlerLocal.updateSchedule:(ILorg/rhq/enterprise/server/rest/domain/MetricSchedule;)Lorg/rhq/enterprise/server/rest/domain/MetricSchedule;]
rhq-enterprise-server-4.2.0.jar, MetricTemplateImporter.class
package org.rhq.enterprise.server.sync.importers
MetricTemplateImporter.finishImport ( ) : void
[run-time name: org/rhq/enterprise/server/sync/importers/MetricTemplateImporter.finishImport:()V]
rhq-enterprise-server-4.2.0.jar, MetricTemplateSynchronizer.class
package org.rhq.enterprise.server.sync
MetricTemplateSynchronizer.MetricTemplateSynchronizer ( org.rhq.enterprise.server.measurement.MeasurementDefinitionManagerLocal measurementDefinitionManager, org.rhq.enterprise.server.measurement.MeasurementScheduleManagerLocal measurementScheduleManager, org.rhq.enterprise.server.resource.metadata.PluginManagerLocal pluginManager )
[run-time name: org/rhq/enterprise/server/sync/MetricTemplateSynchronizer."<init>":(Lorg/rhq/enterprise/server/measurement/MeasurementDefinitionManagerLocal;Lorg/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal;Lorg/rhq/enterprise/server/resource/metadata/PluginManagerLocal;)V]
rhq-enterprise-server-4.2.0.jar, MetricTemplateValidator.class
package org.rhq.enterprise.server.sync.validators
MetricTemplateValidator.equals ( Object other ) : boolean
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.equals:(Ljava/lang/Object;)Z]
MetricTemplateValidator.exportState ( org.rhq.enterprise.server.sync.ExportWriter writer ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.exportState:(Lorg/rhq/enterprise/server/sync/ExportWriter;)V]
MetricTemplateValidator.getValidatedEntityTypes ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.getValidatedEntityTypes:()Ljava/util/Set;]
MetricTemplateValidator.hashCode ( ) : int
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.hashCode:()I]
MetricTemplateValidator.initialize ( org.rhq.core.domain.auth.Subject subject, javax.persistence.EntityManager entityManager ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.initialize:(Lorg/rhq/core/domain/auth/Subject;Ljavax/persistence/EntityManager;)V]
MetricTemplateValidator.initializeExportedStateValidation ( org.rhq.enterprise.server.sync.ExportReader reader ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.initializeExportedStateValidation:(Lorg/rhq/enterprise/server/sync/ExportReader;)V]
MetricTemplateValidator.MetricTemplateValidator ( )
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator."<init>":()V]
MetricTemplateValidator.validateExportedEntity ( Object entity ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.validateExportedEntity:(Ljava/lang/Object;)V]
MetricTemplateValidator.validateExportedState ( ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/MetricTemplateValidator.validateExportedState:()V]
rhq-enterprise-server-4.2.0.jar, ResourceHandlerBean.class
package org.rhq.enterprise.server.rest
ResourceHandlerBean.getChildren ( int id ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getChildren:(I)Ljava/util/List;]
ResourceHandlerBean.getChildrenHtml ( int id ) : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getChildrenHtml:(I)Ljava/lang/String;]
ResourceHandlerBean.getPlatforms ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getPlatforms:()Ljava/util/List;]
ResourceHandlerBean.getPlatformsHtml ( ) : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getPlatformsHtml:()Ljava/lang/String;]
ResourceHandlerBean.getResource ( int id ) : domain.ResourceWithType
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getResource:(I)Lorg/rhq/enterprise/server/rest/domain/ResourceWithType;]
ResourceHandlerBean.getResourceHtml ( int id ) : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getResourceHtml:(I)Ljava/lang/String;]
ResourceHandlerBean.getSchedules ( int resourceId ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getSchedules:(I)Ljava/util/List;]
ResourceHandlerBean.getSchedulesHtml ( int resourceId ) : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerBean.getSchedulesHtml:(I)Ljava/lang/String;]
rhq-enterprise-server-4.2.0.jar, ResourceHandlerLocal.class
package org.rhq.enterprise.server.rest
ResourceHandlerLocal.getChildren ( int p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getChildren:(I)Ljava/util/List;]
ResourceHandlerLocal.getChildrenHtml ( int p1 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getChildrenHtml:(I)Ljava/lang/String;]
ResourceHandlerLocal.getPlatforms ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getPlatforms:()Ljava/util/List;]
ResourceHandlerLocal.getPlatformsHtml ( ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getPlatformsHtml:()Ljava/lang/String;]
ResourceHandlerLocal.getResource ( int p1 ) [abstract] : domain.ResourceWithType
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getResource:(I)Lorg/rhq/enterprise/server/rest/domain/ResourceWithType;]
ResourceHandlerLocal.getResourceHtml ( int p1 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getResourceHtml:(I)Ljava/lang/String;]
ResourceHandlerLocal.getSchedules ( int p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getSchedules:(I)Ljava/util/List;]
ResourceHandlerLocal.getSchedulesHtml ( int p1 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/ResourceHandlerLocal.getSchedulesHtml:(I)Ljava/lang/String;]
rhq-enterprise-server-4.2.0.jar, ResourceWithType.class
package org.rhq.enterprise.server.rest.domain
ResourceWithType.getRest ( ) : org.jboss.resteasy.links.RESTServiceDiscovery
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.getRest:()Lorg/jboss/resteasy/links/RESTServiceDiscovery;]
ResourceWithType.setRest ( org.jboss.resteasy.links.RESTServiceDiscovery rest ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/ResourceWithType.setRest:(Lorg/jboss/resteasy/links/RESTServiceDiscovery;)V]
rhq-enterprise-server-4.2.0.jar, Status.class
package org.rhq.enterprise.server.rest.domain
Status.getAlertDefinitions ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getAlertDefinitions:()I]
Status.getAlerts ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getAlerts:()I]
Status.getMetricsMin ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getMetricsMin:()I]
Status.getPlatforms ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getPlatforms:()I]
Status.getSchedules ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getSchedules:()I]
Status.getServers ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getServers:()I]
Status.getServices ( ) : int
[run-time name: org/rhq/enterprise/server/rest/domain/Status.getServices:()I]
Status.setAlertDefinitions ( int alertDefinitions ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setAlertDefinitions:(I)V]
Status.setAlerts ( int alerts ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setAlerts:(I)V]
Status.setMetricsMin ( int metricsMin ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setMetricsMin:(I)V]
Status.setPlatforms ( int platforms ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setPlatforms:(I)V]
Status.setSchedules ( int schedules ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setSchedules:(I)V]
Status.setServers ( int servers ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setServers:(I)V]
Status.setServices ( int services ) : void
[run-time name: org/rhq/enterprise/server/rest/domain/Status.setServices:(I)V]
rhq-enterprise-server-4.2.0.jar, StatusHandlerBean.class
package org.rhq.enterprise.server.rest
StatusHandlerBean.getStatus ( ) : domain.Status
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerBean.getStatus:()Lorg/rhq/enterprise/server/rest/domain/Status;]
StatusHandlerBean.getStatusHtml ( ) : String
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerBean.getStatusHtml:()Ljava/lang/String;]
rhq-enterprise-server-4.2.0.jar, StatusHandlerLocal.class
package org.rhq.enterprise.server.rest
StatusHandlerLocal.getStatus ( ) [abstract] : domain.Status
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerLocal.getStatus:()Lorg/rhq/enterprise/server/rest/domain/Status;]
StatusHandlerLocal.getStatusHtml ( ) [abstract] : String
[run-time name: org/rhq/enterprise/server/rest/StatusHandlerLocal.getStatusHtml:()Ljava/lang/String;]
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerBean.class
package org.rhq.enterprise.server.sync
SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List configurations ) : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, java.io.InputStream exportFile, java.util.List configurations ) : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)V]
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerLocal.class
package org.rhq.enterprise.server.sync
SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2, java.util.List p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)V]
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerRemote.class
package org.rhq.enterprise.server.sync
SynchronizationManagerRemote.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerRemote.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
rhq-enterprise-server-4.2.0.jar, SystemSettingsImporter.class
package org.rhq.enterprise.server.sync.importers
SystemSettingsImporter.finishImport ( ) : void
[run-time name: org/rhq/enterprise/server/sync/importers/SystemSettingsImporter.finishImport:()V]
rhq-enterprise-server-4.2.0.jar, SystemSettingsValidator.class
package org.rhq.enterprise.server.sync.validators
SystemSettingsValidator.equals ( Object obj ) : boolean
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.equals:(Ljava/lang/Object;)Z]
SystemSettingsValidator.exportState ( org.rhq.enterprise.server.sync.ExportWriter writer ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.exportState:(Lorg/rhq/enterprise/server/sync/ExportWriter;)V]
SystemSettingsValidator.getValidatedEntityTypes ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.getValidatedEntityTypes:()Ljava/util/Set;]
SystemSettingsValidator.hashCode ( ) : int
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.hashCode:()I]
SystemSettingsValidator.initializeExportedStateValidation ( org.rhq.enterprise.server.sync.ExportReader reader ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.initializeExportedStateValidation:(Lorg/rhq/enterprise/server/sync/ExportReader;)V]
SystemSettingsValidator.validateExportedState ( ) : void
[run-time name: org/rhq/enterprise/server/sync/validators/SystemSettingsValidator.validateExportedState:()V]
rhq-enterprise-server-4.2.0.jar, UserHandlerBean.class
package org.rhq.enterprise.server.rest
UserHandlerBean.getFavorites ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/rest/UserHandlerBean.getFavorites:()Ljava/util/List;]
rhq-enterprise-server-4.2.0.jar, UserHandlerLocal.class
package org.rhq.enterprise.server.rest
UserHandlerLocal.getFavorites ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/rest/UserHandlerLocal.getFavorites:()Ljava/util/List;]
rhq-enterprise-server-4.2.0.jar, WebservicesManagerBean.class
package org.rhq.enterprise.server.webservices
WebservicesManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List importerConfigurations ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
to the top
Problems with Data Types, High Severity (28)
rhq-enterprise-server-4.2.0.jar
package org.rhq.enterprise.server.auth
[+] SessionManager (1)
| Change | Effect |
---|
1 | This class became final. | A client program may be interrupted by VerifyError exception. |
[+] affected methods (8)
SessionManager.getInstance ( )Return value of this method has type 'SessionManager'.
SessionManager.getlastAccess ( int sessionId )This method is from 'SessionManager' class.
SessionManager.getOverlord ( )This method is from 'SessionManager' class.
SessionManager.getSubject ( int sessionId )This method is from 'SessionManager' class.
SessionManager.invalidate ( int sessionId )This method is from 'SessionManager' class.
SessionManager.invalidate ( String username )This method is from 'SessionManager' class.
SessionManager.put ( org.rhq.core.domain.auth.Subject subject )This method is from 'SessionManager' class.
SessionManager.put ( org.rhq.core.domain.auth.Subject subject, long timeout )This method is from 'SessionManager' class.
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ContentManagerLocal.deployPackages ( 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 (39)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
package org.rhq.enterprise.server.drift
[+] DriftManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.drift.DriftDefinition p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (20)
DriftManagerLocal.addChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, java.io.InputStream p4 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.addFiles ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, long p5, java.io.InputStream p6 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.deleteResourceDriftDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.detectDrift ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.drift.DriftDefinition p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.findDriftDefinitionCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftDefinitionCriteria p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftDetails ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftFile ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftFileBits ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.isBinaryFile ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.Drift p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.persistSnapshot ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftSnapshot p2, org.rhq.core.domain.drift.DriftChangeSet p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.processRepeatChangeSet ( int p1, String p2, int p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSetContent ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, java.io.File p5 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSetFiles ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.drift.DriftDefinition p3 )This abstract method is from 'DriftManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getDriftManager ( )Return value of this method has type 'DriftManagerLocal'.
package org.rhq.enterprise.server.rest
[+] MetricHandlerLocal (5)
| Change | Effect |
---|
1 | Abstract method MetricHandlerLocal.getMetricData ( int p1, long p2, long p3, int p4, boolean p5 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method MetricHandlerLocal.getMetricDataHtml ( int p1, long p2, long p3, int p4, boolean p5 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method MetricHandlerLocal.getSchedule ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method MetricHandlerLocal.getScheduleHtml ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method MetricHandlerLocal.updateSchedule ( int p1, domain.MetricSchedule p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
MetricHandlerLocal.getAggregatesForResource ( int p1 )This abstract method is from 'MetricHandlerLocal' interface.
[+] ResourceHandlerLocal (8)
| Change | Effect |
---|
1 | Abstract method ResourceHandlerLocal.getChildren ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ResourceHandlerLocal.getChildrenHtml ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method ResourceHandlerLocal.getPlatforms ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method ResourceHandlerLocal.getPlatformsHtml ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method ResourceHandlerLocal.getResource ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method ResourceHandlerLocal.getResourceHtml ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method ResourceHandlerLocal.getSchedules ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method ResourceHandlerLocal.getSchedulesHtml ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
ResourceHandlerLocal.getAlertsForResource ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
ResourceHandlerLocal.getAvailability ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
ResourceHandlerLocal.getHierarchy ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
[+] UserHandlerLocal (1)
| Change | Effect |
---|
1 | Abstract method UserHandlerLocal.getFavorites ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
UserHandlerLocal.addFavoriteResource ( int p1 )This abstract method is from 'UserHandlerLocal' interface.
UserHandlerLocal.removeResourceFromFavorites ( int p1 )This abstract method is from 'UserHandlerLocal' interface.
package org.rhq.enterprise.server.sync
[+] SynchronizationManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2, java.util.List p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (7)
SynchronizationManagerLocal.exportAllSubsystems ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.exportAllSubsystemsLocally ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.getImportConfigurationDefinition ( String p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.getImportConfigurationDefinitionOfAllSynchronizers ( )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.validate ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.validate ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2 )This abstract method is from 'SynchronizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSynchronizationManager ( )Return value of this method has type 'SynchronizationManagerLocal'.
[+] SynchronizationManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method SynchronizationManagerRemote.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
SynchronizationManagerRemote.exportAllSubsystems ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.getImportConfigurationDefinition ( String p1 )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.getImportConfigurationDefinitionOfAllSynchronizers ( )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.validate ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'SynchronizationManagerRemote' interface.
package org.rhq.enterprise.server.sync.importers
[+] Importer (1)
| Change | Effect |
---|
1 | Abstract method Importer.finishImport ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
Importer.configure ( org.rhq.core.domain.configuration.Configuration p1 )This abstract method is from 'Importer' interface.
Importer.getExportedEntityMatcher ( )This abstract method is from 'Importer' interface.
Importer.getImportConfigurationDefinition ( )This abstract method is from 'Importer' interface.
Importer.unmarshallExportedEntity ( org.rhq.enterprise.server.sync.ExportReader p1 )This abstract method is from 'Importer' interface.
Importer.update ( Object p1, Object p2 )This abstract method is from 'Importer' interface.
org.rhq.enterprise.server.sync.MetricTemplateSynchronizer.getImporter ( )Return value of this method has type 'Importer'.
org.rhq.enterprise.server.sync.Synchronizer.getImporter ( )Return value of this abstract method has type 'Importer'.
org.rhq.enterprise.server.sync.SystemSettingsSynchronizer.getImporter ( )Return value of this method has type 'Importer'.
package org.rhq.enterprise.server.sync.validators
[+] ConsistencyValidator (4)
| Change | Effect |
---|
1 | Abstract method ConsistencyValidator.equals ( Object p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ConsistencyValidator.getValidatedEntityTypes ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method ConsistencyValidator.hashCode ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method ConsistencyValidator.validateExportedEntity ( Object p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
ConsistencyValidator.exportState ( org.rhq.enterprise.server.sync.ExportWriter p1 )This abstract method is from 'ConsistencyValidator' interface.
ConsistencyValidator.initialize ( org.rhq.core.domain.auth.Subject p1, javax.persistence.EntityManager p2 )This abstract method is from 'ConsistencyValidator' interface.
ConsistencyValidator.initializeExportedStateValidation ( org.rhq.enterprise.server.sync.ExportReader p1 )This abstract method is from 'ConsistencyValidator' interface.
ConsistencyValidator.validateExportedState ( )This abstract method is from 'ConsistencyValidator' interface.
[+] MetricTemplateValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
MetricTemplateValidator.equals ( Object other )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.exportState ( org.rhq.enterprise.server.sync.ExportWriter writer )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.getValidatedEntityTypes ( )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.hashCode ( )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.initialize ( org.rhq.core.domain.auth.Subject subject, javax.persistence.EntityManager entityManager )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.initializeExportedStateValidation ( org.rhq.enterprise.server.sync.ExportReader reader )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.MetricTemplateValidator ( )This constructor is from 'MetricTemplateValidator' class.
MetricTemplateValidator.validateExportedEntity ( Object entity )This method is from 'MetricTemplateValidator' class.
MetricTemplateValidator.validateExportedState ( )This method is from 'MetricTemplateValidator' class.
[+] SystemSettingsValidator (1)
| Change | Effect |
---|
1 | Removed super-interface ConsistencyValidator. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
SystemSettingsValidator.initialize ( org.rhq.core.domain.auth.Subject subject, javax.persistence.EntityManager entityManager )This method is from 'SystemSettingsValidator' class.
SystemSettingsValidator.SystemSettingsValidator ( )This constructor is from 'SystemSettingsValidator' class.
SystemSettingsValidator.SystemSettingsValidator ( org.rhq.enterprise.server.system.SystemManagerLocal systemManager )This constructor is from 'SystemSettingsValidator' class.
SystemSettingsValidator.validateExportedEntity ( Object entity )This method is from 'SystemSettingsValidator' class.
to the top
Problems with Methods, High Severity (9)
rhq-enterprise-server-4.2.0.jar, Importer
package org.rhq.enterprise.server.sync.importers
[+] Importer.finishImport ( ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/sync/importers/Importer.finishImport:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.String.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, MetricTemplateImporter
package org.rhq.enterprise.server.sync.importers
[+] MetricTemplateImporter.finishImport ( ) : void (1)
[run-time name: org/rhq/enterprise/server/sync/importers/MetricTemplateImporter.finishImport:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.String.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerBean
package org.rhq.enterprise.server.sync
[+] SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List configurations ) : void (1)
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
[+] SynchronizationManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, java.io.InputStream exportFile, java.util.List configurations ) : void (1)
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerLocal
package org.rhq.enterprise.server.sync
[+] SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
[+] SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2, java.util.List p3 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerLocal.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/InputStream;Ljava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, SynchronizationManagerRemote
package org.rhq.enterprise.server.sync
[+] SynchronizationManagerRemote.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/sync/SynchronizationManagerRemote.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, SystemSettingsImporter
package org.rhq.enterprise.server.sync.importers
[+] SystemSettingsImporter.finishImport ( ) : void (1)
[run-time name: org/rhq/enterprise/server/sync/importers/SystemSettingsImporter.finishImport:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.String.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.2.0.jar, WebservicesManagerBean
package org.rhq.enterprise.server.webservices
[+] WebservicesManagerBean.importAllSubsystems ( org.rhq.core.domain.auth.Subject subject, byte[ ] exportFile, java.util.List importerConfigurations ) : void (1)
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.importAllSubsystems:(Lorg/rhq/core/domain/auth/Subject;[BLjava/util/List;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.rhq.core.domain.sync.ImportReport.
| This method has been removed because the return type is part of the method signature. |
to the top
Problems with Data Types, Medium Severity (7)
rhq-enterprise-server-4.2.0.jar
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, int p6, java.io.InputStream p7 ) 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.ResourceFactoryManagerBean.createResource ( org.rhq.core.domain.auth.Subject user, int parentResourceId, int newResourceTypeId, String newResourceName, org.rhq.core.domain.configuration.Configuration pluginConfiguration, String packageName, String packageVersionNumber, Integer architectureId, org.rhq.core.domain.configuration.Configuration deploymentTimeConfiguration, java.io.InputStream packageBitStream, java.util.Map packageUploadDetails, Integer timeout ) and may not be implemented by old clients. |
2 | Abstract method ContentManagerLocal.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 ) 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.webservices.WebservicesManagerBean.createPackageVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, Integer architectureId, byte[ ] packageBytes ) and may not be implemented by old clients. |
3 | Abstract method ContentManagerLocal.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String 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 org.rhq.enterprise.server.webservices.WebservicesManagerBean.deployPackages ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds, int[ ] packageVersionIds ) and may not be implemented by old clients. |
[+] affected methods (39)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
package org.rhq.enterprise.server.drift
[+] DriftManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftDefinition 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 DriftManagerBean.pinSnapshot ( org.rhq.core.domain.auth.Subject subject, int driftDefId, int snapshotVersion ) and may not be implemented by old clients. |
[+] affected methods (20)
DriftManagerLocal.addChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, java.io.InputStream p4 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.addFiles ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, long p5, java.io.InputStream p6 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.deleteResourceDriftDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.detectDrift ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.drift.DriftDefinition p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.findDriftDefinitionCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftDefinitionCriteria p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftDetails ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftFile ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.getDriftFileBits ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.isBinaryFile ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.Drift p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.persistSnapshot ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftSnapshot p2, org.rhq.core.domain.drift.DriftChangeSet p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.processRepeatChangeSet ( int p1, String p2, int p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSetContent ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, java.io.File p5 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.saveChangeSetFiles ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'DriftManagerLocal' interface.
DriftManagerLocal.updateDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.drift.DriftDefinition p3 )This abstract method is from 'DriftManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getDriftManager ( )Return value of this method has type 'DriftManagerLocal'.
[+] JPADriftServerLocal (2)
| Change | Effect |
---|
1 | Abstract method JPADriftServerLocal.ackChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.common.drift.Headers p3, java.util.List 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 JPADriftServerBean.storeChangeSet ( org.rhq.core.domain.auth.Subject subject, int resourceId, java.io.File changeSetZip ) and may not be implemented by old clients. |
2 | Abstract method JPADriftServerLocal.storeChangeSetInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3, java.util.List p4, org.rhq.common.drift.Headers[ ] p5 ) 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 JPADriftServerBean.storeChangeSet ( org.rhq.core.domain.auth.Subject subject, int resourceId, java.io.File changeSetZip ) and may not be implemented by old clients. |
[+] affected methods (14)
JPADriftServerLocal.copyChangeSet ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, int p4 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftChangeSetsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftChangeSetCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.getDriftFile ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.getDriftFileBits ( String p1 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistChangeSet ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftChangeSet p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistDriftFile ( org.rhq.core.domain.drift.JPADriftFile p1 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistDriftFileData ( org.rhq.core.domain.drift.JPADriftFile p1, java.io.InputStream p2, long p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.storeChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.storeFiles ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'JPADriftServerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getJPADriftServer ( )Return value of this method has type 'JPADriftServerLocal'.
package org.rhq.enterprise.server.system
[+] ServerVersion (1)
| Change | Effect |
---|
1 | Value of final field namespace (java.lang.String) has been changed from "http://www.rhq-project.org/4.2.0/Webservices.xsd" to "http://www.rhq-project.org/4.3.0/Webservices.xsd". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (5)
ServerVersion.getBuild ( )This method is from 'ServerVersion' class.
ServerVersion.getNamespace ( )This method is from 'ServerVersion' class.
ServerVersion.getVersion ( )This method is from 'ServerVersion' class.
ServerVersion.ServerVersion ( String version, String build )This constructor is from 'ServerVersion' class.
ServerVersion.toString ( )This method is from 'ServerVersion' class.
to the top
Other Changes in Data Types (40)
rhq-enterprise-server-4.2.0.jar
package org.rhq.enterprise.server.alert.engine.mbean
[+] AlertConditionCacheMonitor (2)
| Change | Effect |
---|
1 | Field calltimeCacheElementMatches 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. |
2 | Field calltimeProcessingTime 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 (39)
AlertConditionCacheMonitor.AlertConditionCacheMonitor ( )This constructor is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getCacheCounts ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getDriftCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getDriftCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getDriftProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getEventCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getEventCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getEventProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getMBean ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getMeasurementCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getMeasurementCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getMeasurementProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getOperationCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getOperationCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getOperationProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getResourceConfigurationCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getResourceConfigurationCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getTotalCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getTotalProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementAvailabilityCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementAvailabilityProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementDriftCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementDriftProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementEventCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementEventProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementMeasurementCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementMeasurementProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementOperationCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementOperationProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementResourceConfigurationCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementResourceConfigurationProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.postDeregister ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.postRegister ( Boolean registrationDone )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.preDeregister ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.reloadCaches ( )This method is from 'AlertConditionCacheMonitor' class.
[+] AlertConditionCacheMonitorMBean (6)
| Change | Effect |
---|
1 | Abstract method AlertConditionCacheMonitorMBean.getCallTimeCacheElementCount ( ) has been added to this interface. | No effect. |
2 | Abstract method AlertConditionCacheMonitorMBean.getCallTimeCacheElementMatches ( ) has been added to this interface. | No effect. |
3 | Abstract method AlertConditionCacheMonitorMBean.getCallTimeProcessingTime ( ) has been added to this interface. | No effect. |
4 | Abstract method AlertConditionCacheMonitorMBean.getTotalCacheElementCount ( ) has been added to this interface. | No effect. |
5 | Abstract method AlertConditionCacheMonitorMBean.incrementCallTimeCacheElementMatches ( int p1 ) has been added to this interface. | No effect. |
6 | Abstract method AlertConditionCacheMonitorMBean.incrementCallTimeProcessingTime ( long p1 ) has been added to this interface. | No effect. |
[+] affected methods (34)
AlertConditionCacheMonitor.getMBean ( )Return value of this method has type 'AlertConditionCacheMonitorMBean'.
AlertConditionCacheMonitorMBean.getAvailabilityCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getAvailabilityCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getAvailabilityProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getCacheCounts ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getDriftCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getDriftCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getDriftProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getEventCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getEventCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getEventProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getMeasurementCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getMeasurementCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getMeasurementProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getOperationCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getOperationCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getOperationProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getResourceConfigurationCacheElementCount ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getResourceConfigurationCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getTotalCacheElementMatches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.getTotalProcessingTime ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementAvailabilityCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementAvailabilityProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementDriftCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementDriftProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementEventCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementEventProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementMeasurementCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementMeasurementProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementOperationCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementOperationProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementResourceConfigurationCacheElementMatches ( int p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.incrementResourceConfigurationProcessingTime ( long p1 )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
AlertConditionCacheMonitorMBean.reloadCaches ( )This abstract method is from 'AlertConditionCacheMonitorMBean' interface.
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (1)
| Change | Effect |
---|
1 | Field UPLOAD_DISPLAY_VERSION has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (39)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
[+] ContentManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method ContentManagerRemote.createPackageVersionWithDisplayVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, String p5, Integer p6, byte[ ] p7 ) has been added to this interface. | No effect. |
2 | Abstract method ContentManagerRemote.deployPackagesWithNote ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3, String p4 ) has been added to this interface. | No effect. |
[+] affected methods (14)
ContentManagerRemote.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerRemote' interface.
package org.rhq.enterprise.server.drift
[+] DriftManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method DriftManagerRemote.getDriftFileAsByteArray ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been added to this interface. | No effect. |
[+] affected methods (11)
DriftManagerRemote.deleteDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.findDriftChangeSetsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftChangeSetCriteria p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.findDriftDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftDefinitionCriteria p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.findDriftsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.generateUnifiedDiff ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.Drift p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.generateUnifiedDiff ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.Drift p2, org.rhq.core.domain.drift.Drift p3 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.generateUnifiedDiffByIds ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.getDriftFileBits ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.getSnapshot ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftSnapshotRequest p2 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.pinSnapshot ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'DriftManagerRemote' interface.
DriftManagerRemote.updateDriftDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.drift.DriftDefinition p3 )This abstract method is from 'DriftManagerRemote' interface.
[+] JPADriftServerLocal (1)
| Change | Effect |
---|
1 | Abstract method JPADriftServerLocal.getDriftFileAsByteArray ( String p1 ) has been added to this interface. | No effect. |
[+] affected methods (14)
JPADriftServerLocal.copyChangeSet ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, int p4 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftChangeSetsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftChangeSetCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.findDriftsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.getDriftFile ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.getDriftFileBits ( String p1 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistChangeSet ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftChangeSet p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistDriftFile ( org.rhq.core.domain.drift.JPADriftFile p1 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.persistDriftFileData ( org.rhq.core.domain.drift.JPADriftFile p1, java.io.InputStream p2, long p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.storeChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3 )This abstract method is from 'JPADriftServerLocal' interface.
JPADriftServerLocal.storeFiles ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'JPADriftServerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getJPADriftServer ( )Return value of this method has type 'JPADriftServerLocal'.
package org.rhq.enterprise.server.measurement
[+] MeasurementDataManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method MeasurementDataManagerLocal.findRawData ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) has been added to this interface. | No effect. |
[+] affected methods (20)
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.findCurrentTraitsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DisplayType p3 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6 )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.findDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )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.findTraits ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 )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.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )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.plugin.pc.drift
[+] DriftServerPluginFacet (1)
| Change | Effect |
---|
1 | Abstract method DriftServerPluginFacet.getDriftFileAsByteArray ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been added to this interface. | No effect. |
[+] affected methods (12)
DriftServerPluginFacet.copyChangeSet ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, int p4 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.findDriftChangeSetsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftChangeSetCriteria p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.findDriftCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.findDriftsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DriftCriteria p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.getDriftFile ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.getDriftFileBits ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.persistChangeSet ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.drift.DriftChangeSet p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.purgeByDriftDefinitionName ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.purgeOrphanedDriftFiles ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.saveChangeSet ( org.rhq.core.domain.auth.Subject p1, int p2, java.io.File p3 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginFacet.saveChangeSetFiles ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'DriftServerPluginFacet' interface.
DriftServerPluginManager.getDriftServerPluginComponent ( )Return value of this method has type 'DriftServerPluginFacet'.
package org.rhq.enterprise.server.resource
[+] ResourceManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ResourceManagerLocal.findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
[+] affected methods (73)
ResourceManagerLocal.addResourceError ( org.rhq.core.domain.resource.ResourceError p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigError ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.deleteResourceError ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.resource.ResourceCategory p3, int[ ] p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.resource.ResourceCategory p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceType p3, org.rhq.core.domain.resource.ResourceCategory p4, String p5, int[ ] p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenResourceIds ( int p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.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.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.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.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.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.util.LookupUtil.getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
package org.rhq.enterprise.server.rest
[+] MetricHandlerLocal (11)
| Change | Effect |
---|
1 | Abstract method MetricHandlerLocal.getBaseline ( int p1, javax.ws.rs.core.HttpHeaders p2, javax.ws.rs.core.UriInfo p3 ) has been added to this interface. | No effect. |
2 | Abstract method MetricHandlerLocal.getMetricData ( int p1, long p2, long p3, int p4, boolean p5, javax.ws.rs.core.Request p6, javax.ws.rs.core.HttpHeaders p7 ) has been added to this interface. | No effect. |
3 | Abstract method MetricHandlerLocal.getMetricDataMulti ( String p1, long p2, long p3, int p4, boolean p5, javax.ws.rs.core.Request p6, javax.ws.rs.core.HttpHeaders p7 ) has been added to this interface. | No effect. |
4 | Abstract method MetricHandlerLocal.getMetricDataRaw ( int p1, long p2, long p3, long p4, javax.ws.rs.core.Request p5, javax.ws.rs.core.HttpHeaders p6 ) has been added to this interface. | No effect. |
5 | Abstract method MetricHandlerLocal.getSchedule ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) has been added to this interface. | No effect. |
6 | Abstract method MetricHandlerLocal.getTraitValue ( int p1 ) has been added to this interface. | No effect. |
7 | Abstract method MetricHandlerLocal.postMetricValues ( java.util.Collection p1, javax.ws.rs.core.HttpHeaders p2 ) has been added to this interface. | No effect. |
8 | Abstract method MetricHandlerLocal.putMetricValue ( int p1, long p2, domain.NumericDataPoint p3, javax.ws.rs.core.HttpHeaders p4, javax.ws.rs.core.UriInfo p5 ) has been added to this interface. | No effect. |
9 | Abstract method MetricHandlerLocal.putTraitValue ( int p1, domain.StringValue p2 ) has been added to this interface. | No effect. |
10 | Abstract method MetricHandlerLocal.setBaseline ( int p1, domain.Baseline p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) has been added to this interface. | No effect. |
11 | Abstract method MetricHandlerLocal.updateSchedule ( int p1, domain.MetricSchedule p2, javax.ws.rs.core.HttpHeaders p3 ) has been added to this interface. | No effect. |
[+] affected methods (1)
MetricHandlerLocal.getAggregatesForResource ( int p1 )This abstract method is from 'MetricHandlerLocal' interface.
[+] ResourceHandlerLocal (5)
| Change | Effect |
---|
1 | Abstract method ResourceHandlerLocal.getChildren ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) has been added to this interface. | No effect. |
2 | Abstract method ResourceHandlerLocal.getPlatforms ( javax.ws.rs.core.Request p1, javax.ws.rs.core.HttpHeaders p2, javax.ws.rs.core.UriInfo p3 ) has been added to this interface. | No effect. |
3 | Abstract method ResourceHandlerLocal.getResource ( int p1, javax.ws.rs.core.Request p2, javax.ws.rs.core.HttpHeaders p3, javax.ws.rs.core.UriInfo p4 ) has been added to this interface. | No effect. |
4 | Abstract method ResourceHandlerLocal.getSchedules ( int p1, String p2, boolean p3, String p4, javax.ws.rs.core.Request p5, javax.ws.rs.core.HttpHeaders p6, javax.ws.rs.core.UriInfo p7 ) has been added to this interface. | No effect. |
5 | Abstract method ResourceHandlerLocal.reportAvailability ( int p1, domain.AvailabilityRest p2 ) has been added to this interface. | No effect. |
[+] affected methods (3)
ResourceHandlerLocal.getAlertsForResource ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
ResourceHandlerLocal.getAvailability ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
ResourceHandlerLocal.getHierarchy ( int p1 )This abstract method is from 'ResourceHandlerLocal' interface.
[+] UserHandlerLocal (1)
| Change | Effect |
---|
1 | Abstract method UserHandlerLocal.getFavorites ( javax.ws.rs.core.UriInfo p1 ) has been added to this interface. | No effect. |
[+] affected methods (2)
UserHandlerLocal.addFavoriteResource ( int p1 )This abstract method is from 'UserHandlerLocal' interface.
UserHandlerLocal.removeResourceFromFavorites ( int p1 )This abstract method is from 'UserHandlerLocal' interface.
package org.rhq.enterprise.server.sync
[+] SynchronizationManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2, java.util.List p3 ) has been added to this interface. | No effect. |
2 | Abstract method SynchronizationManagerLocal.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) has been added to this interface. | No effect. |
3 | Abstract method SynchronizationManagerLocal.setSynchronizerFactory ( SynchronizerFactory p1 ) has been added to this interface. | No effect. |
[+] affected methods (7)
SynchronizationManagerLocal.exportAllSubsystems ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.exportAllSubsystemsLocally ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.getImportConfigurationDefinition ( String p1 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.getImportConfigurationDefinitionOfAllSynchronizers ( )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.validate ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'SynchronizationManagerLocal' interface.
SynchronizationManagerLocal.validate ( org.rhq.core.domain.auth.Subject p1, java.io.InputStream p2 )This abstract method is from 'SynchronizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSynchronizationManager ( )Return value of this method has type 'SynchronizationManagerLocal'.
[+] SynchronizationManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method SynchronizationManagerRemote.importAllSubsystems ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2, java.util.List p3 ) has been added to this interface. | No effect. |
[+] affected methods (4)
SynchronizationManagerRemote.exportAllSubsystems ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.getImportConfigurationDefinition ( String p1 )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.getImportConfigurationDefinitionOfAllSynchronizers ( )This abstract method is from 'SynchronizationManagerRemote' interface.
SynchronizationManagerRemote.validate ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'SynchronizationManagerRemote' interface.
package org.rhq.enterprise.server.sync.importers
[+] Importer (2)
| Change | Effect |
---|
1 | Abstract method Importer.finishImport ( ) has been added to this interface. | No effect. |
2 | Abstract method Importer.getEntityValidators ( ) has been added to this interface. | No effect. |
[+] affected methods (8)
Importer.configure ( org.rhq.core.domain.configuration.Configuration p1 )This abstract method is from 'Importer' interface.
Importer.getExportedEntityMatcher ( )This abstract method is from 'Importer' interface.
Importer.getImportConfigurationDefinition ( )This abstract method is from 'Importer' interface.
Importer.unmarshallExportedEntity ( org.rhq.enterprise.server.sync.ExportReader p1 )This abstract method is from 'Importer' interface.
Importer.update ( Object p1, Object p2 )This abstract method is from 'Importer' interface.
org.rhq.enterprise.server.sync.MetricTemplateSynchronizer.getImporter ( )Return value of this method has type 'Importer'.
org.rhq.enterprise.server.sync.Synchronizer.getImporter ( )Return value of this abstract method has type 'Importer'.
org.rhq.enterprise.server.sync.SystemSettingsSynchronizer.getImporter ( )Return value of this method has type 'Importer'.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method SystemManagerLocal.dumpSystemInfo ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
[+] affected methods (27)
org.rhq.enterprise.server.sync.exporters.SystemSettingsExporter.SystemSettingsExporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.importers.SystemSettingsImporter.SystemSettingsImporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.SystemSettingsSynchronizer.SystemSettingsSynchronizer ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.validators.SystemSettingsValidator.SystemSettingsValidator ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemManagerLocal.analyze ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getProductInfo ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getServerDetails ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getSystemConfiguration ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getSystemSettings ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reconfigureSystem ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reindex ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.setSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2, boolean p3 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.setSystemSettings ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.composite.SystemSettings p2 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1, String[ ] p2 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuumAppdef ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.validateSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2 )This abstract method is from 'SystemManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
to the top
Java ARchives (1)
rhq-enterprise-server-4.2.0.jar
to the top
Generated on Wed Mar 20 17:12:06 2013 for rhq-enterprise-server by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API