Binary compatibility report for the rhq-enterprise-server library between 4.8.0 and 4.9.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.8.0 |
Version #2 | 4.9.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 6876 / 783 |
---|
Verdict | Incompatible (6.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 222 |
---|
Removed Methods | High | 80 |
---|
Problems with Data Types | High | 22 |
---|
Medium | 4 |
Low | 0 |
Problems with Methods | High | 6 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 74 |
Added Methods (222)
rhq-enterprise-server-4.9.0.jar, AbstractRestBean.class
package org.rhq.enterprise.server.rest
AbstractRestBean.getLinkToGroup ( org.rhq.core.domain.resource.group.ResourceGroup group, javax.ws.rs.core.UriInfo uriInfo, String rel ) : domain.Link
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getLinkToGroup:(Lorg/rhq/core/domain/resource/group/ResourceGroup;Ljavax/ws/rs/core/UriInfo;Ljava/lang/String;)Lorg/rhq/enterprise/server/rest/domain/Link;]
AbstractRestBean.getLinkToResource ( org.rhq.core.domain.resource.Resource res, javax.ws.rs.core.UriInfo uriInfo, String rel ) : domain.Link
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getLinkToResource:(Lorg/rhq/core/domain/resource/Resource;Ljavax/ws/rs/core/UriInfo;Ljava/lang/String;)Lorg/rhq/enterprise/server/rest/domain/Link;]
AbstractRestBean.getLinkToResourceType ( org.rhq.core.domain.resource.ResourceType type, javax.ws.rs.core.UriInfo uriInfo, String rel ) : domain.Link
[run-time name: org/rhq/enterprise/server/rest/AbstractRestBean.getLinkToResourceType:(Lorg/rhq/core/domain/resource/ResourceType;Ljavax/ws/rs/core/UriInfo;Ljava/lang/String;)Lorg/rhq/enterprise/server/rest/domain/Link;]
rhq-enterprise-server-4.9.0.jar, AlertConditionLogManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerBean.checkForCompletedAlertConditionSet ( int alertConditionId ) : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.checkForCompletedAlertConditionSet:(I)Z]
rhq-enterprise-server-4.9.0.jar, AlertConditionLogManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet:(I)Z]
rhq-enterprise-server-4.9.0.jar, AlertDampeningManagerBean.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerBean.processEventType ( int alertDefinitionId, org.rhq.core.domain.alert.AlertDampeningEvent.Type eventType ) : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerBean.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Z]
rhq-enterprise-server-4.9.0.jar, AlertDampeningManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerLocal.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)Z]
rhq-enterprise-server-4.9.0.jar, AuthorizationManagerBean.class
package org.rhq.enterprise.server.authz
AuthorizationManagerBean.canViewBundle ( org.rhq.core.domain.auth.Subject subject, int bundleId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.canViewBundle:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerBean.canViewBundleGroup ( org.rhq.core.domain.auth.Subject subject, int bundleGroupId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.canViewBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerBean.getBundlePermissions ( org.rhq.core.domain.auth.Subject subject, int bundleId ) : java.util.Set
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.getBundlePermissions:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/Set;]
AuthorizationManagerBean.hasBundleGroupPermission ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.authz.Permission permission, int bundleGroupId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.hasBundleGroupPermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;I)Z]
AuthorizationManagerBean.hasBundlePermission ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.authz.Permission permission, int bundleId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.hasBundlePermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;I)Z]
AuthorizationManagerBean.hasBundlePermission ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.authz.Permission permission, java.util.Collection bundleIds ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.hasBundlePermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;Ljava/util/Collection;)Z]
rhq-enterprise-server-4.9.0.jar, AuthorizationManagerLocal.class
package org.rhq.enterprise.server.authz
AuthorizationManagerLocal.canViewBundle ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.canViewBundle:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerLocal.canViewBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.canViewBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerLocal.getBundlePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.getBundlePermissions:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/Set;]
AuthorizationManagerLocal.hasBundleGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.hasBundleGroupPermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;I)Z]
AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.hasBundlePermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;I)Z]
AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.hasBundlePermission:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/authz/Permission;Ljava/util/Collection;)Z]
rhq-enterprise-server-4.9.0.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean.addBundleResourceDeploymentHistoryInNewTrans ( org.rhq.core.domain.auth.Subject subject, int bundleDeploymentId, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory history ) : org.rhq.core.domain.bundle.BundleResourceDeploymentHistory
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.addBundleResourceDeploymentHistoryInNewTrans:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;)Lorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;]
BundleManagerBean.assignBundlesToBundleGroups ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, int[ ] bundleIds ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.assignBundlesToBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I[I)V]
BundleManagerBean.createBundle ( org.rhq.core.domain.auth.Subject subject, String name, String description, int bundleTypeId, int[ ] bundleGroupIds ) : org.rhq.core.domain.bundle.Bundle
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I[I)Lorg/rhq/core/domain/bundle/Bundle;]
BundleManagerBean.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject subject, String bundleName, String bundleDescription, int bundleTypeId, int[ ] bundleGroupIds, String bundleVersionName, String bundleVersionDescription, String version, String recipe ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleAndBundleVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createBundleGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.bundle.BundleGroup bundleGroup ) : org.rhq.core.domain.bundle.BundleGroup
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleGroup;)Lorg/rhq/core/domain/bundle/BundleGroup;]
BundleManagerBean.createBundleResourceDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject subject, int bundleDeploymentId, int resourceId ) : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleResourceDeploymentInNewTrans:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
BundleManagerBean.createBundleVersionViaURLImpl ( org.rhq.core.domain.auth.Subject subject, String distributionFileUrl, String username, String password, boolean mustBeInitialVersion, int[ ] initialBundleGroupIds ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleVersionViaURLImpl:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z[I)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, byte[ ] fileBytes ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaByteArray:(Lorg/rhq/core/domain/auth/Subject;[I[B)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaFile ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, java.io.File distributionFile ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaFile:(Lorg/rhq/core/domain/auth/Subject;[ILjava/io/File;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, String recipe ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaRecipe:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaToken ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, String token ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaToken:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, String distributionFileUrl ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, String distributionFileUrl, String username, String password ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createInitialBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createOrStoreBundleVersionViaFile ( org.rhq.core.domain.auth.Subject subject, java.io.File distributionFile ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createOrStoreBundleVersionViaFile:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/File;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createOrStoreBundleVersionViaURL ( org.rhq.core.domain.auth.Subject subject, String distributionFileUrl, String username, String password ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createOrStoreBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.deleteBundleGroups ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.deleteBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
BundleManagerBean.findBundleGroupsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.BundleGroupCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.findBundleGroupsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleGroupCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerBean.getAssignableBundleGroups ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.auth.Subject assigningSubject, int bundleId ) : org.rhq.core.domain.bundle.composite.BundleGroupAssignmentComposite
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.getAssignableBundleGroups:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/bundle/composite/BundleGroupAssignmentComposite;]
BundleManagerBean.unassignBundlesFromBundleGroups ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleGroupIds, int[ ] bundleIds ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.unassignBundlesFromBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I[I)V]
BundleManagerBean.updateBundleGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.bundle.BundleGroup bundleGroup ) : org.rhq.core.domain.bundle.BundleGroup
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.updateBundleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleGroup;)Lorg/rhq/core/domain/bundle/BundleGroup;]
rhq-enterprise-server-4.9.0.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal.addBundleResourceDeploymentHistoryInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeploymentHistory
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.addBundleResourceDeploymentHistoryInNewTrans:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;)Lorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;]
BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5 ) [abstract] : org.rhq.core.domain.bundle.Bundle
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I[I)Lorg/rhq/core/domain/bundle/Bundle;]
BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5, String p6, String p7, String p8, String p9 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundleAndBundleVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I[ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.createBundleResourceDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundleResourceDeploymentInNewTrans:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
BundleManagerLocal.createInitialBundleVersionViaToken ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createInitialBundleVersionViaToken:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.createOrStoreBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createOrStoreBundleVersionViaFile:(Lorg/rhq/core/domain/auth/Subject;Ljava/io/File;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.createOrStoreBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createOrStoreBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.getAssignableBundleGroups ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, int p3 ) [abstract] : org.rhq.core.domain.bundle.composite.BundleGroupAssignmentComposite
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.getAssignableBundleGroups:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/bundle/composite/BundleGroupAssignmentComposite;]
rhq-enterprise-server-4.9.0.jar, BundleManagerRemote.class
package org.rhq.enterprise.server.bundle
BundleManagerRemote.assignBundlesToBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.assignBundlesToBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I[I)V]
BundleManagerRemote.createBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 ) [abstract] : org.rhq.core.domain.bundle.BundleGroup
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createBundleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleGroup;)Lorg/rhq/core/domain/bundle/BundleGroup;]
BundleManagerRemote.createInitialBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, byte[ ] p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaByteArray:(Lorg/rhq/core/domain/auth/Subject;[I[B)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.createInitialBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.io.File p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaFile:(Lorg/rhq/core/domain/auth/Subject;[ILjava/io/File;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.createInitialBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaRecipe:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3, String p4, String p5 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.createInitialBundleVersionViaURL:(Lorg/rhq/core/domain/auth/Subject;[ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerRemote.deleteBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.deleteBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
BundleManagerRemote.findBundleGroupsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleGroupCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.findBundleGroupsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleGroupCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerRemote.unassignBundlesFromBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.unassignBundlesFromBundleGroups:(Lorg/rhq/core/domain/auth/Subject;[I[I)V]
BundleManagerRemote.updateBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 ) [abstract] : org.rhq.core.domain.bundle.BundleGroup
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.updateBundleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleGroup;)Lorg/rhq/core/domain/bundle/BundleGroup;]
rhq-enterprise-server-4.9.0.jar, CachedConditionManagerBean.class
package org.rhq.enterprise.server.alert
CachedConditionManagerBean.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : boolean
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Z]
rhq-enterprise-server-4.9.0.jar, CachedConditionManagerLocal.class
package org.rhq.enterprise.server.alert
CachedConditionManagerLocal.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)Z]
rhq-enterprise-server-4.9.0.jar, ConfigurationManagerBean.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerBean.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject subject, int resourceId, int parentResourceId, org.rhq.core.domain.configuration.definition.ConfigurationDefinition def ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getOptionsForConfigurationDefinition:(Lorg/rhq/core/domain/auth/Subject;IILorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
rhq-enterprise-server-4.9.0.jar, ConfigurationManagerLocal.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerLocal.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, org.rhq.core.domain.configuration.definition.ConfigurationDefinition p4 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getOptionsForConfigurationDefinition:(Lorg/rhq/core/domain/auth/Subject;IILorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
rhq-enterprise-server-4.9.0.jar, CriteriaQueryGenerator.class
package org.rhq.enterprise.server.util
CriteriaQueryGenerator.setAuthorizationBundleFragment ( CriteriaQueryGenerator.AuthorizationTokenType type, int subjectId ) : void
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.setAuthorizationBundleFragment:(Lorg/rhq/enterprise/server/util/CriteriaQueryGenerator$AuthorizationTokenType;I)V]
CriteriaQueryGenerator.setAuthorizationBundleFragment ( CriteriaQueryGenerator.AuthorizationTokenType type, int subjectId, String fragment ) : void
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.setAuthorizationBundleFragment:(Lorg/rhq/enterprise/server/util/CriteriaQueryGenerator$AuthorizationTokenType;ILjava/lang/String;)V]
rhq-enterprise-server-4.9.0.jar, CriteriaUtil.class
package org.rhq.enterprise.server.util
CriteriaUtil.getFields ( org.rhq.core.domain.criteria.Criteria criteria, org.rhq.core.domain.criteria.Criteria.Type type ) [static] : java.util.List
[run-time name: org/rhq/enterprise/server/util/CriteriaUtil.getFields:(Lorg/rhq/core/domain/criteria/Criteria;Lorg/rhq/core/domain/criteria/Criteria$Type;)Ljava/util/List;]
CriteriaUtil.toString ( org.rhq.core.domain.criteria.Criteria criteria ) [static] : String
[run-time name: org/rhq/enterprise/server/util/CriteriaUtil.toString:(Lorg/rhq/core/domain/criteria/Criteria;)Ljava/lang/String;]
rhq-enterprise-server-4.9.0.jar, JMXUtil.class
package org.rhq.enterprise.server.util
JMXUtil.getPlatformMBeanServer ( ) [static] : javax.management.MBeanServer
[run-time name: org/rhq/enterprise/server/util/JMXUtil.getPlatformMBeanServer:()Ljavax/management/MBeanServer;]
JMXUtil.registerMBean ( Object bean, javax.management.ObjectName objectName ) [static] : void
[run-time name: org/rhq/enterprise/server/util/JMXUtil.registerMBean:(Ljava/lang/Object;Ljavax/management/ObjectName;)V]
JMXUtil.unregisterMBeanQuietly ( javax.management.ObjectName objectName ) [static] : void
[run-time name: org/rhq/enterprise/server/util/JMXUtil.unregisterMBeanQuietly:(Ljavax/management/ObjectName;)V]
rhq-enterprise-server-4.9.0.jar, LdapGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerBean.findAvailableGroupsStatus ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.findAvailableGroupsStatus:()Ljava/util/Set;]
rhq-enterprise-server-4.9.0.jar, LdapGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerLocal.findAvailableGroupsStatus ( ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerLocal.findAvailableGroupsStatus:()Ljava/util/Set;]
rhq-enterprise-server-4.9.0.jar, LinkDeserializer.class
package org.rhq.enterprise.server.rest.helper
LinkDeserializer.deserialize ( org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt ) : org.rhq.enterprise.server.rest.domain.Link
[run-time name: org/rhq/enterprise/server/rest/helper/LinkDeserializer.deserialize:(Lorg/codehaus/jackson/JsonParser;Lorg/codehaus/jackson/map/DeserializationContext;)Lorg/rhq/enterprise/server/rest/domain/Link;]
LinkDeserializer.deserialize ( org.codehaus.jackson.JsonParser x0, org.codehaus.jackson.map.DeserializationContext x1 ) : Object
[run-time name: org/rhq/enterprise/server/rest/helper/LinkDeserializer.deserialize:(Lorg/codehaus/jackson/JsonParser;Lorg/codehaus/jackson/map/DeserializationContext;)Ljava/lang/Object;]
LinkDeserializer.LinkDeserializer ( )
[run-time name: org/rhq/enterprise/server/rest/helper/LinkDeserializer."<init>":()V]
rhq-enterprise-server-4.9.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getStorageClientManager ( ) [static] : org.rhq.enterprise.server.storage.StorageClientManagerBean
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStorageClientManager:()Lorg/rhq/enterprise/server/storage/StorageClientManagerBean;]
LookupUtil.getStorageClusterSettingsManagerLocal ( ) [static] : org.rhq.enterprise.server.storage.StorageClusterSettingsManagerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStorageClusterSettingsManagerLocal:()Lorg/rhq/enterprise/server/storage/StorageClusterSettingsManagerLocal;]
LookupUtil.getStorageNodeOperationsHandler ( ) [static] : org.rhq.enterprise.server.storage.StorageNodeOperationsHandlerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getStorageNodeOperationsHandler:()Lorg/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal;]
rhq-enterprise-server-4.9.0.jar, OperationJob.class
package org.rhq.enterprise.server.operation
OperationJob.findOperationHistory ( String name, String group, OperationManagerLocal operationManager, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule ) : org.rhq.core.domain.operation.ResourceOperationHistory
[run-time name: org/rhq/enterprise/server/operation/OperationJob.findOperationHistory:(Ljava/lang/String;Ljava/lang/String;Lorg/rhq/enterprise/server/operation/OperationManagerLocal;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;)Lorg/rhq/core/domain/operation/ResourceOperationHistory;]
rhq-enterprise-server-4.9.0.jar, PagedDataFetchSettings.class
package org.rhq.enterprise.server.util
QueryUtility.PagedDataFetchSettings.getLagIncreaseCoefficient ( ) : float
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.getLagIncreaseCoefficient:()F]
QueryUtility.PagedDataFetchSettings.getMaxAttempts ( ) : int
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.getMaxAttempts:()I]
QueryUtility.PagedDataFetchSettings.getMaxWaitTime ( ) : int
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.getMaxWaitTime:()I]
QueryUtility.PagedDataFetchSettings.getMinimumTotalWaitTime ( ) : long
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.getMinimumTotalWaitTime:()J]
QueryUtility.PagedDataFetchSettings.getMinWaitTime ( ) : int
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.getMinWaitTime:()I]
QueryUtility.PagedDataFetchSettings.isThrowOnMaxAttempts ( ) : boolean
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.isThrowOnMaxAttempts:()Z]
QueryUtility.PagedDataFetchSettings.QueryUtility.PagedDataFetchSettings ( )
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings."<init>":()V]
QueryUtility.PagedDataFetchSettings.setMaxAttempts ( int maxAttempts ) : void
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.setMaxAttempts:(I)V]
QueryUtility.PagedDataFetchSettings.setMaxWaitTime ( int maxWaitTime ) : void
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.setMaxWaitTime:(I)V]
QueryUtility.PagedDataFetchSettings.setMinWaitTime ( int minWaitTime ) : void
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.setMinWaitTime:(I)V]
QueryUtility.PagedDataFetchSettings.setThrowOnMaxAttempts ( boolean throwOnMaxAttempts ) : void
[run-time name: org/rhq/enterprise/server/util/QueryUtility.PagedDataFetchSettings.setThrowOnMaxAttempts:(Z)V]
rhq-enterprise-server-4.9.0.jar, PhantomReadMaxAttemptsExceededException.class
package org.rhq.enterprise.server.util
PhantomReadMaxAttemptsExceededException.getList ( ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/util/PhantomReadMaxAttemptsExceededException.getList:()Lorg/rhq/core/domain/util/PageList;]
PhantomReadMaxAttemptsExceededException.getMillisecondsSpentTrying ( ) : long
[run-time name: org/rhq/enterprise/server/util/PhantomReadMaxAttemptsExceededException.getMillisecondsSpentTrying:()J]
PhantomReadMaxAttemptsExceededException.getNumberOfAttempts ( ) : int
[run-time name: org/rhq/enterprise/server/util/PhantomReadMaxAttemptsExceededException.getNumberOfAttempts:()I]
PhantomReadMaxAttemptsExceededException.PhantomReadMaxAttemptsExceededException ( int numberOfAttempts, org.rhq.core.domain.util.PageList list, long millisecondsSpentTrying )
[run-time name: org/rhq/enterprise/server/util/PhantomReadMaxAttemptsExceededException."<init>":(ILorg/rhq/core/domain/util/PageList;J)V]
PhantomReadMaxAttemptsExceededException.PhantomReadMaxAttemptsExceededException ( int numberOfAttempts, org.rhq.core.domain.util.PageList list, long millisecondsSpentTrying, Throwable cause )
[run-time name: org/rhq/enterprise/server/util/PhantomReadMaxAttemptsExceededException."<init>":(ILorg/rhq/core/domain/util/PageList;JLjava/lang/Throwable;)V]
rhq-enterprise-server-4.9.0.jar, QueryUtility.class
package org.rhq.enterprise.server.util
QueryUtility.fetchPagedDataAndCount ( javax.persistence.Query dataQuery, javax.persistence.Query countQuery, org.rhq.core.domain.util.PageControl pageControl, QueryUtility.PagedDataFetchSettings settings ) [static] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/util/QueryUtility.fetchPagedDataAndCount:(Ljavax/persistence/Query;Ljavax/persistence/Query;Lorg/rhq/core/domain/util/PageControl;Lorg/rhq/enterprise/server/util/QueryUtility$PagedDataFetchSettings;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.ResourceCriteria criteria, int[ ] alreadySelectedResourceIds ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.findGroupMemberCandidateResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/ResourceCriteria;[I)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2, int[ ] p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.findGroupMemberCandidateResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/ResourceCriteria;[I)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.9.0.jar, RoleManagerBean.class
package org.rhq.enterprise.server.authz
RoleManagerBean.addBundleGroupsToRole ( org.rhq.core.domain.auth.Subject subject, int roleId, int[ ] bundleGroupIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.addBundleGroupsToRole:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerBean.addRolesToBundleGroup ( org.rhq.core.domain.auth.Subject subject, int bundleGroupId, int[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.addRolesToBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerBean.removeBundleGroupsFromRole ( org.rhq.core.domain.auth.Subject subject, int roleId, int[ ] bundleGroupIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.removeBundleGroupsFromRole:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerBean.removeRolesFromBundleGroup ( org.rhq.core.domain.auth.Subject subject, int bundleGroupId, int[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.removeRolesFromBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerBean.setAssignedBundleGroups ( org.rhq.core.domain.auth.Subject subject, int roleId, int[ ] bundleGroupIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.setAssignedBundleGroups:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.9.0.jar, RoleManagerRemote.class
package org.rhq.enterprise.server.authz
RoleManagerRemote.addBundleGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.addBundleGroupsToRole:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerRemote.addRolesToBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.addRolesToBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerRemote.removeBundleGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.removeBundleGroupsFromRole:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerRemote.removeRolesFromBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.removeRolesFromBundleGroup:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
RoleManagerRemote.setAssignedBundleGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.setAssignedBundleGroups:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.9.0.jar, StorageClientManagerBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerBean.getSession ( ) : org.rhq.server.metrics.StorageSession
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getSession:()Lorg/rhq/server/metrics/StorageSession;]
StorageClientManagerBean.isClusterAvailable ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.isClusterAvailable:()Z]
rhq-enterprise-server-4.9.0.jar, StorageClusterMonitor.class
package org.rhq.enterprise.server.storage
StorageClusterMonitor.isClusterAvailable ( ) : boolean
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.isClusterAvailable:()Z]
StorageClusterMonitor.onStorageClusterDown ( com.datastax.driver.core.exceptions.NoHostAvailableException e ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onStorageClusterDown:(Lcom/datastax/driver/core/exceptions/NoHostAvailableException;)V]
StorageClusterMonitor.onStorageNodeDown ( java.net.InetAddress address ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onStorageNodeDown:(Ljava/net/InetAddress;)V]
StorageClusterMonitor.onStorageNodeRemoved ( java.net.InetAddress address ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onStorageNodeRemoved:(Ljava/net/InetAddress;)V]
StorageClusterMonitor.onStorageNodeUp ( java.net.InetAddress address ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor.onStorageNodeUp:(Ljava/net/InetAddress;)V]
StorageClusterMonitor.StorageClusterMonitor ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClusterMonitor."<init>":()V]
rhq-enterprise-server-4.9.0.jar, StorageClusterReadRepairJob.class
package org.rhq.enterprise.server.scheduler.jobs
StorageClusterReadRepairJob.executeJobCode ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/StorageClusterReadRepairJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
StorageClusterReadRepairJob.StorageClusterReadRepairJob ( )
[run-time name: org/rhq/enterprise/server/scheduler/jobs/StorageClusterReadRepairJob."<init>":()V]
rhq-enterprise-server-4.9.0.jar, StorageClusterSettingsManagerBean.class
package org.rhq.enterprise.server.storage
StorageClusterSettingsManagerBean.getClusterSettings ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.cloud.StorageClusterSettings
[run-time name: org/rhq/enterprise/server/storage/StorageClusterSettingsManagerBean.getClusterSettings:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/cloud/StorageClusterSettings;]
StorageClusterSettingsManagerBean.setClusterSettings ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageClusterSettings clusterSettings ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterSettingsManagerBean.setClusterSettings:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
StorageClusterSettingsManagerBean.StorageClusterSettingsManagerBean ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClusterSettingsManagerBean."<init>":()V]
rhq-enterprise-server-4.9.0.jar, StorageClusterSettingsManagerLocal.class
package org.rhq.enterprise.server.storage
StorageClusterSettingsManagerLocal.getClusterSettings ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.cloud.StorageClusterSettings
[run-time name: org/rhq/enterprise/server/storage/StorageClusterSettingsManagerLocal.getClusterSettings:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/cloud/StorageClusterSettings;]
StorageClusterSettingsManagerLocal.setClusterSettings ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageClusterSettings p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterSettingsManagerLocal.setClusterSettings:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)V]
rhq-enterprise-server-4.9.0.jar, StorageNodeManagerBean.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerBean.createStorageNode ( org.rhq.core.domain.resource.Resource resource, org.rhq.core.domain.cloud.StorageClusterSettings clusterSettings ) : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.createStorageNode:(Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerBean.deployStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.deployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerBean.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerBean.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerBean.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerBean.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerBean.findResourcesWithAlertDefinitions ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findResourcesWithAlertDefinitions:()Ljava/util/Map;]
StorageNodeManagerBean.findResourcesWithAlertDefinitions ( org.rhq.core.domain.cloud.StorageNode storageNode ) : Integer[ ]
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findResourcesWithAlertDefinitions:(Lorg/rhq/core/domain/cloud/StorageNode;)[Ljava/lang/Integer;]
StorageNodeManagerBean.findStorageNodeByAddress ( java.net.InetAddress address ) : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findStorageNodeByAddress:(Ljava/net/InetAddress;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerBean.findStorageNodeLoadDataForLast ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode node, long beginTime, long endTime, int numPoints ) : java.util.Map
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.findStorageNodeLoadDataForLast:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;JJI)Ljava/util/Map;]
StorageNodeManagerBean.getClusterNodes ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.getClusterNodes:()Ljava/util/List;]
StorageNodeManagerBean.getStorageNodeComposites ( ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.getStorageNodeComposites:()Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerBean.prepareNodeForUpgrade ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.prepareNodeForUpgrade:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerBean.retrieveConfiguration ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : org.rhq.core.domain.cloud.StorageNodeConfigurationComposite
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.retrieveConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;]
StorageNodeManagerBean.runClusterMaintenance ( org.rhq.core.domain.auth.Subject subject ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.runClusterMaintenance:(Lorg/rhq/core/domain/auth/Subject;)V]
StorageNodeManagerBean.scheduleOperationInNewTransaction ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.scheduleOperationInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;)V]
StorageNodeManagerBean.undeployStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.undeployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerBean.updateConfiguration ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite storageNodeConfiguration ) : boolean
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.updateConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)Z]
StorageNodeManagerBean.updateConfigurationAsync ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite storageNodeConfiguration ) : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.updateConfigurationAsync:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)V]
rhq-enterprise-server-4.9.0.jar, StorageNodeManagerLocal.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerLocal.createStorageNode ( org.rhq.core.domain.resource.Resource p1, org.rhq.core.domain.cloud.StorageClusterSettings p2 ) [abstract] : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.createStorageNode:(Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/cloud/StorageClusterSettings;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerLocal.deployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.deployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findResourcesWithAlertDefinitions:()Ljava/util/Map;]
StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( org.rhq.core.domain.cloud.StorageNode p1 ) [abstract] : Integer[ ]
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findResourcesWithAlertDefinitions:(Lorg/rhq/core/domain/cloud/StorageNode;)[Ljava/lang/Integer;]
StorageNodeManagerLocal.findStorageNodeByAddress ( java.net.InetAddress p1 ) [abstract] : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findStorageNodeByAddress:(Ljava/net/InetAddress;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeManagerLocal.findStorageNodeLoadDataForLast ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4, int p5 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.findStorageNodeLoadDataForLast:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;JJI)Ljava/util/Map;]
StorageNodeManagerLocal.getClusterNodes ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.getClusterNodes:()Ljava/util/List;]
StorageNodeManagerLocal.getStorageNodeComposites ( ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.getStorageNodeComposites:()Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerLocal.prepareNodeForUpgrade ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.prepareNodeForUpgrade:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerLocal.retrieveConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.cloud.StorageNodeConfigurationComposite
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.retrieveConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;]
StorageNodeManagerLocal.runClusterMaintenance ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.runClusterMaintenance:(Lorg/rhq/core/domain/auth/Subject;)V]
StorageNodeManagerLocal.scheduleOperationInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.scheduleOperationInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;)V]
StorageNodeManagerLocal.undeployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.undeployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerLocal.updateConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.updateConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)Z]
StorageNodeManagerLocal.updateConfigurationAsync ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.updateConfigurationAsync:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)V]
rhq-enterprise-server-4.9.0.jar, StorageNodeManagerRemote.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerRemote.deployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.deployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerRemote.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerRemote.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.findAllStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/util/PageList;]
StorageNodeManagerRemote.retrieveConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : org.rhq.core.domain.cloud.StorageNodeConfigurationComposite
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.retrieveConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;]
StorageNodeManagerRemote.runClusterMaintenance ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.runClusterMaintenance:(Lorg/rhq/core/domain/auth/Subject;)V]
StorageNodeManagerRemote.undeployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.undeployStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeManagerRemote.updateConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerRemote.updateConfiguration:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNodeConfigurationComposite;)Z]
rhq-enterprise-server-4.9.0.jar, StorageNodeOperationsHandlerBean.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerBean.announceStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.announceStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.bootstrapStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.bootstrapStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.decommissionStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.decommissionStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.detachFromResource ( org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.detachFromResource:(Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.handleAddNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory resourceOperationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleAddNodeMaintenance:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleAnnounce ( org.rhq.core.domain.operation.ResourceOperationHistory resourceOperationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleAnnounce:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleDecommission ( org.rhq.core.domain.operation.ResourceOperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleDecommission:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleOperationUpdateIfNecessary ( org.rhq.core.domain.operation.OperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleOperationUpdateIfNecessary:(Lorg/rhq/core/domain/operation/OperationHistory;)V]
StorageNodeOperationsHandlerBean.handlePrepareForBootstrap ( org.rhq.core.domain.operation.ResourceOperationHistory resourceOperationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handlePrepareForBootstrap:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleRemoveNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleRemoveNodeMaintenance:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleRepair ( org.rhq.core.domain.operation.ResourceOperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleRepair:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleUnannounce ( org.rhq.core.domain.operation.ResourceOperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleUnannounce:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.handleUninstall ( org.rhq.core.domain.operation.ResourceOperationHistory operationHistory ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.handleUninstall:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerBean.logError ( org.rhq.core.domain.cloud.StorageNode.OperationMode newStorageNodeOperationMode, String error, Exception e ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.logError:(Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;Ljava/lang/String;Ljava/lang/Exception;)V]
StorageNodeOperationsHandlerBean.performAddMaintenance ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performAddMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.performAddNodeMaintenance ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performAddNodeMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.performAddNodeMaintenanceIfNecessary ( java.net.InetAddress storageNodeAddress ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performAddNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerBean.performRemoveMaintenance ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performRemoveMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.performRemoveNodeMaintenance ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performRemoveNodeMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.performRemoveNodeMaintenanceIfNecessary ( java.net.InetAddress storageNodeAddress ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.performRemoveNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerBean.runRepair ( org.rhq.core.domain.auth.Subject subject, java.util.List clusterNodes ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.runRepair:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
StorageNodeOperationsHandlerBean.setMode ( org.rhq.core.domain.cloud.StorageNode storageNode, org.rhq.core.domain.cloud.StorageNode.OperationMode newMode ) : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.setMode:(Lorg/rhq/core/domain/cloud/StorageNode;Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeOperationsHandlerBean.StorageNodeOperationsHandlerBean ( )
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean."<init>":()V]
StorageNodeOperationsHandlerBean.unannounceStorageNode ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.unannounceStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerBean.uninstall ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.cloud.StorageNode storageNode ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.uninstall:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
rhq-enterprise-server-4.9.0.jar, StorageNodeOperationsHandlerLocal.class
package org.rhq.enterprise.server.storage
StorageNodeOperationsHandlerLocal.announceStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.announceStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.bootstrapStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.bootstrapStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.decommissionStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.decommissionStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.detachFromResource ( org.rhq.core.domain.cloud.StorageNode p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.detachFromResource:(Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.handleAddNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleAddNodeMaintenance:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleAnnounce ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleAnnounce:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleDecommission ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleDecommission:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleOperationUpdateIfNecessary ( org.rhq.core.domain.operation.OperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleOperationUpdateIfNecessary:(Lorg/rhq/core/domain/operation/OperationHistory;)V]
StorageNodeOperationsHandlerLocal.handlePrepareForBootstrap ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handlePrepareForBootstrap:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleRemoveNodeMaintenance ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleRemoveNodeMaintenance:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleRepair ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleRepair:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleUnannounce ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleUnannounce:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.handleUninstall ( org.rhq.core.domain.operation.ResourceOperationHistory p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.handleUninstall:(Lorg/rhq/core/domain/operation/ResourceOperationHistory;)V]
StorageNodeOperationsHandlerLocal.logError ( org.rhq.core.domain.cloud.StorageNode.OperationMode p1, String p2, Exception p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.logError:(Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;Ljava/lang/String;Ljava/lang/Exception;)V]
StorageNodeOperationsHandlerLocal.performAddMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performAddMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.performAddNodeMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performAddNodeMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.performAddNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performAddNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerLocal.performRemoveMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performRemoveMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenance ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenance:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenanceIfNecessary ( java.net.InetAddress p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.performRemoveNodeMaintenanceIfNecessary:(Ljava/net/InetAddress;)V]
StorageNodeOperationsHandlerLocal.runRepair ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.runRepair:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
StorageNodeOperationsHandlerLocal.setMode ( org.rhq.core.domain.cloud.StorageNode p1, org.rhq.core.domain.cloud.StorageNode.OperationMode p2 ) [abstract] : org.rhq.core.domain.cloud.StorageNode
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.setMode:(Lorg/rhq/core/domain/cloud/StorageNode;Lorg/rhq/core/domain/cloud/StorageNode$OperationMode;)Lorg/rhq/core/domain/cloud/StorageNode;]
StorageNodeOperationsHandlerLocal.unannounceStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.unannounceStorageNode:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
StorageNodeOperationsHandlerLocal.uninstall ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerLocal.uninstall:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/cloud/StorageNode;)V]
rhq-enterprise-server-4.9.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.setStorageClusterSettings ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.composite.SystemSettings settings ) : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.setStorageClusterSettings:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/composite/SystemSettings;)V]
rhq-enterprise-server-4.9.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.setStorageClusterSettings ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.composite.SystemSettings p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.setStorageClusterSettings:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/composite/SystemSettings;)V]
rhq-enterprise-server-4.9.0.jar, TopologyManagerBean.class
package org.rhq.enterprise.server.cloud
TopologyManagerBean.updateServerManualMaintenance ( org.rhq.core.domain.auth.Subject subject, Integer[ ] serverIds, boolean manualMaintenance ) : void
[run-time name: org/rhq/enterprise/server/cloud/TopologyManagerBean.updateServerManualMaintenance:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Z)V]
rhq-enterprise-server-4.9.0.jar, TopologyManagerLocal.class
package org.rhq.enterprise.server.cloud
TopologyManagerLocal.updateServerManualMaintenance ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/TopologyManagerLocal.updateServerManualMaintenance:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Z)V]
to the top
Removed Methods (80)
rhq-enterprise-server-4.8.0.jar, AlertConditionCacheMonitor.class
package org.rhq.enterprise.server.alert.engine.mbean
AlertConditionCacheMonitor.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.postDeregister:()V]
AlertConditionCacheMonitor.postRegister ( Boolean registrationDone ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.postRegister:(Ljava/lang/Boolean;)V]
AlertConditionCacheMonitor.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.preDeregister:()V]
AlertConditionCacheMonitor.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/alert/engine/mbean/AlertConditionCacheMonitor.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, AlertConditionLogManagerBean.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerBean.checkForCompletedAlertConditionSet ( int alertConditionId ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.checkForCompletedAlertConditionSet:(I)V]
rhq-enterprise-server-4.8.0.jar, AlertConditionLogManagerLocal.class
package org.rhq.enterprise.server.alert
AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet:(I)V]
rhq-enterprise-server-4.8.0.jar, AlertDampeningManagerBean.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerBean.processEventType ( int alertDefinitionId, org.rhq.core.domain.alert.AlertDampeningEvent.Type eventType ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerBean.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)V]
rhq-enterprise-server-4.8.0.jar, AlertDampeningManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerLocal.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)V]
rhq-enterprise-server-4.8.0.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean.addBundleResourceDeploymentHistory ( org.rhq.core.domain.auth.Subject subject, int bundleDeploymentId, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory history ) : org.rhq.core.domain.bundle.BundleResourceDeploymentHistory
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.addBundleResourceDeploymentHistory:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;)Lorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;]
BundleManagerBean.createBundle ( org.rhq.core.domain.auth.Subject subject, String name, String description, int bundleTypeId ) : org.rhq.core.domain.bundle.Bundle
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I)Lorg/rhq/core/domain/bundle/Bundle;]
BundleManagerBean.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject subject, String bundleName, String bundleDescription, int bundleTypeId, String bundleVersionName, String bundleVersionDescription, String version, String recipe ) : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleAndBundleVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerBean.createBundleResourceDeployment ( org.rhq.core.domain.auth.Subject subject, int bundleDeploymentId, int resourceId ) : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.createBundleResourceDeployment:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
BundleManagerBean.findBundleDeploymentsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.BundleDeploymentCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.findBundleDeploymentsByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleDeploymentCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerBean.findBundlesByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.BundleCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.findBundlesByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerBean.findBundleVersionsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.BundleVersionCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.findBundleVersionsByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleVersionCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.8.0.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal.addBundleResourceDeploymentHistory ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeploymentHistory
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.addBundleResourceDeploymentHistory:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;)Lorg/rhq/core/domain/bundle/BundleResourceDeploymentHistory;]
BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4 ) [abstract] : org.rhq.core.domain.bundle.Bundle
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;I)Lorg/rhq/core/domain/bundle/Bundle;]
BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, String p5, String p6, String p7, String p8 ) [abstract] : org.rhq.core.domain.bundle.BundleVersion
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundleAndBundleVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/bundle/BundleVersion;]
BundleManagerLocal.createBundleResourceDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : org.rhq.core.domain.bundle.BundleResourceDeployment
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.createBundleResourceDeployment:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/bundle/BundleResourceDeployment;]
BundleManagerLocal.findBundleDeploymentsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDeploymentCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.findBundleDeploymentsByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleDeploymentCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerLocal.findBundlesByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.findBundlesByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleCriteria;)Lorg/rhq/core/domain/util/PageList;]
BundleManagerLocal.findBundleVersionsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleVersionCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal.findBundleVersionsByCriteriaWithDestinationFilter:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/BundleVersionCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.8.0.jar, CachedConditionManagerBean.class
package org.rhq.enterprise.server.alert
CachedConditionManagerBean.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : void
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.8.0.jar, CachedConditionManagerLocal.class
package org.rhq.enterprise.server.alert
CachedConditionManagerLocal.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.8.0.jar, ConfigurationManagerBean.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerBean.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject subject, int resourceId, org.rhq.core.domain.configuration.definition.ConfigurationDefinition def ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getOptionsForConfigurationDefinition:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
rhq-enterprise-server-4.8.0.jar, ConfigurationManagerLocal.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerLocal.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.definition.ConfigurationDefinition p3 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getOptionsForConfigurationDefinition:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
rhq-enterprise-server-4.8.0.jar, CoreServer.class
package org.rhq.enterprise.server.core
CoreServer.start ( ) : void
[run-time name: org/rhq/enterprise/server/core/CoreServer.start:()V]
rhq-enterprise-server-4.8.0.jar, CustomJaasDeploymentService.class
package org.rhq.enterprise.server.core
CustomJaasDeploymentService.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/core/CustomJaasDeploymentService.postDeregister:()V]
CustomJaasDeploymentService.postRegister ( Boolean registrationDone ) : void
[run-time name: org/rhq/enterprise/server/core/CustomJaasDeploymentService.postRegister:(Ljava/lang/Boolean;)V]
CustomJaasDeploymentService.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/core/CustomJaasDeploymentService.preDeregister:()V]
CustomJaasDeploymentService.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/core/CustomJaasDeploymentService.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, GroupDefinitionRecalculationThreadMonitor.class
package org.rhq.enterprise.server.resource.group.definition.mbean
GroupDefinitionRecalculationThreadMonitor.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.postDeregister:()V]
GroupDefinitionRecalculationThreadMonitor.postRegister ( Boolean registrationDone ) : void
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.postRegister:(Ljava/lang/Boolean;)V]
GroupDefinitionRecalculationThreadMonitor.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.preDeregister:()V]
GroupDefinitionRecalculationThreadMonitor.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/resource/group/definition/mbean/GroupDefinitionRecalculationThreadMonitor.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getMetricsManager ( ) [static] : org.rhq.enterprise.server.measurement.MetricsManagerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getMetricsManager:()Lorg/rhq/enterprise/server/measurement/MetricsManagerLocal;]
rhq-enterprise-server-4.8.0.jar, MeasurementMonitor.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitor.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.postDeregister:()V]
MeasurementMonitor.postRegister ( Boolean registrationDone ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.postRegister:(Ljava/lang/Boolean;)V]
MeasurementMonitor.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.preDeregister:()V]
MeasurementMonitor.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, MetricsManagerBean.class
package org.rhq.enterprise.server.measurement
MetricsManagerBean.addNumericData ( java.util.Set data, Runnable callback ) : void
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.addNumericData:(Ljava/util/Set;Ljava/lang/Runnable;)V]
MetricsManagerBean.calculateAggregates ( ) : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.calculateAggregates:()Ljava/lang/Iterable;]
MetricsManagerBean.findDataForResource ( int scheduleId, long beginTime, long endTime ) : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResource:(IJJ)Ljava/lang/Iterable;]
MetricsManagerBean.findDataForResource ( int scheduleId, long beginTime, long endTime, int numberOfBuckets ) : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResource:(IJJI)Ljava/lang/Iterable;]
MetricsManagerBean.findDataForResourceGroup ( java.util.List scheduleIds, long beginTime, long endTime ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResourceGroup:(Ljava/util/List;JJ)Ljava/util/List;]
MetricsManagerBean.findDataForResourceGroup ( java.util.List scheduleIds, long beginTime, long endTime, int numberOfBuckets ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResourceGroup:(Ljava/util/List;JJI)Ljava/util/List;]
MetricsManagerBean.findDataForResourceGroup ( java.util.List x0, long x1, long x2 ) : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResourceGroup:(Ljava/util/List;JJ)Ljava/lang/Iterable;]
MetricsManagerBean.findDataForResourceGroup ( java.util.List x0, long x1, long x2, int x3 ) : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findDataForResourceGroup:(Ljava/util/List;JJI)Ljava/lang/Iterable;]
MetricsManagerBean.findLatestValueForResource ( int scheduleId ) : org.rhq.core.domain.measurement.MeasurementDataNumeric
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.findLatestValueForResource:(I)Lorg/rhq/core/domain/measurement/MeasurementDataNumeric;]
MetricsManagerBean.getSummaryAggregate ( int scheduleId, long beginTime, long endTime ) : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.getSummaryAggregate:(IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
MetricsManagerBean.getSummaryAggregate ( java.util.List scheduleIds, long beginTime, long endTime ) : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean.getSummaryAggregate:(Ljava/util/List;JJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
MetricsManagerBean.MetricsManagerBean ( )
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerBean."<init>":()V]
rhq-enterprise-server-4.8.0.jar, MetricsManagerLocal.class
package org.rhq.enterprise.server.measurement
MetricsManagerLocal.addNumericData ( java.util.Set p1, Runnable p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.addNumericData:(Ljava/util/Set;Ljava/lang/Runnable;)V]
MetricsManagerLocal.calculateAggregates ( ) [abstract] : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.calculateAggregates:()Ljava/lang/Iterable;]
MetricsManagerLocal.findDataForResource ( int p1, long p2, long p3 ) [abstract] : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.findDataForResource:(IJJ)Ljava/lang/Iterable;]
MetricsManagerLocal.findDataForResource ( int p1, long p2, long p3, int p4 ) [abstract] : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.findDataForResource:(IJJI)Ljava/lang/Iterable;]
MetricsManagerLocal.findDataForResourceGroup ( java.util.List p1, long p2, long p3 ) [abstract] : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.findDataForResourceGroup:(Ljava/util/List;JJ)Ljava/lang/Iterable;]
MetricsManagerLocal.findDataForResourceGroup ( java.util.List p1, long p2, long p3, int p4 ) [abstract] : Iterable
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.findDataForResourceGroup:(Ljava/util/List;JJI)Ljava/lang/Iterable;]
MetricsManagerLocal.findLatestValueForResource ( int p1 ) [abstract] : org.rhq.core.domain.measurement.MeasurementDataNumeric
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.findLatestValueForResource:(I)Lorg/rhq/core/domain/measurement/MeasurementDataNumeric;]
MetricsManagerLocal.getSummaryAggregate ( int p1, long p2, long p3 ) [abstract] : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.getSummaryAggregate:(IJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
MetricsManagerLocal.getSummaryAggregate ( java.util.List p1, long p2, long p3 ) [abstract] : org.rhq.core.domain.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/MetricsManagerLocal.getSummaryAggregate:(Ljava/util/List;JJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.8.0.jar, SchedulerService.class
package org.rhq.enterprise.server.scheduler
SchedulerService.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/scheduler/SchedulerService.postDeregister:()V]
SchedulerService.postRegister ( Boolean registrationDone ) : void
[run-time name: org/rhq/enterprise/server/scheduler/SchedulerService.postRegister:(Ljava/lang/Boolean;)V]
SchedulerService.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/scheduler/SchedulerService.preDeregister:()V]
SchedulerService.preRegister ( javax.management.MBeanServer server, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/scheduler/SchedulerService.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, ServerCommunicationsService.class
package org.rhq.enterprise.server.core.comm
ServerCommunicationsService.postDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/core/comm/ServerCommunicationsService.postDeregister:()V]
ServerCommunicationsService.postRegister ( Boolean arg0 ) : void
[run-time name: org/rhq/enterprise/server/core/comm/ServerCommunicationsService.postRegister:(Ljava/lang/Boolean;)V]
ServerCommunicationsService.preDeregister ( ) : void
[run-time name: org/rhq/enterprise/server/core/comm/ServerCommunicationsService.preDeregister:()V]
ServerCommunicationsService.preRegister ( javax.management.MBeanServer mbs, javax.management.ObjectName name ) : javax.management.ObjectName
[run-time name: org/rhq/enterprise/server/core/comm/ServerCommunicationsService.preRegister:(Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;]
rhq-enterprise-server-4.8.0.jar, StartupBeanPreparation.class
package org.rhq.enterprise.server.core
StartupBeanPreparation.initializeServer ( ) : void
[run-time name: org/rhq/enterprise/server/core/StartupBeanPreparation.initializeServer:()V]
StartupBeanPreparation.initWithTransactionBecauseAS75530 ( ) : void
[run-time name: org/rhq/enterprise/server/core/StartupBeanPreparation.initWithTransactionBecauseAS75530:()V]
StartupBeanPreparation.StartupBeanPreparation ( )
[run-time name: org/rhq/enterprise/server/core/StartupBeanPreparation."<init>":()V]
rhq-enterprise-server-4.8.0.jar, StorageClientManagerBean.class
package org.rhq.enterprise.server.storage
StorageClientManagerBean.getSession ( ) : com.datastax.driver.core.Session
[run-time name: org/rhq/enterprise/server/storage/StorageClientManagerBean.getSession:()Lcom/datastax/driver/core/Session;]
rhq-enterprise-server-4.8.0.jar, StorageClusterHeartBeatJob.class
package org.rhq.enterprise.server.storage
StorageClusterHeartBeatJob.checkClusterHeartBeat ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterHeartBeatJob.checkClusterHeartBeat:()V]
StorageClusterHeartBeatJob.scheduleJob ( ) : void
[run-time name: org/rhq/enterprise/server/storage/StorageClusterHeartBeatJob.scheduleJob:()V]
StorageClusterHeartBeatJob.StorageClusterHeartBeatJob ( )
[run-time name: org/rhq/enterprise/server/storage/StorageClusterHeartBeatJob."<init>":()V]
rhq-enterprise-server-4.8.0.jar, StorageNodeMaintenanceJob.class
package org.rhq.enterprise.server.scheduler.jobs
StorageNodeMaintenanceJob.executeJobCode ( org.quartz.JobExecutionContext arg0 ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/StorageNodeMaintenanceJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
StorageNodeMaintenanceJob.StorageNodeMaintenanceJob ( )
[run-time name: org/rhq/enterprise/server/scheduler/jobs/StorageNodeMaintenanceJob."<init>":()V]
rhq-enterprise-server-4.8.0.jar, StorageNodeManagerBean.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerBean.scanForStorageNodes ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerBean.scanForStorageNodes:()Ljava/util/List;]
rhq-enterprise-server-4.8.0.jar, StorageNodeManagerLocal.class
package org.rhq.enterprise.server.cloud
StorageNodeManagerLocal.scanForStorageNodes ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.scanForStorageNodes:()Ljava/util/List;]
to the top
Problems with Data Types, High Severity (22)
rhq-enterprise-server-4.8.0.jar
package org.rhq.enterprise.server.alert
[+] AlertConditionLogManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (6)
AlertConditionLogManagerLocal.getConditionCount ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getConditionExpression ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogsByAlertDefinitionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.removeUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.updateUnmatchedLogByAlertConditionId ( int p1, long p2, String p3 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
[+] AlertDampeningManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
AlertDampeningManagerLocal.getLatestEventByAlertDefinitionId ( int p1 )This abstract method is from 'AlertDampeningManagerLocal' interface.
package org.rhq.enterprise.server.alert.engine.mbean
[+] AlertConditionCacheMonitor (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (46)
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.getAvailabilityDurationCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityDurationCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityDurationProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getAvailabilityProcessingTime ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getCacheCounts ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getCallTimeCacheElementCount ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getCallTimeCacheElementMatches ( )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.getCallTimeProcessingTime ( )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.getTotalCacheElementCount ( )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.incrementAvailabilityDurationCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementAvailabilityDurationProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementAvailabilityProcessingTime ( long moreMillis )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementCallTimeCacheElementMatches ( int matches )This method is from 'AlertConditionCacheMonitor' class.
AlertConditionCacheMonitor.incrementCallTimeProcessingTime ( 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.reloadCaches ( )This method is from 'AlertConditionCacheMonitor' class.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (7)
| Change | Effect |
---|
1 | Abstract method BundleManagerLocal.addBundleResourceDeploymentHistory ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, String p5, String p6, String p7, String p8 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method BundleManagerLocal.createBundleResourceDeployment ( 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. |
5 | Abstract method BundleManagerLocal.findBundleDeploymentsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDeploymentCriteria p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method BundleManagerLocal.findBundleVersionsByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleVersionCriteria p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method BundleManagerLocal.findBundlesByCriteriaWithDestinationFilter ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (11)
BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, String p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleType ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getBundleDeploymentName ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getScheduleRequest ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 )This abstract method is from 'BundleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
package org.rhq.enterprise.server.cloud
[+] StorageNodeManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method StorageNodeManagerLocal.scanForStorageNodes ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
StorageNodeManagerLocal.findStorageNodesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.StorageNodeCriteria p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getLoad ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getStorageNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.linkResource ( org.rhq.core.domain.resource.Resource p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStorageNodeManager ( )Return value of this method has type 'StorageNodeManagerLocal'.
package org.rhq.enterprise.server.configuration
[+] ConfigurationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ConfigurationManagerLocal.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.definition.ConfigurationDefinition p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (76)
ConfigurationManagerLocal.checkForCompletedGroupResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.checkForTimedOutConfigurationUpdateRequests ( )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( Integer p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completeResourceConfigurationUpdate ( org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.createGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteConfigurations ( java.util.List p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteProperties ( int[ ] p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executeResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupPluginConfigurationUpdates ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdateCompositesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Long p3, Long p4, boolean p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationFromDefaultTemplate ( org.rhq.core.domain.configuration.definition.ConfigurationDefinition p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupPluginConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupResourceConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationDefinitionWithTemplatesForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isGroupPluginConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isPluginConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfiguration ( org.rhq.core.domain.configuration.Configuration p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfigurationUpdate ( org.rhq.core.domain.configuration.AbstractResourceConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.persistResourceConfigurationUpdateInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, org.rhq.core.domain.configuration.ConfigurationUpdateStatus p4, String p5, boolean p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgePluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgePluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.rollbackPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.rollbackResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.setResourceConfiguration ( int p1, org.rhq.core.domain.configuration.Configuration p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupPluginConfigurationUpdateStatus ( int p1, String p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupResourceConfigurationUpdateStatus ( int p1, String p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateStructuredOrRawConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.upgradePluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
job.AbstractGroupConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, String p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, org.rhq.core.domain.auth.Subject p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateCount ( Integer p1, ConfigurationManagerLocal p2 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateIds ( Integer p1, ConfigurationManagerLocal p2, org.rhq.core.domain.util.PageControl p3 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getConfigurationManager ( )Return value of this method has type 'ConfigurationManagerLocal'.
package org.rhq.enterprise.server.core
[+] CustomJaasDeploymentService (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
CustomJaasDeploymentService.CustomJaasDeploymentService ( )This constructor is from 'CustomJaasDeploymentService' class.
CustomJaasDeploymentService.installJaasModules ( )This method is from 'CustomJaasDeploymentService' class.
CustomJaasDeploymentService.upgradeRhqUserSecurityDomainIfNeeded ( )This method is from 'CustomJaasDeploymentService' class.
[+] StartupBeanPreparation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StartupBeanPreparation.initializeServer ( )This method is from 'StartupBeanPreparation' class.
StartupBeanPreparation.initWithTransactionBecauseAS75530 ( )This method is from 'StartupBeanPreparation' class.
StartupBeanPreparation.StartupBeanPreparation ( )This constructor is from 'StartupBeanPreparation' class.
package org.rhq.enterprise.server.core.comm
[+] ServerCommunicationsService (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (50)
ServerCommunicationsService.addStartedAgent ( org.rhq.core.domain.resource.Agent agent )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.clear ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.destroyKnownAgentClient ( org.rhq.core.domain.resource.Agent agent )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getAllKnownAgents ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getAvailabilityReportConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getAverageExecutionTimeReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getCallTimeDataReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getConfiguration ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getConfigurationFile ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getConfigurationOverridesFile ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getConfigurationUpdateConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getContentDownloadConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getContentReportConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getGlobalConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getInventoryReportConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getInventorySyncConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getKnownAgentClient ( org.rhq.core.domain.resource.Agent agent )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getMaintenanceModeAtStartup ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getMeasurementReportConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getMeasurementScheduleRequestConcurrencyLimit ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getNumberDroppedCommandsReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getNumberFailedCommandsReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getNumberNotProcessedCommandsReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getNumberSuccessfulCommandsReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getNumberTotalCommandsReceived ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getPreferencesNodeName ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getServiceContainer ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.getStartedServerEndpoint ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.isMaintenanceModeAtStartup ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.isStarted ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.pingEndpoint ( String endpoint, long timeoutMillis )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.reloadConfiguration ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.removeDownedAgent ( String endpoint )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.safeGetServiceContainer ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.ServerCommunicationsService ( )This constructor is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setAvailabilityReportConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setConfigurationFile ( String location )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setConfigurationOverridesFile ( String location )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setConfigurationUpdateConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setContentDownloadConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setContentReportConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setGlobalConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setInventoryReportConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setInventorySyncConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setMaintenanceModeAtStartup ( Boolean flag )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setMeasurementReportConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setMeasurementScheduleRequestConcurrencyLimit ( Integer maxConcurrency )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.setPreferencesNodeName ( String node )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.startCommunicationServices ( )This method is from 'ServerCommunicationsService' class.
ServerCommunicationsService.stop ( )This method is from 'ServerCommunicationsService' class.
package org.rhq.enterprise.server.measurement
[+] MetricsManagerBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
MetricsManagerBean.addNumericData ( java.util.Set data, Runnable callback )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.calculateAggregates ( )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResource ( int scheduleId, long beginTime, long endTime )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResource ( int scheduleId, long beginTime, long endTime, int numberOfBuckets )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResourceGroup ( java.util.List scheduleIds, long beginTime, long endTime )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResourceGroup ( java.util.List x0, long x1, long x2 )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResourceGroup ( java.util.List scheduleIds, long beginTime, long endTime, int numberOfBuckets )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findDataForResourceGroup ( java.util.List x0, long x1, long x2, int x3 )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.findLatestValueForResource ( int scheduleId )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.getSummaryAggregate ( int scheduleId, long beginTime, long endTime )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.getSummaryAggregate ( java.util.List scheduleIds, long beginTime, long endTime )This method is from 'MetricsManagerBean' class.
MetricsManagerBean.MetricsManagerBean ( )This constructor is from 'MetricsManagerBean' class.
[+] MetricsManagerLocal (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
MetricsManagerLocal.addNumericData ( java.util.Set p1, Runnable p2 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.calculateAggregates ( )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.findDataForResource ( int p1, long p2, long p3 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.findDataForResource ( int p1, long p2, long p3, int p4 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.findDataForResourceGroup ( java.util.List p1, long p2, long p3 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.findDataForResourceGroup ( java.util.List p1, long p2, long p3, int p4 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.findLatestValueForResource ( int p1 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.getSummaryAggregate ( int p1, long p2, long p3 )This abstract method is from 'MetricsManagerLocal' interface.
MetricsManagerLocal.getSummaryAggregate ( java.util.List p1, long p2, long p3 )This abstract method is from 'MetricsManagerLocal' interface.
package org.rhq.enterprise.server.measurement.instrumentation
[+] MeasurementMonitor (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (39)
MeasurementMonitor.getAvailabilitiesInserted ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getAvailabilityInsertTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getBaselineCalculationTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getCallTimeInsertTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getCalltimeValuesInserted ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getChangesOnlyAvailabilityReports ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getFullAvailabilityReports ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getMBean ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getMeasurementCompressionTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getMeasurementInsertTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getMeasurementsInserted ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedAlertConditions ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedAlertNotifications ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedAlerts ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedAvailabilities ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedCallTimeData ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedEvents ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgedMeasurementTraits ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getPurgeTime ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getScheduledMeasurementsPerMinute ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.getTotalAvailabilityReports ( )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementAvailabilitiesInserted ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementAvailabilityInsertTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementAvailabilityReports ( boolean changesOnlyReport )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementBaselineCalculationTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementCallTimeInsertTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementCalltimeValuesInserted ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementMeasurementCompressionTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementMeasurementInsertTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementMeasurementsInserted ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.incrementPurgeTime ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.MeasurementMonitor ( )This constructor is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedAlertConditions ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedAlertNotifications ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedAlerts ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedAvailabilities ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedCallTimeData ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedEvents ( long delta )This method is from 'MeasurementMonitor' class.
MeasurementMonitor.setPurgedMeasurementTraits ( long delta )This method is from 'MeasurementMonitor' class.
package org.rhq.enterprise.server.resource.group.definition.mbean
[+] GroupDefinitionRecalculationThreadMonitor (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (11)
GroupDefinitionRecalculationThreadMonitor.clear ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getAutoRecalculatingGroupDefinitionCount ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getAutoRecalculationThreadTime ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getDynaGroupCount ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getGroupDefinitionCount ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getMBean ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.getStatistics ( )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic.GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationStatistic ( GroupDefinitionRecalculationThreadMonitor p1 )1st parameter 'p1' of this method has type 'GroupDefinitionRecalculationThreadMonitor'.
GroupDefinitionRecalculationThreadMonitor.GroupDefinitionRecalculationThreadMonitor ( )This constructor is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.updateAutoRecalculationThreadTime ( long timeInMillis )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
GroupDefinitionRecalculationThreadMonitor.updateStatistic ( String groupDefinitionName, int newDynaGroupCount, boolean success, long executionTime )This method is from 'GroupDefinitionRecalculationThreadMonitor' class.
package org.rhq.enterprise.server.scheduler
[+] SchedulerService (1)
| Change | Effect |
---|
1 | Removed super-interface javax.management.MBeanRegistration. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (78)
SchedulerService.addCalendar ( String calName, org.quartz.Calendar calendar, boolean replace, boolean updateTriggers )This method is from 'SchedulerService' class.
SchedulerService.addGlobalJobListener ( org.quartz.JobListener jobListener )This method is from 'SchedulerService' class.
SchedulerService.addGlobalTriggerListener ( org.quartz.TriggerListener triggerListener )This method is from 'SchedulerService' class.
SchedulerService.addJob ( org.quartz.JobDetail jobDetail, boolean replace )This method is from 'SchedulerService' class.
SchedulerService.addJobListener ( org.quartz.JobListener jobListener )This method is from 'SchedulerService' class.
SchedulerService.addSchedulerListener ( org.quartz.SchedulerListener schedulerListener )This method is from 'SchedulerService' class.
SchedulerService.addTriggerListener ( org.quartz.TriggerListener triggerListener )This method is from 'SchedulerService' class.
SchedulerService.deleteCalendar ( String calName )This method is from 'SchedulerService' class.
SchedulerService.deleteJob ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.getCalendar ( String calName )This method is from 'SchedulerService' class.
SchedulerService.getCalendarNames ( )This method is from 'SchedulerService' class.
SchedulerService.getContext ( )This method is from 'SchedulerService' class.
SchedulerService.getCurrentlyExecutingJobs ( )This method is from 'SchedulerService' class.
SchedulerService.getDefaultOperationTimeout ( )This method is from 'SchedulerService' class.
SchedulerService.getGlobalJobListener ( String jobName )This method is from 'SchedulerService' class.
SchedulerService.getGlobalJobListeners ( )This method is from 'SchedulerService' class.
SchedulerService.getGlobalTriggerListener ( String triggerName )This method is from 'SchedulerService' class.
SchedulerService.getGlobalTriggerListeners ( )This method is from 'SchedulerService' class.
SchedulerService.getJobDetail ( String jobName, String jobGroup )This method is from 'SchedulerService' class.
SchedulerService.getJobGroupNames ( )This method is from 'SchedulerService' class.
SchedulerService.getJobListener ( String name )This method is from 'SchedulerService' class.
SchedulerService.getJobListenerNames ( )This method is from 'SchedulerService' class.
SchedulerService.getJobNames ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.getMetaData ( )This method is from 'SchedulerService' class.
SchedulerService.getPausedTriggerGroups ( )This method is from 'SchedulerService' class.
SchedulerService.getQuartzProperties ( )This method is from 'SchedulerService' class.
SchedulerService.getSchedulerInstanceId ( )This method is from 'SchedulerService' class.
SchedulerService.getSchedulerListeners ( )This method is from 'SchedulerService' class.
SchedulerService.getSchedulerName ( )This method is from 'SchedulerService' class.
SchedulerService.getTrigger ( String triggerName, String triggerGroup )This method is from 'SchedulerService' class.
SchedulerService.getTriggerGroupNames ( )This method is from 'SchedulerService' class.
SchedulerService.getTriggerListener ( String name )This method is from 'SchedulerService' class.
SchedulerService.getTriggerListenerNames ( )This method is from 'SchedulerService' class.
SchedulerService.getTriggerNames ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.getTriggersOfJob ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.getTriggerState ( String triggerName, String triggerGroup )This method is from 'SchedulerService' class.
SchedulerService.initQuartzScheduler ( )This method is from 'SchedulerService' class.
SchedulerService.interrupt ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.isInStandbyMode ( )This method is from 'SchedulerService' class.
SchedulerService.isPaused ( )This method is from 'SchedulerService' class.
SchedulerService.isShutdown ( )This method is from 'SchedulerService' class.
SchedulerService.isStarted ( )This method is from 'SchedulerService' class.
SchedulerService.pause ( )This method is from 'SchedulerService' class.
SchedulerService.pauseAll ( )This method is from 'SchedulerService' class.
SchedulerService.pauseJob ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.pauseJobGroup ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.pauseTrigger ( String triggerName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.pauseTriggerGroup ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.removeGlobalJobListener ( String jobName )This method is from 'SchedulerService' class.
SchedulerService.removeGlobalJobListener ( org.quartz.JobListener jobListener )This method is from 'SchedulerService' class.
SchedulerService.removeGlobalTriggerListener ( String triggerName )This method is from 'SchedulerService' class.
SchedulerService.removeGlobalTriggerListener ( org.quartz.TriggerListener triggerListener )This method is from 'SchedulerService' class.
SchedulerService.removeJobListener ( String name )This method is from 'SchedulerService' class.
SchedulerService.removeSchedulerListener ( org.quartz.SchedulerListener schedulerListener )This method is from 'SchedulerService' class.
SchedulerService.removeTriggerListener ( String name )This method is from 'SchedulerService' class.
SchedulerService.rescheduleJob ( String triggerName, String groupName, org.quartz.Trigger newTrigger )This method is from 'SchedulerService' class.
SchedulerService.resumeAll ( )This method is from 'SchedulerService' class.
SchedulerService.resumeJob ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.resumeJobGroup ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.resumeTrigger ( String triggerName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.resumeTriggerGroup ( String groupName )This method is from 'SchedulerService' class.
SchedulerService.scheduleJob ( org.quartz.JobDetail jobDetail, org.quartz.Trigger trigger )This method is from 'SchedulerService' class.
SchedulerService.scheduleJob ( org.quartz.Trigger trigger )This method is from 'SchedulerService' class.
SchedulerService.SchedulerService ( )This constructor is from 'SchedulerService' class.
SchedulerService.setJobFactory ( org.quartz.spi.JobFactory factory )This method is from 'SchedulerService' class.
SchedulerService.setQuartzProperties ( java.util.Properties quartzProps )This method is from 'SchedulerService' class.
SchedulerService.shutdown ( )This method is from 'SchedulerService' class.
SchedulerService.shutdown ( boolean waitForJobsToComplete )This method is from 'SchedulerService' class.
SchedulerService.standby ( )This method is from 'SchedulerService' class.
SchedulerService.start ( )This method is from 'SchedulerService' class.
SchedulerService.startDelayed ( int delay )This method is from 'SchedulerService' class.
SchedulerService.startQuartzScheduler ( )This method is from 'SchedulerService' class.
SchedulerService.stop ( )This method is from 'SchedulerService' class.
SchedulerService.triggerJob ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.triggerJob ( String jobName, String groupName, org.quartz.JobDataMap data )This method is from 'SchedulerService' class.
SchedulerService.triggerJobWithVolatileTrigger ( String jobName, String groupName )This method is from 'SchedulerService' class.
SchedulerService.triggerJobWithVolatileTrigger ( String jobName, String groupName, org.quartz.JobDataMap data )This method is from 'SchedulerService' class.
SchedulerService.unscheduleJob ( String triggerName, String groupName )This method is from 'SchedulerService' class.
package org.rhq.enterprise.server.scheduler.jobs
[+] StorageNodeMaintenanceJob (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StorageNodeMaintenanceJob.executeJobCode ( org.quartz.JobExecutionContext arg0 )This method is from 'StorageNodeMaintenanceJob' class.
StorageNodeMaintenanceJob.StorageNodeMaintenanceJob ( )This constructor is from 'StorageNodeMaintenanceJob' class.
package org.rhq.enterprise.server.storage
[+] StorageClusterHeartBeatJob (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StorageClusterHeartBeatJob.checkClusterHeartBeat ( )This method is from 'StorageClusterHeartBeatJob' class.
StorageClusterHeartBeatJob.scheduleJob ( )This method is from 'StorageClusterHeartBeatJob' class.
StorageClusterHeartBeatJob.StorageClusterHeartBeatJob ( )This constructor is from 'StorageClusterHeartBeatJob' class.
to the top
Problems with Methods, High Severity (6)
rhq-enterprise-server-4.8.0.jar, AlertConditionLogManagerBean
package org.rhq.enterprise.server.alert
[+] AlertConditionLogManagerBean.checkForCompletedAlertConditionSet ( int alertConditionId ) : void (1)
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.checkForCompletedAlertConditionSet:(I)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.8.0.jar, AlertConditionLogManagerLocal
package org.rhq.enterprise.server.alert
[+] AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/alert/AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet:(I)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.8.0.jar, AlertDampeningManagerBean
package org.rhq.enterprise.server.alert
[+] AlertDampeningManagerBean.processEventType ( int alertDefinitionId, org.rhq.core.domain.alert.AlertDampeningEvent.Type eventType ) : void (1)
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerBean.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.8.0.jar, AlertDampeningManagerLocal
package org.rhq.enterprise.server.alert
[+] AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/alert/AlertDampeningManagerLocal.processEventType:(ILorg/rhq/core/domain/alert/AlertDampeningEvent$Type;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.8.0.jar, CachedConditionManagerBean
package org.rhq.enterprise.server.alert
[+] CachedConditionManagerBean.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage conditionMessage, Integer definitionId ) : void (1)
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerBean.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
rhq-enterprise-server-4.8.0.jar, CachedConditionManagerLocal
package org.rhq.enterprise.server.alert
[+] CachedConditionManagerLocal.processCachedConditionMessage ( engine.jms.model.AbstractAlertConditionMessage p1, Integer p2 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/alert/CachedConditionManagerLocal.processCachedConditionMessage:(Lorg/rhq/enterprise/server/alert/engine/jms/model/AbstractAlertConditionMessage;Ljava/lang/Integer;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to boolean.
| This method has been removed because the return type is part of the method signature. |
to the top
Problems with Data Types, Medium Severity (4)
rhq-enterprise-server-4.8.0.jar
package org.rhq.enterprise.server.authz
[+] RoleManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface RoleManagerRemote. | If abstract methods from an added super-interface must be implemented by client then it may be interrupted by AbstractMethodError exception. Abstract method removeBundleGroupsFromRole ( org.rhq.core.domain.auth.Subject, int, int[ ] ) from the added super-interface is called by the method RoleManagerBean.setAssignedBundleGroups ( org.rhq.core.domain.auth.Subject subject, int roleId, int[ ] bundleGroupIds ) in 2nd library version and may not be implemented by old clients. |
[+] affected methods (10)
RoleManagerLocal.findAvailableRolesForSubject ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRoles ( org.rhq.core.domain.util.PageControl p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRolesByIds ( Integer[ ] p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRolesBySubject ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findSubjectsByRole ( Integer p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.getPermissions ( Integer p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.getRoleById ( Integer p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.setAssignedSubjects ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.setPermissions ( org.rhq.core.domain.auth.Subject p1, Integer p2, java.util.Set p3 )This abstract method is from 'RoleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getRoleManager ( )Return value of this method has type 'RoleManagerLocal'.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method BundleManagerLocal.addBundleResourceDeploymentHistoryInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method BundleManagerBean.purgeBundleDestination ( org.rhq.core.domain.auth.Subject subject, int bundleDestinationId ) and may not be implemented by old clients. |
2 | Abstract method BundleManagerLocal.createBundleResourceDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method BundleManagerBean.scheduleBundleResourceDeployment ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.bundle.BundleDeployment deployment, org.rhq.core.domain.resource.Resource bundleTarget, boolean isCleanDeployment, boolean isRevert ) and may not be implemented by old clients. |
[+] affected methods (11)
BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, String p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleType ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getBundleDeploymentName ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getScheduleRequest ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 )This abstract method is from 'BundleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
package org.rhq.enterprise.server.cloud
[+] TopologyManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method TopologyManagerLocal.updateServerManualMaintenance ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, boolean p3 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.rhq.enterprise.server.core.StartupBean.initializeServer ( ) and may not be implemented by old clients. |
[+] affected methods (16)
TopologyManagerLocal.deleteServer ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.deleteServers ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.findServersByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ServerCriteria p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAgentsByServerName ( String p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAllCloudServers ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getAllServers ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getFailoverListDetailsByAgentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getNormalServerCount ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerById ( int p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerByName ( String p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.getServerCount ( )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.markStaleServersDown ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.updateServer ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.Server p2 )This abstract method is from 'TopologyManagerLocal' interface.
TopologyManagerLocal.updateServerMode ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.cloud.Server.OperationMode p3 )This abstract method is from 'TopologyManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getTopologyManager ( )Return value of this method has type 'TopologyManagerLocal'.
to the top
Other Changes in Data Types (74)
rhq-enterprise-server-4.8.0.jar
package org.rhq.enterprise.server
[+] RHQConstants (1)
| Change | Effect |
---|
1 | Field NO_TX_DATASOURCE_JNDI_NAME 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 (1)
RHQConstants.RHQConstants ( )This constructor is from 'RHQConstants' class.
package org.rhq.enterprise.server.alert
[+] AlertConditionLogManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertConditionLogManagerLocal.checkForCompletedAlertConditionSet ( int p1 ) has been added to this interface. | No effect. |
[+] affected methods (6)
AlertConditionLogManagerLocal.getConditionCount ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getConditionExpression ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.getUnmatchedLogsByAlertDefinitionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.removeUnmatchedLogByAlertConditionId ( int p1 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
AlertConditionLogManagerLocal.updateUnmatchedLogByAlertConditionId ( int p1, long p2, String p3 )This abstract method is from 'AlertConditionLogManagerLocal' interface.
[+] AlertDampeningManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method AlertDampeningManagerLocal.processEventType ( int p1, org.rhq.core.domain.alert.AlertDampeningEvent.Type p2 ) has been added to this interface. | No effect. |
[+] affected methods (1)
AlertDampeningManagerLocal.getLatestEventByAlertDefinitionId ( int p1 )This abstract method is from 'AlertDampeningManagerLocal' interface.
package org.rhq.enterprise.server.authz
[+] AuthorizationManagerLocal (6)
| Change | Effect |
---|
1 | Abstract method AuthorizationManagerLocal.canViewBundle ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | No effect. |
2 | Abstract method AuthorizationManagerLocal.canViewBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | No effect. |
3 | Abstract method AuthorizationManagerLocal.getBundlePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | No effect. |
4 | Abstract method AuthorizationManagerLocal.hasBundleGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 ) has been added to this interface. | No effect. |
5 | Abstract method AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 ) has been added to this interface. | No effect. |
6 | Abstract method AuthorizationManagerLocal.hasBundlePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 ) has been added to this interface. | No effect. |
[+] affected methods (20)
AuthorizationManagerLocal.canUpdateRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResources ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGlobalPermissions ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasAutoGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3, int p4 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGlobalPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isInventoryManager ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isOverlord ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isSystemSuperuser ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAuthorizationManager ( )Return value of this method has type 'AuthorizationManagerLocal'.
[+] RoleManagerRemote (5)
| Change | Effect |
---|
1 | Abstract method RoleManagerRemote.addBundleGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | No effect. |
2 | Abstract method RoleManagerRemote.addRolesToBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | No effect. |
3 | Abstract method RoleManagerRemote.removeBundleGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | No effect. |
4 | Abstract method RoleManagerRemote.removeRolesFromBundleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | No effect. |
5 | Abstract method RoleManagerRemote.setAssignedBundleGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | No effect. |
[+] affected methods (17)
RoleManagerRemote.addResourceGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addRolesToResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addRolesToSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addSubjectsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.createRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.deleteRoles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findRolesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.RoleCriteria p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findSubjectAssignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findSubjectUnassignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.getRole ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeResourceGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeRolesFromResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeRolesFromSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeSubjectsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.setAssignedResourceGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.updateRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerRemote' interface.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (6)
| Change | Effect |
---|
1 | Abstract method BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5 ) has been added to this interface. | No effect. |
2 | Abstract method BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, int[ ] p5, String p6, String p7, String p8, String p9 ) has been added to this interface. | No effect. |
3 | Abstract method BundleManagerLocal.createInitialBundleVersionViaToken ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) has been added to this interface. | No effect. |
4 | Abstract method BundleManagerLocal.createOrStoreBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 ) has been added to this interface. | No effect. |
5 | Abstract method BundleManagerLocal.createOrStoreBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4 ) has been added to this interface. | No effect. |
6 | Abstract method BundleManagerLocal.getAssignableBundleGroups ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, int p3 ) has been added to this interface. | No effect. |
[+] affected methods (11)
BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, String p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleType ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getBundleDeploymentName ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getScheduleRequest ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 )This abstract method is from 'BundleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
[+] BundleManagerRemote (11)
| Change | Effect |
---|
1 | Abstract method BundleManagerRemote.assignBundlesToBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 ) has been added to this interface. | No effect. |
2 | Abstract method BundleManagerRemote.createBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 ) has been added to this interface. | No effect. |
3 | Abstract method BundleManagerRemote.createInitialBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, byte[ ] p3 ) has been added to this interface. | No effect. |
4 | Abstract method BundleManagerRemote.createInitialBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.io.File p3 ) has been added to this interface. | No effect. |
5 | Abstract method BundleManagerRemote.createInitialBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) has been added to this interface. | No effect. |
6 | Abstract method BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3 ) has been added to this interface. | No effect. |
7 | Abstract method BundleManagerRemote.createInitialBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, String p3, String p4, String p5 ) has been added to this interface. | No effect. |
8 | Abstract method BundleManagerRemote.deleteBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | No effect. |
9 | Abstract method BundleManagerRemote.findBundleGroupsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleGroupCriteria p2 ) has been added to this interface. | No effect. |
10 | Abstract method BundleManagerRemote.unassignBundlesFromBundleGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 ) has been added to this interface. | No effect. |
11 | Abstract method BundleManagerRemote.updateBundleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleGroup p2 ) has been added to this interface. | No effect. |
[+] affected methods (29)
BundleManagerRemote.addBundleFile ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, java.io.InputStream p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaByteArray ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, byte[ ] p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, int p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaURL ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, String p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaURL ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, String p6, String p7, String p8 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6, Integer p7 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaByteArray ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundle ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDestinationsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDestinationCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleFilesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleFileCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleResourceDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleResourceDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesWithLatestVersionCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleVersionCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getAllBundleTypes ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleType ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getResourceTypeBundleConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.purgeBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleRevertBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'BundleManagerRemote' interface.
package org.rhq.enterprise.server.cloud
[+] StorageNodeManagerLocal (22)
| Change | Effect |
---|
1 | Abstract method StorageNodeManagerLocal.createStorageNode ( org.rhq.core.domain.resource.Resource p1, org.rhq.core.domain.cloud.StorageClusterSettings p2 ) has been added to this interface. | No effect. |
2 | Abstract method StorageNodeManagerLocal.deployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
3 | Abstract method StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
4 | Abstract method StorageNodeManagerLocal.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
5 | Abstract method StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
6 | Abstract method StorageNodeManagerLocal.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
7 | Abstract method StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( ) has been added to this interface. | No effect. |
8 | Abstract method StorageNodeManagerLocal.findResourcesWithAlertDefinitions ( org.rhq.core.domain.cloud.StorageNode p1 ) has been added to this interface. | No effect. |
9 | Abstract method StorageNodeManagerLocal.findStorageNodeByAddress ( java.net.InetAddress p1 ) has been added to this interface. | No effect. |
10 | Abstract method StorageNodeManagerLocal.findStorageNodeLoadDataForLast ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4, int p5 ) has been added to this interface. | No effect. |
11 | Abstract method StorageNodeManagerLocal.getClusterNodes ( ) has been added to this interface. | No effect. |
12 | Abstract method StorageNodeManagerLocal.getStorageNodeComposites ( ) has been added to this interface. | No effect. |
13 | Abstract method StorageNodeManagerLocal.prepareNodeForUpgrade ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
14 | Abstract method StorageNodeManagerLocal.retrieveConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
15 | Abstract method StorageNodeManagerLocal.runClusterMaintenance ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
16 | Abstract method StorageNodeManagerLocal.scheduleOperationInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 ) has been added to this interface. | No effect. |
17 | Abstract method StorageNodeManagerLocal.undeployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
18 | Abstract method StorageNodeManagerLocal.updateConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) has been added to this interface. | No effect. |
19 | Abstract method StorageNodeManagerLocal.updateConfigurationAsync ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) has been added to this interface. | No effect. |
20 | Field STORAGE_NODE_GROUP_NAME 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. |
21 | Field STORAGE_NODE_PLUGIN_NAME 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. |
22 | Field STORAGE_NODE_RESOURCE_TYPE_NAME 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 (5)
StorageNodeManagerLocal.findStorageNodesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.StorageNodeCriteria p2 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getLoad ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.getStorageNodes ( )This abstract method is from 'StorageNodeManagerLocal' interface.
StorageNodeManagerLocal.linkResource ( org.rhq.core.domain.resource.Resource p1 )This abstract method is from 'StorageNodeManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStorageNodeManager ( )Return value of this method has type 'StorageNodeManagerLocal'.
[+] StorageNodeManagerRemote (9)
| Change | Effect |
---|
1 | Abstract method StorageNodeManagerRemote.deployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
2 | Abstract method StorageNodeManagerRemote.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
3 | Abstract method StorageNodeManagerRemote.findAllStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
4 | Abstract method StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
5 | Abstract method StorageNodeManagerRemote.findNotAcknowledgedStorageNodeAlerts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
6 | Abstract method StorageNodeManagerRemote.retrieveConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
7 | Abstract method StorageNodeManagerRemote.runClusterMaintenance ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | No effect. |
8 | Abstract method StorageNodeManagerRemote.undeployStorageNode ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2 ) has been added to this interface. | No effect. |
9 | Abstract method StorageNodeManagerRemote.updateConfiguration ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNodeConfigurationComposite p2 ) has been added to this interface. | No effect. |
[+] affected methods (2)
StorageNodeManagerRemote.findStorageNodesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.StorageNodeCriteria p2 )This abstract method is from 'StorageNodeManagerRemote' interface.
StorageNodeManagerRemote.getLoad ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.cloud.StorageNode p2, long p3, long p4 )This abstract method is from 'StorageNodeManagerRemote' interface.
package org.rhq.enterprise.server.configuration
[+] ConfigurationManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ConfigurationManagerLocal.getOptionsForConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, org.rhq.core.domain.configuration.definition.ConfigurationDefinition p4 ) has been added to this interface. | No effect. |
[+] affected methods (76)
ConfigurationManagerLocal.checkForCompletedGroupResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.checkForTimedOutConfigurationUpdateRequests ( )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( Integer p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completeResourceConfigurationUpdate ( org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.createGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteConfigurations ( java.util.List p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteProperties ( int[ ] p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executeResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupPluginConfigurationUpdates ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdateCompositesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Long p3, Long p4, boolean p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationFromDefaultTemplate ( org.rhq.core.domain.configuration.definition.ConfigurationDefinition p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupPluginConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupResourceConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationDefinitionWithTemplatesForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isGroupPluginConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isPluginConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfiguration ( org.rhq.core.domain.configuration.Configuration p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfigurationUpdate ( org.rhq.core.domain.configuration.AbstractResourceConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.persistResourceConfigurationUpdateInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, org.rhq.core.domain.configuration.ConfigurationUpdateStatus p4, String p5, boolean p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgePluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgePluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.rollbackPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.rollbackResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.setResourceConfiguration ( int p1, org.rhq.core.domain.configuration.Configuration p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupPluginConfigurationUpdateStatus ( int p1, String p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupResourceConfigurationUpdateStatus ( int p1, String p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateStructuredOrRawConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.upgradePluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
job.AbstractGroupConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, String p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, org.rhq.core.domain.auth.Subject p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateCount ( Integer p1, ConfigurationManagerLocal p2 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateIds ( Integer p1, ConfigurationManagerLocal p2, org.rhq.core.domain.util.PageControl p3 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getConfigurationManager ( )Return value of this method has type 'ConfigurationManagerLocal'.
package org.rhq.enterprise.server.resource
[+] ResourceManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ResourceManagerLocal.findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2, int[ ] p3 ) has been added to this interface. | No effect. |
[+] affected methods (110)
ResourceManagerLocal.addResourceError ( org.rhq.core.domain.resource.ResourceError p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigError ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.deleteResourceError ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.disableResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.enableResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.resource.ResourceCategory p3, int[ ] p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.resource.ResourceCategory p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceType p3, org.rhq.core.domain.resource.ResourceCategory p4, String p5, int[ ] p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenResourceIds ( int p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildResourcesByCategoryAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3, org.rhq.core.domain.resource.InventoryStatus p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findFlyWeights ( int[ ] p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findIdsByTypeIds ( java.util.List p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedPlatforms ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedServers ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByIds ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByParentAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositeForParentAndTypeAndCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, int p3, org.rhq.core.domain.resource.Resource p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, String p4, org.rhq.core.domain.resource.Resource p5, String p6, boolean p7, org.rhq.core.domain.util.PageControl p8 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceHealth ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceInstallCounts ( org.rhq.core.domain.auth.Subject p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesAutoGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCriteriaBounded ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2, int p3, int p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByParentAndType ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesMarkedForAsyncDeletion ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getAvailabilitySummary ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getDisableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getEnableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getLiveResourceAvailability ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlaformOfResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlatform ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceByParentAndKey ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, String p3, String p4, String p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCount ( java.util.List p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByTypeAndIds ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountSummary ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceDescendantsByTypeAndName ( org.rhq.core.domain.auth.Subject p1, int p2, Integer p3, String p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceIdLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceStatuses ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceTree ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getRootResourceForResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.setResourceStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, boolean p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryAllResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourceAsyncWork ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourceInNewTransaction ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourcesOfResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.updateAncestry ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 )This abstract method is from 'ResourceManagerLocal' interface.
org.rhq.enterprise.server.rest.AbstractRestBean.AbstractRestBean ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.createPagingHeader ( javax.ws.rs.core.Response.ResponseBuilder builder, javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.util.PageList resultList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.createUILink ( javax.ws.rs.core.UriInfo uriInfo, org.rhq.enterprise.server.rest.UILinkTemplate template, Integer[ ] entityId )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fetchGroup ( int groupId, boolean requireCompatible )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fetchResource ( int resourceId )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fillGroup ( org.rhq.core.domain.resource.group.ResourceGroup group, javax.ws.rs.core.UriInfo uriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.fillRWT ( org.rhq.core.domain.resource.Resource res, javax.ws.rs.core.UriInfo uriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getFromCache ( int id, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getFromCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey key, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.getMetricScheduleInternal ( javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.measurement.MeasurementSchedule schedule, org.rhq.core.domain.measurement.MeasurementDefinition definition )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.putToCache ( int id, Class clazz, Object o )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.putToCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey key, Object o )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.removeFromCache ( int id, Class clazz )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.renderTemplate ( String templateName, Object objectToRender )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder builder, int maxAgeSecs )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.start ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.AbstractRestBean.wrapForPaging ( javax.ws.rs.core.Response.ResponseBuilder builder, javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.util.PageList originalList, java.util.Collection resultList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.generateReport ( javax.servlet.http.HttpServletRequest request, String resourceTypeId, String version )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.generateReportInternal ( javax.servlet.http.HttpServletRequest request, String resourceTypeId, String version, org.rhq.core.domain.auth.Subject user )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDebugReportName ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getDetailsQueryCriteria ( Integer resourceTypeId, String version )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getPropertyConverters ( javax.servlet.http.HttpServletRequest request )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.getSummaryCounts ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.rest.reporting.InventorySummaryHandler.InventorySummaryHandler ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
package org.rhq.enterprise.server.resource.group
[+] LdapGroupManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method LdapGroupManagerLocal.findAvailableGroupsStatus ( ) has been added to this interface. | No effect. |
[+] affected methods (10)
LdapGroupManagerLocal.addLdapGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.List p3 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.assignRolesToLdapSubject ( int p1, java.util.List p2 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findAvailableGroups ( )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findAvailableGroupsFor ( String p1 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findLdapGroups ( org.rhq.core.domain.util.PageControl p1 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findLdapGroupsByRole ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findLdapUserDetails ( String p1 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.removeLdapGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.setLdapGroupsOnRole ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3 )This abstract method is from 'LdapGroupManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getLdapGroupManager ( )Return value of this method has type 'LdapGroupManagerLocal'.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method SystemManagerLocal.setStorageClusterSettings ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.composite.SystemSettings p2 ) has been added to this interface. | No effect. |
[+] affected methods (22)
org.rhq.enterprise.server.sync.exporters.SystemSettingsExporter.SystemSettingsExporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.importers.SystemSettingsImporter.SystemSettingsImporter ( org.rhq.core.domain.auth.Subject subject, SystemManagerLocal systemManager )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.SystemSettingsSynchronizer.SystemSettingsSynchronizer ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
org.rhq.enterprise.server.sync.validators.SystemSettingsValidator.SystemSettingsValidator ( SystemManagerLocal systemManager )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemManagerLocal.analyze ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.dumpSystemInfo ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reconfigureSystem ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reindex ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.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'.
package org.rhq.enterprise.server.util
[+] CriteriaQueryGenerator.AuthorizationTokenType (2)
| Change | Effect |
---|
1 | Field BUNDLE 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 BUNDLE_GROUP 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 (4)
CriteriaQueryGenerator.AuthorizationTokenType.valueOf ( String name )Return value of this method has type 'CriteriaQueryGenerator.AuthorizationTokenType'.
CriteriaQueryGenerator.AuthorizationTokenType.values ( )This method is from 'CriteriaQueryGenerator.AuthorizationTokenType' class.
CriteriaQueryGenerator.setAuthorizationResourceFragment ( CriteriaQueryGenerator.AuthorizationTokenType type, int subjectId )1st parameter 'type' of this method has type 'CriteriaQueryGenerator.AuthorizationTokenType'.
CriteriaQueryGenerator.setAuthorizationResourceFragment ( CriteriaQueryGenerator.AuthorizationTokenType type, String fragment, int subjectId )1st parameter 'type' of this method has type 'CriteriaQueryGenerator.AuthorizationTokenType'.
[+] QueryUtility (6)
| Change | Effect |
---|
1 | Field DEFAULT_PHANTOM_READ_MAX_ATTEMPTS 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 DEFAULT_PHANTOM_READ_MAX_WAIT_TIME 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. |
3 | Field DEFAULT_PHANTOM_READ_MIN_WAIT_TIME 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. |
4 | Field PHANTOM_READ_MAX_ATTEMPTS 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. |
5 | Field PHANTOM_READ_MAX_WAIT_TIME 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. |
6 | Field PHANTOM_READ_MIN_WAIT_TIME 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 (6)
QueryUtility.escapeSearchParameter ( String value )This method is from 'QueryUtility' class.
QueryUtility.formatSearchParameter ( String value )This method is from 'QueryUtility' class.
QueryUtility.getEscapeCharacter ( )This method is from 'QueryUtility' class.
QueryUtility.getEscapeClause ( )This method is from 'QueryUtility' class.
QueryUtility.getEscapeClauseCharacter ( )This method is from 'QueryUtility' class.
QueryUtility.QueryUtility ( )This constructor is from 'QueryUtility' class.
to the top
Java ARchives (1)
rhq-enterprise-server-4.8.0.jar
to the top
Generated on Fri Sep 13 08:19:16 2013 for rhq-enterprise-server by Java API Compliance Checker 1.3.1
A tool for checking backward compatibility of a Java library API