Binary compatibility report for the rhq-enterprise-server library between 4.11.0 and 4.12.0 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 4.11.0 |
Version #2 | 4.12.0 |
Java Version | 1.6.0_24 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 7055 / 803 |
---|
Verdict | Incompatible (2.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 146 |
---|
Removed Methods | High | 66 |
---|
Problems with Data Types | High | 5 |
---|
Medium | 8 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 14 |
Added Methods (146)
rhq-enterprise-server-4.12.0.jar, AbstractRestBean.class
package org.rhq.enterprise.server.rest
AbstractRestBean.paginate ( javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, org.rhq.core.domain.util.PageList pageList, java.util.List results, Class elementType ) : javax.ws.rs.core.Response.ResponseBuilder
[mangled: org/rhq/enterprise/server/rest/AbstractRestBean.paginate:(Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;Lorg/rhq/core/domain/util/PageList;Ljava/util/List;Ljava/lang/Class;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
AbstractRestBean.withMediaType ( javax.ws.rs.core.Response.ResponseBuilder builder, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response.ResponseBuilder
[mangled: org/rhq/enterprise/server/rest/AbstractRestBean.withMediaType:(Ljavax/ws/rs/core/Response$ResponseBuilder;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
rhq-enterprise-server-4.12.0.jar, AgentClient.class
package org.rhq.enterprise.server.agentclient
AgentClient.updatePlugins ( ) [abstract] : void
[mangled: org/rhq/enterprise/server/agentclient/AgentClient.updatePlugins:()V]
rhq-enterprise-server-4.12.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.deleteAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.Agent agent ) : void
[mangled: org/rhq/enterprise/server/core/AgentManagerBean.deleteAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Agent;)V]
rhq-enterprise-server-4.12.0.jar, AgentManagerRemote.class
package org.rhq.enterprise.server.core
AgentManagerRemote.deleteAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Agent p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/core/AgentManagerRemote.deleteAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Agent;)V]
AgentManagerRemote.findAgentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AgentCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[mangled: org/rhq/enterprise/server/core/AgentManagerRemote.findAgentsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/AgentCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.12.0.jar, AlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerBean.disableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceAlertDefinitionIds ) : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.disableResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerBean.enableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceAlertDefinitionIds ) : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.enableResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerBean.removeResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceAlertDefinitionIds ) : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.removeResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.12.0.jar, AlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerLocal.disableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.disableResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerLocal.enableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.enableResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerLocal.removeResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[mangled: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.removeResourceAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.12.0.jar, AvailabilityDurationCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
AvailabilityDurationCacheElement.checkCacheElements ( java.util.List cacheElements, org.rhq.core.domain.resource.Resource resource, org.rhq.core.domain.measurement.Availability providedValue ) [static] : void
[mangled: org/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement.checkCacheElements:(Ljava/util/List;Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/measurement/Availability;)V]
rhq-enterprise-server-4.12.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement cacheElement, org.rhq.core.domain.resource.Resource resource, long startTime ) : void
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;J)V]
rhq-enterprise-server-4.12.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement p1, org.rhq.core.domain.resource.Resource p2, long p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;J)V]
rhq-enterprise-server-4.12.0.jar, BooleanValue.class
package org.rhq.enterprise.server.rest.domain
BooleanValue.BooleanValue ( )
[mangled: org/rhq/enterprise/server/rest/domain/BooleanValue."<init>":()V]
BooleanValue.BooleanValue ( boolean value )
[mangled: org/rhq/enterprise/server/rest/domain/BooleanValue."<init>":(Z)V]
BooleanValue.isValue ( ) : boolean
[mangled: org/rhq/enterprise/server/rest/domain/BooleanValue.isValue:()Z]
BooleanValue.setValue ( boolean value ) : void
[mangled: org/rhq/enterprise/server/rest/domain/BooleanValue.setValue:(Z)V]
rhq-enterprise-server-4.12.0.jar, ConfigurationServerServiceImpl.class
package org.rhq.enterprise.server.configuration
ConfigurationServerServiceImpl.persistUpdatedPluginConfiguration ( int resourceId, org.rhq.core.domain.configuration.Configuration pluginConfiguration ) : org.rhq.core.domain.configuration.Configuration
[mangled: org/rhq/enterprise/server/configuration/ConfigurationServerServiceImpl.persistUpdatedPluginConfiguration:(ILorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/core/domain/configuration/Configuration;]
rhq-enterprise-server-4.12.0.jar, ContentHandlerBean.class
package org.rhq.enterprise.server.rest
ContentHandlerBean.provideAsPlugin ( String handle, String name, boolean startScan, long pushOutDelay, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response *DEPRECATED*
[mangled: org/rhq/enterprise/server/rest/ContentHandlerBean.provideAsPlugin:(Ljava/lang/String;Ljava/lang/String;ZJLjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.12.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getServerPluginManager ( ) [static] : org.rhq.enterprise.server.plugin.ServerPluginManagerLocal
[mangled: org/rhq/enterprise/server/util/LookupUtil.getServerPluginManager:()Lorg/rhq/enterprise/server/plugin/ServerPluginManagerLocal;]
rhq-enterprise-server-4.12.0.jar, MeasurementChartsManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int[ ] measurementDefinitionIds, long begin, long end, boolean enabledOnly ) : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[IJJZ)Ljava/util/List;]
MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, String viewName ) : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.12.0.jar, MeasurementChartsManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3, long p4, long p5, boolean p6 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[IJJZ)Ljava/util/List;]
MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.12.0.jar, MeasurementDataManagerRemote.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5 ) [abstract] : org.rhq.core.domain.measurement.MeasurementAggregate
[mangled: org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.getAggregate:(Lorg/rhq/core/domain/auth/Subject;IIJJ)Lorg/rhq/core/domain/measurement/MeasurementAggregate;]
rhq-enterprise-server-4.12.0.jar, MeasurementMonitor.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitor.getRawDataAgeLimit ( ) : int
[mangled: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.getRawDataAgeLimit:()I]
MeasurementMonitor.setRawDataAgeLimit ( int ageLimit ) : void
[mangled: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.setRawDataAgeLimit:(I)V]
rhq-enterprise-server-4.12.0.jar, MeasurementMonitorMBean.class
package org.rhq.enterprise.server.measurement.instrumentation
MeasurementMonitorMBean.getRawDataAgeLimit ( ) [abstract] : int
[mangled: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.getRawDataAgeLimit:()I]
MeasurementMonitorMBean.setRawDataAgeLimit ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.setRawDataAgeLimit:(I)V]
rhq-enterprise-server-4.12.0.jar, PluginHandlerBean.class
package org.rhq.enterprise.server.rest
PluginHandlerBean.deletePlugin ( int id, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.deletePlugin:(ILjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.deployOnAgents ( long delay, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.deployOnAgents:(JLjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.findPlugins ( String name, Boolean enabled, String version, Boolean deleted, boolean reload, int pageSize, Integer page, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.findPlugins:(Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/Boolean;ZILjava/lang/Integer;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.getPluginInfo ( int id, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.getPluginInfo:(ILjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.isUpdateFinished ( String handle, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.isUpdateFinished:(Ljava/lang/String;Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.PluginHandlerBean ( )
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean."<init>":()V]
PluginHandlerBean.register ( String handle, String name, javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.register:(Ljava/lang/String;Ljava/lang/String;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/UriInfo;)Ljavax/ws/rs/core/Response;]
PluginHandlerBean.updatePluginState ( int id, boolean enabled, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/PluginHandlerBean.updatePluginState:(IZLjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.12.0.jar, PluginManagerBean.class
package org.rhq.enterprise.server.resource.metadata
PluginManagerBean.deployUsingBytes ( org.rhq.core.domain.auth.Subject subject, String pluginJarName, byte[ ] pluginJarBytes ) : java.util.List
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.deployUsingBytes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;[B)Ljava/util/List;]
PluginManagerBean.deployUsingContentHandle ( org.rhq.core.domain.auth.Subject subject, String pluginJarName, String handle ) : java.util.List
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.deployUsingContentHandle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
PluginManagerBean.findPluginsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PluginCriteria criteria ) : org.rhq.core.domain.util.PageList
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.findPluginsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PluginCriteria;)Lorg/rhq/core/domain/util/PageList;]
PluginManagerBean.isPluginUpdateOnAgentsFinished ( org.rhq.core.domain.auth.Subject subject, String handle ) : boolean
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.isPluginUpdateOnAgentsFinished:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Z]
PluginManagerBean.schedulePluginUpdateOnAgents ( org.rhq.core.domain.auth.Subject subject, long delayInMilliseconds ) : String
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.schedulePluginUpdateOnAgents:(Lorg/rhq/core/domain/auth/Subject;J)Ljava/lang/String;]
PluginManagerBean.update ( org.rhq.core.domain.auth.Subject subject ) : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.update:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.12.0.jar, PluginManagerRemote.class
package org.rhq.enterprise.server.resource.metadata
PluginManagerRemote.deletePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.deletePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerRemote.deployUsingBytes ( org.rhq.core.domain.auth.Subject p1, String p2, byte[ ] p3 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.deployUsingBytes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;[B)Ljava/util/List;]
PluginManagerRemote.deployUsingContentHandle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.deployUsingContentHandle:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
PluginManagerRemote.disablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.disablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerRemote.enablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.enablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerRemote.findPluginsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PluginCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.findPluginsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PluginCriteria;)Lorg/rhq/core/domain/util/PageList;]
PluginManagerRemote.isPluginUpdateOnAgentsFinished ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.isPluginUpdateOnAgentsFinished:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Z]
PluginManagerRemote.schedulePluginUpdateOnAgents ( org.rhq.core.domain.auth.Subject p1, long p2 ) [abstract] : String
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.schedulePluginUpdateOnAgents:(Lorg/rhq/core/domain/auth/Subject;J)Ljava/lang/String;]
PluginManagerRemote.update ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.update:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.12.0.jar, PluginRest.class
package org.rhq.enterprise.server.rest.domain
PluginRest.from ( org.rhq.core.domain.plugin.Plugin plugin ) [static] : PluginRest
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.from:(Lorg/rhq/core/domain/plugin/Plugin;)Lorg/rhq/enterprise/server/rest/domain/PluginRest;]
PluginRest.getDisplayName ( ) : String
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getDisplayName:()Ljava/lang/String;]
PluginRest.getId ( ) : int
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getId:()I]
PluginRest.getLinks ( ) : java.util.List
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getLinks:()Ljava/util/List;]
PluginRest.getName ( ) : String
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getName:()Ljava/lang/String;]
PluginRest.getStatus ( ) : org.rhq.core.domain.plugin.PluginStatusType
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getStatus:()Lorg/rhq/core/domain/plugin/PluginStatusType;]
PluginRest.getVersion ( ) : String
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.getVersion:()Ljava/lang/String;]
PluginRest.isEnabled ( ) : boolean
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.isEnabled:()Z]
PluginRest.list ( java.util.List plugins ) [static] : java.util.List
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.list:(Ljava/util/List;)Ljava/util/List;]
PluginRest.PluginRest ( )
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest."<init>":()V]
PluginRest.setDisplayName ( String displayName ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setDisplayName:(Ljava/lang/String;)V]
PluginRest.setEnabled ( boolean enabled ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setEnabled:(Z)V]
PluginRest.setId ( int id ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setId:(I)V]
PluginRest.setLinks ( java.util.List links ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setLinks:(Ljava/util/List;)V]
PluginRest.setName ( String name ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setName:(Ljava/lang/String;)V]
PluginRest.setStatus ( org.rhq.core.domain.plugin.PluginStatusType status ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setStatus:(Lorg/rhq/core/domain/plugin/PluginStatusType;)V]
PluginRest.setVersion ( String version ) : void
[mangled: org/rhq/enterprise/server/rest/domain/PluginRest.setVersion:(Ljava/lang/String;)V]
rhq-enterprise-server-4.12.0.jar, ReportFormatHelper.class
package org.rhq.enterprise.server.rest.reporting
ReportFormatHelper.quoteIfInvalidCharacters ( String input ) [static] : String
[mangled: org/rhq/enterprise/server/rest/reporting/ReportFormatHelper.quoteIfInvalidCharacters:(Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.12.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.handleMissingResourceInNewTransaction ( int resourceId ) : boolean
[mangled: org/rhq/enterprise/server/resource/ResourceManagerBean.handleMissingResourceInNewTransaction:(I)Z]
rhq-enterprise-server-4.12.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.handleMissingResourceInNewTransaction ( int p1 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/resource/ResourceManagerLocal.handleMissingResourceInNewTransaction:(I)Z]
rhq-enterprise-server-4.12.0.jar, ResourceTypeManagerBean.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerBean.setResourceTypeMissingPolicy ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId, org.rhq.core.domain.resource.MissingPolicy policy ) : void
[mangled: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.setResourceTypeMissingPolicy:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/resource/MissingPolicy;)V]
rhq-enterprise-server-4.12.0.jar, ResourceTypeManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerLocal.setResourceTypeMissingPolicy ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.MissingPolicy p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.setResourceTypeMissingPolicy:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/resource/MissingPolicy;)V]
rhq-enterprise-server-4.12.0.jar, ServerPluginManagerBean.class
package org.rhq.enterprise.server.plugin
ServerPluginManagerBean.acknowledgeDeletedPluginsBy ( int serverId ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.acknowledgeDeletedPluginsBy:(I)V]
ServerPluginManagerBean.deleteServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.deleteServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerBean.disableServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.disableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerBean.enableServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.enableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerBean.getAllServerPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getAllServerPlugins:()Ljava/util/List;]
ServerPluginManagerBean.getAllServerPluginsById ( java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getAllServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerBean.getDeletedPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getDeletedPlugins:()Ljava/util/List;]
ServerPluginManagerBean.getEnabledServerPluginsByType ( String type ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
ServerPluginManagerBean.getInstalledServerPluginsGroupedByType ( ) : java.util.Map
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getInstalledServerPluginsGroupedByType:()Ljava/util/Map;]
ServerPluginManagerBean.getLastConfigurationChangeTimestamp ( int pluginId ) : long
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getLastConfigurationChangeTimestamp:(I)J]
ServerPluginManagerBean.getServerPlugin ( org.rhq.core.domain.plugin.PluginKey key ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPlugin:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerBean.getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginConfigurationDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginManagerBean.getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginControlDefinitions:(Lorg/rhq/core/domain/plugin/PluginKey;)Ljava/util/List;]
ServerPluginManagerBean.getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginDescriptor:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/enterprise/server/xmlschema/generated/serverplugin/ServerPluginDescriptorType;]
ServerPluginManagerBean.getServerPluginKeysByEnabled ( boolean enabled ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginKeysByEnabled:(Z)Ljava/util/List;]
ServerPluginManagerBean.getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin plugin ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginRelationships:(Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerBean.getServerPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPlugins:()Ljava/util/List;]
ServerPluginManagerBean.getServerPlugins ( org.rhq.core.domain.auth.Subject subject ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPlugins:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/List;]
ServerPluginManagerBean.getServerPluginsById ( java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerBean.getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginScheduledJobsDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginManagerBean.getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.plugin.PluginStatusType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.getServerPluginStatus:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/PluginStatusType;]
ServerPluginManagerBean.invokeServerPluginControl ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.PluginKey pluginKey, String controlName, org.rhq.core.domain.configuration.Configuration params ) : pc.ControlResults
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.invokeServerPluginControl:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/PluginKey;Ljava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/enterprise/server/plugin/pc/ControlResults;]
ServerPluginManagerBean.isReadyForPurge ( int pluginId ) : boolean
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.isReadyForPurge:(I)Z]
ServerPluginManagerBean.purgeServerPlugin ( int pluginId ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.purgeServerPlugin:(I)V]
ServerPluginManagerBean.registerServerPlugin ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.ServerPlugin plugin, java.io.File pluginFile ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.registerServerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;Ljava/io/File;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerBean.restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject subject ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.restartMasterPluginContainer:(Lorg/rhq/core/domain/auth/Subject;)V]
ServerPluginManagerBean.ServerPluginManagerBean ( )
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean."<init>":()V]
ServerPluginManagerBean.setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject subject, int pluginId, boolean enabled ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.setServerPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ServerPluginManagerBean.setServerPluginStatus ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds, org.rhq.core.domain.plugin.PluginStatusType status ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.setServerPluginStatus:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Lorg/rhq/core/domain/plugin/PluginStatusType;)V]
ServerPluginManagerBean.updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.ServerPlugin plugin ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerBean.updateServerPluginExceptContent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
rhq-enterprise-server-4.12.0.jar, ServerPluginManagerLocal.class
package org.rhq.enterprise.server.plugin
ServerPluginManagerLocal.acknowledgeDeletedPluginsBy ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.acknowledgeDeletedPluginsBy:(I)V]
ServerPluginManagerLocal.getAllServerPlugins ( ) [abstract] : java.util.List *DEPRECATED*
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getAllServerPlugins:()Ljava/util/List;]
ServerPluginManagerLocal.getAllServerPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getAllServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerLocal.getDeletedPlugins ( ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getDeletedPlugins:()Ljava/util/List;]
ServerPluginManagerLocal.getEnabledServerPluginsByType ( String p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
ServerPluginManagerLocal.getInstalledServerPluginsGroupedByType ( ) [abstract] : java.util.Map
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getInstalledServerPluginsGroupedByType:()Ljava/util/Map;]
ServerPluginManagerLocal.getLastConfigurationChangeTimestamp ( int p1 ) [abstract] : long
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getLastConfigurationChangeTimestamp:(I)J]
ServerPluginManagerLocal.getServerPlugin ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPlugin:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerLocal.getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginConfigurationDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginManagerLocal.getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginControlDefinitions:(Lorg/rhq/core/domain/plugin/PluginKey;)Ljava/util/List;]
ServerPluginManagerLocal.getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginDescriptor:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/enterprise/server/xmlschema/generated/serverplugin/ServerPluginDescriptorType;]
ServerPluginManagerLocal.getServerPluginKeysByEnabled ( boolean p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginKeysByEnabled:(Z)Ljava/util/List;]
ServerPluginManagerLocal.getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin p1 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginRelationships:(Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerLocal.getServerPlugins ( ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPlugins:()Ljava/util/List;]
ServerPluginManagerLocal.getServerPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerLocal.getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginScheduledJobsDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginManagerLocal.getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.plugin.PluginStatusType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.getServerPluginStatus:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/PluginStatusType;]
ServerPluginManagerLocal.isReadyForPurge ( int p1 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.isReadyForPurge:(I)Z]
ServerPluginManagerLocal.purgeServerPlugin ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.purgeServerPlugin:(I)V]
ServerPluginManagerLocal.registerServerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2, java.io.File p3 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.registerServerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;Ljava/io/File;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginManagerLocal.setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.setServerPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ServerPluginManagerLocal.setServerPluginStatus ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, org.rhq.core.domain.plugin.PluginStatusType p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.setServerPluginStatus:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Lorg/rhq/core/domain/plugin/PluginStatusType;)V]
ServerPluginManagerLocal.updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.updateServerPluginExceptContent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
rhq-enterprise-server-4.12.0.jar, ServerPluginManagerRemote.class
package org.rhq.enterprise.server.plugin
ServerPluginManagerRemote.deleteServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.deleteServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerRemote.disableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.disableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerRemote.enableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.enableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginManagerRemote.getServerPlugins ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.getServerPlugins:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/List;]
ServerPluginManagerRemote.invokeServerPluginControl ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.PluginKey p2, String p3, org.rhq.core.domain.configuration.Configuration p4 ) [abstract] : pc.ControlResults
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.invokeServerPluginControl:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/PluginKey;Ljava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/enterprise/server/plugin/pc/ControlResults;]
ServerPluginManagerRemote.restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.restartMasterPluginContainer:(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.12.0.jar, StorageClientManager.class
package org.rhq.enterprise.server.storage
StorageClientManager.getRawDataAgeLimit ( ) : int
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.getRawDataAgeLimit:()I]
StorageClientManager.setRawDataAgeLimit ( int ageLimit ) : void
[mangled: org/rhq/enterprise/server/storage/StorageClientManager.setRawDataAgeLimit:(I)V]
rhq-enterprise-server-4.12.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.isLoginWithoutRolesEnabled ( ) : boolean
[mangled: org/rhq/enterprise/server/system/SystemManagerBean.isLoginWithoutRolesEnabled:()Z]
SystemManagerBean.setAnySystemSetting ( org.rhq.core.domain.common.composite.SystemSetting setting, String value ) : void
[mangled: org/rhq/enterprise/server/system/SystemManagerBean.setAnySystemSetting:(Lorg/rhq/core/domain/common/composite/SystemSetting;Ljava/lang/String;)V]
SystemManagerBean.setAnySystemSettings ( org.rhq.core.domain.common.composite.SystemSettings settings, boolean skipValidation, boolean ignoreReadOnly ) : void
[mangled: org/rhq/enterprise/server/system/SystemManagerBean.setAnySystemSettings:(Lorg/rhq/core/domain/common/composite/SystemSettings;ZZ)V]
rhq-enterprise-server-4.12.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.isLoginWithoutRolesEnabled ( ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/system/SystemManagerLocal.isLoginWithoutRolesEnabled:()Z]
SystemManagerLocal.setAnySystemSetting ( org.rhq.core.domain.common.composite.SystemSetting p1, String p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/system/SystemManagerLocal.setAnySystemSetting:(Lorg/rhq/core/domain/common/composite/SystemSetting;Ljava/lang/String;)V]
SystemManagerLocal.setAnySystemSettings ( org.rhq.core.domain.common.composite.SystemSettings p1, boolean p2, boolean p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/system/SystemManagerLocal.setAnySystemSettings:(Lorg/rhq/core/domain/common/composite/SystemSettings;ZZ)V]
rhq-enterprise-server-4.12.0.jar, UpdatePluginsOnAgentsJob.class
package org.rhq.enterprise.server.resource.metadata
UpdatePluginsOnAgentsJob.execute ( org.quartz.JobExecutionContext context ) : void
[mangled: org/rhq/enterprise/server/resource/metadata/UpdatePluginsOnAgentsJob.execute:(Lorg/quartz/JobExecutionContext;)V]
UpdatePluginsOnAgentsJob.getJobDetail ( ) [static] : org.quartz.JobDetail
[mangled: org/rhq/enterprise/server/resource/metadata/UpdatePluginsOnAgentsJob.getJobDetail:()Lorg/quartz/JobDetail;]
UpdatePluginsOnAgentsJob.UpdatePluginsOnAgentsJob ( )
[mangled: org/rhq/enterprise/server/resource/metadata/UpdatePluginsOnAgentsJob."<init>":()V]
to the top
Removed Methods (66)
rhq-enterprise-server-4.11.0.jar, AvailabilityDurationCacheElement.class
package org.rhq.enterprise.server.alert.engine.model
AvailabilityDurationCacheElement.checkCacheElements ( java.util.List cacheElements, org.rhq.core.domain.resource.Resource resource, org.rhq.core.domain.measurement.AvailabilityType providedValue ) [static] : void
[mangled: org/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement.checkCacheElements:(Ljava/util/List;Lorg/rhq/core/domain/resource/Resource;Lorg/rhq/core/domain/measurement/AvailabilityType;)V]
rhq-enterprise-server-4.11.0.jar, AvailabilityManagerBean.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerBean.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement cacheElement, org.rhq.core.domain.resource.Resource resource ) : void
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerBean.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;)V]
rhq-enterprise-server-4.11.0.jar, AvailabilityManagerLocal.class
package org.rhq.enterprise.server.measurement
AvailabilityManagerLocal.scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement p1, org.rhq.core.domain.resource.Resource p2 ) [abstract] : void
[mangled: org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.scheduleAvailabilityDurationCheck:(Lorg/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement;Lorg/rhq/core/domain/resource/Resource;)V]
rhq-enterprise-server-4.11.0.jar, ContentHandlerBean.class
package org.rhq.enterprise.server.rest
ContentHandlerBean.provideAsPlugin ( String handle, String name, boolean startScan, javax.ws.rs.core.HttpHeaders headers ) : javax.ws.rs.core.Response
[mangled: org/rhq/enterprise/server/rest/ContentHandlerBean.provideAsPlugin:(Ljava/lang/String;Ljava/lang/String;ZLjavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
rhq-enterprise-server-4.11.0.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getServerPlugins ( ) [static] : org.rhq.enterprise.server.plugin.ServerPluginsLocal
[mangled: org/rhq/enterprise/server/util/LookupUtil.getServerPlugins:()Lorg/rhq/enterprise/server/plugin/ServerPluginsLocal;]
rhq-enterprise-server-4.11.0.jar, MeasurementChartsManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] measurementDefinitionIds, long begin, long end, boolean enabledOnly ) : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;I[IJJZ)Ljava/util/List;]
MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject subject, int groupId, String viewName ) : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.11.0.jar, MeasurementChartsManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4, long p5, boolean p6 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;I[IJJZ)Ljava/util/List;]
MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, String p3 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/measurement/MeasurementChartsManagerLocal.getMetricDisplaySummariesForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.11.0.jar, ServerPluginsBean.class
package org.rhq.enterprise.server.plugin
ServerPluginsBean.acknowledgeDeletedPluginsBy ( int serverId ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.acknowledgeDeletedPluginsBy:(I)V]
ServerPluginsBean.deleteServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.deleteServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsBean.disableServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.disableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsBean.enableServerPlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.enableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsBean.getAllServerPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getAllServerPlugins:()Ljava/util/List;]
ServerPluginsBean.getAllServerPluginsById ( java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getAllServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginsBean.getDeletedPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getDeletedPlugins:()Ljava/util/List;]
ServerPluginsBean.getEnabledServerPluginsByType ( String type ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
ServerPluginsBean.getInstalledServerPluginsGroupedByType ( ) : java.util.Map
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getInstalledServerPluginsGroupedByType:()Ljava/util/Map;]
ServerPluginsBean.getLastConfigurationChangeTimestamp ( int pluginId ) : long
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getLastConfigurationChangeTimestamp:(I)J]
ServerPluginsBean.getServerPlugin ( org.rhq.core.domain.plugin.PluginKey key ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPlugin:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsBean.getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginConfigurationDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginsBean.getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginControlDefinitions:(Lorg/rhq/core/domain/plugin/PluginKey;)Ljava/util/List;]
ServerPluginsBean.getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginDescriptor:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/enterprise/server/xmlschema/generated/serverplugin/ServerPluginDescriptorType;]
ServerPluginsBean.getServerPluginKeysByEnabled ( boolean enabled ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginKeysByEnabled:(Z)Ljava/util/List;]
ServerPluginsBean.getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin plugin ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginRelationships:(Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsBean.getServerPlugins ( ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPlugins:()Ljava/util/List;]
ServerPluginsBean.getServerPluginsById ( java.util.List pluginIds ) : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginsBean.getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginScheduledJobsDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginsBean.getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey pluginKey ) : org.rhq.core.domain.plugin.PluginStatusType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.getServerPluginStatus:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/PluginStatusType;]
ServerPluginsBean.invokeServerPluginControl ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.PluginKey pluginKey, String controlName, org.rhq.core.domain.configuration.Configuration params ) : pc.ControlResults
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.invokeServerPluginControl:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/PluginKey;Ljava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/enterprise/server/plugin/pc/ControlResults;]
ServerPluginsBean.isReadyForPurge ( int pluginId ) : boolean
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.isReadyForPurge:(I)Z]
ServerPluginsBean.purgeServerPlugin ( int pluginId ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.purgeServerPlugin:(I)V]
ServerPluginsBean.registerServerPlugin ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.ServerPlugin plugin, java.io.File pluginFile ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.registerServerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;Ljava/io/File;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsBean.restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject subject ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.restartMasterPluginContainer:(Lorg/rhq/core/domain/auth/Subject;)V]
ServerPluginsBean.ServerPluginsBean ( )
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean."<init>":()V]
ServerPluginsBean.setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject subject, int pluginId, boolean enabled ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.setServerPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ServerPluginsBean.setServerPluginStatus ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds, org.rhq.core.domain.plugin.PluginStatusType status ) : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.setServerPluginStatus:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Lorg/rhq/core/domain/plugin/PluginStatusType;)V]
ServerPluginsBean.updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.ServerPlugin plugin ) : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsBean.updateServerPluginExceptContent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
rhq-enterprise-server-4.11.0.jar, ServerPluginsLocal.class
package org.rhq.enterprise.server.plugin
ServerPluginsLocal.acknowledgeDeletedPluginsBy ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.acknowledgeDeletedPluginsBy:(I)V]
ServerPluginsLocal.deleteServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.deleteServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsLocal.disableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.disableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsLocal.enableServerPlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.enableServerPlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Ljava/util/List;]
ServerPluginsLocal.getAllServerPlugins ( ) [abstract] : java.util.List *DEPRECATED*
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getAllServerPlugins:()Ljava/util/List;]
ServerPluginsLocal.getAllServerPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getAllServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginsLocal.getDeletedPlugins ( ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getDeletedPlugins:()Ljava/util/List;]
ServerPluginsLocal.getEnabledServerPluginsByType ( String p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getEnabledServerPluginsByType:(Ljava/lang/String;)Ljava/util/List;]
ServerPluginsLocal.getInstalledServerPluginsGroupedByType ( ) [abstract] : java.util.Map
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getInstalledServerPluginsGroupedByType:()Ljava/util/Map;]
ServerPluginsLocal.getLastConfigurationChangeTimestamp ( int p1 ) [abstract] : long
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getLastConfigurationChangeTimestamp:(I)J]
ServerPluginsLocal.getServerPlugin ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPlugin:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsLocal.getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginConfigurationDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginsLocal.getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginControlDefinitions:(Lorg/rhq/core/domain/plugin/PluginKey;)Ljava/util/List;]
ServerPluginsLocal.getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginDescriptor:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/enterprise/server/xmlschema/generated/serverplugin/ServerPluginDescriptorType;]
ServerPluginsLocal.getServerPluginKeysByEnabled ( boolean p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginKeysByEnabled:(Z)Ljava/util/List;]
ServerPluginsLocal.getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin p1 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginRelationships:(Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsLocal.getServerPlugins ( ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPlugins:()Ljava/util/List;]
ServerPluginsLocal.getServerPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginsById:(Ljava/util/List;)Ljava/util/List;]
ServerPluginsLocal.getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.configuration.definition.ConfigurationDefinition
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginScheduledJobsDefinition:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;]
ServerPluginsLocal.getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey p1 ) [abstract] : org.rhq.core.domain.plugin.PluginStatusType
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.getServerPluginStatus:(Lorg/rhq/core/domain/plugin/PluginKey;)Lorg/rhq/core/domain/plugin/PluginStatusType;]
ServerPluginsLocal.invokeServerPluginControl ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.PluginKey p2, String p3, org.rhq.core.domain.configuration.Configuration p4 ) [abstract] : pc.ControlResults
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.invokeServerPluginControl:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/PluginKey;Ljava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;)Lorg/rhq/enterprise/server/plugin/pc/ControlResults;]
ServerPluginsLocal.isReadyForPurge ( int p1 ) [abstract] : boolean
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.isReadyForPurge:(I)Z]
ServerPluginsLocal.purgeServerPlugin ( int p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.purgeServerPlugin:(I)V]
ServerPluginsLocal.registerServerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2, java.io.File p3 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.registerServerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;Ljava/io/File;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
ServerPluginsLocal.restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.restartMasterPluginContainer:(Lorg/rhq/core/domain/auth/Subject;)V]
ServerPluginsLocal.setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.setServerPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
ServerPluginsLocal.setServerPluginStatus ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, org.rhq.core.domain.plugin.PluginStatusType p3 ) [abstract] : void
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.setServerPluginStatus:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;Lorg/rhq/core/domain/plugin/PluginStatusType;)V]
ServerPluginsLocal.updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.ServerPlugin p2 ) [abstract] : org.rhq.core.domain.plugin.ServerPlugin
[mangled: org/rhq/enterprise/server/plugin/ServerPluginsLocal.updateServerPluginExceptContent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/ServerPlugin;)Lorg/rhq/core/domain/plugin/ServerPlugin;]
to the top
Problems with Data Types, High Severity (5)
rhq-enterprise-server-4.11.0.jar
package org.rhq.enterprise.server.measurement
[+] AvailabilityManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement, org.rhq.core.domain.resource.Resource ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (14)
findAvailabilitiesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilityWithinInterval ( int, java.util.Date, java.util.Date )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getCurrentAvailabilityTypeForResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilitiesInNewTransaction ( java.util.List, AvailabilityManagerBean.MergeInfo )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilityReport ( org.rhq.core.domain.discovery.AvailabilityReport )This abstract method is from 'AvailabilityManagerLocal' interface.
purgeAvailabilities ( long )This abstract method is from 'AvailabilityManagerLocal' interface.
setResourceAvailabilities ( java.util.Map, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateAgentResourceAvailabilities ( int, org.rhq.core.domain.measurement.AvailabilityType, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateLastAvailabilityReportInNewTransaction ( int )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilityManager ( )Return value of this method has type 'AvailabilityManagerLocal'.
[+] MeasurementChartsManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, java.lang.String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, int[ ], long, long, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (7)
getMetricDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, int[ ], long, long, boolean )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, java.lang.String )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForMetrics ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.measurement.DataType, long, long, boolean, boolean )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForMetricsCompare ( org.rhq.core.domain.auth.Subject, int[ ], int[ ], long, long )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForResource ( org.rhq.core.domain.auth.Subject, int, int[ ], long, long )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForResource ( org.rhq.core.domain.auth.Subject, int, java.lang.String )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMeasurementChartsManager ( )Return value of this method has type 'MeasurementChartsManagerLocal'.
package org.rhq.enterprise.server.plugin
[+] ServerPluginsBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
acknowledgeDeletedPluginsBy ( int )This method is from 'ServerPluginsBean' class.
deleteServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This method is from 'ServerPluginsBean' class.
disableServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This method is from 'ServerPluginsBean' class.
enableServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This method is from 'ServerPluginsBean' class.
getAllServerPlugins ( )This method is from 'ServerPluginsBean' class.
getAllServerPluginsById ( java.util.List )This method is from 'ServerPluginsBean' class.
getDeletedPlugins ( )This method is from 'ServerPluginsBean' class.
getEnabledServerPluginsByType ( java.lang.String )This method is from 'ServerPluginsBean' class.
getInstalledServerPluginsGroupedByType ( )This method is from 'ServerPluginsBean' class.
getLastConfigurationChangeTimestamp ( int )This method is from 'ServerPluginsBean' class.
getServerPlugin ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
getServerPluginKeysByEnabled ( boolean )This method is from 'ServerPluginsBean' class.
getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin )This method is from 'ServerPluginsBean' class.
getServerPlugins ( )This method is from 'ServerPluginsBean' class.
getServerPluginsById ( java.util.List )This method is from 'ServerPluginsBean' class.
getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey )This method is from 'ServerPluginsBean' class.
invokeServerPluginControl ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.PluginKey, java.lang.String, org.rhq.core.domain.configuration.Configuration )This method is from 'ServerPluginsBean' class.
isReadyForPurge ( int )This method is from 'ServerPluginsBean' class.
purgeServerPlugin ( int )This method is from 'ServerPluginsBean' class.
registerServerPlugin ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.ServerPlugin, java.io.File )This method is from 'ServerPluginsBean' class.
restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject )This method is from 'ServerPluginsBean' class.
ServerPluginsBean ( )This constructor is from 'ServerPluginsBean' class.
setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject, int, boolean )This method is from 'ServerPluginsBean' class.
setServerPluginStatus ( org.rhq.core.domain.auth.Subject, java.util.List, org.rhq.core.domain.plugin.PluginStatusType )This method is from 'ServerPluginsBean' class.
updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.ServerPlugin )This method is from 'ServerPluginsBean' class.
[+] ServerPluginsLocal (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
acknowledgeDeletedPluginsBy ( int )This abstract method is from 'ServerPluginsLocal' interface.
deleteServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This abstract method is from 'ServerPluginsLocal' interface.
disableServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This abstract method is from 'ServerPluginsLocal' interface.
enableServerPlugins ( org.rhq.core.domain.auth.Subject, java.util.List )This abstract method is from 'ServerPluginsLocal' interface.
getAllServerPlugins ( )This abstract method is from 'ServerPluginsLocal' interface.
getAllServerPluginsById ( java.util.List )This abstract method is from 'ServerPluginsLocal' interface.
getDeletedPlugins ( )This abstract method is from 'ServerPluginsLocal' interface.
getEnabledServerPluginsByType ( java.lang.String )This abstract method is from 'ServerPluginsLocal' interface.
getInstalledServerPluginsGroupedByType ( )This abstract method is from 'ServerPluginsLocal' interface.
getLastConfigurationChangeTimestamp ( int )This abstract method is from 'ServerPluginsLocal' interface.
getServerPlugin ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginConfigurationDefinition ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginControlDefinitions ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginDescriptor ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginKeysByEnabled ( boolean )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginRelationships ( org.rhq.core.domain.plugin.ServerPlugin )This abstract method is from 'ServerPluginsLocal' interface.
getServerPlugins ( )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginsById ( java.util.List )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginScheduledJobsDefinition ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
getServerPluginStatus ( org.rhq.core.domain.plugin.PluginKey )This abstract method is from 'ServerPluginsLocal' interface.
invokeServerPluginControl ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.PluginKey, java.lang.String, org.rhq.core.domain.configuration.Configuration )This abstract method is from 'ServerPluginsLocal' interface.
isReadyForPurge ( int )This abstract method is from 'ServerPluginsLocal' interface.
purgeServerPlugin ( int )This abstract method is from 'ServerPluginsLocal' interface.
registerServerPlugin ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.ServerPlugin, java.io.File )This abstract method is from 'ServerPluginsLocal' interface.
restartMasterPluginContainer ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ServerPluginsLocal' interface.
setServerPluginEnabledFlag ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'ServerPluginsLocal' interface.
setServerPluginStatus ( org.rhq.core.domain.auth.Subject, java.util.List, org.rhq.core.domain.plugin.PluginStatusType )This abstract method is from 'ServerPluginsLocal' interface.
updateServerPluginExceptContent ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.ServerPlugin )This abstract method is from 'ServerPluginsLocal' interface.
to the top
Problems with Data Types, Medium Severity (8)
rhq-enterprise-server-4.11.0.jar
package org.rhq.enterprise.server.alert
[+] AlertDefinitionManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method disableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject, int[ ] ) 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 disableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ] ) and may not be implemented by old clients. |
2 | Abstract method enableResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject, int[ ] ) 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 enableGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ] ) and may not be implemented by old clients. |
3 | Abstract method removeResourceAlertDefinitions ( org.rhq.core.domain.auth.Subject, int[ ] ) 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 removeGroupAlertDefinitions ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ] ) and may not be implemented by old clients. |
[+] affected methods (18)
copyAlertDefinitions ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ] )This abstract method is from 'AlertDefinitionManagerLocal' interface.
createAlertDefinitionInNewTransaction ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.alert.AlertDefinition, java.lang.Integer, boolean )This abstract method is from 'AlertDefinitionManagerLocal' interface.
createDependentAlertDefinition ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.alert.AlertDefinition, int )This abstract method is from 'AlertDefinitionManagerLocal' interface.
findAlertDefinitionOptionItemsForGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AlertDefinitionManagerLocal' interface.
findAlertDefinitionOptionItemsForResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AlertDefinitionManagerLocal' interface.
findAlertDefinitions ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'AlertDefinitionManagerLocal' interface.
findAllRecoveryDefinitionsById ( org.rhq.core.domain.auth.Subject, java.lang.Integer )This abstract method is from 'AlertDefinitionManagerLocal' interface.
getAlertDefinitionById ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AlertDefinitionManagerLocal' interface.
isEnabled ( java.lang.Integer )This abstract method is from 'AlertDefinitionManagerLocal' interface.
isGroupAlertDefinition ( java.lang.Integer )This abstract method is from 'AlertDefinitionManagerLocal' interface.
isResourceAlertDefinition ( java.lang.Integer )This abstract method is from 'AlertDefinitionManagerLocal' interface.
isTemplate ( java.lang.Integer )This abstract method is from 'AlertDefinitionManagerLocal' interface.
purgeInternals ( int )This abstract method is from 'AlertDefinitionManagerLocal' interface.
purgeUnusedAlertDefinitions ( )This abstract method is from 'AlertDefinitionManagerLocal' interface.
updateAlertDefinition ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.alert.AlertDefinition, boolean )This abstract method is from 'AlertDefinitionManagerLocal' interface.
updateAlertDefinitionInternal ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.alert.AlertDefinition, boolean, boolean, boolean )This abstract method is from 'AlertDefinitionManagerLocal' interface.
updateDependentAlertDefinition ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.alert.AlertDefinition, boolean )This abstract method is from 'AlertDefinitionManagerLocal' interface.
getAlertDefinitionManager ( )Return value of this method has type 'AlertDefinitionManagerLocal'.
package org.rhq.enterprise.server.plugin.pc
[+] ServerPluginServiceMBean (1)
| Change | Effect |
---|
1 | Value of final field OBJECT_NAME_STR (java.lang.String) has been changed from "rhq:service=ServerPluginService" to "rhq.serverplugin:service=ServerPluginService". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (11)
getMasterPluginContainer ( )This abstract method is from 'ServerPluginServiceMBean' interface.
getServerPluginsDirectory ( )This abstract method is from 'ServerPluginServiceMBean' interface.
isMasterPluginContainerStarted ( )This abstract method is from 'ServerPluginServiceMBean' interface.
isStarted ( )This abstract method is from 'ServerPluginServiceMBean' interface.
restartMasterPluginContainer ( )This abstract method is from 'ServerPluginServiceMBean' interface.
start ( )This abstract method is from 'ServerPluginServiceMBean' interface.
startMasterPluginContainer ( )This abstract method is from 'ServerPluginServiceMBean' interface.
startMasterPluginContainerWithoutSchedulingJobs ( )This abstract method is from 'ServerPluginServiceMBean' interface.
stop ( )This abstract method is from 'ServerPluginServiceMBean' interface.
stopMasterPluginContainer ( )This abstract method is from 'ServerPluginServiceMBean' interface.
getServerPluginService ( )Return value of this method has type 'ServerPluginServiceMBean'.
package org.rhq.enterprise.server.resource
[+] ResourceManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method handleMissingResourceInNewTransaction ( int ) 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 mergeAvailabilitiesInNewTransaction ( java.util.List, org.rhq.enterprise.server.measurement.AvailabilityManagerBean.MergeInfo ) and may not be implemented by old clients. |
[+] affected methods (102)
addResourceError ( org.rhq.core.domain.resource.ResourceError )This abstract method is from 'ResourceManagerLocal' interface.
bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
clearResourceConfigError ( int )This abstract method is from 'ResourceManagerLocal' interface.
clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceErrorType )This abstract method is from 'ResourceManagerLocal' interface.
createResource ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, int )This abstract method is from 'ResourceManagerLocal' interface.
deleteResourceError ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
disambiguate ( java.util.List, org.rhq.core.util.IntExtractor, disambiguation.DisambiguationUpdateStrategy )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.resource.ResourceCategory, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject, int, java.lang.String, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findChildrenResourceIds ( int, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
findChildResourcesByCategoryAndInventoryStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourceIdsByResourceGroup ( int )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findExplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findFlyWeights ( int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findGroupMemberCandidateResources ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findIdsByTypeIds ( java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourceIdsByResourceGroup ( int )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findImplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findRecentlyAddedPlatforms ( org.rhq.core.domain.auth.Subject, long, int )This abstract method is from 'ResourceManagerLocal' interface.
findRecentlyAddedServers ( org.rhq.core.domain.auth.Subject, long, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourceByIds ( org.rhq.core.domain.auth.Subject, int[ ], boolean, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceByParentAndInventoryStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceComplianceCounts ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ResourceManagerLocal' interface.
findResourceCompositeForParentAndTypeAndCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, int, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceComposites ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, java.lang.String, org.rhq.core.domain.resource.Resource, java.lang.String, boolean, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceCompositesByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria )This abstract method is from 'ResourceManagerLocal' interface.
findResourceErrors ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourceErrors ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceErrorType )This abstract method is from 'ResourceManagerLocal' interface.
findResourceHealth ( org.rhq.core.domain.auth.Subject, int[ ], org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourceInstallCounts ( org.rhq.core.domain.auth.Subject, boolean )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesAutoGroups ( org.rhq.core.domain.auth.Subject, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByAgent ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByCriteriaBounded ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria, int, int )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesByParentAndType ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceManagerLocal' interface.
findResourcesMarkedForAsyncDeletion ( org.rhq.core.domain.auth.Subject )This abstract method is from 'ResourceManagerLocal' interface.
getDisableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject, int[ ], java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getEnableResourcesReportInNewTransaction ( org.rhq.core.domain.auth.Subject, int[ ], java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getParentResource ( int )This abstract method is from 'ResourceManagerLocal' interface.
getPlaformOfResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getPlatform ( org.rhq.core.domain.resource.Agent )This abstract method is from 'ResourceManagerLocal' interface.
getResourceAutoGroup ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceById ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceByParentAndKey ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, java.lang.String, java.lang.String, java.lang.String )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCount ( java.util.List )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountByTypeAndIds ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, int[ ] )This abstract method is from 'ResourceManagerLocal' interface.
getResourceCountSummary ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.InventoryStatus )This abstract method is from 'ResourceManagerLocal' interface.
getResourceDescendantsByTypeAndName ( org.rhq.core.domain.auth.Subject, int, java.lang.Integer, java.lang.String )This abstract method is from 'ResourceManagerLocal' interface.
getResourceIdLineage ( int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineage ( int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineage ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
getResourcesAncestry ( org.rhq.core.domain.auth.Subject, java.lang.Integer[ ], org.rhq.core.domain.resource.ResourceAncestryFormat )This abstract method is from 'ResourceManagerLocal' interface.
getResourceStatuses ( int, boolean )This abstract method is from 'ResourceManagerLocal' interface.
getResourceTree ( int, boolean )This abstract method is from 'ResourceManagerLocal' interface.
getRootResourceForResource ( int )This abstract method is from 'ResourceManagerLocal' interface.
setResourceStatus ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.InventoryStatus, boolean )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResourceAsyncWork ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
uninventoryResourceInNewTransaction ( int )This abstract method is from 'ResourceManagerLocal' interface.
updateAncestry ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceManagerLocal' interface.
updateResource ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource )This abstract method is from 'ResourceManagerLocal' interface.
AbstractRestBean ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
createPagingHeader ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
createUILink ( javax.ws.rs.core.UriInfo, org.rhq.enterprise.server.rest.UILinkTemplate, java.lang.Integer[ ] )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fetchGroup ( int, boolean )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fetchResource ( int )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fillGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
fillRWT ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getFromCache ( int, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getFromCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToGroup ( org.rhq.core.domain.resource.group.ResourceGroup, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToResource ( org.rhq.core.domain.resource.Resource, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getLinkToResourceType ( org.rhq.core.domain.resource.ResourceType, javax.ws.rs.core.UriInfo, java.lang.String )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
getMetricScheduleInternal ( javax.ws.rs.core.UriInfo, org.rhq.core.domain.measurement.MeasurementSchedule, org.rhq.core.domain.measurement.MeasurementDefinition )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
putToCache ( int, java.lang.Class, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
putToCache ( org.rhq.enterprise.server.rest.AbstractRestBean.CacheKey, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
removeFromCache ( int, java.lang.Class )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
renderTemplate ( java.lang.String, java.lang.Object )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
setCachingHeader ( javax.ws.rs.core.Response.ResponseBuilder, int )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
start ( )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
wrapForPaging ( javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.UriInfo, org.rhq.core.domain.util.PageList, java.util.Collection )Field 'this.resMgr' in the object of this method has type 'ResourceManagerLocal'.
generateReport ( javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
generateReportInternal ( javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, org.rhq.core.domain.auth.Subject )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDebugReportName ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsColumns ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getDetailsQueryCriteria ( java.lang.Integer, java.lang.String )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getHeader ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getPropertyConverters ( javax.servlet.http.HttpServletRequest )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getSummaryCounts ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
InventorySummaryHandler ( )Field 'this.resourceMgr' in the object of this method has type 'ResourceManagerLocal'.
getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
package org.rhq.enterprise.server.resource.metadata
[+] PluginManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface PluginManagerRemote. | If abstract methods from an added super-interface must be implemented by client then it may be interrupted by AbstractMethodError exception. Abstract method isPluginUpdateOnAgentsFinished (org.rhq.core.domain.auth.Subject, java.lang.String) from the added super-interface is called by the method isUpdateFinished ( java.lang.String, javax.ws.rs.core.HttpHeaders ) in 2nd library version and may not be implemented by old clients. |
[+] affected methods (20)
DeletedResourceTypeFilter ( org.rhq.enterprise.server.auth.SubjectManagerLocal, org.rhq.enterprise.server.resource.ResourceTypeManagerLocal, PluginManagerLocal )3rd parameter 'pluginManager' of this method has type 'PluginManagerLocal'.
acknowledgeDeletedPluginsBy ( int )This abstract method is from 'PluginManagerLocal' interface.
findAllDeletedPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getAllPluginsById ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
getCannedGroupExpressions ( )This abstract method is from 'PluginManagerLocal' interface.
getInstalledPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getPlugin ( java.lang.String )This abstract method is from 'PluginManagerLocal' interface.
getPluginDropboxDirectory ( )This abstract method is from 'PluginManagerLocal' interface.
getPlugins ( )This abstract method is from 'PluginManagerLocal' interface.
getPluginsByResourceTypeAndCategory ( java.lang.String, org.rhq.core.domain.resource.ResourceCategory )This abstract method is from 'PluginManagerLocal' interface.
getPluginStats ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
installPluginJar ( org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File )This abstract method is from 'PluginManagerLocal' interface.
isReadyForPurge ( org.rhq.core.domain.plugin.Plugin )This abstract method is from 'PluginManagerLocal' interface.
markPluginsDeleted ( org.rhq.core.domain.auth.Subject, java.util.List )This abstract method is from 'PluginManagerLocal' interface.
purgePlugins ( java.util.List )This abstract method is from 'PluginManagerLocal' interface.
registerPlugin ( org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File, boolean )This abstract method is from 'PluginManagerLocal' interface.
registerPluginTypes ( java.lang.String, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, boolean, boolean )This abstract method is from 'PluginManagerLocal' interface.
setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'PluginManagerLocal' interface.
DeployedAgentPluginsValidator ( PluginManagerLocal )1st parameter 'pluginManager' of this method has type 'PluginManagerLocal'.
getPluginManager ( )Return value of this method has type 'PluginManagerLocal'.
package org.rhq.enterprise.server.sync.importers
[+] SystemSettingsImporter (1)
| Change | Effect |
---|
1 | Value of final field DEFAULT_IMPORTED_PROPERTIES_LIST (java.lang.String) has been changed from "AGENT_MAX_QUIET_TIME_ALLOWED, ENABLE_AGENT_AUTO_UPDATE, ENABLE_DEBUG_MODE, ENABLE_EXPERIMENTAL_FEATURES, CAM_DATA_PURGE_1H, CAM_DATA_PURGE_6H, CAM_DATA_PURGE_1D, CAM_DATA_MAINTENANCE, DATA_REINDEX_NIGHTLY, RT_DATA_PURGE, ALERT_PURGE, EVENT_PURGE, TRAIT_PURGE, AVAILABILITY_PURGE, CAM_BASELINE_FREQUENCY, CAM_BASELINE_DATASET" to "AGENT_MAX_QUIET_TIME_ALLOWED, ENABLE_AGENT_AUTO_UPDATE, ENABLE_DEBUG_MODE, ENABLE_EXPERIMENTAL_FEATURES, ENABLE_LOGIN_WITHOUT_ROLES, CAM_DATA_PURGE_1H, CAM_DATA_PURGE_6H, CAM_DATA_PURGE_1D, CAM_DATA_MAINTENANCE, DATA_REINDEX_NIGHTLY, RT_DATA_PURGE, ALERT_PURGE, EVENT_PURGE, TRAIT_PURGE, AVAILABILITY_PURGE, CAM_BASELINE_FREQUENCY, CAM_BASELINE_DATASET". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (10)
configure ( org.rhq.core.domain.configuration.Configuration )This method is from 'SystemSettingsImporter' class.
finishImport ( )This method is from 'SystemSettingsImporter' class.
getEntityValidators ( )This method is from 'SystemSettingsImporter' class.
getExportedEntityMatcher ( )This method is from 'SystemSettingsImporter' class.
getImportConfigurationDefinition ( )This method is from 'SystemSettingsImporter' class.
SystemSettingsImporter ( org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.system.SystemManagerLocal )This constructor is from 'SystemSettingsImporter' class.
unmarshallExportedEntity ( org.rhq.enterprise.server.sync.ExportReader )This method is from 'SystemSettingsImporter' class.
unmarshallExportedEntity ( org.rhq.enterprise.server.sync.ExportReader )This method is from 'SystemSettingsImporter' class.
update ( java.lang.Object, java.lang.Object )This method is from 'SystemSettingsImporter' class.
update ( org.rhq.enterprise.server.sync.NoSingleEntity, org.rhq.core.domain.sync.entity.SystemSettings )This method is from 'SystemSettingsImporter' class.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method isLoginWithoutRolesEnabled ( ) 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 login ( java.lang.String, java.lang.String ) and may not be implemented by old clients. |
[+] affected methods (26)
SystemSettingsExporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsImporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsSynchronizer ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsValidator ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
analyze ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
dumpSystemInfo ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
getObfuscatedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
getUnmaskedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
reconfigureSystem ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
reindex ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
setStorageClusterSettings ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject, java.lang.String[ ] )This abstract method is from 'SystemManagerLocal' interface.
vacuumAppdef ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
validateSystemConfiguration ( org.rhq.core.domain.auth.Subject, java.util.Properties )This abstract method is from 'SystemManagerLocal' interface.
getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
to the top
Problems with Methods, Low Severity (1)
rhq-enterprise-server-4.11.0.jar, StatusHandlerBean
package org.rhq.enterprise.server.rest
[+] StatusHandlerBean.getStatus ( javax.ws.rs.core.HttpHeaders httpHeaders ) : javax.ws.rs.core.Response (1)
[mangled: org/rhq/enterprise/server/rest/StatusHandlerBean.getStatus:(Ljavax/ws/rs/core/HttpHeaders;)Ljavax/ws/rs/core/Response;]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types (14)
rhq-enterprise-server-4.11.0.jar
package org.rhq.enterprise.server.agentclient
[+] AgentClient (1)
| Change | Effect |
---|
1 | Abstract method updatePlugins ( ) has been added to this interface. | No effect. |
[+] affected methods (31)
getAgent ( )This abstract method is from 'AgentClient' interface.
getBundleAgentService ( )This abstract method is from 'AgentClient' interface.
getBundleAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getConfigurationAgentService ( )This abstract method is from 'AgentClient' interface.
getConfigurationAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getContentAgentService ( )This abstract method is from 'AgentClient' interface.
getContentAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getDiscoveryAgentService ( )This abstract method is from 'AgentClient' interface.
getDiscoveryAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getDriftAgentService ( )This abstract method is from 'AgentClient' interface.
getDriftAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getMeasurementAgentService ( )This abstract method is from 'AgentClient' interface.
getMeasurementAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getOperationAgentService ( )This abstract method is from 'AgentClient' interface.
getOperationAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getResourceFactoryAgentService ( )This abstract method is from 'AgentClient' interface.
getResourceFactoryAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
getSupportAgentService ( )This abstract method is from 'AgentClient' interface.
getSupportAgentService ( java.lang.Long )This abstract method is from 'AgentClient' interface.
ping ( long )This abstract method is from 'AgentClient' interface.
pingService ( long )This abstract method is from 'AgentClient' interface.
startSending ( )This abstract method is from 'AgentClient' interface.
stopSending ( )This abstract method is from 'AgentClient' interface.
getAgentClient ( org.rhq.core.domain.auth.Subject, int )Return value of this method has type 'AgentClient'.
getAgentClient ( org.rhq.core.domain.resource.Agent )Return value of this method has type 'AgentClient'.
getAgentClient ( org.rhq.core.domain.auth.Subject, int )Return value of this abstract method has type 'AgentClient'.
getAgentClient ( org.rhq.core.domain.resource.Agent )Return value of this abstract method has type 'AgentClient'.
getKnownAgentClient ( org.rhq.core.domain.resource.Agent )Return value of this method has type 'AgentClient'.
getKnownAgentClient ( org.rhq.core.domain.resource.Agent )Return value of this abstract method has type 'AgentClient'.
getAgentClientForSchedule ( org.rhq.core.domain.measurement.MeasurementSchedule )Return value of this method has type 'AgentClient'.
getAgentClientForSchedule ( org.rhq.core.domain.measurement.MeasurementSchedule )Return value of this abstract method has type 'AgentClient'.
package org.rhq.enterprise.server.core
[+] AgentManagerLocal (1)
| Change | Effect |
---|
1 | Added super-interface AgentManagerRemote. | No effect. |
[+] affected methods (33)
agentIsAlive ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
agentIsShuttingDown ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
backfillAgentInNewTransaction ( org.rhq.core.domain.auth.Subject, java.lang.String, int )This abstract method is from 'AgentManagerLocal' interface.
checkForSuspectAgents ( )This abstract method is from 'AgentManagerLocal' interface.
createAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
deleteAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
destroyAgentClient ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
getAgentByAddressAndPort ( java.lang.String, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentByAgentToken ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentByID ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentByName ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentByResourceId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentClient ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
getAgentClient ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
getAgentCount ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentDownloadDir ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByName ( java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByResourceId ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentIdByScheduleId ( int )This abstract method is from 'AgentManagerLocal' interface.
getAgentInstallByAgentName ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'AgentManagerLocal' interface.
getAgentsByServer ( org.rhq.core.domain.auth.Subject, java.lang.Integer, org.rhq.core.domain.util.PageControl )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateBinaryFile ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateVersionFile ( )This abstract method is from 'AgentManagerLocal' interface.
getAgentUpdateVersionFileContent ( )This abstract method is from 'AgentManagerLocal' interface.
getAllAgents ( )This abstract method is from 'AgentManagerLocal' interface.
handlePingRequest ( org.rhq.core.clientapi.server.core.PingRequest )This abstract method is from 'AgentManagerLocal' interface.
isAgentBackfilled ( int )This abstract method is from 'AgentManagerLocal' interface.
isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion )This abstract method is from 'AgentManagerLocal' interface.
pingAgentByResourceId ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AgentManagerLocal' interface.
setAgentBackfilledInNewTransaction ( int, boolean )This abstract method is from 'AgentManagerLocal' interface.
updateAgent ( org.rhq.core.domain.resource.Agent )This abstract method is from 'AgentManagerLocal' interface.
updateAgentInstall ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.AgentInstall )This abstract method is from 'AgentManagerLocal' interface.
getAgentManager ( )Return value of this method has type 'AgentManagerLocal'.
package org.rhq.enterprise.server.measurement
[+] AvailabilityManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method scheduleAvailabilityDurationCheck ( org.rhq.enterprise.server.alert.engine.model.AvailabilityDurationCacheElement, org.rhq.core.domain.resource.Resource, long ) has been added to this interface. | No effect. |
[+] affected methods (14)
findAvailabilitiesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long, int, boolean )This abstract method is from 'AvailabilityManagerLocal' interface.
findAvailabilityWithinInterval ( int, java.util.Date, java.util.Date )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResource ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilitiesForResourceGroup ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'AvailabilityManagerLocal' interface.
getCurrentAvailabilityTypeForResource ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilitiesInNewTransaction ( java.util.List, AvailabilityManagerBean.MergeInfo )This abstract method is from 'AvailabilityManagerLocal' interface.
mergeAvailabilityReport ( org.rhq.core.domain.discovery.AvailabilityReport )This abstract method is from 'AvailabilityManagerLocal' interface.
purgeAvailabilities ( long )This abstract method is from 'AvailabilityManagerLocal' interface.
setResourceAvailabilities ( java.util.Map, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateAgentResourceAvailabilities ( int, org.rhq.core.domain.measurement.AvailabilityType, org.rhq.core.domain.measurement.AvailabilityType )This abstract method is from 'AvailabilityManagerLocal' interface.
updateLastAvailabilityReportInNewTransaction ( int )This abstract method is from 'AvailabilityManagerLocal' interface.
getAvailabilityManager ( )Return value of this method has type 'AvailabilityManagerLocal'.
[+] MeasurementChartsManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String ) has been added to this interface. | No effect. |
2 | Abstract method getMetricDisplaySummariesForCompatibleGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int[ ], long, long, boolean ) has been added to this interface. | No effect. |
[+] affected methods (7)
getMetricDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, int[ ], long, long, boolean )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject, int, int, java.lang.String )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForMetrics ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.measurement.DataType, long, long, boolean, boolean )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForMetricsCompare ( org.rhq.core.domain.auth.Subject, int[ ], int[ ], long, long )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForResource ( org.rhq.core.domain.auth.Subject, int, int[ ], long, long )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMetricDisplaySummariesForResource ( org.rhq.core.domain.auth.Subject, int, java.lang.String )This abstract method is from 'MeasurementChartsManagerLocal' interface.
getMeasurementChartsManager ( )Return value of this method has type 'MeasurementChartsManagerLocal'.
[+] MeasurementDataManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method getAggregate ( org.rhq.core.domain.auth.Subject, int, int, long, long ) has been added to this interface. | No effect. |
[+] affected methods (9)
findCurrentTraitsForResource ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.measurement.DisplayType )This abstract method is from 'MeasurementDataManagerRemote' interface.
findDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject, int, int, long, long, int )This abstract method is from 'MeasurementDataManagerRemote' interface.
findDataForResource ( org.rhq.core.domain.auth.Subject, int, int[ ], long, long, int )This abstract method is from 'MeasurementDataManagerRemote' interface.
findLiveData ( org.rhq.core.domain.auth.Subject, int, int[ ] )This abstract method is from 'MeasurementDataManagerRemote' interface.
findLiveDataForGroup ( org.rhq.core.domain.auth.Subject, int, int[ ], int[ ] )This abstract method is from 'MeasurementDataManagerRemote' interface.
findTraits ( org.rhq.core.domain.auth.Subject, int, int )This abstract method is from 'MeasurementDataManagerRemote' interface.
findTraitsByCriteria ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria )This abstract method is from 'MeasurementDataManagerRemote' interface.
getAggregate ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'MeasurementDataManagerRemote' interface.
getMeasurementAggregate ( org.rhq.core.domain.auth.Subject, int, long, long )This abstract method is from 'MeasurementDataManagerRemote' interface.
package org.rhq.enterprise.server.measurement.instrumentation
[+] MeasurementMonitorMBean (2)
| Change | Effect |
---|
1 | Abstract method getRawDataAgeLimit ( ) has been added to this interface. | No effect. |
2 | Abstract method setRawDataAgeLimit ( int ) has been added to this interface. | No effect. |
[+] affected methods (43)
getMBean ( )Return value of this method has type 'MeasurementMonitorMBean'.
getAggregationBatchSize ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getAggregationParallelism ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getAggregationWorkers ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getAvailabilitiesInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getAvailabilityInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getBaselineCalculationTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getCallTimeInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getCalltimeValuesInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getChangesOnlyAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getFullAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getMeasurementCompressionTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getMeasurementInsertTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getMeasurementsInserted ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedAlertConditions ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedAlertNotifications ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedAlerts ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedAvailabilities ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedCallTimeData ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedEvents ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgedMeasurementTraits ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getPurgeTime ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getScheduledMeasurementsPerMinute ( )This abstract method is from 'MeasurementMonitorMBean' interface.
getTotalAvailabilityReports ( )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementAvailabilitiesInserted ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementAvailabilityInsertTime ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementAvailabilityReports ( boolean )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementBaselineCalculationTime ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementCallTimeInsertTime ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementCalltimeValuesInserted ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementMeasurementInsertTime ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementMeasurementsInserted ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
incrementPurgeTime ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setAggregationBatchSize ( int )This abstract method is from 'MeasurementMonitorMBean' interface.
setAggregationParallelism ( int )This abstract method is from 'MeasurementMonitorMBean' interface.
setAggregationWorkers ( int )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedAlertConditions ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedAlertNotifications ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedAlerts ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedAvailabilities ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedCallTimeData ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedEvents ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
setPurgedMeasurementTraits ( long )This abstract method is from 'MeasurementMonitorMBean' interface.
package org.rhq.enterprise.server.resource
[+] ResourceTypeManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method setResourceTypeMissingPolicy ( org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.MissingPolicy ) has been added to this interface. | No effect. |
2 | Added super-interface ResourceTypeManagerRemote. | No effect. |
[+] affected methods (24)
DeletedResourceTypeFilter ( org.rhq.enterprise.server.auth.SubjectManagerLocal, ResourceTypeManagerLocal, metadata.PluginManagerLocal )2nd parameter 'resourceTypeManager' of this method has type 'ResourceTypeManagerLocal'.
ensureResourceType ( org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.Integer[ ] )This abstract method is from 'ResourceTypeManagerLocal' interface.
getAllResourceTypeAncestors ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceTypeManagerLocal' interface.
getAllResourceTypeDescendants ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceTypeManagerLocal' interface.
getAllResourceTypesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory )This abstract method is from 'ResourceTypeManagerLocal' interface.
getChildResourceTypes ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType )This abstract method is from 'ResourceTypeManagerLocal' interface.
getChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceCategory )This abstract method is from 'ResourceTypeManagerLocal' interface.
getChildResourceTypesForResourceTypes ( java.util.List )This abstract method is from 'ResourceTypeManagerLocal' interface.
getDuplicateTypeNames ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceFacets ( int )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeByNameAndPlugin ( java.lang.String, java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeCountByPlugin ( java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeCountsByGroup ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, boolean )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject, int )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeIdsByPlugin ( java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypesByPlugin ( java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypesForCompatibleGroups ( org.rhq.core.domain.auth.Subject, java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getTemplateCountCompositeMap ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
getUtilizedChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource, org.rhq.core.domain.resource.ResourceCategory )This abstract method is from 'ResourceTypeManagerLocal' interface.
getUtilizedResourceTypeNamesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
getUtilizedResourceTypesByCategory ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String )This abstract method is from 'ResourceTypeManagerLocal' interface.
reloadResourceFacetsCache ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
setResourceTypeIgnoreFlag ( org.rhq.core.domain.auth.Subject, int, boolean )This abstract method is from 'ResourceTypeManagerLocal' interface.
getResourceTypeManager ( )Return value of this method has type 'ResourceTypeManagerLocal'.
package org.rhq.enterprise.server.rest.reporting
[+] CsvWriter (1)
| Change | Effect |
---|
1 | Field DELIMITER 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)
CsvWriter ( )This constructor is from 'CsvWriter' class.
setColumns ( java.lang.String[ ] )This method is from 'CsvWriter' class.
setPropertyConverter ( java.lang.String, PropertyConverter )This method is from 'CsvWriter' class.
write ( java.lang.Object, java.io.OutputStream )This method is from 'CsvWriter' class.
package org.rhq.enterprise.server.scheduler.jobs
[+] AlertAvailabilityDurationJob (1)
| Change | Effect |
---|
1 | Field DATAMAP_START_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 (2)
AlertAvailabilityDurationJob ( )This constructor is from 'AlertAvailabilityDurationJob' class.
execute ( java.util.Map )This method is from 'AlertAvailabilityDurationJob' class.
package org.rhq.enterprise.server.system
[+] SystemManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method setAnySystemSetting ( org.rhq.core.domain.common.composite.SystemSetting, java.lang.String ) has been added to this interface. | No effect. |
2 | Abstract method setAnySystemSettings ( org.rhq.core.domain.common.composite.SystemSettings, boolean, boolean ) has been added to this interface. | No effect. |
[+] affected methods (26)
SystemSettingsExporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsImporter ( org.rhq.core.domain.auth.Subject, SystemManagerLocal )2nd parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsSynchronizer ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
SystemSettingsValidator ( SystemManagerLocal )1st parameter 'systemManager' of this method has type 'SystemManagerLocal'.
analyze ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
deobfuscate ( org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
dumpSystemInfo ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
getObfuscatedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
getUnmaskedSystemSettings ( boolean )This abstract method is from 'SystemManagerLocal' interface.
isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
isLdapAuthorizationEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
reconfigureSystem ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
reindex ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
setStorageClusterSettings ( org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.composite.SystemSettings )This abstract method is from 'SystemManagerLocal' interface.
undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
vacuum ( org.rhq.core.domain.auth.Subject, java.lang.String[ ] )This abstract method is from 'SystemManagerLocal' interface.
vacuumAppdef ( org.rhq.core.domain.auth.Subject )This abstract method is from 'SystemManagerLocal' interface.
validateSystemConfiguration ( org.rhq.core.domain.auth.Subject, java.util.Properties )This abstract method is from 'SystemManagerLocal' interface.
getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
to the top
Java ARchives (1)
rhq-enterprise-server-4.11.0.jar
to the top
Generated on Tue Jul 22 07:11:14 2014 for rhq-enterprise-server by Java API Compliance Checker 1.3.7
A tool for checking backward compatibility of a Java library API