Source compatibility report for the rhq-enterprise-server library between 3.0.0 and 4.0.1 versions
Test Info
Library Name | rhq-enterprise-server |
Version #1 | 3.0.0 |
Version #2 | 4.0.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 5948 / 647 |
---|
Verdict | Incompatible (23%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 596 |
---|
Removed Methods | High | 501 |
---|
Problems with Data Types | High | 376 |
---|
Medium | 2 |
Low | 0 |
Problems with Methods | High | 3 |
---|
Medium | 8 |
Low | 0 |
Other Changes in Data Types | - | 13 |
Added Methods (596)
rhq-enterprise-server-4.0.1.jar, AbstractPackageTypeBehavior.class
package org.rhq.enterprise.server.plugin.pc.content
AbstractPackageTypeBehavior.AbstractPackageTypeBehavior ( )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/AbstractPackageTypeBehavior."<init>":()V]
rhq-enterprise-server-4.0.1.jar, AbstractSearchAssistant.class
package org.rhq.enterprise.server.search.assist
AbstractSearchAssistant.AbstractSearchAssistant ( org.rhq.core.domain.auth.Subject subject )
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant."<init>":(Lorg/rhq/core/domain/auth/Subject;)V]
AbstractSearchAssistant.conditionallyAddAuthzFragment ( String fragment ) : String
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant.conditionallyAddAuthzFragment:(Ljava/lang/String;)Ljava/lang/String;]
AbstractSearchAssistant.conditionallyAddJPQLString ( String fragment, String filter ) : String
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant.conditionallyAddJPQLString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AbstractSearchAssistant.getSubjectId ( ) : int
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant.getSubjectId:()I]
AbstractSearchAssistant.requiresAuthorizationFragment ( ) : boolean
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant.requiresAuthorizationFragment:()Z]
rhq-enterprise-server-4.0.1.jar, AbstractSearchTranslator.class
package org.rhq.enterprise.server.search.translation
AbstractSearchTranslator.AbstractSearchTranslator ( org.rhq.core.domain.auth.Subject subject )
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator."<init>":(Lorg/rhq/core/domain/auth/Subject;)V]
AbstractSearchTranslator.conditionallyAddAuthzFragment ( String fragment ) : String
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.conditionallyAddAuthzFragment:(Ljava/lang/String;)Ljava/lang/String;]
AbstractSearchTranslator.getSubjectId ( ) : int
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.getSubjectId:()I]
AbstractSearchTranslator.requiresAuthorizationFragment ( ) : boolean
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.requiresAuthorizationFragment:()Z]
rhq-enterprise-server-4.0.1.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.getAgentByResourceId ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : org.rhq.core.domain.resource.Agent
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.getAgentByResourceId:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/resource/Agent;]
AgentManagerBean.getAgentClient ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : org.rhq.enterprise.server.agentclient.AgentClient
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.getAgentClient:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/enterprise/server/agentclient/AgentClient;]
AgentManagerBean.pingAgentByResourceId ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : Boolean
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.pingAgentByResourceId:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/lang/Boolean;]
rhq-enterprise-server-4.0.1.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.getAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.core.domain.resource.Agent
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.getAgentByResourceId:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/resource/Agent;]
AgentManagerLocal.getAgentClient ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.enterprise.server.agentclient.AgentClient
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.getAgentClient:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/enterprise/server/agentclient/AgentClient;]
AgentManagerLocal.pingAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : Boolean
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.pingAgentByResourceId:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/lang/Boolean;]
rhq-enterprise-server-4.0.1.jar, AlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerBean.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerBean.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerBean.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject sessionSubject, org.rhq.core.domain.alert.notification.AlertNotification[ ] notifications ) : String[ ]
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.getAlertNotificationConfigurationPreview:(Lorg/rhq/core/domain/auth/Subject;[Lorg/rhq/core/domain/alert/notification/AlertNotification;)[Ljava/lang/String;]
AlertDefinitionManagerBean.purgeUnusedAlertDefinitions ( ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.purgeUnusedAlertDefinitions:()I]
AlertDefinitionManagerBean.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, AlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerLocal.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerLocal.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] p2 ) [abstract] : String[ ]
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.getAlertNotificationConfigurationPreview:(Lorg/rhq/core/domain/auth/Subject;[Lorg/rhq/core/domain/alert/notification/AlertNotification;)[Ljava/lang/String;]
AlertDefinitionManagerLocal.purgeUnusedAlertDefinitions ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.purgeUnusedAlertDefinitions:()I]
AlertDefinitionManagerLocal.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, AlertDefinitionManagerRemote.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerRemote.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerRemote.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerRemote.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerRemote.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertDefinitionManagerRemote.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] p2 ) [abstract] : String[ ]
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerRemote.getAlertNotificationConfigurationPreview:(Lorg/rhq/core/domain/auth/Subject;[Lorg/rhq/core/domain/alert/notification/AlertNotification;)[Ljava/lang/String;]
AlertDefinitionManagerRemote.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerRemote.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject subject, int[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerBean.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.acknowledgeAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
AlertManagerBean.deleteAlerts ( org.rhq.core.domain.auth.Subject user, int[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerBean.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
rhq-enterprise-server-4.0.1.jar, AlertManagerLocal.class
package org.rhq.enterprise.server.alert
AlertManagerLocal.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerLocal.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.acknowledgeAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerLocal.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
rhq-enterprise-server-4.0.1.jar, AlertManagerRemote.class
package org.rhq.enterprise.server.alert
AlertManagerRemote.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerRemote.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerRemote.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerRemote.acknowledgeAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
AlertManagerRemote.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerRemote.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
AlertManagerRemote.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerRemote.deleteAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
rhq-enterprise-server-4.0.1.jar, AlertMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
AlertMetadataManagerBean.AlertMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/AlertMetadataManagerBean."<init>":()V]
AlertMetadataManagerBean.deleteAlertTemplates ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ResourceType resourceType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/AlertMetadataManagerBean.deleteAlertTemplates:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, AlertMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
AlertMetadataManagerLocal.deleteAlertTemplates ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/AlertMetadataManagerLocal.deleteAlertTemplates:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, AlertNotificationManagerBean.class
package org.rhq.enterprise.server.alert
AlertNotificationManagerBean.finalizeNotifications ( org.rhq.core.domain.auth.Subject subject, java.util.List notifications ) : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerBean.finalizeNotifications:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Z]
AlertNotificationManagerBean.massReconfigure ( java.util.List alertNotificationIds, java.util.Map newConfigurationValues ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerBean.massReconfigure:(Ljava/util/List;Ljava/util/Map;)V]
rhq-enterprise-server-4.0.1.jar, AlertNotificationManagerLocal.class
package org.rhq.enterprise.server.alert
AlertNotificationManagerLocal.finalizeNotifications ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerLocal.finalizeNotifications:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)Z]
AlertNotificationManagerLocal.massReconfigure ( java.util.List p1, java.util.Map p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerLocal.massReconfigure:(Ljava/util/List;Ljava/util/Map;)V]
rhq-enterprise-server-4.0.1.jar, AlertNotificationValidationException.class
package org.rhq.enterprise.server.alert
AlertNotificationValidationException.AlertNotificationValidationException ( )
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationValidationException."<init>":()V]
AlertNotificationValidationException.AlertNotificationValidationException ( String message )
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationValidationException."<init>":(Ljava/lang/String;)V]
AlertNotificationValidationException.AlertNotificationValidationException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationValidationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
AlertNotificationValidationException.AlertNotificationValidationException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationValidationException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.0.1.jar, AlertSender.class
package org.rhq.enterprise.server.plugin.pc.alert
AlertSender.validateAndFinalizeConfiguration ( org.rhq.core.domain.auth.Subject subject ) : AlertSenderValidationResults
[run-time name: org/rhq/enterprise/server/plugin/pc/alert/AlertSender.validateAndFinalizeConfiguration:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/enterprise/server/plugin/pc/alert/AlertSenderValidationResults;]
rhq-enterprise-server-4.0.1.jar, AlertSenderValidationResults.class
package org.rhq.enterprise.server.plugin.pc.alert
AlertSenderValidationResults.AlertSenderValidationResults ( org.rhq.core.domain.configuration.Configuration alertParameters, org.rhq.core.domain.configuration.Configuration extraParameters )
[run-time name: org/rhq/enterprise/server/plugin/pc/alert/AlertSenderValidationResults."<init>":(Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;)V]
AlertSenderValidationResults.getAlertParameters ( ) : org.rhq.core.domain.configuration.Configuration
[run-time name: org/rhq/enterprise/server/plugin/pc/alert/AlertSenderValidationResults.getAlertParameters:()Lorg/rhq/core/domain/configuration/Configuration;]
AlertSenderValidationResults.getExtraParameters ( ) : org.rhq.core.domain.configuration.Configuration
[run-time name: org/rhq/enterprise/server/plugin/pc/alert/AlertSenderValidationResults.getExtraParameters:()Lorg/rhq/core/domain/configuration/Configuration;]
rhq-enterprise-server-4.0.1.jar, AlertSubsystemManagerBean.class
package org.rhq.enterprise.server.subsystem
AlertSubsystemManagerBean.deleteAlertHistories ( org.rhq.core.domain.auth.Subject subject, Integer[ ] historyIds ) : void
[run-time name: org/rhq/enterprise/server/subsystem/AlertSubsystemManagerBean.deleteAlertHistories:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-4.0.1.jar, AlertSubsystemManagerLocal.class
package org.rhq.enterprise.server.subsystem
AlertSubsystemManagerLocal.deleteAlertHistories ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/subsystem/AlertSubsystemManagerLocal.deleteAlertHistories:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-4.0.1.jar, AuthorizationManagerBean.class
package org.rhq.enterprise.server.authz
AuthorizationManagerBean.canUpdateRepo ( org.rhq.core.domain.auth.Subject subject, int repoId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.canUpdateRepo:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerBean.canViewRepo ( org.rhq.core.domain.auth.Subject subject, int repoId ) : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerBean.canViewRepo:(Lorg/rhq/core/domain/auth/Subject;I)Z]
rhq-enterprise-server-4.0.1.jar, AuthorizationManagerLocal.class
package org.rhq.enterprise.server.authz
AuthorizationManagerLocal.canUpdateRepo ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.canUpdateRepo:(Lorg/rhq/core/domain/auth/Subject;I)Z]
AuthorizationManagerLocal.canViewRepo ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/authz/AuthorizationManagerLocal.canViewRepo:(Lorg/rhq/core/domain/auth/Subject;I)Z]
rhq-enterprise-server-4.0.1.jar, BatchIterator.class
package org.rhq.enterprise.server.util
BatchIterator.BatchIterator ( java.util.List data )
[run-time name: org/rhq/enterprise/server/util/BatchIterator."<init>":(Ljava/util/List;)V]
BatchIterator.BatchIterator ( java.util.List data, int batchSize )
[run-time name: org/rhq/enterprise/server/util/BatchIterator."<init>":(Ljava/util/List;I)V]
BatchIterator.getNextBatch ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/util/BatchIterator.getNextBatch:()Ljava/util/List;]
BatchIterator.hasMoreBatches ( ) : boolean
[run-time name: org/rhq/enterprise/server/util/BatchIterator.hasMoreBatches:()Z]
BatchIterator.iterator ( ) : java.util.Iterator
[run-time name: org/rhq/enterprise/server/util/BatchIterator.iterator:()Ljava/util/Iterator;]
rhq-enterprise-server-4.0.1.jar, BundleManagerBean.class
package org.rhq.enterprise.server.bundle
BundleManagerBean._finalizePurge ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.bundle.BundleDeployment bundleDeployment, java.util.Map failedToPurge ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean._finalizePurge:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleDeployment;Ljava/util/Map;)V]
BundleManagerBean.deleteBundles ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleIds ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.deleteBundles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
BundleManagerBean.purgeBundleDestination ( org.rhq.core.domain.auth.Subject subject, int bundleDestinationId ) : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerBean.purgeBundleDestination:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, BundleManagerLocal.class
package org.rhq.enterprise.server.bundle
BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerLocal._finalizePurge:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/bundle/BundleDeployment;Ljava/util/Map;)V]
rhq-enterprise-server-4.0.1.jar, BundleManagerRemote.class
package org.rhq.enterprise.server.bundle
BundleManagerRemote.deleteBundles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.deleteBundles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
BundleManagerRemote.purgeBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/bundle/BundleManagerRemote.purgeBundleDestination:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, CallTimeDataManagerBean.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerBean.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, long beginTime, long endTime, String destination, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.findCallTimeDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJLjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, CallTimeDataManagerLocal.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, String p5, org.rhq.core.domain.util.PageControl p6 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerLocal.findCallTimeDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJLjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, ClusterManagerBean.class
package org.rhq.enterprise.server.resource.cluster
ClusterManagerBean.createAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ClusterKey clusterKey, boolean addResources ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.createAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerBean.getAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ClusterKey clusterKey ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.getAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerBean.getAutoClusterResources ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ClusterKey clusterKey ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.getAutoClusterResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;)Ljava/util/List;]
ClusterManagerBean.getClusterTree ( org.rhq.core.domain.auth.Subject subject, int groupId ) : org.rhq.core.domain.resource.group.composite.ClusterFlyweight
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.getClusterTree:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/resource/group/composite/ClusterFlyweight;]
rhq-enterprise-server-4.0.1.jar, ClusterManagerRemote.class
package org.rhq.enterprise.server.resource.cluster
ClusterManagerRemote.createAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ClusterKey p2, boolean p3 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerRemote.createAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerRemote.getAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ClusterKey p2 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerRemote.getAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerRemote.getAutoClusterResources ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ClusterKey p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerRemote.getAutoClusterResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ClusterKey;)Ljava/util/List;]
ClusterManagerRemote.getClusterTree ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.core.domain.resource.group.composite.ClusterFlyweight
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerRemote.getClusterTree:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/resource/group/composite/ClusterFlyweight;]
rhq-enterprise-server-4.0.1.jar, CollectionsUtil.class
package org.rhq.enterprise.server.resource.metadata
CollectionsUtil.CollectionsUtil ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/CollectionsUtil."<init>":()V]
rhq-enterprise-server-4.0.1.jar, ConcurrentJobWrapper.class
package org.rhq.enterprise.server.plugin.pc
ConcurrentJobWrapper.createContext ( org.rhq.enterprise.server.xmlschema.ScheduledJobDefinition jobDefinition, ServerPluginContext pluginContext, ServerPluginComponent serverPluginComponent, java.util.Map jobData ) : ScheduledJobInvocationContext
[run-time name: org/rhq/enterprise/server/plugin/pc/ConcurrentJobWrapper.createContext:(Lorg/rhq/enterprise/server/xmlschema/ScheduledJobDefinition;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginContext;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginComponent;Ljava/util/Map;)Lorg/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext;]
rhq-enterprise-server-4.0.1.jar, ConfigurationDefinitionUpdateReport.class
package org.rhq.enterprise.server.configuration.metadata
ConfigurationDefinitionUpdateReport.addUpdatedPropertyDefinition ( org.rhq.core.domain.configuration.definition.PropertyDefinition propertyDef ) : void
[run-time name: org/rhq/enterprise/server/configuration/metadata/ConfigurationDefinitionUpdateReport.addUpdatedPropertyDefinition:(Lorg/rhq/core/domain/configuration/definition/PropertyDefinition;)V]
ConfigurationDefinitionUpdateReport.getUpdatedPropertyDefinitions ( ) : java.util.Set
[run-time name: org/rhq/enterprise/server/configuration/metadata/ConfigurationDefinitionUpdateReport.getUpdatedPropertyDefinitions:()Ljava/util/Set;]
rhq-enterprise-server-4.0.1.jar, ConfigurationManagerBean.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerBean.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findGroupPluginConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupPluginConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject subject, int groupId, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findGroupResourceConfigurationUpdates:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findGroupResourceConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupResourceConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findPluginConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PluginConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findResourceConfigurationUpdateCompositesByParentId ( org.rhq.core.domain.auth.Subject subject, int configurationUpdateId, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findResourceConfigurationUpdateCompositesByParentId:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findResourceConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/ResourceConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.getPluginConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject subject, Integer groupPluginConfigurationUpdateId ) : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getPluginConfigurationMapForGroupUpdate:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerBean.getResourceConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject subject, Integer groupResourceConfigurationUpdateId ) : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getResourceConfigurationMapForGroupUpdate:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerBean.purgePluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject subject, int[ ] configurationUpdateIds, boolean purgeInProgress ) : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.purgePluginConfigurationUpdates:(Lorg/rhq/core/domain/auth/Subject;[IZ)V]
ConfigurationManagerBean.rollbackPluginConfiguration ( org.rhq.core.domain.auth.Subject subject, int resourceId, int configHistoryId ) : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.rollbackPluginConfiguration:(Lorg/rhq/core/domain/auth/Subject;II)V]
ConfigurationManagerBean.setResourceConfiguration ( int resourceId, org.rhq.core.domain.configuration.Configuration configuration ) : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.setResourceConfiguration:(ILorg/rhq/core/domain/configuration/Configuration;)V]
ConfigurationManagerBean.updateGroupResourceConfigurationUpdateStatus ( int groupResourceConfigurationUpdateId, String errorMessages ) : org.rhq.core.domain.configuration.ConfigurationUpdateStatus
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.updateGroupResourceConfigurationUpdateStatus:(ILjava/lang/String;)Lorg/rhq/core/domain/configuration/ConfigurationUpdateStatus;]
rhq-enterprise-server-4.0.1.jar, ConfigurationManagerLocal.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerLocal.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findGroupPluginConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupPluginConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findGroupResourceConfigurationUpdates:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findGroupResourceConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/GroupResourceConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findPluginConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PluginConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findResourceConfigurationUpdatesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/ResourceConfigurationUpdateCriteria;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerLocal.purgePluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.purgePluginConfigurationUpdates:(Lorg/rhq/core/domain/auth/Subject;[IZ)V]
ConfigurationManagerLocal.rollbackPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.rollbackPluginConfiguration:(Lorg/rhq/core/domain/auth/Subject;II)V]
ConfigurationManagerLocal.setResourceConfiguration ( int p1, org.rhq.core.domain.configuration.Configuration p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.setResourceConfiguration:(ILorg/rhq/core/domain/configuration/Configuration;)V]
ConfigurationManagerLocal.updateGroupResourceConfigurationUpdateStatus ( int p1, String p2 ) [abstract] : org.rhq.core.domain.configuration.ConfigurationUpdateStatus
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.updateGroupResourceConfigurationUpdateStatus:(ILjava/lang/String;)Lorg/rhq/core/domain/configuration/ConfigurationUpdateStatus;]
rhq-enterprise-server-4.0.1.jar, ConfigurationUpdateStillInProgressException.class
package org.rhq.enterprise.server.configuration
ConfigurationUpdateStillInProgressException.ConfigurationUpdateStillInProgressException ( )
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationUpdateStillInProgressException."<init>":()V]
rhq-enterprise-server-4.0.1.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.createPackageVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, int architectureId, java.io.InputStream packageBitStream ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.deletePackageVersion ( org.rhq.core.domain.auth.Subject subject, int packageVersionId ) : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.deletePackageVersion:(Lorg/rhq/core/domain/auth/Subject;I)V]
ContentManagerBean.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PackageCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.findPackagesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerBean.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PackageCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.findPackagesWithLatestVersion:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerBean.findPackageType ( org.rhq.core.domain.auth.Subject subject, Integer resourceTypeId, String packageTypeName ) : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.findPackageType:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageType;]
ContentManagerBean.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject subject, Integer resourceTypeId, String packageTypeName ) : org.rhq.core.domain.content.composite.PackageTypeAndVersionFormatComposite
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.findPackageTypeWithVersionFormat:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/composite/PackageTypeAndVersionFormatComposite;]
ContentManagerBean.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, int architectureId, java.io.InputStream packageBitStream, java.util.Map packageUploadDetails, Integer repoId ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.getUploadedPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;Ljava/util/Map;Ljava/lang/Integer;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.persistServersidePackageType ( org.rhq.core.domain.content.PackageType packageType ) : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.persistServersidePackageType:(Lorg/rhq/core/domain/content/PackageType;)Lorg/rhq/core/domain/content/PackageType;]
rhq-enterprise-server-4.0.1.jar, ContentManagerHelper.class
package org.rhq.enterprise.server.content
ContentManagerHelper.getPackageTypeBehavior ( int packageTypeId ) [static] : org.rhq.enterprise.server.plugin.pc.content.PackageTypeBehavior
[run-time name: org/rhq/enterprise/server/content/ContentManagerHelper.getPackageTypeBehavior:(I)Lorg/rhq/enterprise/server/plugin/pc/content/PackageTypeBehavior;]
ContentManagerHelper.getPackageTypeBehavior ( String packageTypeName ) [static] : org.rhq.enterprise.server.plugin.pc.content.PackageTypeBehavior
[run-time name: org/rhq/enterprise/server/content/ContentManagerHelper.getPackageTypeBehavior:(Ljava/lang/String;)Lorg/rhq/enterprise/server/plugin/pc/content/PackageTypeBehavior;]
ContentManagerHelper.getPackageTypePluginContainer ( ) [static] : org.rhq.enterprise.server.plugin.pc.content.PackageTypeServerPluginContainer
[run-time name: org/rhq/enterprise/server/content/ContentManagerHelper.getPackageTypePluginContainer:()Lorg/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer;]
rhq-enterprise-server-4.0.1.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.createPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.deletePackageVersion:(Lorg/rhq/core/domain/auth/Subject;I)V]
ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.findPackagesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.findPackagesWithLatestVersion:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) [abstract] : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.findPackageType:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageType;]
ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) [abstract] : org.rhq.core.domain.content.composite.PackageTypeAndVersionFormatComposite
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.findPackageTypeWithVersionFormat:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/composite/PackageTypeAndVersionFormatComposite;]
ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.getUploadedPackageVersion:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;Ljava/util/Map;Ljava/lang/Integer;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 ) [abstract] : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.persistServersidePackageType:(Lorg/rhq/core/domain/content/PackageType;)Lorg/rhq/core/domain/content/PackageType;]
rhq-enterprise-server-4.0.1.jar, ContentManagerRemote.class
package org.rhq.enterprise.server.content
ContentManagerRemote.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.deletePackageVersion:(Lorg/rhq/core/domain/auth/Subject;I)V]
ContentManagerRemote.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.findPackagesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerRemote.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.findPackagesWithLatestVersion:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentManagerRemote.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) [abstract] : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.findPackageType:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageType;]
ContentManagerRemote.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) [abstract] : org.rhq.core.domain.content.composite.PackageTypeAndVersionFormatComposite
[run-time name: org/rhq/enterprise/server/content/ContentManagerRemote.findPackageTypeWithVersionFormat:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/composite/PackageTypeAndVersionFormatComposite;]
rhq-enterprise-server-4.0.1.jar, ContentMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ContentMetadataManagerBean.ContentMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerBean."<init>":()V]
ContentMetadataManagerBean.deleteMetadata ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ResourceType resourceType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerBean.deleteMetadata:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
ContentMetadataManagerBean.updateMetadata ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerBean.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, ContentMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ContentMetadataManagerLocal.deleteMetadata ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerLocal.deleteMetadata:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
ContentMetadataManagerLocal.updateMetadata ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerLocal.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, ContentUIManagerBean.class
package org.rhq.enterprise.server.content
ContentUIManagerBean.findInstalledPackageHistoryByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.InstalledPackageHistoryCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentUIManagerBean.findInstalledPackageHistoryByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/InstalledPackageHistoryCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentUIManagerBean.getPackageTypes ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/content/ContentUIManagerBean.getPackageTypes:()Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, ContentUIManagerLocal.class
package org.rhq.enterprise.server.content
ContentUIManagerLocal.findInstalledPackageHistoryByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageHistoryCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/content/ContentUIManagerLocal.findInstalledPackageHistoryByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/InstalledPackageHistoryCriteria;)Lorg/rhq/core/domain/util/PageList;]
ContentUIManagerLocal.getPackageTypes ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/content/ContentUIManagerLocal.getPackageTypes:()Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, CoreServer.class
package org.rhq.enterprise.server.core
CoreServer.getProductInfo ( ) : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/core/CoreServer.getProductInfo:()Lorg/rhq/core/domain/common/ProductInfo;]
rhq-enterprise-server-4.0.1.jar, CoreServerMBean.class
package org.rhq.enterprise.server.core
CoreServerMBean.getProductInfo ( ) [abstract] : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/core/CoreServerMBean.getProductInfo:()Lorg/rhq/core/domain/common/ProductInfo;]
rhq-enterprise-server-4.0.1.jar, CriteriaQueryGenerator.class
package org.rhq.enterprise.server.util
CriteriaQueryGenerator.CriteriaQueryGenerator ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.Criteria criteria )
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator."<init>":(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/Criteria;)V]
CriteriaQueryGenerator.getJoinFetchFields ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.getJoinFetchFields:()Ljava/util/List;]
CriteriaQueryGenerator.isProjectionAltered ( ) : boolean
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.isProjectionAltered:()Z]
CriteriaQueryGenerator.testResourceGroupCriteria ( ) [static] : void
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryGenerator.testResourceGroupCriteria:()V]
rhq-enterprise-server-4.0.1.jar, CriteriaQueryRunner.class
package org.rhq.enterprise.server.util
CriteriaQueryRunner.initFetchFields ( Object entity ) : void
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryRunner.initFetchFields:(Ljava/lang/Object;)V]
rhq-enterprise-server-4.0.1.jar, DashboardManagerBean.class
package org.rhq.enterprise.server.dashboard
DashboardManagerBean.DashboardManagerBean ( )
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerBean."<init>":()V]
DashboardManagerBean.findDashboardsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.DashboardCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerBean.findDashboardsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/DashboardCriteria;)Lorg/rhq/core/domain/util/PageList;]
DashboardManagerBean.removeDashboard ( org.rhq.core.domain.auth.Subject subject, int dashboardId ) : void
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerBean.removeDashboard:(Lorg/rhq/core/domain/auth/Subject;I)V]
DashboardManagerBean.storeDashboard ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.dashboard.Dashboard dashboard ) : org.rhq.core.domain.dashboard.Dashboard
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerBean.storeDashboard:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/dashboard/Dashboard;)Lorg/rhq/core/domain/dashboard/Dashboard;]
rhq-enterprise-server-4.0.1.jar, DashboardManagerRemote.class
package org.rhq.enterprise.server.dashboard
DashboardManagerRemote.findDashboardsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.DashboardCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerRemote.findDashboardsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/DashboardCriteria;)Lorg/rhq/core/domain/util/PageList;]
DashboardManagerRemote.removeDashboard ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerRemote.removeDashboard:(Lorg/rhq/core/domain/auth/Subject;I)V]
DashboardManagerRemote.storeDashboard ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.dashboard.Dashboard p2 ) [abstract] : org.rhq.core.domain.dashboard.Dashboard
[run-time name: org/rhq/enterprise/server/dashboard/DashboardManagerRemote.storeDashboard:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/dashboard/Dashboard;)Lorg/rhq/core/domain/dashboard/Dashboard;]
rhq-enterprise-server-4.0.1.jar, DefaultDisambiguationUpdateStrategies.class
package org.rhq.enterprise.server.resource.disambiguation
DefaultDisambiguationUpdateStrategies.updateResources ( DisambiguationPolicy policy, MutableDisambiguationReport report, boolean honorAmbiguousTypeNamesList, boolean pushDownPluginInfo ) [static] : void
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DefaultDisambiguationUpdateStrategies.updateResources:(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy;Lorg/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport;ZZ)V]
rhq-enterprise-server-4.0.1.jar, DeletedResourceTypeFilter.class
package org.rhq.enterprise.server.discovery
DeletedResourceTypeFilter.accept ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : boolean
[run-time name: org/rhq/enterprise/server/discovery/DeletedResourceTypeFilter.accept:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Z]
DeletedResourceTypeFilter.DeletedResourceTypeFilter ( org.rhq.enterprise.server.auth.SubjectManagerLocal subjectManager, org.rhq.enterprise.server.resource.ResourceTypeManagerLocal resourceTypeManager, org.rhq.enterprise.server.resource.metadata.PluginManagerLocal pluginManager )
[run-time name: org/rhq/enterprise/server/discovery/DeletedResourceTypeFilter."<init>":(Lorg/rhq/enterprise/server/auth/SubjectManagerLocal;Lorg/rhq/enterprise/server/resource/ResourceTypeManagerLocal;Lorg/rhq/enterprise/server/resource/metadata/PluginManagerLocal;)V]
rhq-enterprise-server-4.0.1.jar, DisambiguationPolicy.class
package org.rhq.enterprise.server.resource.disambiguation
DisambiguationPolicy.DisambiguationPolicy ( DisambiguationUpdateStrategy parentsDisambiguationStrategy, java.util.List ambiguousTypeNames )
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy."<init>":(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;Ljava/util/List;)V]
DisambiguationPolicy.getAmbiguousTypeNames ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.getAmbiguousTypeNames:()Ljava/util/List;]
DisambiguationPolicy.getCurrentLevel ( ) : DisambiguationPolicy.Level
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.getCurrentLevel:()Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy$Level;]
DisambiguationPolicy.getUniqueNamePolicy ( DisambiguationUpdateStrategy parentsDisambiguationStrategy, java.util.List ambiguousTypeNames ) [static] : DisambiguationPolicy
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.getUniqueNamePolicy:(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;Ljava/util/List;)Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy;]
DisambiguationPolicy.setAmbiguousTypeNames ( java.util.List ambiguousTypeNames ) : void
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.setAmbiguousTypeNames:(Ljava/util/List;)V]
rhq-enterprise-server-4.0.1.jar, DisambiguationUpdateStrategy.class
package org.rhq.enterprise.server.resource.disambiguation
DisambiguationUpdateStrategy.partitionFurther ( ReportPartitions p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy.partitionFurther:(Lorg/rhq/enterprise/server/resource/disambiguation/ReportPartitions;)Z]
rhq-enterprise-server-4.0.1.jar, Disambiguator.class
package org.rhq.enterprise.server.resource.disambiguation
Disambiguator.disambiguate ( java.util.List results, DisambiguationUpdateStrategy disambiguationUpdateStrategy, org.rhq.core.util.IntExtractor extractor, javax.persistence.EntityManager entityManager, java.util.List duplicateTypeNames ) [static] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/disambiguation/Disambiguator.disambiguate:(Ljava/util/List;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;Lorg/rhq/core/util/IntExtractor;Ljavax/persistence/EntityManager;Ljava/util/List;)Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.ignoreResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossBean.importResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.importResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossBean.unignoreResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossBean.upgradeResources ( java.util.Set upgradeRequests ) : java.util.Set
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.upgradeResources:(Ljava/util/Set;)Ljava/util/Set;]
rhq-enterprise-server-4.0.1.jar, DiscoveryBossLocal.class
package org.rhq.enterprise.server.discovery
DiscoveryBossLocal.upgradeResources ( java.util.Set p1 ) [abstract] : java.util.Set
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossLocal.upgradeResources:(Ljava/util/Set;)Ljava/util/Set;]
rhq-enterprise-server-4.0.1.jar, DiscoveryBossRemote.class
package org.rhq.enterprise.server.discovery
DiscoveryBossRemote.ignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossRemote.importResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.importResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
DiscoveryBossRemote.unignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
rhq-enterprise-server-4.0.1.jar, DiscoveryServerServiceImpl.class
package org.rhq.enterprise.server.discovery
DiscoveryServerServiceImpl.upgradeResources ( java.util.Set upgradeRequests ) : java.util.Set
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryServerServiceImpl.upgradeResources:(Ljava/util/Set;)Ljava/util/Set;]
rhq-enterprise-server-4.0.1.jar, EventManagerBean.class
package org.rhq.enterprise.server.event
EventManagerBean.deleteEventsForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, java.util.List eventIds ) : int
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.deleteEventsForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/util/List;)I]
EventManagerBean.findEventComposites ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, long begin, long end, org.rhq.core.domain.event.EventSeverity[ ] severities, String source, String detail, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.findEventComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJ[Lorg/rhq/core/domain/event/EventSeverity;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
EventManagerBean.getEventCountsBySeverityForGroup ( org.rhq.core.domain.auth.Subject subject, int groupId, long startDate, long endDate ) : java.util.Map
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.getEventCountsBySeverityForGroup:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/Map;]
EventManagerBean.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, long begin, long end, int bucketCount ) : org.rhq.core.domain.event.EventSeverity[ ]
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.getSeverityBucketsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJI)[Lorg/rhq/core/domain/event/EventSeverity;]
EventManagerBean.purgeEventsForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context ) : int
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.purgeEventsForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
rhq-enterprise-server-4.0.1.jar, EventManagerLocal.class
package org.rhq.enterprise.server.event
EventManagerLocal.deleteEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, java.util.List p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.deleteEventsForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/util/List;)I]
EventManagerLocal.findEventComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, org.rhq.core.domain.event.EventSeverity[ ] p5, String p6, String p7, org.rhq.core.domain.util.PageControl p8 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.findEventComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJ[Lorg/rhq/core/domain/event/EventSeverity;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
EventManagerLocal.getEventCountsBySeverityForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.getEventCountsBySeverityForGroup:(Lorg/rhq/core/domain/auth/Subject;IJJ)Ljava/util/Map;]
EventManagerLocal.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, int p5 ) [abstract] : org.rhq.core.domain.event.EventSeverity[ ]
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.getSeverityBucketsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;JJI)[Lorg/rhq/core/domain/event/EventSeverity;]
EventManagerLocal.purgeEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.purgeEventsForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
rhq-enterprise-server-4.0.1.jar, EventMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
EventMetadataManagerBean.EventMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/EventMetadataManagerBean."<init>":()V]
EventMetadataManagerBean.updateMetadata ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/EventMetadataManagerBean.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, EventMetdataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
EventMetdataManagerLocal.updateMetadata ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/EventMetdataManagerLocal.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, GroupSearchAssistant.class
package org.rhq.enterprise.server.search.assist
GroupSearchAssistant.GroupSearchAssistant ( org.rhq.core.domain.auth.Subject subject, String tab )
[run-time name: org/rhq/enterprise/server/search/assist/GroupSearchAssistant."<init>":(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, GroupSearchTranslator.class
package org.rhq.enterprise.server.search.translation
GroupSearchTranslator.GroupSearchTranslator ( org.rhq.core.domain.auth.Subject subject )
[run-time name: org/rhq/enterprise/server/search/translation/GroupSearchTranslator."<init>":(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.0.1.jar, HibernatePerformanceMonitor.class
package org.rhq.enterprise.server.util
HibernatePerformanceMonitor.isLoggingEnabled ( ) [static] : boolean
[run-time name: org/rhq/enterprise/server/util/HibernatePerformanceMonitor.isLoggingEnabled:()Z]
rhq-enterprise-server-4.0.1.jar, InventoryManagerBean.class
package org.rhq.enterprise.server.inventory
InventoryManagerBean.getDeletedTypes ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerBean.getDeletedTypes:()Ljava/util/List;]
InventoryManagerBean.InventoryManagerBean ( )
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerBean."<init>":()V]
InventoryManagerBean.isReadyForPermanentRemoval ( org.rhq.core.domain.resource.ResourceType resourceType ) : boolean
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerBean.isReadyForPermanentRemoval:(Lorg/rhq/core/domain/resource/ResourceType;)Z]
InventoryManagerBean.markTypesDeleted ( java.util.List resourceTypeIds ) : int
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerBean.markTypesDeleted:(Ljava/util/List;)I]
InventoryManagerBean.purgeDeletedResourceType ( org.rhq.core.domain.resource.ResourceType resourceType ) : void
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerBean.purgeDeletedResourceType:(Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, InventoryManagerLocal.class
package org.rhq.enterprise.server.inventory
InventoryManagerLocal.getDeletedTypes ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerLocal.getDeletedTypes:()Ljava/util/List;]
InventoryManagerLocal.isReadyForPermanentRemoval ( org.rhq.core.domain.resource.ResourceType p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerLocal.isReadyForPermanentRemoval:(Lorg/rhq/core/domain/resource/ResourceType;)Z]
InventoryManagerLocal.markTypesDeleted ( java.util.List p1 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerLocal.markTypesDeleted:(Ljava/util/List;)I]
InventoryManagerLocal.purgeDeletedResourceType ( org.rhq.core.domain.resource.ResourceType p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/inventory/InventoryManagerLocal.purgeDeletedResourceType:(Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, InventoryReportFilter.class
package org.rhq.enterprise.server.discovery
InventoryReportFilter.accept ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/discovery/InventoryReportFilter.accept:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Z]
rhq-enterprise-server-4.0.1.jar, JDBCPrincipalCheckLoginModule.class
package org.rhq.enterprise.server.core.jaas
JDBCPrincipalCheckLoginModule.getRoleSets ( ) : java.security.acl.Group[ ]
[run-time name: org/rhq/enterprise/server/core/jaas/JDBCPrincipalCheckLoginModule.getRoleSets:()[Ljava/security/acl/Group;]
JDBCPrincipalCheckLoginModule.getUsersPassword ( ) : String
[run-time name: org/rhq/enterprise/server/core/jaas/JDBCPrincipalCheckLoginModule.getUsersPassword:()Ljava/lang/String;]
JDBCPrincipalCheckLoginModule.initialize ( javax.security.auth.Subject subj, javax.security.auth.callback.CallbackHandler handler, java.util.Map shared_state, java.util.Map opts ) : void
[run-time name: org/rhq/enterprise/server/core/jaas/JDBCPrincipalCheckLoginModule.initialize:(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V]
JDBCPrincipalCheckLoginModule.JDBCPrincipalCheckLoginModule ( )
[run-time name: org/rhq/enterprise/server/core/jaas/JDBCPrincipalCheckLoginModule."<init>":()V]
rhq-enterprise-server-4.0.1.jar, LdapGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerBean.findLdapUserDetails ( String userName ) : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.findLdapUserDetails:(Ljava/lang/String;)Ljava/util/Map;]
LdapGroupManagerBean.setLdapGroupsOnRole ( org.rhq.core.domain.auth.Subject subject, int roleId, java.util.Set groups ) : void
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.setLdapGroupsOnRole:(Lorg/rhq/core/domain/auth/Subject;ILjava/util/Set;)V]
rhq-enterprise-server-4.0.1.jar, LdapGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
LdapGroupManagerLocal.findLdapUserDetails ( String p1 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerLocal.findLdapUserDetails:(Ljava/lang/String;)Ljava/util/Map;]
LdapGroupManagerLocal.setLdapGroupsOnRole ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/LdapGroupManagerLocal.setLdapGroupsOnRole:(Lorg/rhq/core/domain/auth/Subject;ILjava/util/Set;)V]
rhq-enterprise-server-4.0.1.jar, Level.class
package org.rhq.enterprise.server.resource.disambiguation
DisambiguationPolicy.Level.DisambiguationPolicy.Level ( ResourceResolution resourceResolution )
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level."<init>":(Lorg/rhq/enterprise/server/resource/disambiguation/ResourceResolution;)V]
DisambiguationPolicy.Level.DisambiguationPolicy.Level ( ResourceResolution resourceResolution, boolean deciding )
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level."<init>":(Lorg/rhq/enterprise/server/resource/disambiguation/ResourceResolution;Z)V]
DisambiguationPolicy.Level.getResourceResolution ( ) : ResourceResolution
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level.getResourceResolution:()Lorg/rhq/enterprise/server/resource/disambiguation/ResourceResolution;]
DisambiguationPolicy.Level.isDeciding ( ) : boolean
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level.isDeciding:()Z]
DisambiguationPolicy.Level.setDeciding ( boolean deciding ) : void
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level.setDeciding:(Z)V]
DisambiguationPolicy.Level.toString ( ) : String
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.Level.toString:()Ljava/lang/String;]
rhq-enterprise-server-4.0.1.jar, LookupUtil.class
package org.rhq.enterprise.server.util
LookupUtil.getDashboardManagerLocal ( ) [static] : org.rhq.enterprise.server.dashboard.DashboardManagerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getDashboardManagerLocal:()Lorg/rhq/enterprise/server/dashboard/DashboardManagerLocal;]
LookupUtil.getInventoryManager ( ) [static] : org.rhq.enterprise.server.inventory.InventoryManagerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getInventoryManager:()Lorg/rhq/enterprise/server/inventory/InventoryManagerLocal;]
LookupUtil.getPluginManager ( ) [static] : org.rhq.enterprise.server.resource.metadata.PluginManagerLocal
[run-time name: org/rhq/enterprise/server/util/LookupUtil.getPluginManager:()Lorg/rhq/enterprise/server/resource/metadata/PluginManagerLocal;]
rhq-enterprise-server-4.0.1.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.findDataForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int definitionId, long beginTime, long endTime, int numDataPoints ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.findDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;IJJI)Ljava/util/List;]
MeasurementDataManagerBean.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.findTraitsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/MeasurementDataTraitCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, MeasurementDataManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerLocal.findDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int p3, long p4, long p5, int p6 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.findDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;IJJI)Ljava/util/List;]
MeasurementDataManagerLocal.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.findTraitsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/MeasurementDataTraitCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, MeasurementDataManagerRemote.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerRemote.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.findTraitsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/MeasurementDataTraitCriteria;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, MeasurementDataManagerUtility.class
package org.rhq.enterprise.server.measurement.util
MeasurementDataManagerUtility.getAggregateByDefinitionAndContext ( long beginTime, long endTime, int definitionId, org.rhq.core.domain.common.EntityContext context ) : org.rhq.enterprise.server.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementDataManagerUtility.getAggregateByDefinitionAndContext:(JJILorg/rhq/core/domain/common/EntityContext;)Lorg/rhq/enterprise/server/measurement/MeasurementAggregate;]
MeasurementDataManagerUtility.getMeasurementDataAggregatesForContext ( long beginTime, long endTime, org.rhq.core.domain.common.EntityContext context, int definitionId, int numDataPoints ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementDataManagerUtility.getMeasurementDataAggregatesForContext:(JJLorg/rhq/core/domain/common/EntityContext;II)Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, MeasurementMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
MeasurementMetadataManagerBean.deleteMetadata ( org.rhq.core.domain.resource.ResourceType existingType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/MeasurementMetadataManagerBean.deleteMetadata:(Lorg/rhq/core/domain/resource/ResourceType;)V]
MeasurementMetadataManagerBean.MeasurementMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/MeasurementMetadataManagerBean."<init>":()V]
MeasurementMetadataManagerBean.updateMetadata ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/MeasurementMetadataManagerBean.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, MeasurementMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
MeasurementMetadataManagerLocal.deleteMetadata ( org.rhq.core.domain.resource.ResourceType p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/MeasurementMetadataManagerLocal.deleteMetadata:(Lorg/rhq/core/domain/resource/ResourceType;)V]
MeasurementMetadataManagerLocal.updateMetadata ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/MeasurementMetadataManagerLocal.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, MeasurementOOBManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerBean.getHighestNOOBsForGroup ( org.rhq.core.domain.auth.Subject subject, int groupId, int n ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.getHighestNOOBsForGroup:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, MeasurementOOBManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementOOBManagerLocal.getHighestNOOBsForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementOOBManagerLocal.getHighestNOOBsForGroup:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, MeasurementScheduleManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementScheduleManagerBean.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int[ ] measurementDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.disableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[I)I]
MeasurementScheduleManagerBean.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int[ ] measurementDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.enableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[I)I]
MeasurementScheduleManagerBean.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.getMeasurementScheduleCompositesByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
MeasurementScheduleManagerBean.getMeasurementScheduleSubQueryForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int[ ] measurementDefinitionIds ) : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.getMeasurementScheduleSubQueryForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[I)Ljava/lang/String;]
MeasurementScheduleManagerBean.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context, int[ ] measurementDefinitionIds, long collectionInterval ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.updateSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[IJ)I]
rhq-enterprise-server-4.0.1.jar, MeasurementScheduleManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementScheduleManagerLocal.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.disableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[I)I]
MeasurementScheduleManagerLocal.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.enableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[I)I]
MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.util.PageControl p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
MeasurementScheduleManagerLocal.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3, long p4 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.updateSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;[IJ)I]
rhq-enterprise-server-4.0.1.jar, MeasurementUtils.class
package org.rhq.enterprise.server.measurement.util
MeasurementUtils.parseMetricToken ( String token ) [static] : org.rhq.core.domain.measurement.ui.MetricDisplaySummary
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementUtils.parseMetricToken:(Ljava/lang/String;)Lorg/rhq/core/domain/measurement/ui/MetricDisplaySummary;]
rhq-enterprise-server-4.0.1.jar, MeasurementViewManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementViewManagerBean.addChart ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.addChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.createView ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.createView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerBean.deleteView ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.deleteView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerBean.getCharts ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
MeasurementViewManagerBean.getSelectedView ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context ) : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)Ljava/lang/String;]
MeasurementViewManagerBean.getViewNames ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getViewNames:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)Ljava/util/List;]
MeasurementViewManagerBean.moveChartDown ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.moveChartDown:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.moveChartUp ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.moveChartUp:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.removeChart ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.removeChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.saveCharts ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName, java.util.List charts ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.saveCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/util/List;)V]
MeasurementViewManagerBean.setSelectedView ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.setSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, MeasurementViewManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementViewManagerLocal.addChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.addChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.createView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.createView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerLocal.deleteView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.deleteView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerLocal.getCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
MeasurementViewManagerLocal.getSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)Ljava/lang/String;]
MeasurementViewManagerLocal.getViewNames ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getViewNames:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)Ljava/util/List;]
MeasurementViewManagerLocal.moveChartDown ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.moveChartDown:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.moveChartUp ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.moveChartUp:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.removeChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.removeChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.saveCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, java.util.List p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.saveCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;Ljava/util/List;)V]
MeasurementViewManagerLocal.setSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.setSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, OperationJob.class
package org.rhq.enterprise.server.operation
OperationJob.createOperationHistory ( String jobName, String jobGroup, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule, org.rhq.core.domain.operation.GroupOperationHistory groupHistory, OperationManagerLocal operationManager ) : org.rhq.core.domain.operation.ResourceOperationHistory
[run-time name: org/rhq/enterprise/server/operation/OperationJob.createOperationHistory:(Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;Lorg/rhq/core/domain/operation/GroupOperationHistory;Lorg/rhq/enterprise/server/operation/OperationManagerLocal;)Lorg/rhq/core/domain/operation/ResourceOperationHistory;]
rhq-enterprise-server-4.0.1.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject subject, org.quartz.JobDetail jobDetail ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerBean.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject subject, String jobId ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerBean.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject whoami, int scheduleId ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerBean.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject subject, String jobId ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerBean.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject whoami, int scheduleId ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerBean.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject whoami, org.quartz.JobDetail jobDetail ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int compatibleGroupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, org.quartz.Trigger trigger, String notes ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.GroupOperationSchedule schedule ) : int
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;)I]
OperationManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String notes ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, org.rhq.core.domain.configuration.Configuration parameters, org.quartz.Trigger trigger, String notes ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule ) : int
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;)I]
rhq-enterprise-server-4.0.1.jar, OperationManagerLocal.class
package org.rhq.enterprise.server.operation
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, org.quartz.Trigger p7, String p8 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.GroupOperationSchedule p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;)I]
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.configuration.Configuration p4, org.quartz.Trigger p5, String p6 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;)I]
rhq-enterprise-server-4.0.1.jar, OperationManagerRemote.class
package org.rhq.enterprise.server.operation
OperationManagerRemote.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) [abstract] : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
OperationManagerRemote.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) [abstract] : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
rhq-enterprise-server-4.0.1.jar, OperationMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
OperationMetadataManagerBean.OperationMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/OperationMetadataManagerBean."<init>":()V]
OperationMetadataManagerBean.updateMetadata ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/OperationMetadataManagerBean.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, OperationMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
OperationMetadataManagerLocal.updateMetadata ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/OperationMetadataManagerLocal.updateMetadata:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, PackageDetailsValidationException.class
package org.rhq.enterprise.server.plugin.pc.content
PackageDetailsValidationException.PackageDetailsValidationException ( )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageDetailsValidationException."<init>":()V]
PackageDetailsValidationException.PackageDetailsValidationException ( String message )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageDetailsValidationException."<init>":(Ljava/lang/String;)V]
PackageDetailsValidationException.PackageDetailsValidationException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageDetailsValidationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
PackageDetailsValidationException.PackageDetailsValidationException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageDetailsValidationException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.0.1.jar, PackageTypeBehavior.class
package org.rhq.enterprise.server.plugin.pc.content
PackageTypeBehavior.getPackageVersionComparator ( String p1 ) [abstract] : java.util.Comparator
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeBehavior.getPackageVersionComparator:(Ljava/lang/String;)Ljava/util/Comparator;]
PackageTypeBehavior.getPackageVersionFormat ( String p1 ) [abstract] : org.rhq.core.domain.content.PackageVersionFormatDescription
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeBehavior.getPackageVersionFormat:(Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageVersionFormatDescription;]
PackageTypeBehavior.validateDetails ( org.rhq.core.domain.content.ValidatablePackageDetailsKey p1, org.rhq.core.domain.auth.Subject p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeBehavior.validateDetails:(Lorg/rhq/core/domain/content/ValidatablePackageDetailsKey;Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.0.1.jar, PackageTypePluginManager.class
package org.rhq.enterprise.server.plugin.pc.content
PackageTypePluginManager.getBehavior ( int packageTypeId ) : AbstractPackageTypeBehavior
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypePluginManager.getBehavior:(I)Lorg/rhq/enterprise/server/plugin/pc/content/AbstractPackageTypeBehavior;]
PackageTypePluginManager.getBehavior ( String packageTypeName ) : AbstractPackageTypeBehavior
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypePluginManager.getBehavior:(Ljava/lang/String;)Lorg/rhq/enterprise/server/plugin/pc/content/AbstractPackageTypeBehavior;]
PackageTypePluginManager.loadPlugin ( org.rhq.enterprise.server.plugin.pc.ServerPluginEnvironment env, boolean enabled ) : void
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypePluginManager.loadPlugin:(Lorg/rhq/enterprise/server/plugin/pc/ServerPluginEnvironment;Z)V]
PackageTypePluginManager.PackageTypePluginManager ( org.rhq.enterprise.server.plugin.pc.AbstractTypeServerPluginContainer pc )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypePluginManager."<init>":(Lorg/rhq/enterprise/server/plugin/pc/AbstractTypeServerPluginContainer;)V]
rhq-enterprise-server-4.0.1.jar, PackageTypeServerPluginContainer.class
package org.rhq.enterprise.server.plugin.pc.content
PackageTypeServerPluginContainer.createPluginManager ( ) : org.rhq.enterprise.server.plugin.pc.ServerPluginManager
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer.createPluginManager:()Lorg/rhq/enterprise/server/plugin/pc/ServerPluginManager;]
PackageTypeServerPluginContainer.getPluginManager ( ) : PackageTypePluginManager
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer.getPluginManager:()Lorg/rhq/enterprise/server/plugin/pc/content/PackageTypePluginManager;]
PackageTypeServerPluginContainer.getPluginManager ( ) : org.rhq.enterprise.server.plugin.pc.ServerPluginManager
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer.getPluginManager:()Lorg/rhq/enterprise/server/plugin/pc/ServerPluginManager;]
PackageTypeServerPluginContainer.getSupportedServerPluginType ( ) : org.rhq.enterprise.server.plugin.pc.ServerPluginType
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer.getSupportedServerPluginType:()Lorg/rhq/enterprise/server/plugin/pc/ServerPluginType;]
PackageTypeServerPluginContainer.PackageTypeServerPluginContainer ( org.rhq.enterprise.server.plugin.pc.MasterServerPluginContainer master )
[run-time name: org/rhq/enterprise/server/plugin/pc/content/PackageTypeServerPluginContainer."<init>":(Lorg/rhq/enterprise/server/plugin/pc/MasterServerPluginContainer;)V]
rhq-enterprise-server-4.0.1.jar, PluginConfigurationMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
PluginConfigurationMetadataManagerBean.PluginConfigurationMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerBean."<init>":()V]
PluginConfigurationMetadataManagerBean.updatePluginConfigurationDefinition ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerBean.updatePluginConfigurationDefinition:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, PluginConfigurationMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
PluginConfigurationMetadataManagerLocal.updatePluginConfigurationDefinition ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerLocal.updatePluginConfigurationDefinition:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, PluginManagerBean.class
package org.rhq.enterprise.server.resource.metadata
PluginManagerBean.deletePlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.deletePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerBean.disablePlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.disablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerBean.enablePlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.enablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerBean.findAllDeletedPlugins ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.findAllDeletedPlugins:()Ljava/util/List;]
PluginManagerBean.findPluginsMarkedForPurge ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.findPluginsMarkedForPurge:()Ljava/util/List;]
PluginManagerBean.getAllPluginsById ( java.util.List pluginIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getAllPluginsById:(Ljava/util/List;)Ljava/util/List;]
PluginManagerBean.getInstalledPlugins ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getInstalledPlugins:()Ljava/util/List;]
PluginManagerBean.getPlugin ( String name ) : org.rhq.core.domain.plugin.Plugin
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getPlugin:(Ljava/lang/String;)Lorg/rhq/core/domain/plugin/Plugin;]
PluginManagerBean.getPlugins ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getPlugins:()Ljava/util/List;]
PluginManagerBean.getPluginsByResourceTypeAndCategory ( String resourceTypeName, org.rhq.core.domain.resource.ResourceCategory resourceCategory ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getPluginsByResourceTypeAndCategory:(Ljava/lang/String;Lorg/rhq/core/domain/resource/ResourceCategory;)Ljava/util/List;]
PluginManagerBean.getPluginStats ( java.util.List pluginIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.getPluginStats:(Ljava/util/List;)Ljava/util/List;]
PluginManagerBean.isReadyForPurge ( org.rhq.core.domain.plugin.Plugin plugin ) : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.isReadyForPurge:(Lorg/rhq/core/domain/plugin/Plugin;)Z]
PluginManagerBean.markPluginsForPurge ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.markPluginsForPurge:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerBean.PluginManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean."<init>":()V]
PluginManagerBean.purgePlugins ( java.util.List plugins ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.purgePlugins:(Ljava/util/List;)V]
PluginManagerBean.registerPlugin ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.Plugin plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor pluginDescriptor, java.io.File pluginFile, boolean forceUpdate ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.registerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)V]
PluginManagerBean.registerPluginTypes ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.plugin.Plugin newPlugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor pluginDescriptor, java.io.File pluginFile, boolean forceUpdate ) : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.registerPluginTypes:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)Z]
PluginManagerBean.setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject subject, int pluginId, boolean enabled ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerBean.setPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-4.0.1.jar, PluginManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
PluginManagerLocal.deletePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.deletePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerLocal.disablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.disablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerLocal.enablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.enablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerLocal.findAllDeletedPlugins ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.findAllDeletedPlugins:()Ljava/util/List;]
PluginManagerLocal.findPluginsMarkedForPurge ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.findPluginsMarkedForPurge:()Ljava/util/List;]
PluginManagerLocal.getAllPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getAllPluginsById:(Ljava/util/List;)Ljava/util/List;]
PluginManagerLocal.getInstalledPlugins ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getInstalledPlugins:()Ljava/util/List;]
PluginManagerLocal.getPlugin ( String p1 ) [abstract] : org.rhq.core.domain.plugin.Plugin
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getPlugin:(Ljava/lang/String;)Lorg/rhq/core/domain/plugin/Plugin;]
PluginManagerLocal.getPlugins ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getPlugins:()Ljava/util/List;]
PluginManagerLocal.getPluginsByResourceTypeAndCategory ( String p1, org.rhq.core.domain.resource.ResourceCategory p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getPluginsByResourceTypeAndCategory:(Ljava/lang/String;Lorg/rhq/core/domain/resource/ResourceCategory;)Ljava/util/List;]
PluginManagerLocal.getPluginStats ( java.util.List p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.getPluginStats:(Ljava/util/List;)Ljava/util/List;]
PluginManagerLocal.isReadyForPurge ( org.rhq.core.domain.plugin.Plugin p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.isReadyForPurge:(Lorg/rhq/core/domain/plugin/Plugin;)Z]
PluginManagerLocal.markPluginsForPurge ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.markPluginsForPurge:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
PluginManagerLocal.purgePlugins ( java.util.List p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.purgePlugins:(Ljava/util/List;)V]
PluginManagerLocal.registerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.registerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)V]
PluginManagerLocal.registerPluginTypes ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.registerPluginTypes:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)Z]
PluginManagerLocal.setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.setPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-4.0.1.jar, PluginStats.class
package org.rhq.enterprise.server.resource.metadata
PluginStats.getPlugin ( ) : org.rhq.core.domain.plugin.Plugin
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginStats.getPlugin:()Lorg/rhq/core/domain/plugin/Plugin;]
PluginStats.getResourceCount ( ) : Integer
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginStats.getResourceCount:()Ljava/lang/Integer;]
PluginStats.getResourceTypeCount ( ) : Integer
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginStats.getResourceTypeCount:()Ljava/lang/Integer;]
PluginStats.PluginStats ( org.rhq.core.domain.plugin.Plugin plugin, Integer resourceTypeCount, Integer resourceCount )
[run-time name: org/rhq/enterprise/server/resource/metadata/PluginStats."<init>":(Lorg/rhq/core/domain/plugin/Plugin;Ljava/lang/Integer;Ljava/lang/Integer;)V]
rhq-enterprise-server-4.0.1.jar, Property.class
package org.rhq.enterprise.server.util
SystemDatabaseInformation.Property.valueOf ( String name ) [static] : SystemDatabaseInformation.Property
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.Property.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/util/SystemDatabaseInformation$Property;]
SystemDatabaseInformation.Property.values ( ) [static] : SystemDatabaseInformation.Property[ ]
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.Property.values:()[Lorg/rhq/enterprise/server/util/SystemDatabaseInformation$Property;]
rhq-enterprise-server-4.0.1.jar, PurgePluginsJob.class
package org.rhq.enterprise.server.scheduler.jobs
PurgePluginsJob.executeJobCode ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/PurgePluginsJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
PurgePluginsJob.PurgePluginsJob ( )
[run-time name: org/rhq/enterprise/server/scheduler/jobs/PurgePluginsJob."<init>":()V]
rhq-enterprise-server-4.0.1.jar, PurgeResourceTypesJob.class
package org.rhq.enterprise.server.scheduler.jobs
PurgeResourceTypesJob.executeJobCode ( org.quartz.JobExecutionContext context ) : void
[run-time name: org/rhq/enterprise/server/scheduler/jobs/PurgeResourceTypesJob.executeJobCode:(Lorg/quartz/JobExecutionContext;)V]
PurgeResourceTypesJob.PurgeResourceTypesJob ( )
[run-time name: org/rhq/enterprise/server/scheduler/jobs/PurgeResourceTypesJob."<init>":()V]
rhq-enterprise-server-4.0.1.jar, RecipeParseResults.class
package org.rhq.enterprise.server.bundle
RecipeParseResults.setConfigurationDefinition ( org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef ) : void
[run-time name: org/rhq/enterprise/server/bundle/RecipeParseResults.setConfigurationDefinition:(Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)V]
rhq-enterprise-server-4.0.1.jar, RemoteInstallManagerBean.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerBean.agentInstallCheck ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String agentInstallPath ) : boolean
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.agentInstallCheck:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Z]
RemoteInstallManagerBean.agentStatus ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.agentStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerBean.findAgentInstallPath ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String parentPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.findAgentInstallPath:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerBean.startAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.startAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerBean.stopAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo, String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.stopAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.0.1.jar, RemoteInstallManagerRemote.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerRemote.agentInstallCheck ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.agentInstallCheck:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Z]
RemoteInstallManagerRemote.agentStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.agentStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerRemote.findAgentInstallPath ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.findAgentInstallPath:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerRemote.installAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : org.rhq.core.domain.install.remote.AgentInstallInfo
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.installAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Lorg/rhq/core/domain/install/remote/AgentInstallInfo;]
RemoteInstallManagerRemote.remotePathDiscover ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String[ ]
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.remotePathDiscover:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)[Ljava/lang/String;]
RemoteInstallManagerRemote.startAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.startAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
RemoteInstallManagerRemote.stopAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2, String p3 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.stopAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.0.1.jar, RepoManagerBean.class
package org.rhq.enterprise.server.content
RepoManagerBean.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject subject, int repoId, int[ ] packageVersionIds ) : boolean
[run-time name: org/rhq/enterprise/server/content/RepoManagerBean.deletePackageVersionsFromRepo:(Lorg/rhq/core/domain/auth/Subject;I[I)Z]
RepoManagerBean.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject subject, int packageId, int repoId ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/RepoManagerBean.getLatestPackageVersion:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/content/PackageVersion;]
RepoManagerBean.removeOwnershipOfSubject ( int subjectId ) : void
[run-time name: org/rhq/enterprise/server/content/RepoManagerBean.removeOwnershipOfSubject:(I)V]
RepoManagerBean.synchronizeRepos ( org.rhq.core.domain.auth.Subject subject, int[ ] repoIds ) : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerBean.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, RepoManagerLocal.class
package org.rhq.enterprise.server.content
RepoManagerLocal.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/content/RepoManagerLocal.deletePackageVersionsFromRepo:(Lorg/rhq/core/domain/auth/Subject;I[I)Z]
RepoManagerLocal.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/RepoManagerLocal.getLatestPackageVersion:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/content/PackageVersion;]
RepoManagerLocal.removeOwnershipOfSubject ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/content/RepoManagerLocal.removeOwnershipOfSubject:(I)V]
RepoManagerLocal.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerLocal.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, RepoManagerRemote.class
package org.rhq.enterprise.server.content
RepoManagerRemote.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/content/RepoManagerRemote.deletePackageVersionsFromRepo:(Lorg/rhq/core/domain/auth/Subject;I[I)Z]
RepoManagerRemote.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/RepoManagerRemote.getLatestPackageVersion:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/content/PackageVersion;]
RepoManagerRemote.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerRemote.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[I)I]
rhq-enterprise-server-4.0.1.jar, Resource.class
package org.rhq.enterprise.server.resource.disambiguation
MutableDisambiguationReport.Resource.clone ( ) : Object
[run-time name: org/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport.Resource.clone:()Ljava/lang/Object;]
MutableDisambiguationReport.Resource.clone ( ) : MutableDisambiguationReport.Resource
[run-time name: org/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport.Resource.clone:()Lorg/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport$Resource;]
rhq-enterprise-server-4.0.1.jar, ResourceConfigurationMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ResourceConfigurationMetadataManagerBean.ResourceConfigurationMetadataManagerBean ( )
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceConfigurationMetadataManagerBean."<init>":()V]
ResourceConfigurationMetadataManagerBean.updateResourceConfigurationDefinition ( org.rhq.core.domain.resource.ResourceType existingType, org.rhq.core.domain.resource.ResourceType newType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceConfigurationMetadataManagerBean.updateResourceConfigurationDefinition:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, ResourceConfigurationMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ResourceConfigurationMetadataManagerLocal.updateResourceConfigurationDefinition ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceConfigurationMetadataManagerLocal.updateResourceConfigurationDefinition:(Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
rhq-enterprise-server-4.0.1.jar, ResourceFactoryManagerBean.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerBean.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, int newResourceTypeId, String newResourceName, org.rhq.core.domain.configuration.Configuration pluginConfiguration, org.rhq.core.domain.configuration.Configuration deploymentTimeConfiguration, int packageVersionId ) : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.createPackageBackedResourceViaPackageVersion:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;I)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
ResourceFactoryManagerBean.deleteResources ( org.rhq.core.domain.auth.Subject user, int[ ] resourceIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.deleteResources:(Lorg/rhq/core/domain/auth/Subject;[I)Ljava/util/List;]
ResourceFactoryManagerBean.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.findCreateChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceFactoryManagerBean.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.findDeleteChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, ResourceFactoryManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerLocal.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, int p7 ) [abstract] : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.createPackageBackedResourceViaPackageVersion:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;I)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
ResourceFactoryManagerLocal.deleteResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.deleteResources:(Lorg/rhq/core/domain/auth/Subject;[I)Ljava/util/List;]
ResourceFactoryManagerLocal.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.findCreateChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceFactoryManagerLocal.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.findDeleteChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, ResourceFactoryManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerRemote.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, int p7 ) [abstract] : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerRemote.createPackageBackedResourceViaPackageVersion:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;I)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
ResourceFactoryManagerRemote.deleteResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerRemote.deleteResources:(Lorg/rhq/core/domain/auth/Subject;[I)Ljava/util/List;]
ResourceFactoryManagerRemote.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerRemote.findCreateChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceFactoryManagerRemote.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerRemote.findDeleteChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-4.0.1.jar, ResourceGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerBean.createPrivateResourceGroup ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ResourceGroup group ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.createPrivateResourceGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ResourceGroup;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ResourceGroupManagerBean.deleteResourceGroups ( org.rhq.core.domain.auth.Subject subject, int[ ] groupIds ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.deleteResourceGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
ResourceGroupManagerBean.getResourceGroupCountSummary ( org.rhq.core.domain.auth.Subject user ) : int[ ]
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.getResourceGroupCountSummary:(Lorg/rhq/core/domain/auth/Subject;)[I]
ResourceGroupManagerBean.setAssignedResourceGroupsForResource ( org.rhq.core.domain.auth.Subject subject, int resourceId, int[ ] resourceGroupIds, boolean setType ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.setAssignedResourceGroupsForResource:(Lorg/rhq/core/domain/auth/Subject;I[IZ)V]
ResourceGroupManagerBean.setAssignedResources ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] resourceIds, boolean setType ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.setAssignedResources:(Lorg/rhq/core/domain/auth/Subject;I[IZ)V]
ResourceGroupManagerBean.updateResourceGroup ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.group.ResourceGroup group, RecursivityChangeType changeType, boolean updateMembership ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.updateResourceGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ResourceGroup;Lorg/rhq/enterprise/server/resource/group/RecursivityChangeType;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ResourceGroupManagerBean.updateResourceGroupDescription ( org.rhq.core.domain.auth.Subject subject, int groupId, String description ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.updateResourceGroupDescription:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;)V]
ResourceGroupManagerBean.updateResourceGroupLocation ( org.rhq.core.domain.auth.Subject subject, int groupId, String location ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.updateResourceGroupLocation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;)V]
ResourceGroupManagerBean.updateResourceGroupName ( org.rhq.core.domain.auth.Subject subject, int groupId, String name ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.updateResourceGroupName:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, ResourceGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerLocal.createPrivateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.createPrivateResourceGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ResourceGroup;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ResourceGroupManagerLocal.deleteResourceGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.deleteResourceGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
ResourceGroupManagerLocal.getResourceGroupCountSummary ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : int[ ]
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.getResourceGroupCountSummary:(Lorg/rhq/core/domain/auth/Subject;)[I]
ResourceGroupManagerLocal.setAssignedResourceGroupsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.setAssignedResourceGroupsForResource:(Lorg/rhq/core/domain/auth/Subject;I[IZ)V]
ResourceGroupManagerLocal.setAssignedResources ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.setAssignedResources:(Lorg/rhq/core/domain/auth/Subject;I[IZ)V]
ResourceGroupManagerLocal.updateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, RecursivityChangeType p3, boolean p4 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.updateResourceGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/ResourceGroup;Lorg/rhq/enterprise/server/resource/group/RecursivityChangeType;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
rhq-enterprise-server-4.0.1.jar, ResourceGroupManagerRemote.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerRemote.deleteResourceGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerRemote.deleteResourceGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
rhq-enterprise-server-4.0.1.jar, ResourceGroupNotFoundException.class
package org.rhq.enterprise.server.resource.group
ResourceGroupNotFoundException.ResourceGroupNotFoundException ( )
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupNotFoundException."<init>":()V]
rhq-enterprise-server-4.0.1.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject subject, int resourceId, org.rhq.core.domain.resource.ResourceErrorType resourceErrorType ) : int
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.clearResourceConfigErrorByType:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/resource/ResourceErrorType;)I]
ResourceManagerBean.disambiguate ( java.util.List results, org.rhq.core.util.IntExtractor extractor, disambiguation.DisambiguationUpdateStrategy updateStrategy ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.disambiguate:(Ljava/util/List;Lorg/rhq/core/util/IntExtractor;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)Ljava/util/List;]
ResourceManagerBean.findIdsByTypeIds ( java.util.List resourceTypeIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.findIdsByTypeIds:(Ljava/util/List;)Ljava/util/List;]
ResourceManagerBean.findResourceErrors ( org.rhq.core.domain.auth.Subject user, int resourceId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.findResourceErrors:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerBean.getResourceCount ( java.util.List resourceTypeIds ) : Integer
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourceCount:(Ljava/util/List;)Ljava/lang/Integer;]
ResourceManagerBean.getResourceCountSummary ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.InventoryStatus status ) : int[ ]
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourceCountSummary:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/InventoryStatus;)[I]
ResourceManagerBean.getResourceLineage ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourceLineage:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerBean.getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourceLineageAndSiblings:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerBean.getResourcesAncestry ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds, org.rhq.core.domain.resource.ResourceAncestryFormat format ) : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourcesAncestry:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/resource/ResourceAncestryFormat;)Ljava/util/Map;]
ResourceManagerBean.updateAncestry ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.updateAncestry:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.clearResourceConfigErrorByType:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/resource/ResourceErrorType;)I]
ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.disambiguate:(Ljava/util/List;Lorg/rhq/core/util/IntExtractor;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)Ljava/util/List;]
ResourceManagerLocal.findIdsByTypeIds ( java.util.List p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.findIdsByTypeIds:(Ljava/util/List;)Ljava/util/List;]
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.findResourceErrors:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerLocal.getResourceCount ( java.util.List p1 ) [abstract] : Integer
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourceCount:(Ljava/util/List;)Ljava/lang/Integer;]
ResourceManagerLocal.getResourceCountSummary ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2 ) [abstract] : int[ ]
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourceCountSummary:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/InventoryStatus;)[I]
ResourceManagerLocal.getResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourceLineage:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerLocal.getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourceLineageAndSiblings:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceManagerLocal.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourcesAncestry:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/resource/ResourceAncestryFormat;)Ljava/util/Map;]
ResourceManagerLocal.updateAncestry ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.updateAncestry:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, ResourceManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceManagerRemote.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerRemote.getResourcesAncestry:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/resource/ResourceAncestryFormat;)Ljava/util/Map;]
ResourceManagerRemote.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 ) [abstract] : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerRemote.updateResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;)Lorg/rhq/core/domain/resource/Resource;]
rhq-enterprise-server-4.0.1.jar, ResourceMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerBean.completeRemoveResourceType ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ResourceType existingType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.completeRemoveResourceType:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
ResourceMetadataManagerBean.getPluginTypes ( org.rhq.core.domain.auth.Subject subject, String pluginName, java.util.Set legitTypes, java.util.Set obsoleteTypes, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager metadataCache ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.getPluginTypes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Lorg/rhq/core/clientapi/agent/metadata/PluginMetadataManager;)V]
ResourceMetadataManagerBean.removeObsoleteSubCategories ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ResourceType newType, org.rhq.core.domain.resource.ResourceType existingType ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.removeObsoleteSubCategories:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
ResourceMetadataManagerBean.removeObsoleteTypes ( org.rhq.core.domain.auth.Subject subject, String pluginName, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager metadataCache ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.removeObsoleteTypes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Lorg/rhq/core/clientapi/agent/metadata/PluginMetadataManager;)V]
rhq-enterprise-server-4.0.1.jar, ResourceMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerLocal.completeRemoveResourceType ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.completeRemoveResourceType:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;)V]
ResourceMetadataManagerLocal.getPluginTypes ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.Set p3, java.util.Set p4, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager p5 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.getPluginTypes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Ljava/util/Set;Ljava/util/Set;Lorg/rhq/core/clientapi/agent/metadata/PluginMetadataManager;)V]
ResourceMetadataManagerLocal.removeObsoleteSubCategories ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, org.rhq.core.domain.resource.ResourceType p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.removeObsoleteSubCategories:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceType;Lorg/rhq/core/domain/resource/ResourceType;)V]
ResourceMetadataManagerLocal.removeObsoleteTypes ( org.rhq.core.domain.auth.Subject p1, String p2, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.removeObsoleteTypes:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;Lorg/rhq/core/clientapi/agent/metadata/PluginMetadataManager;)V]
ResourceMetadataManagerLocal.updateTypes ( java.util.Set p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.updateTypes:(Ljava/util/Set;)V]
rhq-enterprise-server-4.0.1.jar, ResourceNotFoundException.class
package org.rhq.enterprise.server.resource
ResourceNotFoundException.ResourceNotFoundException ( )
[run-time name: org/rhq/enterprise/server/resource/ResourceNotFoundException."<init>":()V]
rhq-enterprise-server-4.0.1.jar, ResourceSearchAssistant.class
package org.rhq.enterprise.server.search.assist
ResourceSearchAssistant.ResourceSearchAssistant ( org.rhq.core.domain.auth.Subject subject, String tab )
[run-time name: org/rhq/enterprise/server/search/assist/ResourceSearchAssistant."<init>":(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, ResourceSearchTranslator.class
package org.rhq.enterprise.server.search.translation
ResourceSearchTranslator.ResourceSearchTranslator ( org.rhq.core.domain.auth.Subject subject )
[run-time name: org/rhq/enterprise/server/search/translation/ResourceSearchTranslator."<init>":(Lorg/rhq/core/domain/auth/Subject;)V]
rhq-enterprise-server-4.0.1.jar, ResourceType.class
package org.rhq.enterprise.server.resource.disambiguation
MutableDisambiguationReport.ResourceType.clone ( ) : Object
[run-time name: org/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport.ResourceType.clone:()Ljava/lang/Object;]
MutableDisambiguationReport.ResourceType.clone ( ) : MutableDisambiguationReport.ResourceType
[run-time name: org/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport.ResourceType.clone:()Lorg/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport$ResourceType;]
rhq-enterprise-server-4.0.1.jar, ResourceTypeManagerBean.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerBean.getResourceTypeCountByPlugin ( String plugin ) : Integer
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeCountByPlugin:(Ljava/lang/String;)Ljava/lang/Integer;]
ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId ) : java.util.HashMap
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/HashMap;]
ResourceTypeManagerBean.getResourceTypeIdsByPlugin ( String plugin ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeIdsByPlugin:(Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, ResourceTypeManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerLocal.getResourceTypeCountByPlugin ( String p1 ) [abstract] : Integer
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.getResourceTypeCountByPlugin:(Ljava/lang/String;)Ljava/lang/Integer;]
ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.HashMap
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/HashMap;]
ResourceTypeManagerLocal.getResourceTypeIdsByPlugin ( String p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.getResourceTypeIdsByPlugin:(Ljava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, RHQLParser.class
package org.rhq.enterprise.server.search
RHQLParser.reportError ( org.antlr.runtime.RecognitionException e ) : void
[run-time name: org/rhq/enterprise/server/search/RHQLParser.reportError:(Lorg/antlr/runtime/RecognitionException;)V]
rhq-enterprise-server-4.0.1.jar, RoleManagerBean.class
package org.rhq.enterprise.server.authz
RoleManagerBean.deleteRoles ( org.rhq.core.domain.auth.Subject subject, int[ ] doomedRoleIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
RoleManagerBean.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject subject, int subjectId, int[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.setAssignedSubjectRoles:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.0.1.jar, RoleManagerLocal.class
package org.rhq.enterprise.server.authz
RoleManagerLocal.deleteRoles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerLocal.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
RoleManagerLocal.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerLocal.setAssignedSubjectRoles:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.0.1.jar, RoleManagerRemote.class
package org.rhq.enterprise.server.authz
RoleManagerRemote.deleteRoles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
RoleManagerRemote.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.setAssignedSubjectRoles:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
rhq-enterprise-server-4.0.1.jar, ScheduledJobInvocationContext.class
package org.rhq.enterprise.server.plugin.pc
ScheduledJobInvocationContext.containsKey ( String key ) : boolean
[run-time name: org/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext.containsKey:(Ljava/lang/String;)Z]
ScheduledJobInvocationContext.get ( String key ) : String
[run-time name: org/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext.get:(Ljava/lang/String;)Ljava/lang/String;]
ScheduledJobInvocationContext.getJobData ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext.getJobData:()Ljava/util/Map;]
ScheduledJobInvocationContext.put ( String key, String value ) : void
[run-time name: org/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext.put:(Ljava/lang/String;Ljava/lang/String;)V]
ScheduledJobInvocationContext.remove ( String key ) : String
[run-time name: org/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext.remove:(Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.0.1.jar, ScheduleException.class
package org.rhq.enterprise.server.exception
ScheduleException.ScheduleException ( )
[run-time name: org/rhq/enterprise/server/exception/ScheduleException."<init>":()V]
rhq-enterprise-server-4.0.1.jar, SearchAssistantFactory.class
package org.rhq.enterprise.server.search.assist
SearchAssistantFactory.getAssistant ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.search.SearchSubsystem searchContext ) [static] : SearchAssistant
[run-time name: org/rhq/enterprise/server/search/assist/SearchAssistantFactory.getAssistant:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/search/SearchSubsystem;)Lorg/rhq/enterprise/server/search/assist/SearchAssistant;]
SearchAssistantFactory.getTabAwareAssistant ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.search.SearchSubsystem searchContext, String tab ) [static] : SearchAssistant
[run-time name: org/rhq/enterprise/server/search/assist/SearchAssistantFactory.getTabAwareAssistant:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/search/SearchSubsystem;Ljava/lang/String;)Lorg/rhq/enterprise/server/search/assist/SearchAssistant;]
rhq-enterprise-server-4.0.1.jar, SearchAssistManager.class
package org.rhq.enterprise.server.search.execution
SearchAssistManager.getAdvancedSuggestions ( String expression, int caretPos, String tab ) : java.util.List
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getAdvancedSuggestions:(Ljava/lang/String;ILjava/lang/String;)Ljava/util/List;]
SearchAssistManager.getSimpleSuggestions ( String expression, int caretPos, String tab ) : java.util.List
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getSimpleSuggestions:(Ljava/lang/String;ILjava/lang/String;)Ljava/util/List;]
SearchAssistManager.getTabAwareSearchAssistant ( String tab ) : org.rhq.enterprise.server.search.assist.SearchAssistant
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getTabAwareSearchAssistant:(Ljava/lang/String;)Lorg/rhq/enterprise/server/search/assist/SearchAssistant;]
SearchAssistManager.getTabAwareSuggestions ( String expression, int caretPos, String tab ) : java.util.List
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getTabAwareSuggestions:(Ljava/lang/String;ILjava/lang/String;)Ljava/util/List;]
rhq-enterprise-server-4.0.1.jar, SearchExpressionException.class
package org.rhq.enterprise.server.search
SearchExpressionException.SearchExpressionException ( )
[run-time name: org/rhq/enterprise/server/search/SearchExpressionException."<init>":()V]
SearchExpressionException.SearchExpressionException ( String message )
[run-time name: org/rhq/enterprise/server/search/SearchExpressionException."<init>":(Ljava/lang/String;)V]
SearchExpressionException.SearchExpressionException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/search/SearchExpressionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
SearchExpressionException.SearchExpressionException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/search/SearchExpressionException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.0.1.jar, SearchFragment.class
package org.rhq.enterprise.server.search.translation.jpql
SearchFragment.getJPQLFragment ( ) : String
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.getJPQLFragment:()Ljava/lang/String;]
SearchFragment.getType ( ) : SearchFragment.Type
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.getType:()Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragment$Type;]
SearchFragment.SearchFragment ( SearchFragment.Type type, String jpqlFragment )
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment."<init>":(Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragment$Type;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, SearchQueryGenerationUtility.class
package org.rhq.enterprise.server.search.common
SearchQueryGenerationUtility.escape ( String data ) [static] : String
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.escape:(Ljava/lang/String;)Ljava/lang/String;]
SearchQueryGenerationUtility.getJPQLForString ( String fragment, org.rhq.enterprise.server.search.translation.antlr.RHQLComparisonOperator operator, String value ) [static] : String
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.getJPQLForString:(Ljava/lang/String;Lorg/rhq/enterprise/server/search/translation/antlr/RHQLComparisonOperator;Ljava/lang/String;)Ljava/lang/String;]
SearchQueryGenerationUtility.getJPQLForString ( String fragment, String value ) [static] : String
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.getJPQLForString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SearchQueryGenerationUtility.lower ( String data ) [static] : String
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.lower:(Ljava/lang/String;)Ljava/lang/String;]
SearchQueryGenerationUtility.SearchQueryGenerationUtility ( )
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility."<init>":()V]
rhq-enterprise-server-4.0.1.jar, SearchTranslationManager.class
package org.rhq.enterprise.server.search.execution
SearchTranslationManager.SearchTranslationManager ( String alias, org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.search.SearchSubsystem context )
[run-time name: org/rhq/enterprise/server/search/execution/SearchTranslationManager."<init>":(Ljava/lang/String;Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/search/SearchSubsystem;)V]
rhq-enterprise-server-4.0.1.jar, SearchTranslatorFactory.class
package org.rhq.enterprise.server.search.translation
SearchTranslatorFactory.getTranslator ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.search.SearchSubsystem searchContext ) [static] : SearchTranslator
[run-time name: org/rhq/enterprise/server/search/translation/SearchTranslatorFactory.getTranslator:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/search/SearchSubsystem;)Lorg/rhq/enterprise/server/search/translation/SearchTranslator;]
rhq-enterprise-server-4.0.1.jar, ServerManagerBean.class
package org.rhq.enterprise.server.cloud.instance
ServerManagerBean.syncEndpointAddress ( ) : void
[run-time name: org/rhq/enterprise/server/cloud/instance/ServerManagerBean.syncEndpointAddress:()V]
rhq-enterprise-server-4.0.1.jar, ServerManagerLocal.class
package org.rhq.enterprise.server.cloud.instance
ServerManagerLocal.syncEndpointAddress ( ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/instance/ServerManagerLocal.syncEndpointAddress:()V]
rhq-enterprise-server-4.0.1.jar, SessionManager.class
package org.rhq.enterprise.server.auth
SessionManager.getlastAccess ( int sessionId ) : long
[run-time name: org/rhq/enterprise/server/auth/SessionManager.getlastAccess:(I)J]
rhq-enterprise-server-4.0.1.jar, SSHInstallUtility.class
package org.rhq.enterprise.server.install.remote
SSHInstallUtility.agentInstallCheck ( String agentInstallPath ) : boolean
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.agentInstallCheck:(Ljava/lang/String;)Z]
SSHInstallUtility.agentStatus ( String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.agentStatus:(Ljava/lang/String;)Ljava/lang/String;]
SSHInstallUtility.findAgentInstallPath ( String parentPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.findAgentInstallPath:(Ljava/lang/String;)Ljava/lang/String;]
SSHInstallUtility.installAgent ( String parentPath ) : org.rhq.core.domain.install.remote.AgentInstallInfo
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.installAgent:(Ljava/lang/String;)Lorg/rhq/core/domain/install/remote/AgentInstallInfo;]
SSHInstallUtility.startAgent ( String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.startAgent:(Ljava/lang/String;)Ljava/lang/String;]
SSHInstallUtility.stopAgent ( String agentInstallPath ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.stopAgent:(Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-4.0.1.jar, StatefulJobWrapper.class
package org.rhq.enterprise.server.plugin.pc
StatefulJobWrapper.createContext ( org.rhq.enterprise.server.xmlschema.ScheduledJobDefinition jobDefinition, ServerPluginContext pluginContext, ServerPluginComponent serverPluginComponent, java.util.Map jobData ) : ScheduledJobInvocationContext
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulJobWrapper.createContext:(Lorg/rhq/enterprise/server/xmlschema/ScheduledJobDefinition;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginContext;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginComponent;Ljava/util/Map;)Lorg/rhq/enterprise/server/plugin/pc/ScheduledJobInvocationContext;]
rhq-enterprise-server-4.0.1.jar, StatefulScheduledJobInvocationContext.class
package org.rhq.enterprise.server.plugin.pc
StatefulScheduledJobInvocationContext.containsKey ( String key ) : boolean
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext.containsKey:(Ljava/lang/String;)Z]
StatefulScheduledJobInvocationContext.get ( String key ) : String
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext.get:(Ljava/lang/String;)Ljava/lang/String;]
StatefulScheduledJobInvocationContext.getJobData ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext.getJobData:()Ljava/util/Map;]
StatefulScheduledJobInvocationContext.put ( String key, String value ) : void
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext.put:(Ljava/lang/String;Ljava/lang/String;)V]
StatefulScheduledJobInvocationContext.remove ( String key ) : String
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext.remove:(Ljava/lang/String;)Ljava/lang/String;]
StatefulScheduledJobInvocationContext.StatefulScheduledJobInvocationContext ( org.rhq.enterprise.server.xmlschema.ScheduledJobDefinition jobDefinition, ServerPluginContext pluginContext, ServerPluginComponent serverPluginComponent, java.util.Map jobData )
[run-time name: org/rhq/enterprise/server/plugin/pc/StatefulScheduledJobInvocationContext."<init>":(Lorg/rhq/enterprise/server/xmlschema/ScheduledJobDefinition;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginContext;Lorg/rhq/enterprise/server/plugin/pc/ServerPluginComponent;Ljava/util/Map;)V]
rhq-enterprise-server-4.0.1.jar, StatusManagerBean.class
package org.rhq.enterprise.server.cloud
StatusManagerBean.updateByAlertDefinition ( org.rhq.core.domain.auth.Subject subject, int alertDefinitionId ) : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerBean.updateByAlertDefinition:(Lorg/rhq/core/domain/auth/Subject;I)V]
StatusManagerBean.updateByResource ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerBean.updateByResource:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, StatusManagerLocal.class
package org.rhq.enterprise.server.cloud
StatusManagerLocal.updateByAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerLocal.updateByAlertDefinition:(Lorg/rhq/core/domain/auth/Subject;I)V]
StatusManagerLocal.updateByResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerLocal.updateByResource:(Lorg/rhq/core/domain/auth/Subject;I)V]
rhq-enterprise-server-4.0.1.jar, SubjectException.class
package org.rhq.enterprise.server.auth
SubjectException.SubjectException ( )
[run-time name: org/rhq/enterprise/server/auth/SubjectException."<init>":()V]
SubjectException.SubjectException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/auth/SubjectException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.0.1.jar, SubjectManagerBean.class
package org.rhq.enterprise.server.auth
SubjectManagerBean.checkAuthentication ( String username, String password ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.checkAuthentication:(Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerBean.createSubject ( org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.auth.Subject subjectToCreate, String password ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.createSubject:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerBean.processSubjectForLdap ( org.rhq.core.domain.auth.Subject subject, String subjectPassword ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.processSubjectForLdap:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerBean.updateSubject ( org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.auth.Subject subjectToModify, String newPassword ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.updateSubject:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
rhq-enterprise-server-4.0.1.jar, SubjectManagerLocal.class
package org.rhq.enterprise.server.auth
SubjectManagerLocal.checkAuthentication ( String p1, String p2 ) [abstract] : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.checkAuthentication:(Ljava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerLocal.createSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 ) [abstract] : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.createSubject:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerLocal.processSubjectForLdap ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.processSubjectForLdap:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
SubjectManagerLocal.updateSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 ) [abstract] : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.updateSubject:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/core/domain/auth/Subject;]
rhq-enterprise-server-4.0.1.jar, SyncEndpointAddressException.class
package org.rhq.enterprise.server.cloud.instance
SyncEndpointAddressException.SyncEndpointAddressException ( )
[run-time name: org/rhq/enterprise/server/cloud/instance/SyncEndpointAddressException."<init>":()V]
SyncEndpointAddressException.SyncEndpointAddressException ( String message )
[run-time name: org/rhq/enterprise/server/cloud/instance/SyncEndpointAddressException."<init>":(Ljava/lang/String;)V]
SyncEndpointAddressException.SyncEndpointAddressException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/cloud/instance/SyncEndpointAddressException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
SyncEndpointAddressException.SyncEndpointAddressException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/cloud/instance/SyncEndpointAddressException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-4.0.1.jar, SystemDatabaseInformation.class
package org.rhq.enterprise.server.util
SystemDatabaseInformation.getCurrentMeasurementTable ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getCurrentMeasurementTable:()Ljava/lang/String;]
SystemDatabaseInformation.getDatabaseConnectionURL ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getDatabaseConnectionURL:()Ljava/lang/String;]
SystemDatabaseInformation.getDatabaseDriverName ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getDatabaseDriverName:()Ljava/lang/String;]
SystemDatabaseInformation.getDatabaseDriverVersion ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getDatabaseDriverVersion:()Ljava/lang/String;]
SystemDatabaseInformation.getDatabaseProductName ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getDatabaseProductName:()Ljava/lang/String;]
SystemDatabaseInformation.getDatabaseProductVersion ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getDatabaseProductVersion:()Ljava/lang/String;]
SystemDatabaseInformation.getInstance ( ) [static] : SystemDatabaseInformation
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getInstance:()Lorg/rhq/enterprise/server/util/SystemDatabaseInformation;]
SystemDatabaseInformation.getNextMeasurementTableRotation ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getNextMeasurementTableRotation:()Ljava/lang/String;]
SystemDatabaseInformation.getProperties ( SystemDatabaseInformation.Property property ) : java.util.Map
[run-time name: org/rhq/enterprise/server/util/SystemDatabaseInformation.getProperties:(Lorg/rhq/enterprise/server/util/SystemDatabaseInformation$Property;)Ljava/util/Map;]
rhq-enterprise-server-4.0.1.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.getProductInfo ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getProductInfo:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ProductInfo;]
SystemManagerBean.getServerDetails ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.common.ServerDetails
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getServerDetails:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ServerDetails;]
SystemManagerBean.getSystemConfiguration ( org.rhq.core.domain.auth.Subject subject ) : java.util.Properties
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Properties;]
rhq-enterprise-server-4.0.1.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.getProductInfo ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getProductInfo:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ProductInfo;]
SystemManagerLocal.getServerDetails ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.common.ServerDetails
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getServerDetails:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ServerDetails;]
SystemManagerLocal.getSystemConfiguration ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : java.util.Properties
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Properties;]
rhq-enterprise-server-4.0.1.jar, SystemManagerRemote.class
package org.rhq.enterprise.server.system
SystemManagerRemote.getProductInfo ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/system/SystemManagerRemote.getProductInfo:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ProductInfo;]
SystemManagerRemote.getServerDetails ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : org.rhq.core.domain.common.ServerDetails
[run-time name: org/rhq/enterprise/server/system/SystemManagerRemote.getServerDetails:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ServerDetails;]
SystemManagerRemote.getSystemConfiguration ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : java.util.Properties
[run-time name: org/rhq/enterprise/server/system/SystemManagerRemote.getSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Properties;]
SystemManagerRemote.setSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerRemote.setSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/Properties;Z)V]
rhq-enterprise-server-4.0.1.jar, TabAwareSearchAssistant.class
package org.rhq.enterprise.server.search.assist
TabAwareSearchAssistant.TabAwareSearchAssistant ( org.rhq.core.domain.auth.Subject subject, String tab )
[run-time name: org/rhq/enterprise/server/search/assist/TabAwareSearchAssistant."<init>":(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)V]
rhq-enterprise-server-4.0.1.jar, Type.class
package org.rhq.enterprise.server.search.translation.jpql
SearchFragment.Type.valueOf ( String name ) [static] : SearchFragment.Type
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.Type.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragment$Type;]
SearchFragment.Type.values ( ) [static] : SearchFragment.Type[ ]
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.Type.values:()[Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragment$Type;]
rhq-enterprise-server-4.0.1.jar, UnscheduleException.class
package org.rhq.enterprise.server.exception
UnscheduleException.UnscheduleException ( )
[run-time name: org/rhq/enterprise/server/exception/UnscheduleException."<init>":()V]
rhq-enterprise-server-4.0.1.jar, ValueFilter.class
package org.rhq.enterprise.server.search.common
SearchQueryGenerationUtility.ValueFilter.valueOf ( String name ) [static] : SearchQueryGenerationUtility.ValueFilter
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.ValueFilter.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/search/common/SearchQueryGenerationUtility$ValueFilter;]
SearchQueryGenerationUtility.ValueFilter.values ( ) [static] : SearchQueryGenerationUtility.ValueFilter[ ]
[run-time name: org/rhq/enterprise/server/search/common/SearchQueryGenerationUtility.ValueFilter.values:()[Lorg/rhq/enterprise/server/search/common/SearchQueryGenerationUtility$ValueFilter;]
rhq-enterprise-server-4.0.1.jar, WebServiceMapAdapter.class
package org.rhq.enterprise.server.jaxb
WebServiceMapAdapter.marshal ( java.util.Map opaque ) : Object[ ]
[run-time name: org/rhq/enterprise/server/jaxb/WebServiceMapAdapter.marshal:(Ljava/util/Map;)[Ljava/lang/Object;]
WebServiceMapAdapter.marshal ( Object x0 ) : Object
[run-time name: org/rhq/enterprise/server/jaxb/WebServiceMapAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
WebServiceMapAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/rhq/enterprise/server/jaxb/WebServiceMapAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
WebServiceMapAdapter.unmarshal ( Object[ ] marshallable ) : java.util.Map
[run-time name: org/rhq/enterprise/server/jaxb/WebServiceMapAdapter.unmarshal:([Ljava/lang/Object;)Ljava/util/Map;]
WebServiceMapAdapter.WebServiceMapAdapter ( )
[run-time name: org/rhq/enterprise/server/jaxb/WebServiceMapAdapter."<init>":()V]
rhq-enterprise-server-4.0.1.jar, WebservicesManagerBean.class
package org.rhq.enterprise.server.webservices
WebservicesManagerBean.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject subject, int[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.acknowledgeAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
WebservicesManagerBean.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, int newResourceTypeId, String newResourceName, org.rhq.core.domain.configuration.Configuration pluginConfiguration, org.rhq.core.domain.configuration.Configuration deploymentTimeConfiguration, int packageVersionId ) : org.rhq.core.domain.resource.CreateResourceHistory
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.createPackageBackedResourceViaPackageVersion:(Lorg/rhq/core/domain/auth/Subject;IILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/rhq/core/domain/configuration/Configuration;I)Lorg/rhq/core/domain/resource/CreateResourceHistory;]
WebservicesManagerBean.deleteAlerts ( org.rhq.core.domain.auth.Subject subject, int[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.common.EntityContext context ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteAlertsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/common/EntityContext;)I]
WebservicesManagerBean.deleteBundles ( org.rhq.core.domain.auth.Subject subject, int[ ] bundleIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteBundles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.deletePackageVersion ( org.rhq.core.domain.auth.Subject subject, int packageVersionId ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deletePackageVersion:(Lorg/rhq/core/domain/auth/Subject;I)V]
WebservicesManagerBean.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject subject, int repoId, int[ ] packageVersionIds ) : boolean
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deletePackageVersionsFromRepo:(Lorg/rhq/core/domain/auth/Subject;I[I)Z]
WebservicesManagerBean.deleteResourceGroups ( org.rhq.core.domain.auth.Subject subject, int[ ] groupIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteResourceGroups:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.deleteResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteResources:(Lorg/rhq/core/domain/auth/Subject;[I)Ljava/util/List;]
WebservicesManagerBean.deleteRoles ( org.rhq.core.domain.auth.Subject subject, int[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findCreateChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject subject, int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findDeleteChildResourceHistory:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PackageCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findPackagesByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PackageCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findPackagesWithLatestVersion:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/PackageCriteria;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.findPackageType ( org.rhq.core.domain.auth.Subject subject, Integer resourceTypeId, String packageTypeName ) : org.rhq.core.domain.content.PackageType
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findPackageType:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/PackageType;]
WebservicesManagerBean.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject subject, Integer resourceTypeId, String packageTypeName ) : org.rhq.core.domain.content.composite.PackageTypeAndVersionFormatComposite
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findPackageTypeWithVersionFormat:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/Integer;Ljava/lang/String;)Lorg/rhq/core/domain/content/composite/PackageTypeAndVersionFormatComposite;]
WebservicesManagerBean.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria criteria ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findTraitsByCriteria:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/criteria/MeasurementDataTraitCriteria;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.alert.notification.AlertNotification[ ] alertNotifications ) : String[ ]
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getAlertNotificationConfigurationPreview:(Lorg/rhq/core/domain/auth/Subject;[Lorg/rhq/core/domain/alert/notification/AlertNotification;)[Ljava/lang/String;]
WebservicesManagerBean.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject subject, int packageId, int repoId ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getLatestPackageVersion:(Lorg/rhq/core/domain/auth/Subject;II)Lorg/rhq/core/domain/content/PackageVersion;]
WebservicesManagerBean.getProductInfo ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.common.ProductInfo
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getProductInfo:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ProductInfo;]
WebservicesManagerBean.getResourcesAncestry ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds, org.rhq.core.domain.resource.ResourceAncestryFormat format ) : java.util.Map
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getResourcesAncestry:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/resource/ResourceAncestryFormat;)Ljava/util/Map;]
WebservicesManagerBean.getServerDetails ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.core.domain.common.ServerDetails
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getServerDetails:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/core/domain/common/ServerDetails;]
WebservicesManagerBean.getSystemConfiguration ( org.rhq.core.domain.auth.Subject subject ) : java.util.Properties
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;)Ljava/util/Properties;]
WebservicesManagerBean.ignoreResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.importResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.importResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.purgeBundleDestination ( org.rhq.core.domain.auth.Subject subject, int bundleDestinationId ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.purgeBundleDestination:(Lorg/rhq/core/domain/auth/Subject;I)V]
WebservicesManagerBean.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, int[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description ) : org.rhq.core.domain.operation.bean.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/core/domain/operation/bean/GroupOperationSchedule;]
WebservicesManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String description ) : org.rhq.core.domain.operation.bean.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/core/domain/operation/bean/ResourceOperationSchedule;]
WebservicesManagerBean.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject subject, int subjectId, int[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.setAssignedSubjectRoles:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
WebservicesManagerBean.setSystemConfiguration ( org.rhq.core.domain.auth.Subject subject, java.util.Properties properties, boolean skipValidation ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.setSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/Properties;Z)V]
WebservicesManagerBean.synchronizeRepos ( org.rhq.core.domain.auth.Subject subject, int[ ] repoIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[I)I]
WebservicesManagerBean.unignoreResources ( org.rhq.core.domain.auth.Subject subject, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[I)V]
WebservicesManagerBean.updateResource ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.Resource resource ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.updateResource:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/Resource;)Lorg/rhq/core/domain/resource/Resource;]
to the top
Removed Methods (501)
rhq-enterprise-server-3.0.0.jar, AbstractSearchAssistant.class
package org.rhq.enterprise.server.search.assist
AbstractSearchAssistant.AbstractSearchAssistant ( )
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant."<init>":()V]
AbstractSearchAssistant.add ( String fragment, String parameter ) : String
[run-time name: org/rhq/enterprise/server/search/assist/AbstractSearchAssistant.add:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, AbstractSearchTranslator.class
package org.rhq.enterprise.server.search.translation
AbstractSearchTranslator.AbstractSearchTranslator ( )
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator."<init>":()V]
AbstractSearchTranslator.getJPQLForString ( String fragment, antlr.RHQLComparisonOperator operator, String value ) : String
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.getJPQLForString:(Ljava/lang/String;Lorg/rhq/enterprise/server/search/translation/antlr/RHQLComparisonOperator;Ljava/lang/String;)Ljava/lang/String;]
AbstractSearchTranslator.lower ( String data ) : String
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.lower:(Ljava/lang/String;)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, AgentManagerBean.class
package org.rhq.enterprise.server.core
AgentManagerBean.getAgentByResourceId ( int resourceId ) : org.rhq.core.domain.resource.Agent
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.getAgentByResourceId:(I)Lorg/rhq/core/domain/resource/Agent;]
AgentManagerBean.getAgentClient ( int resourceId ) : org.rhq.enterprise.server.agentclient.AgentClient
[run-time name: org/rhq/enterprise/server/core/AgentManagerBean.getAgentClient:(I)Lorg/rhq/enterprise/server/agentclient/AgentClient;]
rhq-enterprise-server-3.0.0.jar, AgentManagerLocal.class
package org.rhq.enterprise.server.core
AgentManagerLocal.getAgentByResourceId ( int p1 ) [abstract] : org.rhq.core.domain.resource.Agent
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.getAgentByResourceId:(I)Lorg/rhq/core/domain/resource/Agent;]
AgentManagerLocal.getAgentClient ( int p1 ) [abstract] : org.rhq.enterprise.server.agentclient.AgentClient
[run-time name: org/rhq/enterprise/server/core/AgentManagerLocal.getAgentClient:(I)Lorg/rhq/enterprise/server/agentclient/AgentClient;]
rhq-enterprise-server-3.0.0.jar, AlertDefinitionManagerBean.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerBean.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, Integer[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertDefinitionManagerBean.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, Integer[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertDefinitionManagerBean.purgeUnusedAlertDefinition ( ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.purgeUnusedAlertDefinition:()I]
AlertDefinitionManagerBean.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject subject, Integer[ ] alertDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, AlertDefinitionManagerLocal.class
package org.rhq.enterprise.server.alert
AlertDefinitionManagerLocal.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.disableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.enableAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertDefinitionManagerLocal.purgeUnusedAlertDefinition ( ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.purgeUnusedAlertDefinition:()I]
AlertDefinitionManagerLocal.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.removeAlertDefinitions:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, AlertManagerBean.class
package org.rhq.enterprise.server.alert
AlertManagerBean.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject user, Integer[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertManagerBean.deleteAlerts ( org.rhq.core.domain.auth.Subject user, int resourceId ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;I)I]
AlertManagerBean.deleteAlerts ( org.rhq.core.domain.auth.Subject user, int resourceId, Integer[ ] ids ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
AlertManagerBean.deleteAlerts ( org.rhq.core.domain.auth.Subject user, Integer[ ] alertIds ) : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertManagerBean.deleteAlertsForResourceGroup ( org.rhq.core.domain.auth.Subject user, int resourceGroupId, Integer[ ] ids ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteAlertsForResourceGroup:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
AlertManagerBean.deleteResourceAlerts ( org.rhq.core.domain.auth.Subject user, Integer[ ] alertIds ) : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.deleteResourceAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
AlertManagerBean.findAlerts ( int resourceId, Integer alertDefinitionId, org.rhq.core.domain.alert.AlertPriority priority, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.findAlerts:(ILjava/lang/Integer;Lorg/rhq/core/domain/alert/AlertPriority;Ljava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
AlertManagerBean.findAlerts ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds, org.rhq.core.domain.alert.AlertPriority priority, long timeRange, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.findAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/alert/AlertPriority;JLorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
AlertManagerBean.getById ( int alertId ) : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.getById:(I)Lorg/rhq/core/domain/alert/Alert;]
AlertManagerBean.updateAlert ( org.rhq.core.domain.alert.Alert alert ) : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerBean.updateAlert:(Lorg/rhq/core/domain/alert/Alert;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-3.0.0.jar, AlertManagerLocal.class
package org.rhq.enterprise.server.alert
AlertManagerLocal.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.acknowledgeAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;I)I]
AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
AlertManagerLocal.deleteAlertsForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteAlertsForResourceGroup:(Lorg/rhq/core/domain/auth/Subject;I[Ljava/lang/Integer;)V]
AlertManagerLocal.deleteResourceAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.deleteResourceAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
AlertManagerLocal.findAlerts ( int p1, Integer p2, org.rhq.core.domain.alert.AlertPriority p3, Long p4, Long p5, org.rhq.core.domain.util.PageControl p6 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.findAlerts:(ILjava/lang/Integer;Lorg/rhq/core/domain/alert/AlertPriority;Ljava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
AlertManagerLocal.findAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.alert.AlertPriority p3, long p4, org.rhq.core.domain.util.PageControl p5 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.findAlerts:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;Lorg/rhq/core/domain/alert/AlertPriority;JLorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
AlertManagerLocal.getById ( int p1 ) [abstract] : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.getById:(I)Lorg/rhq/core/domain/alert/Alert;]
AlertManagerLocal.updateAlert ( org.rhq.core.domain.alert.Alert p1 ) [abstract] : org.rhq.core.domain.alert.Alert
[run-time name: org/rhq/enterprise/server/alert/AlertManagerLocal.updateAlert:(Lorg/rhq/core/domain/alert/Alert;)Lorg/rhq/core/domain/alert/Alert;]
rhq-enterprise-server-3.0.0.jar, AlertSubsystemManagerBean.class
package org.rhq.enterprise.server.subsystem
AlertSubsystemManagerBean.deleteAlertHistories ( org.rhq.core.domain.auth.Subject subject, Integer[ ] historyIds ) : int
[run-time name: org/rhq/enterprise/server/subsystem/AlertSubsystemManagerBean.deleteAlertHistories:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, AlertSubsystemManagerLocal.class
package org.rhq.enterprise.server.subsystem
AlertSubsystemManagerLocal.deleteAlertHistories ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/subsystem/AlertSubsystemManagerLocal.deleteAlertHistories:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, BackingStore.class
package org.rhq.enterprise.server.license
BackingStore.isAvailable ( ) [static] : boolean
[run-time name: org/rhq/enterprise/server/license/BackingStore.isAvailable:()Z]
rhq-enterprise-server-3.0.0.jar, BaseMetricDisplay.class
package org.rhq.enterprise.server.measurement.uibean
BaseMetricDisplay.BaseMetricDisplay ( )
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay."<init>":()V]
BaseMetricDisplay.compareTo ( Object arg0 ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.compareTo:(Ljava/lang/Object;)I]
BaseMetricDisplay.getAvgMetric ( ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getAvgMetric:()Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getBeginTimeFrame ( ) : Long
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getBeginTimeFrame:()Ljava/lang/Long;]
BaseMetricDisplay.getCollectionType ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getCollectionType:()Ljava/lang/Integer;]
BaseMetricDisplay.getDefinitionId ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getDefinitionId:()Ljava/lang/Integer;]
BaseMetricDisplay.getDescription ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getDescription:()Ljava/lang/String;]
BaseMetricDisplay.getEndTimeFrame ( ) : Long
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getEndTimeFrame:()Ljava/lang/Long;]
BaseMetricDisplay.getLabel ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getLabel:()Ljava/lang/String;]
BaseMetricDisplay.getLastMetric ( ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getLastMetric:()Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getMaxMetric ( ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMaxMetric:()Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getMetric ( String key ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetric:(Ljava/lang/String;)Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getMetricKeys ( ) : String[ ]
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetricKeys:()[Ljava/lang/String;]
BaseMetricDisplay.getMetrics ( ) : java.util.Map
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetrics:()Ljava/util/Map;]
BaseMetricDisplay.getMetricSource ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetricSource:()Ljava/lang/String;]
BaseMetricDisplay.getMetricSourceId ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetricSourceId:()I]
BaseMetricDisplay.getMetricValueDoubles ( ) : double[ ]
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMetricValueDoubles:()[D]
BaseMetricDisplay.getMinMetric ( ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getMinMetric:()Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getNumberCollecting ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getNumberCollecting:()I]
BaseMetricDisplay.getScheduleId ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getScheduleId:()Ljava/lang/Integer;]
BaseMetricDisplay.getShowNumberCollecting ( ) : Boolean
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getShowNumberCollecting:()Ljava/lang/Boolean;]
BaseMetricDisplay.getSummaryMetric ( ) : MetricDisplayValue
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getSummaryMetric:()Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;]
BaseMetricDisplay.getUnits ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.getUnits:()Ljava/lang/String;]
BaseMetricDisplay.setBeginTimeFrame ( Long beginTimeFrame ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setBeginTimeFrame:(Ljava/lang/Long;)V]
BaseMetricDisplay.setCollectionType ( Integer collectionType ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setCollectionType:(Ljava/lang/Integer;)V]
BaseMetricDisplay.setDefinitionId ( Integer definitionId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setDefinitionId:(Ljava/lang/Integer;)V]
BaseMetricDisplay.setDescription ( String description ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setDescription:(Ljava/lang/String;)V]
BaseMetricDisplay.setEndTimeFrame ( Long endTimeFrame ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setEndTimeFrame:(Ljava/lang/Long;)V]
BaseMetricDisplay.setLabel ( String label ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setLabel:(Ljava/lang/String;)V]
BaseMetricDisplay.setMetric ( String key, MetricDisplayValue value ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setMetric:(Ljava/lang/String;Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplayValue;)V]
BaseMetricDisplay.setMetrics ( java.util.Map metrics ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setMetrics:(Ljava/util/Map;)V]
BaseMetricDisplay.setMetricSource ( String string ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setMetricSource:(Ljava/lang/String;)V]
BaseMetricDisplay.setMetricSourceId ( int id ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setMetricSourceId:(I)V]
BaseMetricDisplay.setNumberCollecting ( int numberCollecting ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setNumberCollecting:(I)V]
BaseMetricDisplay.setScheduleId ( Integer scheduleId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setScheduleId:(Ljava/lang/Integer;)V]
BaseMetricDisplay.setShowNumberCollecting ( Boolean showNumberCollecting ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setShowNumberCollecting:(Ljava/lang/Boolean;)V]
BaseMetricDisplay.setUnits ( String units ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.setUnits:(Ljava/lang/String;)V]
BaseMetricDisplay.toString ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/BaseMetricDisplay.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, CallTimeDataManagerBean.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerBean.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, long beginTime, long endTime, String destination, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.findCallTimeDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJLjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-3.0.0.jar, CallTimeDataManagerLocal.class
package org.rhq.enterprise.server.measurement
CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, String p5, org.rhq.core.domain.util.PageControl p6 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/CallTimeDataManagerLocal.findCallTimeDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJLjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-3.0.0.jar, Category.class
package org.rhq.enterprise.server.common
EntityContext.Category.valueOf ( String name ) [static] : EntityContext.Category
[run-time name: org/rhq/enterprise/server/common/EntityContext.Category.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/common/EntityContext$Category;]
EntityContext.Category.values ( ) [static] : EntityContext.Category[ ]
[run-time name: org/rhq/enterprise/server/common/EntityContext.Category.values:()[Lorg/rhq/enterprise/server/common/EntityContext$Category;]
rhq-enterprise-server-3.0.0.jar, ClusterKey.class
package org.rhq.enterprise.server.resource.cluster
ClusterKey.addChildToHierarchy ( int childResourceTypeId, String childResourceKey ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.addChildToHierarchy:(ILjava/lang/String;)Ljava/util/List;]
ClusterKey.ClusterKey ( int clusterResourceGroupId )
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey."<init>":(I)V]
ClusterKey.ClusterKey ( int clusterResourceGroupId, int resourceTypeId, String resourceKey )
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey."<init>":(IILjava/lang/String;)V]
ClusterKey.ClusterKey ( ClusterKey parentKey, int childResourceTypeId, String childResourceKey )
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey."<init>":(Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;ILjava/lang/String;)V]
ClusterKey.equals ( Object o ) : boolean
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.equals:(Ljava/lang/Object;)Z]
ClusterKey.getClusterGroupId ( ) : int
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.getClusterGroupId:()I]
ClusterKey.getDepth ( ) : int
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.getDepth:()I]
ClusterKey.getHierarchy ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.getHierarchy:()Ljava/util/List;]
ClusterKey.getKey ( ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.getKey:()Ljava/lang/String;]
ClusterKey.getResourceType ( ClusterKey clusterKey ) [static] : int
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.getResourceType:(Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;)I]
ClusterKey.hashCode ( ) : int
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.hashCode:()I]
ClusterKey.setDepth ( int newDepth ) : void
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.setDepth:(I)V]
ClusterKey.toNamedString ( javax.persistence.EntityManager em ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.toNamedString:(Ljavax/persistence/EntityManager;)Ljava/lang/String;]
ClusterKey.toString ( ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.toString:()Ljava/lang/String;]
ClusterKey.valueOf ( String clusterKey ) [static] : ClusterKey
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;]
rhq-enterprise-server-3.0.0.jar, ClusterManagerBean.class
package org.rhq.enterprise.server.resource.cluster
ClusterManagerBean.createAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject subject, ClusterKey clusterKey, boolean addResources ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.createAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerBean.getAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject subject, ClusterKey clusterKey ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.getAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerBean.getAutoClusterResources ( org.rhq.core.domain.auth.Subject subject, ClusterKey clusterKey ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerBean.getAutoClusterResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, ClusterManagerLocal.class
package org.rhq.enterprise.server.resource.cluster
ClusterManagerLocal.createAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2, boolean p3 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerLocal.createAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;Z)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerLocal.getAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2 ) [abstract] : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerLocal.getAutoClusterBackingGroup:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;)Lorg/rhq/core/domain/resource/group/ResourceGroup;]
ClusterManagerLocal.getAutoClusterResources ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterManagerLocal.getAutoClusterResources:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/resource/cluster/ClusterKey;)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, ConfigurationManagerBean.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerBean.findGroupResourceConfigurationUpdates ( int groupId, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findGroupResourceConfigurationUpdates:(ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.findResourceConfigurationUpdateCompositesByParentId ( int configurationUpdateId, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.findResourceConfigurationUpdateCompositesByParentId:(ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerBean.getPluginConfigurationMapForGroupUpdate ( Integer groupPluginConfigurationUpdateId ) : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getPluginConfigurationMapForGroupUpdate:(Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerBean.getResourceConfigurationMapForGroupUpdate ( Integer groupResourceConfigurationUpdateId ) : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerBean.getResourceConfigurationMapForGroupUpdate:(Ljava/lang/Integer;)Ljava/util/Map;]
rhq-enterprise-server-3.0.0.jar, ConfigurationManagerLocal.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( int p1, org.rhq.core.domain.util.PageControl p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findGroupResourceConfigurationUpdates:(ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId:(ILorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( Integer p1 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate:(Ljava/lang/Integer;)Ljava/util/Map;]
ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( Integer p1 ) [abstract] : java.util.Map
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate:(Ljava/lang/Integer;)Ljava/util/Map;]
rhq-enterprise-server-3.0.0.jar, ConfigurationManagerRemote.class
package org.rhq.enterprise.server.configuration
ConfigurationManagerRemote.getConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : org.rhq.core.domain.configuration.Configuration
[run-time name: org/rhq/enterprise/server/configuration/ConfigurationManagerRemote.getConfiguration:(Lorg/rhq/core/domain/auth/Subject;I)Lorg/rhq/core/domain/configuration/Configuration;]
rhq-enterprise-server-3.0.0.jar, ContentManagerBean.class
package org.rhq.enterprise.server.content
ContentManagerBean.createPackageVersion ( String packageName, int packageTypeId, String version, int architectureId, java.io.InputStream packageBitStream ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.createPackageVersion:(Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerBean.getUploadedPackageVersion ( String packageName, int packageTypeId, String version, int architectureId, java.io.InputStream packageBitStream, java.util.Map packageUploadDetails, int newResourceTypeId ) : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerBean.getUploadedPackageVersion:(Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;Ljava/util/Map;I)Lorg/rhq/core/domain/content/PackageVersion;]
rhq-enterprise-server-3.0.0.jar, ContentManagerLocal.class
package org.rhq.enterprise.server.content
ContentManagerLocal.createPackageVersion ( String p1, int p2, String p3, int p4, java.io.InputStream p5 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.createPackageVersion:(Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;)Lorg/rhq/core/domain/content/PackageVersion;]
ContentManagerLocal.getUploadedPackageVersion ( String p1, int p2, String p3, int p4, java.io.InputStream p5, java.util.Map p6, int p7 ) [abstract] : org.rhq.core.domain.content.PackageVersion
[run-time name: org/rhq/enterprise/server/content/ContentManagerLocal.getUploadedPackageVersion:(Ljava/lang/String;ILjava/lang/String;ILjava/io/InputStream;Ljava/util/Map;I)Lorg/rhq/core/domain/content/PackageVersion;]
rhq-enterprise-server-3.0.0.jar, CorruptLicenseException.class
package org.rhq.enterprise.server.license
CorruptLicenseException.CorruptLicenseException ( )
[run-time name: org/rhq/enterprise/server/license/CorruptLicenseException."<init>":()V]
CorruptLicenseException.CorruptLicenseException ( String message )
[run-time name: org/rhq/enterprise/server/license/CorruptLicenseException."<init>":(Ljava/lang/String;)V]
CorruptLicenseException.CorruptLicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/CorruptLicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
CorruptLicenseException.CorruptLicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/CorruptLicenseException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, DefaultDisambiguationUpdateStrategies.class
package org.rhq.enterprise.server.resource.disambiguation
DefaultDisambiguationUpdateStrategies.updateResources ( DisambiguationPolicy policy, MutableDisambiguationReport report ) [static] : void
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DefaultDisambiguationUpdateStrategies.updateResources:(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy;Lorg/rhq/enterprise/server/resource/disambiguation/MutableDisambiguationReport;)V]
rhq-enterprise-server-3.0.0.jar, DisambiguationPolicy.class
package org.rhq.enterprise.server.resource.disambiguation
DisambiguationPolicy.DisambiguationPolicy ( DisambiguationUpdateStrategy parentsDisambiguationStrategy )
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy."<init>":(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)V]
DisambiguationPolicy.getCurrentResourceResolution ( ) : ResourceResolution
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.getCurrentResourceResolution:()Lorg/rhq/enterprise/server/resource/disambiguation/ResourceResolution;]
DisambiguationPolicy.getUniqueNamePolicy ( DisambiguationUpdateStrategy parentsDisambiguationStrategy ) [static] : DisambiguationPolicy
[run-time name: org/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy.getUniqueNamePolicy:(Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationPolicy;]
rhq-enterprise-server-3.0.0.jar, Disambiguator.class
package org.rhq.enterprise.server.resource.disambiguation
Disambiguator.disambiguate ( java.util.List results, DisambiguationUpdateStrategy disambiguationUpdateStrategy, org.rhq.core.util.IntExtractor extractor, javax.persistence.EntityManager entityManager ) [static] : org.rhq.core.domain.resource.composite.ResourceNamesDisambiguationResult
[run-time name: org/rhq/enterprise/server/resource/disambiguation/Disambiguator.disambiguate:(Ljava/util/List;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;Lorg/rhq/core/util/IntExtractor;Ljavax/persistence/EntityManager;)Lorg/rhq/core/domain/resource/composite/ResourceNamesDisambiguationResult;]
rhq-enterprise-server-3.0.0.jar, DiscoveryBossBean.class
package org.rhq.enterprise.server.discovery
DiscoveryBossBean.ignoreResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
DiscoveryBossBean.importResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.importResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
DiscoveryBossBean.unignoreResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossBean.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-3.0.0.jar, DiscoveryBossRemote.class
package org.rhq.enterprise.server.discovery
DiscoveryBossRemote.ignoreResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
DiscoveryBossRemote.importResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.importResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
DiscoveryBossRemote.unignoreResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryBossRemote.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-3.0.0.jar, DuplicateLicenseException.class
package org.rhq.enterprise.server.license
DuplicateLicenseException.DuplicateLicenseException ( )
[run-time name: org/rhq/enterprise/server/license/DuplicateLicenseException."<init>":()V]
DuplicateLicenseException.DuplicateLicenseException ( String message )
[run-time name: org/rhq/enterprise/server/license/DuplicateLicenseException."<init>":(Ljava/lang/String;)V]
DuplicateLicenseException.DuplicateLicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/DuplicateLicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
DuplicateLicenseException.DuplicateLicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/DuplicateLicenseException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, EntityContext.class
package org.rhq.enterprise.server.common
EntityContext.EntityContext ( Integer resourceId, Integer groupId, Integer parentResourceId, Integer resourceTypeId )
[run-time name: org/rhq/enterprise/server/common/EntityContext."<init>":(Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V]
EntityContext.forAutoGroup ( int parentResourceId, int resourceTypeId ) [static] : EntityContext
[run-time name: org/rhq/enterprise/server/common/EntityContext.forAutoGroup:(II)Lorg/rhq/enterprise/server/common/EntityContext;]
EntityContext.forGroup ( int groupId ) [static] : EntityContext
[run-time name: org/rhq/enterprise/server/common/EntityContext.forGroup:(I)Lorg/rhq/enterprise/server/common/EntityContext;]
EntityContext.forResource ( int resourceId ) [static] : EntityContext
[run-time name: org/rhq/enterprise/server/common/EntityContext.forResource:(I)Lorg/rhq/enterprise/server/common/EntityContext;]
EntityContext.getCategory ( ) : EntityContext.Category
[run-time name: org/rhq/enterprise/server/common/EntityContext.getCategory:()Lorg/rhq/enterprise/server/common/EntityContext$Category;]
EntityContext.getGroupId ( ) : int
[run-time name: org/rhq/enterprise/server/common/EntityContext.getGroupId:()I]
EntityContext.getLegacyKey ( ) : String
[run-time name: org/rhq/enterprise/server/common/EntityContext.getLegacyKey:()Ljava/lang/String;]
EntityContext.getParentResourceId ( ) : int
[run-time name: org/rhq/enterprise/server/common/EntityContext.getParentResourceId:()I]
EntityContext.getResourceId ( ) : int
[run-time name: org/rhq/enterprise/server/common/EntityContext.getResourceId:()I]
EntityContext.getResourceTypeId ( ) : int
[run-time name: org/rhq/enterprise/server/common/EntityContext.getResourceTypeId:()I]
EntityContext.getUnknownContextMessage ( ) : String
[run-time name: org/rhq/enterprise/server/common/EntityContext.getUnknownContextMessage:()Ljava/lang/String;]
EntityContext.toShortString ( ) : String
[run-time name: org/rhq/enterprise/server/common/EntityContext.toShortString:()Ljava/lang/String;]
EntityContext.toString ( ) : String
[run-time name: org/rhq/enterprise/server/common/EntityContext.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, EventManagerBean.class
package org.rhq.enterprise.server.event
EventManagerBean.deleteAllEventsForCompatibleGroup ( org.rhq.core.domain.auth.Subject subject, int groupId ) : int
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.deleteAllEventsForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;I)I]
EventManagerBean.deleteAllEventsForResource ( org.rhq.core.domain.auth.Subject subject, int resourceId ) : int
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.deleteAllEventsForResource:(Lorg/rhq/core/domain/auth/Subject;I)I]
EventManagerBean.deleteEvents ( org.rhq.core.domain.auth.Subject subject, java.util.List eventIds ) : int
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.deleteEvents:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)I]
EventManagerBean.findEventComposites ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, long begin, long end, org.rhq.core.domain.event.EventSeverity[ ] severities, String source, String detail, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.findEventComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJ[Lorg/rhq/core/domain/event/EventSeverity;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
EventManagerBean.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, long begin, long end, int bucketCount ) : org.rhq.core.domain.event.EventSeverity[ ]
[run-time name: org/rhq/enterprise/server/event/EventManagerBean.getSeverityBucketsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJI)[Lorg/rhq/core/domain/event/EventSeverity;]
rhq-enterprise-server-3.0.0.jar, EventManagerLocal.class
package org.rhq.enterprise.server.event
EventManagerLocal.deleteAllEventsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.deleteAllEventsForCompatibleGroup:(Lorg/rhq/core/domain/auth/Subject;I)I]
EventManagerLocal.deleteAllEventsForResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.deleteAllEventsForResource:(Lorg/rhq/core/domain/auth/Subject;I)I]
EventManagerLocal.deleteEvents ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.deleteEvents:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)I]
EventManagerLocal.findEventComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, org.rhq.core.domain.event.EventSeverity[ ] p5, String p6, String p7, org.rhq.core.domain.util.PageControl p8 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.findEventComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJ[Lorg/rhq/core/domain/event/EventSeverity;Ljava/lang/String;Ljava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
EventManagerLocal.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, int p5 ) [abstract] : org.rhq.core.domain.event.EventSeverity[ ]
[run-time name: org/rhq/enterprise/server/event/EventManagerLocal.getSeverityBucketsByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;JJI)[Lorg/rhq/core/domain/event/EventSeverity;]
rhq-enterprise-server-3.0.0.jar, FeatureUnavailableException.class
package org.rhq.enterprise.server.license
FeatureUnavailableException.FeatureUnavailableException ( )
[run-time name: org/rhq/enterprise/server/license/FeatureUnavailableException."<init>":()V]
FeatureUnavailableException.FeatureUnavailableException ( String s )
[run-time name: org/rhq/enterprise/server/license/FeatureUnavailableException."<init>":(Ljava/lang/String;)V]
FeatureUnavailableException.FeatureUnavailableException ( String s, Throwable t )
[run-time name: org/rhq/enterprise/server/license/FeatureUnavailableException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
FeatureUnavailableException.FeatureUnavailableException ( Throwable t )
[run-time name: org/rhq/enterprise/server/license/FeatureUnavailableException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, GroupOperationSchedule.class
package org.rhq.enterprise.server.operation
GroupOperationSchedule.getExecutionOrder ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.getExecutionOrder:()Ljava/util/List;]
GroupOperationSchedule.getGroup ( ) : org.rhq.core.domain.resource.group.ResourceGroup
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.getGroup:()Lorg/rhq/core/domain/resource/group/ResourceGroup;]
GroupOperationSchedule.getHaltOnFailure ( ) : boolean
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.getHaltOnFailure:()Z]
GroupOperationSchedule.GroupOperationSchedule ( )
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule."<init>":()V]
GroupOperationSchedule.isHaltOnFailure ( ) : boolean
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.isHaltOnFailure:()Z]
GroupOperationSchedule.setExecutionOrder ( java.util.List executionOrder ) : void
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.setExecutionOrder:(Ljava/util/List;)V]
GroupOperationSchedule.setGroup ( org.rhq.core.domain.resource.group.ResourceGroup group ) : void
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.setGroup:(Lorg/rhq/core/domain/resource/group/ResourceGroup;)V]
GroupOperationSchedule.setHaltOnFailure ( boolean haltOnFailure ) : void
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.setHaltOnFailure:(Z)V]
GroupOperationSchedule.toString ( ) : String
[run-time name: org/rhq/enterprise/server/operation/GroupOperationSchedule.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, GroupSearchAssistant.class
package org.rhq.enterprise.server.search.assist
GroupSearchAssistant.GroupSearchAssistant ( )
[run-time name: org/rhq/enterprise/server/search/assist/GroupSearchAssistant."<init>":()V]
rhq-enterprise-server-3.0.0.jar, GroupSearchTranslator.class
package org.rhq.enterprise.server.search.translation
GroupSearchTranslator.GroupSearchTranslator ( )
[run-time name: org/rhq/enterprise/server/search/translation/GroupSearchTranslator."<init>":()V]
rhq-enterprise-server-3.0.0.jar, License.class
package org.rhq.enterprise.server.license
License.addPlugin ( String plugin ) : void
[run-time name: org/rhq/enterprise/server/license/License.addPlugin:(Ljava/lang/String;)V]
License.addServerIp ( int count, String addr ) : void
[run-time name: org/rhq/enterprise/server/license/License.addServerIp:(ILjava/lang/String;)V]
License.equals ( Object o ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.equals:(Ljava/lang/Object;)Z]
License.getIsAnyIpOk ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.getIsAnyIpOk:()Z]
License.getIsAnyPluginOk ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.getIsAnyPluginOk:()Z]
License.getIsPerpetualLicense ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.getIsPerpetualLicense:()Z]
License.getLicenseeEmail ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.getLicenseeEmail:()Ljava/lang/String;]
License.getLicenseeName ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.getLicenseeName:()Ljava/lang/String;]
License.getLicenseePhone ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.getLicenseePhone:()Ljava/lang/String;]
License.getLicenseExpiration ( ) : long
[run-time name: org/rhq/enterprise/server/license/License.getLicenseExpiration:()J]
License.getMasterKey ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.getMasterKey:()Ljava/lang/String;]
License.getPlatformLimit ( ) : int
[run-time name: org/rhq/enterprise/server/license/License.getPlatformLimit:()I]
License.getPlatformsUnlimited ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.getPlatformsUnlimited:()Z]
License.getPlugins ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/license/License.getPlugins:()Ljava/util/List;]
License.getServerIps ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/license/License.getServerIps:()Ljava/util/List;]
License.getSupportLevel ( ) : int
[run-time name: org/rhq/enterprise/server/license/License.getSupportLevel:()I]
License.getVersion ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.getVersion:()Ljava/lang/String;]
License.isTrial ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/License.isTrial:()Z]
License.License ( )
[run-time name: org/rhq/enterprise/server/license/License."<init>":()V]
License.setLicenseeEmail ( String e ) : void
[run-time name: org/rhq/enterprise/server/license/License.setLicenseeEmail:(Ljava/lang/String;)V]
License.setLicenseeName ( String n ) : void
[run-time name: org/rhq/enterprise/server/license/License.setLicenseeName:(Ljava/lang/String;)V]
License.setLicenseePhone ( String p ) : void
[run-time name: org/rhq/enterprise/server/license/License.setLicenseePhone:(Ljava/lang/String;)V]
License.setMasterKey ( String m ) : void
[run-time name: org/rhq/enterprise/server/license/License.setMasterKey:(Ljava/lang/String;)V]
License.setPlatformLimit ( int l ) : void
[run-time name: org/rhq/enterprise/server/license/License.setPlatformLimit:(I)V]
License.setSupportLevel ( int level ) : void
[run-time name: org/rhq/enterprise/server/license/License.setSupportLevel:(I)V]
License.setTrial ( boolean trial ) : void
[run-time name: org/rhq/enterprise/server/license/License.setTrial:(Z)V]
License.setVersion ( String v ) : void
[run-time name: org/rhq/enterprise/server/license/License.setVersion:(Ljava/lang/String;)V]
License.toString ( ) : String
[run-time name: org/rhq/enterprise/server/license/License.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, LicenseException.class
package org.rhq.enterprise.server.license
LicenseException.LicenseException ( )
[run-time name: org/rhq/enterprise/server/license/LicenseException."<init>":()V]
LicenseException.LicenseException ( String message )
[run-time name: org/rhq/enterprise/server/license/LicenseException."<init>":(Ljava/lang/String;)V]
LicenseException.LicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/LicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
LicenseException.LicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/LicenseException."<init>":(Ljava/lang/Throwable;)V]
package org.rhq.enterprise.server.system
LicenseException.LicenseException ( )
[run-time name: org/rhq/enterprise/server/system/LicenseException."<init>":()V]
LicenseException.LicenseException ( String message )
[run-time name: org/rhq/enterprise/server/system/LicenseException."<init>":(Ljava/lang/String;)V]
LicenseException.LicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/system/LicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
LicenseException.LicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/system/LicenseException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, LicenseManager.class
package org.rhq.enterprise.server.license
LicenseManager.checkLicense ( java.io.InputStream licenseFile ) [static] : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.checkLicense:(Ljava/io/InputStream;)V]
LicenseManager.doHalt ( String msg ) [static] : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.doHalt:(Ljava/lang/String;)V]
LicenseManager.doHalt ( String msg, Exception e ) [static] : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.doHalt:(Ljava/lang/String;Ljava/lang/Exception;)V]
LicenseManager.doStartupCheck ( String licenseFile ) : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.doStartupCheck:(Ljava/lang/String;)V]
LicenseManager.enforceFeatureLimit ( int feature ) : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.enforceFeatureLimit:(I)V]
LicenseManager.enforceFeatureLimit ( License license, int feature ) [static] : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.enforceFeatureLimit:(Lorg/rhq/enterprise/server/license/License;I)V]
LicenseManager.enforcePlatformLimit ( int count ) : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.enforcePlatformLimit:(I)V]
LicenseManager.getExpiration ( ) : long
[run-time name: org/rhq/enterprise/server/license/LicenseManager.getExpiration:()J]
LicenseManager.getLicense ( ) : License
[run-time name: org/rhq/enterprise/server/license/LicenseManager.getLicense:()Lorg/rhq/enterprise/server/license/License;]
LicenseManager.getLicenseFileName ( ) [static] : String
[run-time name: org/rhq/enterprise/server/license/LicenseManager.getLicenseFileName:()Ljava/lang/String;]
LicenseManager.getLicenseInfoString ( ) : String
[run-time name: org/rhq/enterprise/server/license/LicenseManager.getLicenseInfoString:()Ljava/lang/String;]
LicenseManager.instance ( ) [static] : LicenseManager
[run-time name: org/rhq/enterprise/server/license/LicenseManager.instance:()Lorg/rhq/enterprise/server/license/LicenseManager;]
LicenseManager.isLicenseExpired ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/LicenseManager.isLicenseExpired:()Z]
LicenseManager.isLicenseLoaded ( ) : boolean
[run-time name: org/rhq/enterprise/server/license/LicenseManager.isLicenseLoaded:()Z]
LicenseManager.isPluginEnabled ( String name ) : boolean
[run-time name: org/rhq/enterprise/server/license/LicenseManager.isPluginEnabled:(Ljava/lang/String;)Z]
LicenseManager.run ( ) : void
[run-time name: org/rhq/enterprise/server/license/LicenseManager.run:()V]
rhq-enterprise-server-3.0.0.jar, LicenseParsingException.class
package org.rhq.enterprise.server.license
LicenseParsingException.LicenseParsingException ( )
[run-time name: org/rhq/enterprise/server/license/LicenseParsingException."<init>":()V]
LicenseParsingException.LicenseParsingException ( String message )
[run-time name: org/rhq/enterprise/server/license/LicenseParsingException."<init>":(Ljava/lang/String;)V]
LicenseParsingException.LicenseParsingException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/LicenseParsingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
LicenseParsingException.LicenseParsingException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/LicenseParsingException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, LicenseStoreManager.class
package org.rhq.enterprise.server.license
LicenseStoreManager.store ( License license ) [static] : long
[run-time name: org/rhq/enterprise/server/license/LicenseStoreManager.store:(Lorg/rhq/enterprise/server/license/License;)J]
rhq-enterprise-server-3.0.0.jar, MeasurementDataManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerBean.findDataForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, int definitionId, long beginTime, long endTime, int numDataPoints ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.findDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;IJJI)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, MeasurementDataManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementDataManagerLocal.findDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int p3, long p4, long p5, int p6 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.findDataForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;IJJI)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, MeasurementDataManagerUtility.class
package org.rhq.enterprise.server.measurement.util
MeasurementDataManagerUtility.getAggregateByDefinitionAndContext ( long beginTime, long endTime, int definitionId, org.rhq.enterprise.server.common.EntityContext context ) : org.rhq.enterprise.server.measurement.MeasurementAggregate
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementDataManagerUtility.getAggregateByDefinitionAndContext:(JJILorg/rhq/enterprise/server/common/EntityContext;)Lorg/rhq/enterprise/server/measurement/MeasurementAggregate;]
MeasurementDataManagerUtility.getMeasurementDataAggregatesForContext ( long beginTime, long endTime, org.rhq.enterprise.server.common.EntityContext context, int definitionId, int numDataPoints ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementDataManagerUtility.getMeasurementDataAggregatesForContext:(JJLorg/rhq/enterprise/server/common/EntityContext;II)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, MeasurementScheduleManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementScheduleManagerBean.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, int[ ] measurementDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.disableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[I)I]
MeasurementScheduleManagerBean.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, int[ ] measurementDefinitionIds ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.enableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[I)I]
MeasurementScheduleManagerBean.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, org.rhq.core.domain.util.PageControl pc ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.getMeasurementScheduleCompositesByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
MeasurementScheduleManagerBean.getMeasurementScheduleSubQueryForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, int[ ] measurementDefinitionIds ) : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.getMeasurementScheduleSubQueryForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[I)Ljava/lang/String;]
MeasurementScheduleManagerBean.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject subject, org.rhq.enterprise.server.common.EntityContext context, int[ ] measurementDefinitionIds, long collectionInterval ) : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.updateSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[IJ)I]
rhq-enterprise-server-3.0.0.jar, MeasurementScheduleManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementScheduleManagerLocal.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.disableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[I)I]
MeasurementScheduleManagerLocal.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.enableSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[I)I]
MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, org.rhq.core.domain.util.PageControl p3 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
MeasurementScheduleManagerLocal.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3, long p4 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.updateSchedulesForContext:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;[IJ)I]
rhq-enterprise-server-3.0.0.jar, MeasurementSummary.class
package org.rhq.enterprise.server.measurement.uibean
MeasurementSummary.asList ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.asList:()Ljava/util/List;]
MeasurementSummary.getAvailDown ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.getAvailDown:()Ljava/lang/Integer;]
MeasurementSummary.getAvailUnknown ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.getAvailUnknown:()Ljava/lang/Integer;]
MeasurementSummary.getAvailUp ( ) : Integer
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.getAvailUp:()Ljava/lang/Integer;]
MeasurementSummary.MeasurementSummary ( )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary."<init>":()V]
MeasurementSummary.MeasurementSummary ( Integer up, Integer down, Integer unknown )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary."<init>":(Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V]
MeasurementSummary.setAvailDown ( Integer unavailConfigured ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.setAvailDown:(Ljava/lang/Integer;)V]
MeasurementSummary.setAvailUnknown ( Integer totalConfigured ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.setAvailUnknown:(Ljava/lang/Integer;)V]
MeasurementSummary.setAvailUp ( Integer currentConfigured ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.setAvailUp:(Ljava/lang/Integer;)V]
MeasurementSummary.toString ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MeasurementSummary.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, MeasurementUtils.class
package org.rhq.enterprise.server.measurement.util
MeasurementUtils.parseMetricToken ( String token ) [static] : org.rhq.enterprise.server.measurement.uibean.MetricDisplaySummary
[run-time name: org/rhq/enterprise/server/measurement/util/MeasurementUtils.parseMetricToken:(Ljava/lang/String;)Lorg/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary;]
rhq-enterprise-server-3.0.0.jar, MeasurementViewManagerBean.class
package org.rhq.enterprise.server.measurement
MeasurementViewManagerBean.addChart ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.addChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.createView ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.createView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerBean.deleteView ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.deleteView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerBean.getCharts ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
MeasurementViewManagerBean.getSelectedView ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context ) : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;)Ljava/lang/String;]
MeasurementViewManagerBean.getViewNames ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context ) : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.getViewNames:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;)Ljava/util/List;]
MeasurementViewManagerBean.moveChartDown ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.moveChartDown:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.moveChartUp ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.moveChartUp:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.removeChart ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName, String viewKey ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.removeChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerBean.saveCharts ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName, java.util.List charts ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.saveCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/util/List;)V]
MeasurementViewManagerBean.setSelectedView ( org.rhq.core.domain.auth.Subject user, org.rhq.enterprise.server.common.EntityContext context, String viewName ) : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerBean.setSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
rhq-enterprise-server-3.0.0.jar, MeasurementViewManagerLocal.class
package org.rhq.enterprise.server.measurement
MeasurementViewManagerLocal.addChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.addChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.createView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.createView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerLocal.deleteView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.deleteView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
MeasurementViewManagerLocal.getCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)Ljava/util/List;]
MeasurementViewManagerLocal.getSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;)Ljava/lang/String;]
MeasurementViewManagerLocal.getViewNames ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.getViewNames:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;)Ljava/util/List;]
MeasurementViewManagerLocal.moveChartDown ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.moveChartDown:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.moveChartUp ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.moveChartUp:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.removeChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.removeChart:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/lang/String;)V]
MeasurementViewManagerLocal.saveCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, java.util.List p4 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.saveCharts:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;Ljava/util/List;)V]
MeasurementViewManagerLocal.setSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/measurement/MeasurementViewManagerLocal.setSelectedView:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/enterprise/server/common/EntityContext;Ljava/lang/String;)V]
rhq-enterprise-server-3.0.0.jar, MetricDisplayConstants.class
package org.rhq.enterprise.server.measurement.uibean
MetricDisplayConstants.MetricDisplayConstants ( )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayConstants."<init>":()V]
rhq-enterprise-server-3.0.0.jar, MetricDisplaySummary.class
package org.rhq.enterprise.server.measurement.uibean
MetricDisplaySummary.getAlertCount ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getAlertCount:()I]
MetricDisplaySummary.getChangedDate ( ) : java.util.Date
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getChangedDate:()Ljava/util/Date;]
MetricDisplaySummary.getChildTypeId ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getChildTypeId:()I]
MetricDisplaySummary.getContext ( ) : org.rhq.enterprise.server.common.EntityContext
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getContext:()Lorg/rhq/enterprise/server/common/EntityContext;]
MetricDisplaySummary.getGroupId ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getGroupId:()I]
MetricDisplaySummary.getIsTrait ( ) : boolean
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getIsTrait:()Z]
MetricDisplaySummary.getMetricToken ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getMetricToken:()Ljava/lang/String;]
MetricDisplaySummary.getParent ( ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getParent:()Lorg/rhq/core/domain/resource/Resource;]
MetricDisplaySummary.getParentId ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getParentId:()I]
MetricDisplaySummary.getResource ( ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getResource:()Lorg/rhq/core/domain/resource/Resource;]
MetricDisplaySummary.getResourceId ( ) : int
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getResourceId:()I]
MetricDisplaySummary.getTimestamp ( ) : long
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getTimestamp:()J]
MetricDisplaySummary.getValue ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getValue:()Ljava/lang/String;]
MetricDisplaySummary.getValuesPresent ( ) : boolean
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.getValuesPresent:()Z]
MetricDisplaySummary.init ( org.rhq.enterprise.server.common.EntityContext context ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.init:(Lorg/rhq/enterprise/server/common/EntityContext;)V]
MetricDisplaySummary.MetricDisplaySummary ( )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary."<init>":()V]
MetricDisplaySummary.setAlertCount ( int alertCount ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setAlertCount:(I)V]
MetricDisplaySummary.setChildTypeId ( int childTypeId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setChildTypeId:(I)V]
MetricDisplaySummary.setGroupId ( int groupId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setGroupId:(I)V]
MetricDisplaySummary.setIsTrait ( boolean isThisATrait ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setIsTrait:(Z)V]
MetricDisplaySummary.setMetricToken ( String metricToken ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setMetricToken:(Ljava/lang/String;)V]
MetricDisplaySummary.setParent ( org.rhq.core.domain.resource.Resource parent ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setParent:(Lorg/rhq/core/domain/resource/Resource;)V]
MetricDisplaySummary.setParentId ( int parentId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setParentId:(I)V]
MetricDisplaySummary.setResource ( org.rhq.core.domain.resource.Resource resource ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setResource:(Lorg/rhq/core/domain/resource/Resource;)V]
MetricDisplaySummary.setResourceId ( int resourceId ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setResourceId:(I)V]
MetricDisplaySummary.setTimestamp ( long timestamp ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setTimestamp:(J)V]
MetricDisplaySummary.setValue ( String val ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setValue:(Ljava/lang/String;)V]
MetricDisplaySummary.setValuesPresent ( boolean noValuesPreent ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.setValuesPresent:(Z)V]
MetricDisplaySummary.toString ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplaySummary.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, MetricDisplayValue.class
package org.rhq.enterprise.server.measurement.uibean
MetricDisplayValue.getHighlighted ( ) : Boolean
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.getHighlighted:()Ljava/lang/Boolean;]
MetricDisplayValue.getValue ( ) : Double
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.getValue:()Ljava/lang/Double;]
MetricDisplayValue.getValueFmt ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.getValueFmt:()Ljava/lang/String;]
MetricDisplayValue.MetricDisplayValue ( double aValue )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue."<init>":(D)V]
MetricDisplayValue.MetricDisplayValue ( Double aValue )
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue."<init>":(Ljava/lang/Double;)V]
MetricDisplayValue.setHighlighted ( Boolean flag ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.setHighlighted:(Ljava/lang/Boolean;)V]
MetricDisplayValue.setValue ( Double aValue ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.setValue:(Ljava/lang/Double;)V]
MetricDisplayValue.setValueFmt ( String aValueFmt ) : void
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.setValueFmt:(Ljava/lang/String;)V]
MetricDisplayValue.toString ( ) : String
[run-time name: org/rhq/enterprise/server/measurement/uibean/MetricDisplayValue.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, Node.class
package org.rhq.enterprise.server.resource.cluster
ClusterKey.Node.ClusterKey.Node ( int resourceTypeId, String resourceKey )
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.Node."<init>":(ILjava/lang/String;)V]
ClusterKey.Node.getResourceKey ( ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.Node.getResourceKey:()Ljava/lang/String;]
ClusterKey.Node.getResourceTypeId ( ) : int
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.Node.getResourceTypeId:()I]
ClusterKey.Node.toNamedString ( javax.persistence.EntityManager em ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.Node.toNamedString:(Ljavax/persistence/EntityManager;)Ljava/lang/String;]
ClusterKey.Node.toString ( ) : String
[run-time name: org/rhq/enterprise/server/resource/cluster/ClusterKey.Node.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, OperationJob.class
package org.rhq.enterprise.server.operation
OperationJob.createOperationHistory ( String jobName, String jobGroup, ResourceOperationSchedule schedule, org.rhq.core.domain.operation.GroupOperationHistory groupHistory, OperationManagerLocal operationManager ) : org.rhq.core.domain.operation.ResourceOperationHistory
[run-time name: org/rhq/enterprise/server/operation/OperationJob.createOperationHistory:(Ljava/lang/String;Ljava/lang/String;Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;Lorg/rhq/core/domain/operation/GroupOperationHistory;Lorg/rhq/enterprise/server/operation/OperationManagerLocal;)Lorg/rhq/core/domain/operation/ResourceOperationHistory;]
rhq-enterprise-server-3.0.0.jar, OperationManagerBean.class
package org.rhq.enterprise.server.operation
OperationManagerBean.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject subject, org.quartz.JobDetail jobDetail ) : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerBean.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject subject, String jobId ) : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerBean.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject subject, org.quartz.JobDetail jobDetail ) : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerBean.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject subject, String jobId ) : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int compatibleGroupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, org.quartz.Trigger trigger, String notes ) : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description ) : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String notes ) : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, org.rhq.core.domain.configuration.Configuration parameters, org.quartz.Trigger trigger, String notes ) : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
rhq-enterprise-server-3.0.0.jar, OperationManagerLocal.class
package org.rhq.enterprise.server.operation
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) [abstract] : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getGroupOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) [abstract] : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Lorg/quartz/JobDetail;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) [abstract] : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.getResourceOperationSchedule:(Lorg/rhq/core/domain/auth/Subject;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) [abstract] : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, org.quartz.Trigger p7, String p8 ) [abstract] : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) [abstract] : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.configuration.Configuration p4, org.quartz.Trigger p5, String p6 ) [abstract] : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerLocal.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;Lorg/quartz/Trigger;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
rhq-enterprise-server-3.0.0.jar, OperationManagerRemote.class
package org.rhq.enterprise.server.operation
OperationManagerRemote.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) [abstract] : GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
OperationManagerRemote.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) [abstract] : ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/operation/OperationManagerRemote.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
rhq-enterprise-server-3.0.0.jar, OperationSchedule.class
package org.rhq.enterprise.server.operation
OperationSchedule.getDescription ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getDescription:()Ljava/lang/String;]
OperationSchedule.getJobGroup ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getJobGroup:()Ljava/lang/String;]
OperationSchedule.getJobId ( ) : org.rhq.core.domain.operation.JobId
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getJobId:()Lorg/rhq/core/domain/operation/JobId;]
OperationSchedule.getJobName ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getJobName:()Ljava/lang/String;]
OperationSchedule.getOperationDisplayName ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getOperationDisplayName:()Ljava/lang/String;]
OperationSchedule.getOperationName ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getOperationName:()Ljava/lang/String;]
OperationSchedule.getParameters ( ) : org.rhq.core.domain.configuration.Configuration
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getParameters:()Lorg/rhq/core/domain/configuration/Configuration;]
OperationSchedule.getSubject ( ) : org.rhq.core.domain.auth.Subject
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.getSubject:()Lorg/rhq/core/domain/auth/Subject;]
OperationSchedule.OperationSchedule ( )
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule."<init>":()V]
OperationSchedule.setDescription ( String description ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setDescription:(Ljava/lang/String;)V]
OperationSchedule.setJobGroup ( String jobGroup ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setJobGroup:(Ljava/lang/String;)V]
OperationSchedule.setJobName ( String jobName ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setJobName:(Ljava/lang/String;)V]
OperationSchedule.setOperationDisplayName ( String operationDisplayName ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setOperationDisplayName:(Ljava/lang/String;)V]
OperationSchedule.setOperationName ( String operationName ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setOperationName:(Ljava/lang/String;)V]
OperationSchedule.setParameters ( org.rhq.core.domain.configuration.Configuration parameters ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setParameters:(Lorg/rhq/core/domain/configuration/Configuration;)V]
OperationSchedule.setSubject ( org.rhq.core.domain.auth.Subject subject ) : void
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.setSubject:(Lorg/rhq/core/domain/auth/Subject;)V]
OperationSchedule.toString ( ) : String
[run-time name: org/rhq/enterprise/server/operation/OperationSchedule.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, PlatformLimitException.class
package org.rhq.enterprise.server.license
PlatformLimitException.getLimit ( ) : int
[run-time name: org/rhq/enterprise/server/license/PlatformLimitException.getLimit:()I]
PlatformLimitException.PlatformLimitException ( String msg, int limit )
[run-time name: org/rhq/enterprise/server/license/PlatformLimitException."<init>":(Ljava/lang/String;I)V]
rhq-enterprise-server-3.0.0.jar, PluginDeploymentScanner.class
package org.rhq.enterprise.server.core.plugin
PluginDeploymentScanner.getLicenseFile ( ) : java.io.File
[run-time name: org/rhq/enterprise/server/core/plugin/PluginDeploymentScanner.getLicenseFile:()Ljava/io/File;]
PluginDeploymentScanner.setLicenseFile ( java.io.File file ) : void
[run-time name: org/rhq/enterprise/server/core/plugin/PluginDeploymentScanner.setLicenseFile:(Ljava/io/File;)V]
rhq-enterprise-server-3.0.0.jar, PluginDeploymentScannerMBean.class
package org.rhq.enterprise.server.core.plugin
PluginDeploymentScannerMBean.getLicenseFile ( ) [abstract] : java.io.File
[run-time name: org/rhq/enterprise/server/core/plugin/PluginDeploymentScannerMBean.getLicenseFile:()Ljava/io/File;]
PluginDeploymentScannerMBean.setLicenseFile ( java.io.File p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/core/plugin/PluginDeploymentScannerMBean.setLicenseFile:(Ljava/io/File;)V]
rhq-enterprise-server-3.0.0.jar, ProductPluginDeployer.class
package org.rhq.enterprise.server.core.plugin
ProductPluginDeployer.getLicenseFile ( ) : java.io.File
[run-time name: org/rhq/enterprise/server/core/plugin/ProductPluginDeployer.getLicenseFile:()Ljava/io/File;]
ProductPluginDeployer.setLicenseFile ( java.io.File file ) : void
[run-time name: org/rhq/enterprise/server/core/plugin/ProductPluginDeployer.setLicenseFile:(Ljava/io/File;)V]
rhq-enterprise-server-3.0.0.jar, Property.class
package org.rhq.enterprise.server.util
SystemInformation.Property.valueOf ( String name ) [static] : SystemInformation.Property
[run-time name: org/rhq/enterprise/server/util/SystemInformation.Property.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/util/SystemInformation$Property;]
SystemInformation.Property.values ( ) [static] : SystemInformation.Property[ ]
[run-time name: org/rhq/enterprise/server/util/SystemInformation.Property.values:()[Lorg/rhq/enterprise/server/util/SystemInformation$Property;]
rhq-enterprise-server-3.0.0.jar, RecipeParseResults.class
package org.rhq.enterprise.server.bundle
RecipeParseResults.setConfigDef ( org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef ) : void
[run-time name: org/rhq/enterprise/server/bundle/RecipeParseResults.setConfigDef:(Lorg/rhq/core/domain/configuration/definition/ConfigurationDefinition;)V]
rhq-enterprise-server-3.0.0.jar, RemoteInstallManagerBean.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerBean.agentInstallCheck ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo ) : org.rhq.core.domain.install.remote.AgentInstallInfo
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.agentInstallCheck:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Lorg/rhq/core/domain/install/remote/AgentInstallInfo;]
RemoteInstallManagerBean.agentStatus ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.agentStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
RemoteInstallManagerBean.startAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.startAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
RemoteInstallManagerBean.stopAgent ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.install.remote.RemoteAccessInfo remoteAccessInfo ) : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.stopAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, RemoteInstallManagerLocal.class
package org.rhq.enterprise.server.install.remote
RemoteInstallManagerLocal.agentInstallCheck ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) [abstract] : org.rhq.core.domain.install.remote.AgentInstallInfo
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerLocal.agentInstallCheck:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Lorg/rhq/core/domain/install/remote/AgentInstallInfo;]
RemoteInstallManagerLocal.agentStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerLocal.agentStatus:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
RemoteInstallManagerLocal.startAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerLocal.startAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
RemoteInstallManagerLocal.stopAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/install/remote/RemoteInstallManagerLocal.stopAgent:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/install/remote/RemoteAccessInfo;)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, RepoManagerBean.class
package org.rhq.enterprise.server.content
RepoManagerBean.synchronizeRepos ( org.rhq.core.domain.auth.Subject subject, Integer[ ] repoIds ) : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerBean.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, RepoManagerLocal.class
package org.rhq.enterprise.server.content
RepoManagerLocal.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerLocal.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, RepoManagerRemote.class
package org.rhq.enterprise.server.content
RepoManagerRemote.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/content/RepoManagerRemote.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
rhq-enterprise-server-3.0.0.jar, ResourceFactoryManagerBean.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerBean.createInventoryResource ( int parentResourceId, int resourceTypeId, String resourceName, String resourceKey ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.createInventoryResource:(IILjava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/resource/Resource;]
ResourceFactoryManagerBean.findCreateChildResourceHistory ( int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.findCreateChildResourceHistory:(ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceFactoryManagerBean.findDeleteChildResourceHistory ( int parentResourceId, Long beginDate, Long endDate, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerBean.findDeleteChildResourceHistory:(ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-3.0.0.jar, ResourceFactoryManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceFactoryManagerLocal.createInventoryResource ( int p1, int p2, String p3, String p4 ) [abstract] : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.createInventoryResource:(IILjava/lang/String;Ljava/lang/String;)Lorg/rhq/core/domain/resource/Resource;]
ResourceFactoryManagerLocal.findCreateChildResourceHistory ( int p1, Long p2, Long p3, org.rhq.core.domain.util.PageControl p4 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.findCreateChildResourceHistory:(ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceFactoryManagerLocal.findDeleteChildResourceHistory ( int p1, Long p2, Long p3, org.rhq.core.domain.util.PageControl p4 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceFactoryManagerLocal.findDeleteChildResourceHistory:(ILjava/lang/Long;Ljava/lang/Long;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-3.0.0.jar, ResourceGroupManagerBean.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerBean.ensureMembershipMatches ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.ensureMembershipMatches:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
ResourceGroupManagerBean.getResourceGroupCountByCategory ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.GroupCategory category ) : int
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.getResourceGroupCountByCategory:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/GroupCategory;)I]
rhq-enterprise-server-3.0.0.jar, ResourceGroupManagerLocal.class
package org.rhq.enterprise.server.resource.group
ResourceGroupManagerLocal.ensureMembershipMatches ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.ensureMembershipMatches:(Lorg/rhq/core/domain/auth/Subject;I[I)V]
ResourceGroupManagerLocal.getResourceGroupCountByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.GroupCategory p2 ) [abstract] : int
[run-time name: org/rhq/enterprise/server/resource/group/ResourceGroupManagerLocal.getResourceGroupCountByCategory:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/group/GroupCategory;)I]
rhq-enterprise-server-3.0.0.jar, ResourceManagerBean.class
package org.rhq.enterprise.server.resource
ResourceManagerBean.disambiguate ( java.util.List results, org.rhq.core.util.IntExtractor extractor, disambiguation.DisambiguationUpdateStrategy updateStrategy ) : org.rhq.core.domain.resource.composite.ResourceNamesDisambiguationResult
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.disambiguate:(Ljava/util/List;Lorg/rhq/core/util/IntExtractor;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)Lorg/rhq/core/domain/resource/composite/ResourceNamesDisambiguationResult;]
ResourceManagerBean.findResourceComposites ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.resource.ResourceCategory category, String typeName, int parentResourceId, String searchString, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.findResourceComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceCategory;Ljava/lang/String;ILjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceManagerBean.getResourceLineageAndSiblings ( int resourceId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerBean.getResourceLineageAndSiblings:(I)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, ResourceManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 ) [abstract] : org.rhq.core.domain.resource.composite.ResourceNamesDisambiguationResult
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.disambiguate:(Ljava/util/List;Lorg/rhq/core/util/IntExtractor;Lorg/rhq/enterprise/server/resource/disambiguation/DisambiguationUpdateStrategy;)Lorg/rhq/core/domain/resource/composite/ResourceNamesDisambiguationResult;]
ResourceManagerLocal.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, int p4, String p5, org.rhq.core.domain.util.PageControl p6 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.findResourceComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceCategory;Ljava/lang/String;ILjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
ResourceManagerLocal.getResourceLineageAndSiblings ( int p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerLocal.getResourceLineageAndSiblings:(I)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, ResourceManagerRemote.class
package org.rhq.enterprise.server.resource
ResourceManagerRemote.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, int p4, String p5, org.rhq.core.domain.util.PageControl p6 ) [abstract] : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/resource/ResourceManagerRemote.findResourceComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceCategory;Ljava/lang/String;ILjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
rhq-enterprise-server-3.0.0.jar, ResourceMetadataManagerBean.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerBean.disablePlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.disablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
ResourceMetadataManagerBean.enablePlugins ( org.rhq.core.domain.auth.Subject subject, java.util.List pluginIds ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.enablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
ResourceMetadataManagerBean.getAllPluginsById ( java.util.List pluginIds ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.getAllPluginsById:(Ljava/util/List;)Ljava/util/List;]
ResourceMetadataManagerBean.getPlugin ( String name ) : org.rhq.core.domain.plugin.Plugin
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.getPlugin:(Ljava/lang/String;)Lorg/rhq/core/domain/plugin/Plugin;]
ResourceMetadataManagerBean.getPlugins ( ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.getPlugins:()Ljava/util/List;]
ResourceMetadataManagerBean.getPluginsByResourceTypeAndCategory ( String resourceTypeName, org.rhq.core.domain.resource.ResourceCategory resourceCategory ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.getPluginsByResourceTypeAndCategory:(Ljava/lang/String;Lorg/rhq/core/domain/resource/ResourceCategory;)Ljava/util/List;]
ResourceMetadataManagerBean.registerPlugin ( org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.plugin.Plugin plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor pluginDescriptor, java.io.File pluginFile, boolean forceUpdate ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.registerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)V]
ResourceMetadataManagerBean.registerPluginInNewTransaction ( org.rhq.core.domain.auth.Subject whoami, org.rhq.core.domain.plugin.Plugin plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor pluginDescriptor, java.io.File pluginFile, boolean forceUpdate ) : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.registerPluginInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)Z]
ResourceMetadataManagerBean.removeObsoleteTypesInNewTransaction ( String pluginName ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.removeObsoleteTypesInNewTransaction:(Ljava/lang/String;)V]
ResourceMetadataManagerBean.setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject subject, int pluginId, boolean enabled ) : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.setPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-3.0.0.jar, ResourceMetadataManagerLocal.class
package org.rhq.enterprise.server.resource.metadata
ResourceMetadataManagerLocal.disablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.disablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
ResourceMetadataManagerLocal.enablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.enablePlugins:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/List;)V]
ResourceMetadataManagerLocal.getAllPluginsById ( java.util.List p1 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.getAllPluginsById:(Ljava/util/List;)Ljava/util/List;]
ResourceMetadataManagerLocal.getPlugin ( String p1 ) [abstract] : org.rhq.core.domain.plugin.Plugin
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.getPlugin:(Ljava/lang/String;)Lorg/rhq/core/domain/plugin/Plugin;]
ResourceMetadataManagerLocal.getPlugins ( ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.getPlugins:()Ljava/util/List;]
ResourceMetadataManagerLocal.getPluginsByResourceTypeAndCategory ( String p1, org.rhq.core.domain.resource.ResourceCategory p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.getPluginsByResourceTypeAndCategory:(Ljava/lang/String;Lorg/rhq/core/domain/resource/ResourceCategory;)Ljava/util/List;]
ResourceMetadataManagerLocal.registerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.registerPlugin:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)V]
ResourceMetadataManagerLocal.registerPluginInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.registerPluginInNewTransaction:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/plugin/Plugin;Lorg/rhq/core/clientapi/descriptor/plugin/PluginDescriptor;Ljava/io/File;Z)Z]
ResourceMetadataManagerLocal.removeObsoleteTypesInNewTransaction ( String p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.removeObsoleteTypesInNewTransaction:(Ljava/lang/String;)V]
ResourceMetadataManagerLocal.setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.setPluginEnabledFlag:(Lorg/rhq/core/domain/auth/Subject;IZ)V]
rhq-enterprise-server-3.0.0.jar, ResourceOperationSchedule.class
package org.rhq.enterprise.server.operation
ResourceOperationSchedule.getResource ( ) : org.rhq.core.domain.resource.Resource
[run-time name: org/rhq/enterprise/server/operation/ResourceOperationSchedule.getResource:()Lorg/rhq/core/domain/resource/Resource;]
ResourceOperationSchedule.ResourceOperationSchedule ( )
[run-time name: org/rhq/enterprise/server/operation/ResourceOperationSchedule."<init>":()V]
ResourceOperationSchedule.setResource ( org.rhq.core.domain.resource.Resource resource ) : void
[run-time name: org/rhq/enterprise/server/operation/ResourceOperationSchedule.setResource:(Lorg/rhq/core/domain/resource/Resource;)V]
ResourceOperationSchedule.toString ( ) : String
[run-time name: org/rhq/enterprise/server/operation/ResourceOperationSchedule.toString:()Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, ResourceSearchAssistant.class
package org.rhq.enterprise.server.search.assist
ResourceSearchAssistant.ResourceSearchAssistant ( )
[run-time name: org/rhq/enterprise/server/search/assist/ResourceSearchAssistant."<init>":()V]
rhq-enterprise-server-3.0.0.jar, ResourceSearchTranslator.class
package org.rhq.enterprise.server.search.translation
ResourceSearchTranslator.ResourceSearchTranslator ( )
[run-time name: org/rhq/enterprise/server/search/translation/ResourceSearchTranslator."<init>":()V]
rhq-enterprise-server-3.0.0.jar, ResourceTypeManagerBean.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerBean.getResourceTypeAncestorsWithOperations ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeAncestorsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject subject, int resourceTypeId ) : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerBean.getResourceTypeDescendantsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, ResourceTypeManagerLocal.class
package org.rhq.enterprise.server.resource
ResourceTypeManagerLocal.getResourceTypeAncestorsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.getResourceTypeAncestorsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) [abstract] : java.util.List
[run-time name: org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations:(Lorg/rhq/core/domain/auth/Subject;I)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, RoleManagerBean.class
package org.rhq.enterprise.server.authz
RoleManagerBean.deleteRoles ( org.rhq.core.domain.auth.Subject subject, Integer[ ] doomedRoleIds ) : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerBean.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-3.0.0.jar, RoleManagerLocal.class
package org.rhq.enterprise.server.authz
RoleManagerLocal.deleteRoles ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerLocal.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-3.0.0.jar, RoleManagerRemote.class
package org.rhq.enterprise.server.authz
RoleManagerRemote.deleteRoles ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/authz/RoleManagerRemote.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
rhq-enterprise-server-3.0.0.jar, SearchAssistantFactory.class
package org.rhq.enterprise.server.search.assist
SearchAssistantFactory.getAssistant ( org.rhq.core.domain.search.SearchSubsystem searchContext ) [static] : SearchAssistant
[run-time name: org/rhq/enterprise/server/search/assist/SearchAssistantFactory.getAssistant:(Lorg/rhq/core/domain/search/SearchSubsystem;)Lorg/rhq/enterprise/server/search/assist/SearchAssistant;]
rhq-enterprise-server-3.0.0.jar, SearchAssistManager.class
package org.rhq.enterprise.server.search.execution
SearchAssistManager.getAdvancedSuggestions ( String expression, int caretPos ) : java.util.List
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getAdvancedSuggestions:(Ljava/lang/String;I)Ljava/util/List;]
SearchAssistManager.getSimpleSuggestions ( String expression, int caretPos ) : java.util.List
[run-time name: org/rhq/enterprise/server/search/execution/SearchAssistManager.getSimpleSuggestions:(Ljava/lang/String;I)Ljava/util/List;]
rhq-enterprise-server-3.0.0.jar, SearchFragment.class
package org.rhq.enterprise.server.search.translation.jpql
SearchFragment.getFragment ( ) : String
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.getFragment:()Ljava/lang/String;]
SearchFragment.getType ( ) : SearchFragmentType
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment.getType:()Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragmentType;]
SearchFragment.SearchFragment ( SearchFragmentType type, String fragment )
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragment."<init>":(Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragmentType;Ljava/lang/String;)V]
rhq-enterprise-server-3.0.0.jar, SearchFragmentType.class
package org.rhq.enterprise.server.search.translation.jpql
SearchFragmentType.valueOf ( String name ) [static] : SearchFragmentType
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragmentType.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragmentType;]
SearchFragmentType.values ( ) [static] : SearchFragmentType[ ]
[run-time name: org/rhq/enterprise/server/search/translation/jpql/SearchFragmentType.values:()[Lorg/rhq/enterprise/server/search/translation/jpql/SearchFragmentType;]
rhq-enterprise-server-3.0.0.jar, SearchTranslationManager.class
package org.rhq.enterprise.server.search.execution
SearchTranslationManager.main ( String[ ] args ) [static] : void
[run-time name: org/rhq/enterprise/server/search/execution/SearchTranslationManager.main:([Ljava/lang/String;)V]
SearchTranslationManager.SearchTranslationManager ( org.rhq.core.domain.search.SearchSubsystem context )
[run-time name: org/rhq/enterprise/server/search/execution/SearchTranslationManager."<init>":(Lorg/rhq/core/domain/search/SearchSubsystem;)V]
rhq-enterprise-server-3.0.0.jar, SearchTranslatorFactory.class
package org.rhq.enterprise.server.search.translation
SearchTranslatorFactory.getTranslator ( org.rhq.core.domain.search.SearchSubsystem searchContext ) [static] : SearchTranslator
[run-time name: org/rhq/enterprise/server/search/translation/SearchTranslatorFactory.getTranslator:(Lorg/rhq/core/domain/search/SearchSubsystem;)Lorg/rhq/enterprise/server/search/translation/SearchTranslator;]
rhq-enterprise-server-3.0.0.jar, SSHInstallUtility.class
package org.rhq.enterprise.server.install.remote
SSHInstallUtility.agentStart ( ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.agentStart:()Ljava/lang/String;]
SSHInstallUtility.agentStatus ( ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.agentStatus:()Ljava/lang/String;]
SSHInstallUtility.agentStop ( ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.agentStop:()Ljava/lang/String;]
SSHInstallUtility.installAgent ( ) : org.rhq.core.domain.install.remote.AgentInstallInfo
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.installAgent:()Lorg/rhq/core/domain/install/remote/AgentInstallInfo;]
SSHInstallUtility.read2 ( java.io.BufferedReader reader ) : String
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.read2:(Ljava/io/BufferedReader;)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, StatusManagerBean.class
package org.rhq.enterprise.server.cloud
StatusManagerBean.updateByAlertDefinition ( int alertDefinitionId ) : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerBean.updateByAlertDefinition:(I)V]
StatusManagerBean.updateByResource ( int resourceId ) : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerBean.updateByResource:(I)V]
rhq-enterprise-server-3.0.0.jar, StatusManagerLocal.class
package org.rhq.enterprise.server.cloud
StatusManagerLocal.updateByAlertDefinition ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerLocal.updateByAlertDefinition:(I)V]
StatusManagerLocal.updateByResource ( int p1 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/cloud/StatusManagerLocal.updateByResource:(I)V]
rhq-enterprise-server-3.0.0.jar, SubjectManagerBean.class
package org.rhq.enterprise.server.auth
SubjectManagerBean.authenticateTemporarySessionPassword ( String password ) : boolean
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.authenticateTemporarySessionPassword:(Ljava/lang/String;)Z]
SubjectManagerBean.generateTemporarySessionPassword ( int sessionId ) : String
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerBean.generateTemporarySessionPassword:(I)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, SubjectManagerLocal.class
package org.rhq.enterprise.server.auth
SubjectManagerLocal.authenticateTemporarySessionPassword ( String p1 ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.authenticateTemporarySessionPassword:(Ljava/lang/String;)Z]
SubjectManagerLocal.generateTemporarySessionPassword ( int p1 ) [abstract] : String
[run-time name: org/rhq/enterprise/server/auth/SubjectManagerLocal.generateTemporarySessionPassword:(I)Ljava/lang/String;]
rhq-enterprise-server-3.0.0.jar, SystemInformation.class
package org.rhq.enterprise.server.util
SystemInformation.getDatabaseConnectionURL ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getDatabaseConnectionURL:()Ljava/lang/String;]
SystemInformation.getDatabaseDriverName ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getDatabaseDriverName:()Ljava/lang/String;]
SystemInformation.getDatabaseDriverVersion ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getDatabaseDriverVersion:()Ljava/lang/String;]
SystemInformation.getDatabaseProductName ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getDatabaseProductName:()Ljava/lang/String;]
SystemInformation.getDatabaseProductVersion ( ) : String
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getDatabaseProductVersion:()Ljava/lang/String;]
SystemInformation.getInstance ( ) [static] : SystemInformation
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getInstance:()Lorg/rhq/enterprise/server/util/SystemInformation;]
SystemInformation.getProperties ( SystemInformation.Property property ) : java.util.Map
[run-time name: org/rhq/enterprise/server/util/SystemInformation.getProperties:(Lorg/rhq/enterprise/server/util/SystemInformation$Property;)Ljava/util/Map;]
rhq-enterprise-server-3.0.0.jar, SystemManagerBean.class
package org.rhq.enterprise.server.system
SystemManagerBean.getExpiration ( ) : java.util.Date
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getExpiration:()Ljava/util/Date;]
SystemManagerBean.getLicense ( ) : org.rhq.enterprise.server.license.License
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getLicense:()Lorg/rhq/enterprise/server/license/License;]
SystemManagerBean.getServerVersion ( org.rhq.core.domain.auth.Subject subject ) : ServerVersion
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getServerVersion:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/enterprise/server/system/ServerVersion;]
SystemManagerBean.getSystemConfiguration ( ) : java.util.Properties
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.getSystemConfiguration:()Ljava/util/Properties;]
SystemManagerBean.initialize ( ) : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.initialize:()V]
SystemManagerBean.isMonitoringEnabled ( ) : boolean
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.isMonitoringEnabled:()Z]
SystemManagerBean.updateLicense ( org.rhq.core.domain.auth.Subject subject, byte[ ] licenseData ) : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.updateLicense:(Lorg/rhq/core/domain/auth/Subject;[B)V]
rhq-enterprise-server-3.0.0.jar, SystemManagerLocal.class
package org.rhq.enterprise.server.system
SystemManagerLocal.getExpiration ( ) [abstract] : java.util.Date
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getExpiration:()Ljava/util/Date;]
SystemManagerLocal.getLicense ( ) [abstract] : org.rhq.enterprise.server.license.License
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getLicense:()Lorg/rhq/enterprise/server/license/License;]
SystemManagerLocal.getServerVersion ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : ServerVersion
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getServerVersion:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/enterprise/server/system/ServerVersion;]
SystemManagerLocal.getSystemConfiguration ( ) [abstract] : java.util.Properties
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.getSystemConfiguration:()Ljava/util/Properties;]
SystemManagerLocal.isMonitoringEnabled ( ) [abstract] : boolean
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.isMonitoringEnabled:()Z]
SystemManagerLocal.updateLicense ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 ) [abstract] : void
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.updateLicense:(Lorg/rhq/core/domain/auth/Subject;[B)V]
rhq-enterprise-server-3.0.0.jar, SystemManagerRemote.class
package org.rhq.enterprise.server.system
SystemManagerRemote.getServerVersion ( org.rhq.core.domain.auth.Subject p1 ) [abstract] : ServerVersion
[run-time name: org/rhq/enterprise/server/system/SystemManagerRemote.getServerVersion:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/enterprise/server/system/ServerVersion;]
rhq-enterprise-server-3.0.0.jar, TemporarySessionPasswordGenerator.class
package org.rhq.enterprise.server.auth
TemporarySessionPasswordGenerator.authenticateSessionPassword ( String password ) : Integer
[run-time name: org/rhq/enterprise/server/auth/TemporarySessionPasswordGenerator.authenticateSessionPassword:(Ljava/lang/String;)Ljava/lang/Integer;]
TemporarySessionPasswordGenerator.generateSessionPassword ( int sessionId ) : String
[run-time name: org/rhq/enterprise/server/auth/TemporarySessionPasswordGenerator.generateSessionPassword:(I)Ljava/lang/String;]
TemporarySessionPasswordGenerator.TemporarySessionPasswordGenerator ( )
[run-time name: org/rhq/enterprise/server/auth/TemporarySessionPasswordGenerator."<init>":()V]
TemporarySessionPasswordGenerator.TemporarySessionPasswordGenerator ( int timeoutMillis )
[run-time name: org/rhq/enterprise/server/auth/TemporarySessionPasswordGenerator."<init>":(I)V]
rhq-enterprise-server-3.0.0.jar, TempSessionLoginModule.class
package org.rhq.enterprise.server.core.jaas
TempSessionLoginModule.getRoleSets ( ) : java.security.acl.Group[ ]
[run-time name: org/rhq/enterprise/server/core/jaas/TempSessionLoginModule.getRoleSets:()[Ljava/security/acl/Group;]
TempSessionLoginModule.getUsersPassword ( ) : String
[run-time name: org/rhq/enterprise/server/core/jaas/TempSessionLoginModule.getUsersPassword:()Ljava/lang/String;]
TempSessionLoginModule.initialize ( javax.security.auth.Subject theSubject, javax.security.auth.callback.CallbackHandler theHandler, java.util.Map theSharedState, java.util.Map theOptions ) : void
[run-time name: org/rhq/enterprise/server/core/jaas/TempSessionLoginModule.initialize:(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V]
TempSessionLoginModule.TempSessionLoginModule ( )
[run-time name: org/rhq/enterprise/server/core/jaas/TempSessionLoginModule."<init>":()V]
TempSessionLoginModule.validatePassword ( String inputPassword, String expectedPassword ) : boolean
[run-time name: org/rhq/enterprise/server/core/jaas/TempSessionLoginModule.validatePassword:(Ljava/lang/String;Ljava/lang/String;)Z]
rhq-enterprise-server-3.0.0.jar, UnavailableLicenseException.class
package org.rhq.enterprise.server.license
UnavailableLicenseException.UnavailableLicenseException ( )
[run-time name: org/rhq/enterprise/server/license/UnavailableLicenseException."<init>":()V]
UnavailableLicenseException.UnavailableLicenseException ( String message )
[run-time name: org/rhq/enterprise/server/license/UnavailableLicenseException."<init>":(Ljava/lang/String;)V]
UnavailableLicenseException.UnavailableLicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/UnavailableLicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
UnavailableLicenseException.UnavailableLicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/UnavailableLicenseException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, UpdateTrialLicenseException.class
package org.rhq.enterprise.server.license
UpdateTrialLicenseException.UpdateTrialLicenseException ( )
[run-time name: org/rhq/enterprise/server/license/UpdateTrialLicenseException."<init>":()V]
UpdateTrialLicenseException.UpdateTrialLicenseException ( String message )
[run-time name: org/rhq/enterprise/server/license/UpdateTrialLicenseException."<init>":(Ljava/lang/String;)V]
UpdateTrialLicenseException.UpdateTrialLicenseException ( String message, Throwable cause )
[run-time name: org/rhq/enterprise/server/license/UpdateTrialLicenseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
UpdateTrialLicenseException.UpdateTrialLicenseException ( Throwable cause )
[run-time name: org/rhq/enterprise/server/license/UpdateTrialLicenseException."<init>":(Ljava/lang/Throwable;)V]
rhq-enterprise-server-3.0.0.jar, ValueFilter.class
package org.rhq.enterprise.server.search.translation
AbstractSearchTranslator.ValueFilter.valueOf ( String name ) [static] : AbstractSearchTranslator.ValueFilter
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.ValueFilter.valueOf:(Ljava/lang/String;)Lorg/rhq/enterprise/server/search/translation/AbstractSearchTranslator$ValueFilter;]
AbstractSearchTranslator.ValueFilter.values ( ) [static] : AbstractSearchTranslator.ValueFilter[ ]
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.ValueFilter.values:()[Lorg/rhq/enterprise/server/search/translation/AbstractSearchTranslator$ValueFilter;]
rhq-enterprise-server-3.0.0.jar, WebservicesManagerBean.class
package org.rhq.enterprise.server.webservices
WebservicesManagerBean.deleteRoles ( org.rhq.core.domain.auth.Subject subject, Integer[ ] roleIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.deleteRoles:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
WebservicesManagerBean.findResourceComposites ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.ResourceCategory category, String typeName, int parentResourceId, String searchString, org.rhq.core.domain.util.PageControl pageControl ) : org.rhq.core.domain.util.PageList
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.findResourceComposites:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/resource/ResourceCategory;Ljava/lang/String;ILjava/lang/String;Lorg/rhq/core/domain/util/PageControl;)Lorg/rhq/core/domain/util/PageList;]
WebservicesManagerBean.getServerVersion ( org.rhq.core.domain.auth.Subject subject ) : org.rhq.enterprise.server.system.ServerVersion
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.getServerVersion:(Lorg/rhq/core/domain/auth/Subject;)Lorg/rhq/enterprise/server/system/ServerVersion;]
WebservicesManagerBean.ignoreResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.ignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
WebservicesManagerBean.importResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.importResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
WebservicesManagerBean.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject subject, int groupId, int[ ] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description ) : org.rhq.enterprise.server.operation.GroupOperationSchedule
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.scheduleGroupOperation:(Lorg/rhq/core/domain/auth/Subject;I[IZLjava/lang/String;Lorg/rhq/core/domain/configuration/Configuration;JJIILjava/lang/String;)Lorg/rhq/enterprise/server/operation/GroupOperationSchedule;]
WebservicesManagerBean.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String description ) : org.rhq.enterprise.server.operation.ResourceOperationSchedule
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.scheduleResourceOperation:(Lorg/rhq/core/domain/auth/Subject;ILjava/lang/String;JJIILorg/rhq/core/domain/configuration/Configuration;Ljava/lang/String;)Lorg/rhq/enterprise/server/operation/ResourceOperationSchedule;]
WebservicesManagerBean.synchronizeRepos ( org.rhq.core.domain.auth.Subject subject, Integer[ ] repoIds ) : int
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.synchronizeRepos:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)I]
WebservicesManagerBean.unignoreResources ( org.rhq.core.domain.auth.Subject subject, Integer[ ] resourceIds ) : void
[run-time name: org/rhq/enterprise/server/webservices/WebservicesManagerBean.unignoreResources:(Lorg/rhq/core/domain/auth/Subject;[Ljava/lang/Integer;)V]
to the top
Problems with Data Types, High Severity (376)
rhq-enterprise-server-3.0.0.jar
package org.rhq.enterprise.server.alert
[+] AlertDefinitionManagerLocal (9)
| Change | Effect |
---|
1 | Abstract method AlertDefinitionManagerLocal.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disableAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerLocal. |
2 | Abstract method AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerLocal. |
3 | Abstract method AlertDefinitionManagerLocal.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAlertNotificationConfigurationPreview(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.alert.notification.AlertNotification[]) in AlertDefinitionManagerLocal. |
4 | Abstract method AlertDefinitionManagerLocal.purgeUnusedAlertDefinitions ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgeUnusedAlertDefinitions() in AlertDefinitionManagerLocal. |
5 | Abstract method AlertDefinitionManagerLocal.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerLocal. |
6 | Abstract method AlertDefinitionManagerLocal.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disableAlertDefinitions(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertDefinitionManagerLocal. |
7 | Abstract method AlertDefinitionManagerLocal.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method enableAlertDefinitions(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertDefinitionManagerLocal. |
8 | Abstract method AlertDefinitionManagerLocal.purgeUnusedAlertDefinition ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method purgeUnusedAlertDefinition() in interface AlertDefinitionManagerLocal. |
9 | Abstract method AlertDefinitionManagerLocal.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeAlertDefinitions(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertDefinitionManagerLocal. |
[+] affected methods (16)
AlertDefinitionManagerLocal.copyAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.createAlertDefinition ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.AlertDefinition p2, Integer p3 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitionOptionItemsForGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitionOptionItemsForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAlertDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertDefinitionCriteria p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.findAllRecoveryDefinitionsById ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.getAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.getAlertDefinitionById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isEnabled ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isGroupAlertDefinition ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isResourceAlertDefinition ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.isTemplate ( Integer p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.purgeInternals ( int p1 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
AlertDefinitionManagerLocal.updateAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.AlertDefinition p3, boolean p4 )This abstract method is from 'AlertDefinitionManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertDefinitionManager ( )Return value of this method has type 'AlertDefinitionManagerLocal'.
[+] AlertDefinitionManagerRemote (4)
| Change | Effect |
---|
1 | Abstract method AlertDefinitionManagerRemote.disableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disableAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerRemote. |
2 | Abstract method AlertDefinitionManagerRemote.enableAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerRemote. |
3 | Abstract method AlertDefinitionManagerRemote.getAlertNotificationConfigurationPreview ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.alert.notification.AlertNotification[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAlertNotificationConfigurationPreview(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.alert.notification.AlertNotification[]) in AlertDefinitionManagerRemote. |
4 | Abstract method AlertDefinitionManagerRemote.removeAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeAlertDefinitions(org.rhq.core.domain.auth.Subject, int[]) in AlertDefinitionManagerRemote. |
[+] affected methods (2)
AlertDefinitionManagerRemote.findAlertDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertDefinitionCriteria p2 )This abstract method is from 'AlertDefinitionManagerRemote' interface.
AlertDefinitionManagerRemote.getAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertDefinitionManagerRemote' interface.
[+] AlertManagerLocal (14)
| Change | Effect |
---|
1 | Abstract method AlertManagerLocal.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method acknowledgeAlerts(org.rhq.core.domain.auth.Subject, int[]) in AlertManagerLocal. |
2 | Abstract method AlertManagerLocal.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method acknowledgeAlertsByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in AlertManagerLocal. |
3 | Abstract method AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteAlerts(org.rhq.core.domain.auth.Subject, int[]) in AlertManagerLocal. |
4 | Abstract method AlertManagerLocal.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteAlertsByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in AlertManagerLocal. |
5 | Abstract method AlertManagerLocal.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method acknowledgeAlerts(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertManagerLocal. |
6 | Abstract method AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlerts(org.rhq.core.domain.auth.Subject, int) in interface AlertManagerLocal. |
7 | Abstract method AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlerts(org.rhq.core.domain.auth.Subject, int, java.lang.Integer[]) in interface AlertManagerLocal. |
8 | Abstract method AlertManagerLocal.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlerts(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertManagerLocal. |
9 | Abstract method AlertManagerLocal.deleteAlertsForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, Integer[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlertsForResourceGroup(org.rhq.core.domain.auth.Subject, int, java.lang.Integer[]) in interface AlertManagerLocal. |
10 | Abstract method AlertManagerLocal.deleteResourceAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteResourceAlerts(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertManagerLocal. |
11 | Abstract method AlertManagerLocal.findAlerts ( int p1, Integer p2, org.rhq.core.domain.alert.AlertPriority p3, Long p4, Long p5, org.rhq.core.domain.util.PageControl p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findAlerts(int, java.lang.Integer, org.rhq.core.domain.alert.AlertPriority, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl) in interface AlertManagerLocal. |
12 | Abstract method AlertManagerLocal.findAlerts ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.alert.AlertPriority p3, long p4, org.rhq.core.domain.util.PageControl p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findAlerts(org.rhq.core.domain.auth.Subject, java.lang.Integer[], org.rhq.core.domain.alert.AlertPriority, long, org.rhq.core.domain.util.PageControl) in interface AlertManagerLocal. |
13 | Abstract method AlertManagerLocal.getById ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getById(int) in interface AlertManagerLocal. |
14 | Abstract method AlertManagerLocal.updateAlert ( org.rhq.core.domain.alert.Alert p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateAlert(org.rhq.core.domain.alert.Alert) in interface AlertManagerLocal. |
[+] affected methods (17)
AlertManagerLocal.createAlert ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.deleteAlerts ( long p1, long p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.findAlertsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertCriteria p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.fireAlert ( int p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndAutoGroup ( int p1, int p2, int p3, long p4, long p5 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResource ( int p1, int p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResourceGroup ( int p1, int p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionAndResources ( int p1, int[ ] p2, long p3, long p4 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountByMeasurementDefinitionId ( Integer p1, long p2, long p3 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertCountForSchedules ( long p1, long p2, java.util.List p3 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.getAlertPluginManager ( )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.prettyPrintAlertConditions ( org.rhq.core.domain.alert.Alert p1, boolean p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.prettyPrintAlertURL ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.sendAlertNotificationEmails ( org.rhq.core.domain.alert.Alert p1, java.util.Collection p2 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.sendAlertNotifications ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
AlertManagerLocal.willDefinitionBeDisabled ( org.rhq.core.domain.alert.Alert p1 )This abstract method is from 'AlertManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertManager ( )Return value of this method has type 'AlertManagerLocal'.
[+] AlertManagerRemote (4)
| Change | Effect |
---|
1 | Abstract method AlertManagerRemote.acknowledgeAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method acknowledgeAlerts(org.rhq.core.domain.auth.Subject, int[]) in AlertManagerRemote. |
2 | Abstract method AlertManagerRemote.acknowledgeAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method acknowledgeAlertsByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in AlertManagerRemote. |
3 | Abstract method AlertManagerRemote.deleteAlerts ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteAlerts(org.rhq.core.domain.auth.Subject, int[]) in AlertManagerRemote. |
4 | Abstract method AlertManagerRemote.deleteAlertsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteAlertsByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in AlertManagerRemote. |
[+] affected methods (1)
AlertManagerRemote.findAlertsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.AlertCriteria p2 )This abstract method is from 'AlertManagerRemote' interface.
[+] AlertNotificationManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AlertNotificationManagerLocal.finalizeNotifications ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method finalizeNotifications(org.rhq.core.domain.auth.Subject, java.util.List) in AlertNotificationManagerLocal. |
2 | Abstract method AlertNotificationManagerLocal.massReconfigure ( java.util.List p1, java.util.Map p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method massReconfigure(java.util.List, java.util.Map) in AlertNotificationManagerLocal. |
[+] affected methods (14)
AlertNotificationManagerLocal.addAlertNotification ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.notification.AlertNotification p3 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.cleanseAlertNotificationByRole ( int p1 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.cleanseAlertNotificationBySubject ( int p1 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getAlertInfoForSender ( String p1 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getAlertNotification ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getBackingBeanForSender ( String p1, Integer p2 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getBackingBeanNameForSender ( String p1 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getConfigurationDefinitionForSender ( String p1 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.getNotificationsForAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.listAllAlertSenders ( )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.purgeOrphanedAlertNotifications ( )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.removeNotifications ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'AlertNotificationManagerLocal' interface.
AlertNotificationManagerLocal.updateAlertNotification ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.notification.AlertNotification p3 )This abstract method is from 'AlertNotificationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertNotificationManager ( )Return value of this method has type 'AlertNotificationManagerLocal'.
package org.rhq.enterprise.server.auth
[+] SubjectManagerLocal (6)
| Change | Effect |
---|
1 | Abstract method SubjectManagerLocal.checkAuthentication ( String p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkAuthentication(java.lang.String, java.lang.String) in SubjectManagerLocal. |
2 | Abstract method SubjectManagerLocal.createSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSubject(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Subject, java.lang.String) in SubjectManagerLocal. |
3 | Abstract method SubjectManagerLocal.processSubjectForLdap ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method processSubjectForLdap(org.rhq.core.domain.auth.Subject, java.lang.String) in SubjectManagerLocal. |
4 | Abstract method SubjectManagerLocal.updateSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateSubject(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.auth.Subject, java.lang.String) in SubjectManagerLocal. |
5 | Abstract method SubjectManagerLocal.authenticateTemporarySessionPassword ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method authenticateTemporarySessionPassword(java.lang.String) in interface SubjectManagerLocal. |
6 | Abstract method SubjectManagerLocal.generateTemporarySessionPassword ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method generateTemporarySessionPassword(int) in interface SubjectManagerLocal. |
[+] affected methods (26)
SubjectManagerLocal.changePassword ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createPrincipal ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createPrincipal ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Principal p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.createSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.deleteSubjects ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.deleteUsers ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findAllSubjects ( org.rhq.core.domain.util.PageControl p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findAllUsersWithPrincipals ( )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findAvailableSubjectsForRole ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findSubjectsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.SubjectCriteria p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.findSubjectsById ( Integer[ ] p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getOverlord ( )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectById ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectByName ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectByNameAndSessionId ( String p1, int p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.getSubjectBySessionId ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.isLoggedIn ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.isUserWithPrincipal ( String p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.isValidSessionId ( int p1, String p2, int p3 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.loadUserConfiguration ( Integer p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.login ( String p1, String p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.loginUnauthenticated ( String p1, boolean p2 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.logout ( int p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.logout ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SubjectManagerLocal' interface.
SubjectManagerLocal.updateSubject ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.auth.Subject p2 )This abstract method is from 'SubjectManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSubjectManager ( )Return value of this method has type 'SubjectManagerLocal'.
[+] TemporarySessionPasswordGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TemporarySessionPasswordGenerator. |
[+] affected methods (4)
TemporarySessionPasswordGenerator.authenticateSessionPassword ( String password )This method is from 'TemporarySessionPasswordGenerator' class.
TemporarySessionPasswordGenerator.generateSessionPassword ( int sessionId )This method is from 'TemporarySessionPasswordGenerator' class.
TemporarySessionPasswordGenerator.TemporarySessionPasswordGenerator ( )This constructor is from 'TemporarySessionPasswordGenerator' class.
TemporarySessionPasswordGenerator.TemporarySessionPasswordGenerator ( int timeoutMillis )This constructor is from 'TemporarySessionPasswordGenerator' class.
package org.rhq.enterprise.server.authz
[+] AuthorizationManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AuthorizationManagerLocal.canUpdateRepo ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method canUpdateRepo(org.rhq.core.domain.auth.Subject, int) in AuthorizationManagerLocal. |
2 | Abstract method AuthorizationManagerLocal.canViewRepo ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method canViewRepo(org.rhq.core.domain.auth.Subject, int) in AuthorizationManagerLocal. |
[+] affected methods (18)
AuthorizationManagerLocal.canViewAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.canViewResources ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGlobalPermissions ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getExplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitGroupPermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.getImplicitResourcePermissions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasAutoGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3, int p4 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGlobalPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasGroupPermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, int p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.hasResourcePermission ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Permission p2, java.util.Collection p3 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isInventoryManager ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isOverlord ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
AuthorizationManagerLocal.isSystemSuperuser ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AuthorizationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAuthorizationManager ( )Return value of this method has type 'AuthorizationManagerLocal'.
[+] RoleManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method RoleManagerLocal.deleteRoles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteRoles(org.rhq.core.domain.auth.Subject, int[]) in RoleManagerLocal. |
2 | Abstract method RoleManagerLocal.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAssignedSubjectRoles(org.rhq.core.domain.auth.Subject, int, int[]) in RoleManagerLocal. |
3 | Abstract method RoleManagerLocal.deleteRoles ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteRoles(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface RoleManagerLocal. |
[+] affected methods (25)
RoleManagerLocal.addResourceGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.addRolesToResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.addRolesToSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.addSubjectsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.createRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findAvailableRolesForSubject ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRoles ( org.rhq.core.domain.util.PageControl p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRolesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.RoleCriteria p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRolesByIds ( Integer[ ] p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findRolesBySubject ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findSubjectAssignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findSubjectsByRole ( Integer p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.findSubjectUnassignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.getPermissions ( Integer p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.getRole ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.getRoleById ( Integer p1 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.removeResourceGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.removeRolesFromResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.removeRolesFromSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.removeSubjectsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.setAssignedResourceGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.setAssignedSubjects ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.setPermissions ( org.rhq.core.domain.auth.Subject p1, Integer p2, java.util.Set p3 )This abstract method is from 'RoleManagerLocal' interface.
RoleManagerLocal.updateRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getRoleManager ( )Return value of this method has type 'RoleManagerLocal'.
[+] RoleManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method RoleManagerRemote.deleteRoles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteRoles(org.rhq.core.domain.auth.Subject, int[]) in RoleManagerRemote. |
2 | Abstract method RoleManagerRemote.setAssignedSubjectRoles ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAssignedSubjectRoles(org.rhq.core.domain.auth.Subject, int, int[]) in RoleManagerRemote. |
3 | Abstract method RoleManagerRemote.deleteRoles ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteRoles(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface RoleManagerRemote. |
[+] affected methods (15)
RoleManagerRemote.addResourceGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addRolesToResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addRolesToSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.addSubjectsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.createRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findRolesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.RoleCriteria p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findSubjectAssignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.findSubjectUnassignedRoles ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.getRole ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeResourceGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeRolesFromResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeRolesFromSubject ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.removeSubjectsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.setAssignedResourceGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RoleManagerRemote' interface.
RoleManagerRemote.updateRole ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.authz.Role p2 )This abstract method is from 'RoleManagerRemote' interface.
package org.rhq.enterprise.server.bundle
[+] BundleManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method BundleManagerLocal._finalizePurge ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.bundle.BundleDeployment p2, java.util.Map p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method _finalizePurge(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.bundle.BundleDeployment, java.util.Map) in BundleManagerLocal. |
[+] affected methods (14)
BundleManagerLocal.addBundleResourceDeploymentHistory ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleResourceDeploymentHistory p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundle ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleAndBundleVersion ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, int p4, String p5, String p6, String p7, String p8 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleDeploymentInNewTrans ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, String p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleResourceDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleType ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.createBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, String p6 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.deleteBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getAllBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getBundleDeploymentName ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.getScheduleRequest ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'BundleManagerLocal' interface.
BundleManagerLocal.setBundleResourceDeploymentStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.bundle.BundleDeploymentStatus p3 )This abstract method is from 'BundleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getBundleManager ( )Return value of this method has type 'BundleManagerLocal'.
[+] BundleManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method BundleManagerRemote.deleteBundles ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteBundles(org.rhq.core.domain.auth.Subject, int[]) in BundleManagerRemote. |
2 | Abstract method BundleManagerRemote.purgeBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgeBundleDestination(org.rhq.core.domain.auth.Subject, int) in BundleManagerRemote. |
[+] affected methods (23)
BundleManagerRemote.addBundleFile ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, java.io.InputStream p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaByteArray ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, byte[ ] p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, int p4 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.addBundleFileViaURL ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, org.rhq.core.domain.content.Architecture p5, String p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleDestination ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, String p4, String p5, Integer p6 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaFile ( org.rhq.core.domain.auth.Subject p1, java.io.File p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaRecipe ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.createBundleVersionViaURL ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundle ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.deleteBundleVersion ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleDestinationsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleDestinationCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleFilesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleFileCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleResourceDeploymentsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleResourceDeploymentCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundlesWithLatestVersionCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.findBundleVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.BundleVersionCriteria p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getAllBundleTypes ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleType ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.getBundleVersionFilenames ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'BundleManagerRemote' interface.
BundleManagerRemote.scheduleRevertBundleDeployment ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'BundleManagerRemote' interface.
package org.rhq.enterprise.server.cloud
[+] StatusManagerLocal (4)
| Change | Effect |
---|
1 | Abstract method StatusManagerLocal.updateByAlertDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateByAlertDefinition(org.rhq.core.domain.auth.Subject, int) in StatusManagerLocal. |
2 | Abstract method StatusManagerLocal.updateByResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateByResource(org.rhq.core.domain.auth.Subject, int) in StatusManagerLocal. |
3 | Abstract method StatusManagerLocal.updateByAlertDefinition ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateByAlertDefinition(int) in interface StatusManagerLocal. |
4 | Abstract method StatusManagerLocal.updateByResource ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateByResource(int) in interface StatusManagerLocal. |
[+] affected methods (6)
StatusManagerLocal.getAndClearAgentsWithStatusForServer ( String p1 )This abstract method is from 'StatusManagerLocal' interface.
StatusManagerLocal.markGlobalCache ( )This abstract method is from 'StatusManagerLocal' interface.
StatusManagerLocal.updateByAgent ( int p1 )This abstract method is from 'StatusManagerLocal' interface.
StatusManagerLocal.updateByAutoBaselineCalculationJob ( )This abstract method is from 'StatusManagerLocal' interface.
StatusManagerLocal.updateByMeasurementBaseline ( int p1 )This abstract method is from 'StatusManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getStatusManager ( )Return value of this method has type 'StatusManagerLocal'.
package org.rhq.enterprise.server.cloud.instance
[+] ServerManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method ServerManagerLocal.syncEndpointAddress ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method syncEndpointAddress() in ServerManagerLocal. |
[+] affected methods (11)
ServerManagerLocal.beat ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.create ( org.rhq.core.domain.cloud.Server p1 )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.establishCurrentServerMode ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.getAgents ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.getAndClearAgentsWithStatus ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.getAndClearServerStatus ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.getIdentity ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.getServer ( )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.handleHeartbeatTimer ( javax.ejb.Timer p1 )This abstract method is from 'ServerManagerLocal' interface.
ServerManagerLocal.scheduleServerHeartbeat ( )This abstract method is from 'ServerManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getServerManager ( )Return value of this method has type 'ServerManagerLocal'.
package org.rhq.enterprise.server.common
[+] EntityContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext. |
[+] affected methods (13)
EntityContext.EntityContext ( Integer resourceId, Integer groupId, Integer parentResourceId, Integer resourceTypeId )This constructor is from 'EntityContext' class.
EntityContext.forAutoGroup ( int parentResourceId, int resourceTypeId )This method is from 'EntityContext' class.
EntityContext.forGroup ( int groupId )This method is from 'EntityContext' class.
EntityContext.forResource ( int resourceId )This method is from 'EntityContext' class.
EntityContext.getCategory ( )This method is from 'EntityContext' class.
EntityContext.getGroupId ( )This method is from 'EntityContext' class.
EntityContext.getLegacyKey ( )This method is from 'EntityContext' class.
EntityContext.getParentResourceId ( )This method is from 'EntityContext' class.
EntityContext.getResourceId ( )This method is from 'EntityContext' class.
EntityContext.getResourceTypeId ( )This method is from 'EntityContext' class.
EntityContext.getUnknownContextMessage ( )This method is from 'EntityContext' class.
EntityContext.toShortString ( )This method is from 'EntityContext' class.
EntityContext.toString ( )This method is from 'EntityContext' class.
[+] EntityContext.Category (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.Category. |
[+] affected methods (2)
EntityContext.Category.valueOf ( String name )This method is from 'EntityContext.Category' class.
EntityContext.Category.values ( )This method is from 'EntityContext.Category' class.
package org.rhq.enterprise.server.configuration
[+] ConfigurationManagerLocal (16)
| Change | Effect |
---|
1 | Abstract method ConfigurationManagerLocal.findGroupPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findGroupPluginConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.GroupPluginConfigurationUpdateCriteria) in ConfigurationManagerLocal. |
2 | Abstract method ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findGroupResourceConfigurationUpdates(org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl) in ConfigurationManagerLocal. |
3 | Abstract method ConfigurationManagerLocal.findGroupResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findGroupResourceConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.GroupResourceConfigurationUpdateCriteria) in ConfigurationManagerLocal. |
4 | Abstract method ConfigurationManagerLocal.findPluginConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPluginConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.PluginConfigurationUpdateCriteria) in ConfigurationManagerLocal. |
5 | Abstract method ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findResourceConfigurationUpdateCompositesByParentId(org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.util.PageControl) in ConfigurationManagerLocal. |
6 | Abstract method ConfigurationManagerLocal.findResourceConfigurationUpdatesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findResourceConfigurationUpdatesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceConfigurationUpdateCriteria) in ConfigurationManagerLocal. |
7 | Abstract method ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPluginConfigurationMapForGroupUpdate(org.rhq.core.domain.auth.Subject, java.lang.Integer) in ConfigurationManagerLocal. |
8 | Abstract method ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( org.rhq.core.domain.auth.Subject p1, Integer p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceConfigurationMapForGroupUpdate(org.rhq.core.domain.auth.Subject, java.lang.Integer) in ConfigurationManagerLocal. |
9 | Abstract method ConfigurationManagerLocal.purgePluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgePluginConfigurationUpdates(org.rhq.core.domain.auth.Subject, int[], boolean) in ConfigurationManagerLocal. |
10 | Abstract method ConfigurationManagerLocal.rollbackPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rollbackPluginConfiguration(org.rhq.core.domain.auth.Subject, int, int) in ConfigurationManagerLocal. |
11 | Abstract method ConfigurationManagerLocal.setResourceConfiguration ( int p1, org.rhq.core.domain.configuration.Configuration p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setResourceConfiguration(int, org.rhq.core.domain.configuration.Configuration) in ConfigurationManagerLocal. |
12 | Abstract method ConfigurationManagerLocal.updateGroupResourceConfigurationUpdateStatus ( int p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateGroupResourceConfigurationUpdateStatus(int, java.lang.String) in ConfigurationManagerLocal. |
13 | Abstract method ConfigurationManagerLocal.findGroupResourceConfigurationUpdates ( int p1, org.rhq.core.domain.util.PageControl p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findGroupResourceConfigurationUpdates(int, org.rhq.core.domain.util.PageControl) in interface ConfigurationManagerLocal. |
14 | Abstract method ConfigurationManagerLocal.findResourceConfigurationUpdateCompositesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findResourceConfigurationUpdateCompositesByParentId(int, org.rhq.core.domain.util.PageControl) in interface ConfigurationManagerLocal. |
15 | Abstract method ConfigurationManagerLocal.getPluginConfigurationMapForGroupUpdate ( Integer p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPluginConfigurationMapForGroupUpdate(java.lang.Integer) in interface ConfigurationManagerLocal. |
16 | Abstract method ConfigurationManagerLocal.getResourceConfigurationMapForGroupUpdate ( Integer p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceConfigurationMapForGroupUpdate(java.lang.Integer) in interface ConfigurationManagerLocal. |
[+] affected methods (75)
ConfigurationManagerLocal.checkForCompletedGroupResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.checkForTimedOutConfigurationUpdateRequests ( )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( Integer p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.completeResourceConfigurationUpdate ( org.rhq.core.clientapi.server.configuration.ConfigurationUpdateResponse p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.createGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteConfigurations ( java.util.List p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteGroupResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.deleteProperties ( int[ ] p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executePluginConfigurationUpdate ( org.rhq.core.domain.configuration.PluginConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.executeResourceConfigurationUpdate ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findGroupPluginConfigurationUpdates ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdateCompositesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findPluginConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, Integer p2, Long p3, Long p4, boolean p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.findResourceConfigurationUpdatesByParentId ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getConfigurationFromDefaultTemplate ( org.rhq.core.domain.configuration.definition.ConfigurationDefinition p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupPluginConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupResourceConfigurationById ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPackageTypeConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getPluginConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfiguration ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationDefinitionWithTemplatesForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationMapForCompatibleGroup ( org.rhq.core.domain.resource.group.ResourceGroup p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.getResourceConfigurationUpdateCountByParentId ( int p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isGroupResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.isResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfiguration ( org.rhq.core.domain.configuration.Configuration p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.mergeConfigurationUpdate ( org.rhq.core.domain.configuration.AbstractResourceConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.persistNewResourceConfigurationUpdateHistory ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, org.rhq.core.domain.configuration.ConfigurationUpdateStatus p4, String p5, boolean p6 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgePluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.purgeResourceConfigurationUpdates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.rollbackResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.scheduleGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.scheduleGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.translateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupConfigurationUpdate ( org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate p1 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateGroupPluginConfigurationUpdateStatus ( int p1, String p2 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updatePluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerLocal' interface.
ConfigurationManagerLocal.updateStructuredOrRawConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerLocal' interface.
job.AbstractGroupConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, String p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal p1, Integer p2, org.rhq.core.domain.auth.Subject p3 )1st parameter 'p1' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateCount ( Integer p1, ConfigurationManagerLocal p2 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.AbstractGroupConfigurationUpdateJob.getConfigurationUpdateIds ( Integer p1, ConfigurationManagerLocal p2, org.rhq.core.domain.util.PageControl p3 )2nd parameter 'p2' of this abstract method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupPluginConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.completeGroupConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer groupConfigurationUpdateId, String errorMessages )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.executeConfigurationUpdate ( ConfigurationManagerLocal configurationManager, Integer childUpdateId, org.rhq.core.domain.auth.Subject subject )1st parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateCount ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
job.GroupResourceConfigurationUpdateJob.getConfigurationUpdateIds ( Integer groupPluginConfigurationUpdateId, ConfigurationManagerLocal configurationManager, org.rhq.core.domain.util.PageControl pc )2nd parameter 'configurationManager' of this method has type 'ConfigurationManagerLocal'.
org.rhq.enterprise.server.util.LookupUtil.getConfigurationManager ( )Return value of this method has type 'ConfigurationManagerLocal'.
[+] ConfigurationManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method ConfigurationManagerRemote.getConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getConfiguration(org.rhq.core.domain.auth.Subject, int) in interface ConfigurationManagerRemote. |
[+] affected methods (17)
ConfigurationManagerRemote.getGroupPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLatestPluginConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLatestResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getLiveResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPackageTypeConfigurationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getPluginConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfigurationDefinitionForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.getResourceConfigurationDefinitionWithTemplatesForResourceType ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.isGroupResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.isResourceConfigurationUpdateInProgress ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.scheduleGroupResourceConfigurationUpdate ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Map p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.translateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3, boolean p4 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.updatePluginConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
ConfigurationManagerRemote.updateResourceConfiguration ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.configuration.Configuration p3 )This abstract method is from 'ConfigurationManagerRemote' interface.
package org.rhq.enterprise.server.content
[+] ContentManagerBean (6)
| Change | Effect |
---|
1 | Field UPLOAD_FILE_INSTALL_DATE (java.lang.String) with the compile-time constant value "fileInstallDate" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_FILE_INSTALL_DATE in ContentManagerBean. |
2 | Field UPLOAD_FILE_NAME (java.lang.String) with the compile-time constant value "fileName" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_FILE_NAME in ContentManagerBean. |
3 | Field UPLOAD_FILE_SIZE (java.lang.String) with the compile-time constant value "fileSize" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_FILE_SIZE in ContentManagerBean. |
4 | Field UPLOAD_MD5 (java.lang.String) with the compile-time constant value "md5" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_MD5 in ContentManagerBean. |
5 | Field UPLOAD_OWNER (java.lang.String) with the compile-time constant value "owner" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_OWNER in ContentManagerBean. |
6 | Field UPLOAD_SHA256 (java.lang.String) with the compile-time constant value "sha256" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable UPLOAD_SHA256 in ContentManagerBean. |
[+] affected methods (33)
ContentManagerBean.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject subject )This method is from 'ContentManagerBean' class.
ContentManagerBean.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse response )This method is from 'ContentManagerBean' class.
ContentManagerBean.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse response )This method is from 'ContentManagerBean' class.
ContentManagerBean.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse response, java.io.InputStream bitStream )This method is from 'ContentManagerBean' class.
ContentManagerBean.ContentManagerBean ( )This constructor is from 'ContentManagerBean' class.
ContentManagerBean.createDeployRequest ( int resourceId, String username, java.util.Set packages, String notes )This method is from 'ContentManagerBean' class.
ContentManagerBean.createPackageVersion ( org.rhq.core.domain.auth.Subject subject, String packageName, int packageTypeId, String version, Integer architectureId, byte[ ] packageBytes )This method is from 'ContentManagerBean' class.
ContentManagerBean.createRemoveRequest ( int resourceId, String username, int[ ] installedPackageIds, String requestNotes )This method is from 'ContentManagerBean' class.
ContentManagerBean.createRetrieveBitsRequest ( int resourceId, String username, int installedPackageId )This method is from 'ContentManagerBean' class.
ContentManagerBean.deletePackages ( org.rhq.core.domain.auth.Subject user, int resourceId, int[ ] installedPackageIds, String requestNotes )This method is from 'ContentManagerBean' class.
ContentManagerBean.deletePackages ( org.rhq.core.domain.auth.Subject user, int[ ] resourceIds, int[ ] installedPackageIds )This method is from 'ContentManagerBean' class.
ContentManagerBean.deployPackages ( org.rhq.core.domain.auth.Subject user, int resourceId, java.util.Set packages, String requestNotes )This method is from 'ContentManagerBean' class.
ContentManagerBean.deployPackages ( org.rhq.core.domain.auth.Subject user, int[ ] resourceIds, int[ ] packageVersionIds )This method is from 'ContentManagerBean' class.
ContentManagerBean.failRequest ( int requestId, Throwable error )This method is from 'ContentManagerBean' class.
ContentManagerBean.findArchitectures ( org.rhq.core.domain.auth.Subject subject )This method is from 'ContentManagerBean' class.
ContentManagerBean.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.InstalledPackageCriteria criteria )This method is from 'ContentManagerBean' class.
ContentManagerBean.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject user, int resourceId )This method is from 'ContentManagerBean' class.
ContentManagerBean.findPackageTypes ( org.rhq.core.domain.auth.Subject subject, String resourceTypeName, String pluginName )This method is from 'ContentManagerBean' class.
ContentManagerBean.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.criteria.PackageVersionCriteria criteria )This method is from 'ContentManagerBean' class.
ContentManagerBean.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject subject, int resourceId )This method is from 'ContentManagerBean' class.
ContentManagerBean.getNoArchitecture ( )This method is from 'ContentManagerBean' class.
ContentManagerBean.getPackageBytes ( org.rhq.core.domain.auth.Subject user, int resourceId, int installedPackageId )This method is from 'ContentManagerBean' class.
ContentManagerBean.getResourceCreationPackageType ( int resourceTypeId )This method is from 'ContentManagerBean' class.
ContentManagerBean.loadDependencies ( int requestId, java.util.Set keys )This method is from 'ContentManagerBean' class.
ContentManagerBean.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport report )This method is from 'ContentManagerBean' class.
ContentManagerBean.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package pkg )This method is from 'ContentManagerBean' class.
ContentManagerBean.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion pv )This method is from 'ContentManagerBean' class.
ContentManagerBean.persistPackage ( org.rhq.core.domain.content.Package pkg )This method is from 'ContentManagerBean' class.
ContentManagerBean.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion pv )This method is from 'ContentManagerBean' class.
ContentManagerBean.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject user, int resourceId, int installedPackageId )This method is from 'ContentManagerBean' class.
ContentManagerBean.translateInstallationSteps ( int resourceId, org.rhq.core.domain.content.transfer.ResourcePackageDetails packageDetails )This method is from 'ContentManagerBean' class.
ContentManagerBean.updateBlobStream ( java.io.InputStream stream, org.rhq.core.domain.content.PackageBits bits, java.util.Map contentDetails )This method is from 'ContentManagerBean' class.
ContentManagerBean.writeBlobOutToStream ( java.io.OutputStream stream, org.rhq.core.domain.content.PackageBits bits, boolean closeStreams )This method is from 'ContentManagerBean' class.
[+] ContentManagerLocal (10)
| Change | Effect |
---|
1 | Abstract method ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPackageVersion(org.rhq.core.domain.auth.Subject, java.lang.String, int, java.lang.String, int, java.io.InputStream) in ContentManagerLocal. |
2 | Abstract method ContentManagerLocal.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deletePackageVersion(org.rhq.core.domain.auth.Subject, int) in ContentManagerLocal. |
3 | Abstract method ContentManagerLocal.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackageType(org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.String) in ContentManagerLocal. |
4 | Abstract method ContentManagerLocal.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackageTypeWithVersionFormat(org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.String) in ContentManagerLocal. |
5 | Abstract method ContentManagerLocal.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackagesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.PackageCriteria) in ContentManagerLocal. |
6 | Abstract method ContentManagerLocal.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackagesWithLatestVersion(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.PackageCriteria) in ContentManagerLocal. |
7 | Abstract method ContentManagerLocal.getUploadedPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, int p5, java.io.InputStream p6, java.util.Map p7, Integer p8 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUploadedPackageVersion(org.rhq.core.domain.auth.Subject, java.lang.String, int, java.lang.String, int, java.io.InputStream, java.util.Map, java.lang.Integer) in ContentManagerLocal. |
8 | Abstract method ContentManagerLocal.persistServersidePackageType ( org.rhq.core.domain.content.PackageType p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method persistServersidePackageType(org.rhq.core.domain.content.PackageType) in ContentManagerLocal. |
9 | Abstract method ContentManagerLocal.createPackageVersion ( String p1, int p2, String p3, int p4, java.io.InputStream p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createPackageVersion(java.lang.String, int, java.lang.String, int, java.io.InputStream) in interface ContentManagerLocal. |
10 | Abstract method ContentManagerLocal.getUploadedPackageVersion ( String p1, int p2, String p3, int p4, java.io.InputStream p5, java.util.Map p6, int p7 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUploadedPackageVersion(java.lang.String, int, java.lang.String, int, java.io.InputStream, java.util.Map, int) in interface ContentManagerLocal. |
[+] affected methods (33)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
[+] ContentManagerRemote (5)
| Change | Effect |
---|
1 | Abstract method ContentManagerRemote.deletePackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deletePackageVersion(org.rhq.core.domain.auth.Subject, int) in ContentManagerRemote. |
2 | Abstract method ContentManagerRemote.findPackageType ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackageType(org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.String) in ContentManagerRemote. |
3 | Abstract method ContentManagerRemote.findPackageTypeWithVersionFormat ( org.rhq.core.domain.auth.Subject p1, Integer p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackageTypeWithVersionFormat(org.rhq.core.domain.auth.Subject, java.lang.Integer, java.lang.String) in ContentManagerRemote. |
4 | Abstract method ContentManagerRemote.findPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackagesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.PackageCriteria) in ContentManagerRemote. |
5 | Abstract method ContentManagerRemote.findPackagesWithLatestVersion ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findPackagesWithLatestVersion(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.PackageCriteria) in ContentManagerRemote. |
[+] affected methods (9)
ContentManagerRemote.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerRemote' interface.
ContentManagerRemote.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerRemote' interface.
[+] ContentUIManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method ContentUIManagerLocal.findInstalledPackageHistoryByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageHistoryCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findInstalledPackageHistoryByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.InstalledPackageHistoryCriteria) in ContentUIManagerLocal. |
2 | Abstract method ContentUIManagerLocal.getPackageTypes ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPackageTypes() in ContentUIManagerLocal. |
[+] affected methods (25)
ContentUIManagerLocal.getContentRequestsWithNotStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.content.ContentRequestStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getContentRequestsWithStatus ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.content.ContentRequestStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getContentServiceRequest ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackage ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackageHistory ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackageHistory ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackageHistory ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackageHistoryForResource ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackages ( org.rhq.core.domain.auth.Subject p1, int p2, Integer p3, String p4, String p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getInstalledPackageTypes ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getLoadedPackageBitsComposite ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageInstallationStep ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageInstallationSteps ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageType ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageTypes ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageTypes ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageVersion ( int p1 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageVersionComposites ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageVersionComposites ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getPackageVersionCompositesByFilter ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.getUpdatePackageVersionCompositesByFilter ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.loadAdvisoryDetailsComposite ( org.rhq.core.domain.auth.Subject p1, Integer p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.loadPackageVersionComposite ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentUIManagerLocal' interface.
ContentUIManagerLocal.loadPackageVersionCompositeWithExtraProperties ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentUIManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentUIManager ( )Return value of this method has type 'ContentUIManagerLocal'.
[+] RepoManagerLocal (5)
| Change | Effect |
---|
1 | Abstract method RepoManagerLocal.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deletePackageVersionsFromRepo(org.rhq.core.domain.auth.Subject, int, int[]) in RepoManagerLocal. |
2 | Abstract method RepoManagerLocal.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLatestPackageVersion(org.rhq.core.domain.auth.Subject, int, int) in RepoManagerLocal. |
3 | Abstract method RepoManagerLocal.removeOwnershipOfSubject ( int p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeOwnershipOfSubject(int) in RepoManagerLocal. |
4 | Abstract method RepoManagerLocal.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method synchronizeRepos(org.rhq.core.domain.auth.Subject, int[]) in RepoManagerLocal. |
5 | Abstract method RepoManagerLocal.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method synchronizeRepos(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface RepoManagerLocal. |
[+] affected methods (44)
RepoManagerLocal.addContentSourcesToRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.addPackageVersionsToRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.addRepoRelationship ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.calculateSyncStatus ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.cancelSync ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.createRepo ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.content.Repo p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.createRepoGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.content.RepoGroup p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.deleteCandidatesWithOnlyContentSource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.deleteRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.deleteRepoGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findAssociatedAdvisory ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findAssociatedContentSources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findAssociatedDistributions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findAvailableResourceSubscriptions ( int p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findAvailableResourceSubscriptions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findPackageVersionsInRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findPackageVersionsInRepo ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findPackageVersionsInRepoByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findRepos ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findReposByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.RepoCriteria p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findResourceSubscriptions ( int p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findResourceSubscriptions ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findSubscribedResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.findSubscriptions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getMostRecentSyncResults ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getPackageVersionCountFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoByName ( String p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoGroupByName ( String p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoGroupTypeByName ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoSyncResults ( int p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.getRepoSyncResults ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.importCandidateRepo ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.internalSynchronizeRepos ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.mergeRepoSyncResults ( org.rhq.core.domain.content.RepoSyncResults p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.persistRepoSyncResults ( org.rhq.core.domain.content.RepoSyncResults p1 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.processRepoImportReport ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.plugin.pc.content.RepoImportReport p2, int p3, StringBuilder p4 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.removeContentSourcesFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.simpleAddContentSourcesToRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.subscribeResourceToRepos ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.unsubscribeResourceFromRepos ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerLocal' interface.
RepoManagerLocal.updateRepo ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.content.Repo p2 )This abstract method is from 'RepoManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getRepoManagerLocal ( )Return value of this method has type 'RepoManagerLocal'.
[+] RepoManagerRemote (4)
| Change | Effect |
---|
1 | Abstract method RepoManagerRemote.deletePackageVersionsFromRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deletePackageVersionsFromRepo(org.rhq.core.domain.auth.Subject, int, int[]) in RepoManagerRemote. |
2 | Abstract method RepoManagerRemote.getLatestPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLatestPackageVersion(org.rhq.core.domain.auth.Subject, int, int) in RepoManagerRemote. |
3 | Abstract method RepoManagerRemote.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method synchronizeRepos(org.rhq.core.domain.auth.Subject, int[]) in RepoManagerRemote. |
4 | Abstract method RepoManagerRemote.synchronizeRepos ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method synchronizeRepos(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface RepoManagerRemote. |
[+] affected methods (13)
RepoManagerRemote.addPackageVersionsToRepo ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.createRepo ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.content.Repo p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.deleteRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findPackageVersionsInRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findPackageVersionsInRepoByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findRepos ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findReposByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.RepoCriteria p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findSubscribedResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.findSubscriptions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.getRepo ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.subscribeResourceToRepos ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.unsubscribeResourceFromRepos ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'RepoManagerRemote' interface.
RepoManagerRemote.updateRepo ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.content.Repo p2 )This abstract method is from 'RepoManagerRemote' interface.
package org.rhq.enterprise.server.core
[+] AgentManagerLocal (5)
| Change | Effect |
---|
1 | Abstract method AgentManagerLocal.getAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAgentByResourceId(org.rhq.core.domain.auth.Subject, int) in AgentManagerLocal. |
2 | Abstract method AgentManagerLocal.getAgentClient ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAgentClient(org.rhq.core.domain.auth.Subject, int) in AgentManagerLocal. |
3 | Abstract method AgentManagerLocal.pingAgentByResourceId ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method pingAgentByResourceId(org.rhq.core.domain.auth.Subject, int) in AgentManagerLocal. |
4 | Abstract method AgentManagerLocal.getAgentByResourceId ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAgentByResourceId(int) in interface AgentManagerLocal. |
5 | Abstract method AgentManagerLocal.getAgentClient ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAgentClient(int) in interface AgentManagerLocal. |
[+] affected methods (25)
AgentManagerLocal.agentIsAlive ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.agentIsShuttingDown ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.checkForSuspectAgents ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.createAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.deleteAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByAddressAndPort ( String p1, int p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByAgentToken ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByID ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentByName ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentClient ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentCount ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentDownloadDir ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByName ( String p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByResourceId ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentIdByScheduleId ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentsByServer ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateBinaryFile ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateVersionFile ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAgentUpdateVersionFileContent ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.getAllAgents ( )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.isAgentBackfilled ( int p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.isAgentVersionSupported ( org.rhq.core.clientapi.server.core.AgentVersion p1 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.setAgentBackfilled ( int p1, boolean p2 )This abstract method is from 'AgentManagerLocal' interface.
AgentManagerLocal.updateAgent ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'AgentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAgentManager ( )Return value of this method has type 'AgentManagerLocal'.
[+] CoreServerMBean (1)
| Change | Effect |
---|
1 | Abstract method CoreServerMBean.getProductInfo ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProductInfo() in CoreServerMBean. |
[+] affected methods (8)
CoreServerMBean.getBootTime ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getBuildNumber ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getInstallDir ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getJBossServerDataDir ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getJBossServerHomeDir ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getJBossServerTempDir ( )This abstract method is from 'CoreServerMBean' interface.
CoreServerMBean.getVersion ( )This abstract method is from 'CoreServerMBean' interface.
org.rhq.enterprise.server.util.LookupUtil.getCoreServer ( )Return value of this method has type 'CoreServerMBean'.
package org.rhq.enterprise.server.core.jaas
[+] TempSessionLoginModule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TempSessionLoginModule. |
[+] affected methods (5)
TempSessionLoginModule.getRoleSets ( )This method is from 'TempSessionLoginModule' class.
TempSessionLoginModule.getUsersPassword ( )This method is from 'TempSessionLoginModule' class.
TempSessionLoginModule.initialize ( javax.security.auth.Subject theSubject, javax.security.auth.callback.CallbackHandler theHandler, java.util.Map theSharedState, java.util.Map theOptions )This method is from 'TempSessionLoginModule' class.
TempSessionLoginModule.TempSessionLoginModule ( )This constructor is from 'TempSessionLoginModule' class.
TempSessionLoginModule.validatePassword ( String inputPassword, String expectedPassword )This method is from 'TempSessionLoginModule' class.
package org.rhq.enterprise.server.core.plugin
[+] PluginDeploymentScannerMBean (2)
| Change | Effect |
---|
1 | Abstract method PluginDeploymentScannerMBean.getLicenseFile ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getLicenseFile() in interface PluginDeploymentScannerMBean. |
2 | Abstract method PluginDeploymentScannerMBean.setLicenseFile ( java.io.File p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setLicenseFile(java.io.File) in interface PluginDeploymentScannerMBean. |
[+] affected methods (14)
PluginDeploymentScannerMBean.getAgentPluginDir ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.getScanPeriod ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.getServerPluginDir ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.getUserPluginDir ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.scan ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.scanAndRegister ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.setAgentPluginDir ( java.io.File p1 )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.setScanPeriod ( Long p1 )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.setServerPluginDir ( java.io.File p1 )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.setUserPluginDir ( java.io.File p1 )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.start ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.startDeployment ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
PluginDeploymentScannerMBean.stop ( )This abstract method is from 'PluginDeploymentScannerMBean' interface.
org.rhq.enterprise.server.util.LookupUtil.getPluginDeploymentScanner ( )Return value of this method has type 'PluginDeploymentScannerMBean'.
package org.rhq.enterprise.server.discovery
[+] DiscoveryBossLocal (1)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossLocal.upgradeResources ( java.util.Set p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method upgradeResources(java.util.Set) in DiscoveryBossLocal. |
[+] affected methods (11)
DiscoveryBossLocal.addResource ( org.rhq.core.domain.resource.Resource p1, int p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformChildServers ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2, org.rhq.core.domain.resource.Resource p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatforms ( org.rhq.core.domain.auth.Subject p1, java.util.EnumSet p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject p1, java.util.EnumSet p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.getQueuedPlatformsAndServers ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.manuallyAddResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, int p3, org.rhq.core.domain.configuration.Configuration p4 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport p1 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateInventoryStatus ( org.rhq.core.domain.auth.Subject p1, java.util.List p2, java.util.List p3, org.rhq.core.domain.resource.InventoryStatus p4 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2, java.util.List p3, java.util.List p4 )This abstract method is from 'DiscoveryBossLocal' interface.
DiscoveryBossLocal.updateResourceVersion ( int p1, String p2 )This abstract method is from 'DiscoveryBossLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getDiscoveryBoss ( )Return value of this method has type 'DiscoveryBossLocal'.
[+] DiscoveryBossRemote (6)
| Change | Effect |
---|
1 | Abstract method DiscoveryBossRemote.ignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ignoreResources(org.rhq.core.domain.auth.Subject, int[]) in DiscoveryBossRemote. |
2 | Abstract method DiscoveryBossRemote.importResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method importResources(org.rhq.core.domain.auth.Subject, int[]) in DiscoveryBossRemote. |
3 | Abstract method DiscoveryBossRemote.unignoreResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method unignoreResources(org.rhq.core.domain.auth.Subject, int[]) in DiscoveryBossRemote. |
4 | Abstract method DiscoveryBossRemote.ignoreResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method ignoreResources(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface DiscoveryBossRemote. |
5 | Abstract method DiscoveryBossRemote.importResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method importResources(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface DiscoveryBossRemote. |
6 | Abstract method DiscoveryBossRemote.unignoreResources ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method unignoreResources(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface DiscoveryBossRemote. |
[+] affected methods (1)
DiscoveryBossRemote.manuallyAddResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, org.rhq.core.domain.configuration.Configuration p4 )This abstract method is from 'DiscoveryBossRemote' interface.
package org.rhq.enterprise.server.event
[+] EventManagerLocal (10)
| Change | Effect |
---|
1 | Abstract method EventManagerLocal.deleteEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, java.util.List p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteEventsForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.util.List) in EventManagerLocal. |
2 | Abstract method EventManagerLocal.findEventComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, org.rhq.core.domain.event.EventSeverity[ ] p5, String p6, String p7, org.rhq.core.domain.util.PageControl p8 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findEventComposites(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, org.rhq.core.domain.event.EventSeverity[], java.lang.String, java.lang.String, org.rhq.core.domain.util.PageControl) in EventManagerLocal. |
3 | Abstract method EventManagerLocal.getEventCountsBySeverityForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEventCountsBySeverityForGroup(org.rhq.core.domain.auth.Subject, int, long, long) in EventManagerLocal. |
4 | Abstract method EventManagerLocal.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, int p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSeverityBucketsByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, int) in EventManagerLocal. |
5 | Abstract method EventManagerLocal.purgeEventsForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method purgeEventsForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in EventManagerLocal. |
6 | Abstract method EventManagerLocal.deleteAllEventsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAllEventsForCompatibleGroup(org.rhq.core.domain.auth.Subject, int) in interface EventManagerLocal. |
7 | Abstract method EventManagerLocal.deleteAllEventsForResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAllEventsForResource(org.rhq.core.domain.auth.Subject, int) in interface EventManagerLocal. |
8 | Abstract method EventManagerLocal.deleteEvents ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteEvents(org.rhq.core.domain.auth.Subject, java.util.List) in interface EventManagerLocal. |
9 | Abstract method EventManagerLocal.findEventComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, org.rhq.core.domain.event.EventSeverity[ ] p5, String p6, String p7, org.rhq.core.domain.util.PageControl p8 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findEventComposites(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, long, long, org.rhq.core.domain.event.EventSeverity[], java.lang.String, java.lang.String, org.rhq.core.domain.util.PageControl) in interface EventManagerLocal. |
10 | Abstract method EventManagerLocal.getSeverityBucketsByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, int p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSeverityBucketsByContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, long, long, int) in interface EventManagerLocal. |
[+] affected methods (12)
EventManagerLocal.addEventData ( java.util.Map p1 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.deleteEventSourcesForDefinition ( org.rhq.core.domain.event.EventDefinition p1 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.findEventCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.EventCriteria p2 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.findEventsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.EventCriteria p2 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventCounts ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventCountsBySeverity ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getEventDetailForEventId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getSeverityBuckets ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getSeverityBucketsForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.getSeverityBucketsForCompGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, int p5 )This abstract method is from 'EventManagerLocal' interface.
EventManagerLocal.purgeEventData ( java.util.Date p1 )This abstract method is from 'EventManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getEventManager ( )Return value of this method has type 'EventManagerLocal'.
package org.rhq.enterprise.server.install.remote
[+] RemoteInstallManagerLocal (5)
| Change | Effect |
---|
1 | Added super-interface RemoteInstallManagerRemote. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in RemoteInstallManagerRemote. |
2 | Abstract method RemoteInstallManagerLocal.agentInstallCheck ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method agentInstallCheck(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo) in interface RemoteInstallManagerLocal. |
3 | Abstract method RemoteInstallManagerLocal.agentStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method agentStatus(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo) in interface RemoteInstallManagerLocal. |
4 | Abstract method RemoteInstallManagerLocal.startAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method startAgent(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo) in interface RemoteInstallManagerLocal. |
5 | Abstract method RemoteInstallManagerLocal.stopAgent ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.install.remote.RemoteAccessInfo p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method stopAgent(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.install.remote.RemoteAccessInfo) in interface RemoteInstallManagerLocal. |
[+] affected methods (1)
org.rhq.enterprise.server.util.LookupUtil.getRemoteInstallManager ( )Return value of this method has type 'RemoteInstallManagerLocal'.
package org.rhq.enterprise.server.license
[+] BackingStore (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BackingStore. |
[+] affected methods (1)
BackingStore.isAvailable ( )This method is from 'BackingStore' class.
[+] CorruptLicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CorruptLicenseException. |
[+] affected methods (4)
CorruptLicenseException.CorruptLicenseException ( )This constructor is from 'CorruptLicenseException' class.
CorruptLicenseException.CorruptLicenseException ( String message )This constructor is from 'CorruptLicenseException' class.
CorruptLicenseException.CorruptLicenseException ( String message, Throwable cause )This constructor is from 'CorruptLicenseException' class.
CorruptLicenseException.CorruptLicenseException ( Throwable cause )This constructor is from 'CorruptLicenseException' class.
[+] DuplicateLicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DuplicateLicenseException. |
[+] affected methods (4)
DuplicateLicenseException.DuplicateLicenseException ( )This constructor is from 'DuplicateLicenseException' class.
DuplicateLicenseException.DuplicateLicenseException ( String message )This constructor is from 'DuplicateLicenseException' class.
DuplicateLicenseException.DuplicateLicenseException ( String message, Throwable cause )This constructor is from 'DuplicateLicenseException' class.
DuplicateLicenseException.DuplicateLicenseException ( Throwable cause )This constructor is from 'DuplicateLicenseException' class.
[+] FeatureUnavailableException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FeatureUnavailableException. |
[+] affected methods (4)
FeatureUnavailableException.FeatureUnavailableException ( )This constructor is from 'FeatureUnavailableException' class.
FeatureUnavailableException.FeatureUnavailableException ( String s )This constructor is from 'FeatureUnavailableException' class.
FeatureUnavailableException.FeatureUnavailableException ( String s, Throwable t )This constructor is from 'FeatureUnavailableException' class.
FeatureUnavailableException.FeatureUnavailableException ( Throwable t )This constructor is from 'FeatureUnavailableException' class.
[+] License (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class License. |
[+] affected methods (28)
License.addPlugin ( String plugin )This method is from 'License' class.
License.addServerIp ( int count, String addr )This method is from 'License' class.
License.equals ( Object o )This method is from 'License' class.
License.getIsAnyIpOk ( )This method is from 'License' class.
License.getIsAnyPluginOk ( )This method is from 'License' class.
License.getIsPerpetualLicense ( )This method is from 'License' class.
License.getLicenseeEmail ( )This method is from 'License' class.
License.getLicenseeName ( )This method is from 'License' class.
License.getLicenseePhone ( )This method is from 'License' class.
License.getLicenseExpiration ( )This method is from 'License' class.
License.getMasterKey ( )This method is from 'License' class.
License.getPlatformLimit ( )This method is from 'License' class.
License.getPlatformsUnlimited ( )This method is from 'License' class.
License.getPlugins ( )This method is from 'License' class.
License.getServerIps ( )This method is from 'License' class.
License.getSupportLevel ( )This method is from 'License' class.
License.getVersion ( )This method is from 'License' class.
License.isTrial ( )This method is from 'License' class.
License.License ( )This constructor is from 'License' class.
License.setLicenseeEmail ( String e )This method is from 'License' class.
License.setLicenseeName ( String n )This method is from 'License' class.
License.setLicenseePhone ( String p )This method is from 'License' class.
License.setMasterKey ( String m )This method is from 'License' class.
License.setPlatformLimit ( int l )This method is from 'License' class.
License.setSupportLevel ( int level )This method is from 'License' class.
License.setTrial ( boolean trial )This method is from 'License' class.
License.setVersion ( String v )This method is from 'License' class.
License.toString ( )This method is from 'License' class.
[+] LicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LicenseException. |
[+] affected methods (4)
LicenseException.LicenseException ( )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( String message )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( String message, Throwable cause )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( Throwable cause )This constructor is from 'LicenseException' class.
[+] LicenseManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LicenseManager. |
[+] affected methods (16)
LicenseManager.checkLicense ( java.io.InputStream licenseFile )This method is from 'LicenseManager' class.
LicenseManager.doHalt ( String msg )This method is from 'LicenseManager' class.
LicenseManager.doHalt ( String msg, Exception e )This method is from 'LicenseManager' class.
LicenseManager.doStartupCheck ( String licenseFile )This method is from 'LicenseManager' class.
LicenseManager.enforceFeatureLimit ( int feature )This method is from 'LicenseManager' class.
LicenseManager.enforceFeatureLimit ( License license, int feature )This method is from 'LicenseManager' class.
LicenseManager.enforcePlatformLimit ( int count )This method is from 'LicenseManager' class.
LicenseManager.getExpiration ( )This method is from 'LicenseManager' class.
LicenseManager.getLicense ( )This method is from 'LicenseManager' class.
LicenseManager.getLicenseFileName ( )This method is from 'LicenseManager' class.
LicenseManager.getLicenseInfoString ( )This method is from 'LicenseManager' class.
LicenseManager.instance ( )This method is from 'LicenseManager' class.
LicenseManager.isLicenseExpired ( )This method is from 'LicenseManager' class.
LicenseManager.isLicenseLoaded ( )This method is from 'LicenseManager' class.
LicenseManager.isPluginEnabled ( String name )This method is from 'LicenseManager' class.
LicenseManager.run ( )This method is from 'LicenseManager' class.
[+] LicenseParsingException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LicenseParsingException. |
[+] affected methods (4)
LicenseParsingException.LicenseParsingException ( )This constructor is from 'LicenseParsingException' class.
LicenseParsingException.LicenseParsingException ( String message )This constructor is from 'LicenseParsingException' class.
LicenseParsingException.LicenseParsingException ( String message, Throwable cause )This constructor is from 'LicenseParsingException' class.
LicenseParsingException.LicenseParsingException ( Throwable cause )This constructor is from 'LicenseParsingException' class.
[+] LicenseStoreManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LicenseStoreManager. |
[+] affected methods (1)
LicenseStoreManager.store ( License license )This method is from 'LicenseStoreManager' class.
[+] PlatformLimitException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PlatformLimitException. |
[+] affected methods (2)
PlatformLimitException.getLimit ( )This method is from 'PlatformLimitException' class.
PlatformLimitException.PlatformLimitException ( String msg, int limit )This constructor is from 'PlatformLimitException' class.
[+] UnavailableLicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnavailableLicenseException. |
[+] affected methods (4)
UnavailableLicenseException.UnavailableLicenseException ( )This constructor is from 'UnavailableLicenseException' class.
UnavailableLicenseException.UnavailableLicenseException ( String message )This constructor is from 'UnavailableLicenseException' class.
UnavailableLicenseException.UnavailableLicenseException ( String message, Throwable cause )This constructor is from 'UnavailableLicenseException' class.
UnavailableLicenseException.UnavailableLicenseException ( Throwable cause )This constructor is from 'UnavailableLicenseException' class.
[+] UpdateTrialLicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UpdateTrialLicenseException. |
[+] affected methods (4)
UpdateTrialLicenseException.UpdateTrialLicenseException ( )This constructor is from 'UpdateTrialLicenseException' class.
UpdateTrialLicenseException.UpdateTrialLicenseException ( String message )This constructor is from 'UpdateTrialLicenseException' class.
UpdateTrialLicenseException.UpdateTrialLicenseException ( String message, Throwable cause )This constructor is from 'UpdateTrialLicenseException' class.
UpdateTrialLicenseException.UpdateTrialLicenseException ( Throwable cause )This constructor is from 'UpdateTrialLicenseException' class.
package org.rhq.enterprise.server.measurement
[+] CallTimeDataManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, long p3, long p4, String p5, org.rhq.core.domain.util.PageControl p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findCallTimeDataForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, long, long, java.lang.String, org.rhq.core.domain.util.PageControl) in CallTimeDataManagerLocal. |
2 | Abstract method CallTimeDataManagerLocal.findCallTimeDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, long p3, long p4, String p5, org.rhq.core.domain.util.PageControl p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findCallTimeDataForContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, long, long, java.lang.String, org.rhq.core.domain.util.PageControl) in interface CallTimeDataManagerLocal. |
[+] affected methods (8)
CallTimeDataManagerLocal.addCallTimeData ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, org.rhq.core.domain.util.PageControl p6 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.findCallTimeDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.insertCallTimeDataKeys ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.insertCallTimeDataValues ( java.util.Set p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
CallTimeDataManagerLocal.purgeCallTimeData ( java.util.Date p1 )This abstract method is from 'CallTimeDataManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getCallTimeDataManager ( )Return value of this method has type 'CallTimeDataManagerLocal'.
[+] MeasurementDataManagerLocal (3)
| Change | Effect |
---|
1 | Abstract method MeasurementDataManagerLocal.findDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int p3, long p4, long p5, int p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findDataForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int, long, long, int) in MeasurementDataManagerLocal. |
2 | Abstract method MeasurementDataManagerLocal.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findTraitsByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria) in MeasurementDataManagerLocal. |
3 | Abstract method MeasurementDataManagerLocal.findDataForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int p3, long p4, long p5, int p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findDataForContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, int, long, long, int) in interface MeasurementDataManagerLocal. |
[+] affected methods (18)
MeasurementDataManagerLocal.addNumericData ( java.util.Set p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.addTraitData ( java.util.Set p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findCurrentTraitsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DisplayType p3 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricDisplaySummariesForCompatibleResources ( org.rhq.core.domain.auth.Subject p1, java.util.Collection p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricDisplaySummariesForResourcesAndParent ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, java.util.List p4, long p5, long p6 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricsDisplaySummariesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findNarrowedMetricsDisplaySummariesForCompGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.findTraits ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getCurrentNumericForSchedule ( int p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.getCurrentTraitForSchedule ( int p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.mergeMeasurementReport ( org.rhq.core.domain.measurement.MeasurementReport p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
MeasurementDataManagerLocal.purgeTraits ( long p1 )This abstract method is from 'MeasurementDataManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getMeasurementDataManager ( )Return value of this method has type 'MeasurementDataManagerLocal'.
[+] MeasurementDataManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method MeasurementDataManagerRemote.findTraitsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findTraitsByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.MeasurementDataTraitCriteria) in MeasurementDataManagerRemote. |
[+] affected methods (6)
MeasurementDataManagerRemote.findCurrentTraitsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DisplayType p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findDataForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findDataForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4, long p5, int p6 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findLiveData ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.findTraits ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementDataManagerRemote' interface.
MeasurementDataManagerRemote.getAggregate ( org.rhq.core.domain.auth.Subject p1, int p2, long p3, long p4 )This abstract method is from 'MeasurementDataManagerRemote' interface.
[+] MeasurementOOBManagerLocal (1)
| Change | Effect |
---|
1 | Abstract method MeasurementOOBManagerLocal.getHighestNOOBsForGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getHighestNOOBsForGroup(org.rhq.core.domain.auth.Subject, int, int) in MeasurementOOBManagerLocal. |
[+] affected methods (8)
MeasurementOOBManagerLocal.computeOOBsFromHourBeginingAt ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.computeOOBsFromLastHour ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.getHighestNOOBsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.getSchedulesWithOOBs ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, String p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOOBsForGroupAndDefinition ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOOBsForSchedule ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.measurement.MeasurementSchedule p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
MeasurementOOBManagerLocal.removeOutdatedOOBs ( org.rhq.core.domain.auth.Subject p1, long p2 )This abstract method is from 'MeasurementOOBManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getOOBManager ( )Return value of this method has type 'MeasurementOOBManagerLocal'.
[+] MeasurementScheduleManagerLocal (8)
| Change | Effect |
---|
1 | Abstract method MeasurementScheduleManagerLocal.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disableSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int[]) in MeasurementScheduleManagerLocal. |
2 | Abstract method MeasurementScheduleManagerLocal.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int[]) in MeasurementScheduleManagerLocal. |
3 | Abstract method MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, org.rhq.core.domain.util.PageControl p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMeasurementScheduleCompositesByContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, org.rhq.core.domain.util.PageControl) in MeasurementScheduleManagerLocal. |
4 | Abstract method MeasurementScheduleManagerLocal.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, int[ ] p3, long p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, int[], long) in MeasurementScheduleManagerLocal. |
5 | Abstract method MeasurementScheduleManagerLocal.disableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disableSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, int[]) in interface MeasurementScheduleManagerLocal. |
6 | Abstract method MeasurementScheduleManagerLocal.enableSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method enableSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, int[]) in interface MeasurementScheduleManagerLocal. |
7 | Abstract method MeasurementScheduleManagerLocal.getMeasurementScheduleCompositesByContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, org.rhq.core.domain.util.PageControl p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMeasurementScheduleCompositesByContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, org.rhq.core.domain.util.PageControl) in interface MeasurementScheduleManagerLocal. |
8 | Abstract method MeasurementScheduleManagerLocal.updateSchedulesForContext ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, int[ ] p3, long p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateSchedulesForContext(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, int[], long) in interface MeasurementScheduleManagerLocal. |
[+] affected methods (33)
MeasurementScheduleManagerLocal.createSchedulesForExistingResources ( org.rhq.core.domain.resource.ResourceType p1, org.rhq.core.domain.measurement.MeasurementDefinition p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableAllDefaultCollections ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableAllSchedules ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableDefaultCollectionForMeasurementDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableMeasurementTemplates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableSchedulesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int[ ] p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableSchedulesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.disableSchedulesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.enableMeasurementTemplates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.enableSchedulesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int[ ] p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.enableSchedulesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.enableSchedulesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.errorCorrectSchedules ( )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.MeasurementScheduleCriteria p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesByIds ( int[ ] p1 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesByResourceIdAndDefinitionIds ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesByResourceIdsAndDefinitionId ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesByResourceIdsAndDefinitionIds ( int[ ] p1, int[ ] p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesForResourceAndItsDescendants ( int[ ] p1, boolean p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.findSchedulesForResourceAndType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.measurement.DataType p3, org.rhq.core.domain.measurement.DisplayType p4, boolean p5 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.getAgentClientForSchedule ( org.rhq.core.domain.measurement.MeasurementSchedule p1 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.getSchedule ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, boolean p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.getScheduleById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.getScheduledMeasurementsPerMinute ( )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.insertSchedulesFor ( int[ ] p1 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.returnSchedulesFor ( int[ ] p1, java.util.Set p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateDefaultCollectionIntervalForMeasurementDefinitions ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, long p3, boolean p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateMeasurementTemplates ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, long p3 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateSchedule ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.measurement.MeasurementSchedule p2 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateSchedulesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, int[ ] p4, long p5 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateSchedulesForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
MeasurementScheduleManagerLocal.updateSchedulesForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, long p4 )This abstract method is from 'MeasurementScheduleManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getMeasurementScheduleManager ( )Return value of this method has type 'MeasurementScheduleManagerLocal'.
[+] MeasurementViewManagerLocal (22)
| Change | Effect |
---|
1 | Abstract method MeasurementViewManagerLocal.addChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addChart(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String, java.lang.String) in MeasurementViewManagerLocal. |
2 | Abstract method MeasurementViewManagerLocal.createView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createView(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String) in MeasurementViewManagerLocal. |
3 | Abstract method MeasurementViewManagerLocal.deleteView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteView(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String) in MeasurementViewManagerLocal. |
4 | Abstract method MeasurementViewManagerLocal.getCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getCharts(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String) in MeasurementViewManagerLocal. |
5 | Abstract method MeasurementViewManagerLocal.getSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSelectedView(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in MeasurementViewManagerLocal. |
6 | Abstract method MeasurementViewManagerLocal.getViewNames ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getViewNames(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext) in MeasurementViewManagerLocal. |
7 | Abstract method MeasurementViewManagerLocal.moveChartDown ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method moveChartDown(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String, java.lang.String) in MeasurementViewManagerLocal. |
8 | Abstract method MeasurementViewManagerLocal.moveChartUp ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method moveChartUp(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String, java.lang.String) in MeasurementViewManagerLocal. |
9 | Abstract method MeasurementViewManagerLocal.removeChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, String p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeChart(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String, java.lang.String) in MeasurementViewManagerLocal. |
10 | Abstract method MeasurementViewManagerLocal.saveCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3, java.util.List p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveCharts(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String, java.util.List) in MeasurementViewManagerLocal. |
11 | Abstract method MeasurementViewManagerLocal.setSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.common.EntityContext p2, String p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setSelectedView(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.common.EntityContext, java.lang.String) in MeasurementViewManagerLocal. |
12 | Abstract method MeasurementViewManagerLocal.addChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addChart(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String, java.lang.String) in interface MeasurementViewManagerLocal. |
13 | Abstract method MeasurementViewManagerLocal.createView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createView(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String) in interface MeasurementViewManagerLocal. |
14 | Abstract method MeasurementViewManagerLocal.deleteView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteView(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String) in interface MeasurementViewManagerLocal. |
15 | Abstract method MeasurementViewManagerLocal.getCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getCharts(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String) in interface MeasurementViewManagerLocal. |
16 | Abstract method MeasurementViewManagerLocal.getSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSelectedView(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext) in interface MeasurementViewManagerLocal. |
17 | Abstract method MeasurementViewManagerLocal.getViewNames ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getViewNames(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext) in interface MeasurementViewManagerLocal. |
18 | Abstract method MeasurementViewManagerLocal.moveChartDown ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method moveChartDown(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String, java.lang.String) in interface MeasurementViewManagerLocal. |
19 | Abstract method MeasurementViewManagerLocal.moveChartUp ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method moveChartUp(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String, java.lang.String) in interface MeasurementViewManagerLocal. |
20 | Abstract method MeasurementViewManagerLocal.removeChart ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, String p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeChart(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String, java.lang.String) in interface MeasurementViewManagerLocal. |
21 | Abstract method MeasurementViewManagerLocal.saveCharts ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3, java.util.List p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method saveCharts(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String, java.util.List) in interface MeasurementViewManagerLocal. |
22 | Abstract method MeasurementViewManagerLocal.setSelectedView ( org.rhq.core.domain.auth.Subject p1, org.rhq.enterprise.server.common.EntityContext p2, String p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setSelectedView(org.rhq.core.domain.auth.Subject, org.rhq.enterprise.server.common.EntityContext, java.lang.String) in interface MeasurementViewManagerLocal. |
[+] affected methods (1)
org.rhq.enterprise.server.util.LookupUtil.getMeasurementViewManager ( )Return value of this method has type 'MeasurementViewManagerLocal'.
package org.rhq.enterprise.server.measurement.uibean
[+] BaseMetricDisplay (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseMetricDisplay. |
[+] affected methods (38)
BaseMetricDisplay.BaseMetricDisplay ( )This constructor is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.compareTo ( Object arg0 )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getAvgMetric ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getBeginTimeFrame ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getCollectionType ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getDefinitionId ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getDescription ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getEndTimeFrame ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getLabel ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getLastMetric ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMaxMetric ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetric ( String key )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetricKeys ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetrics ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetricSource ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetricSourceId ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMetricValueDoubles ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getMinMetric ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getNumberCollecting ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getScheduleId ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getShowNumberCollecting ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getSummaryMetric ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.getUnits ( )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setBeginTimeFrame ( Long beginTimeFrame )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setCollectionType ( Integer collectionType )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setDefinitionId ( Integer definitionId )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setDescription ( String description )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setEndTimeFrame ( Long endTimeFrame )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setLabel ( String label )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setMetric ( String key, MetricDisplayValue value )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setMetrics ( java.util.Map metrics )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setMetricSource ( String string )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setMetricSourceId ( int id )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setNumberCollecting ( int numberCollecting )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setScheduleId ( Integer scheduleId )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setShowNumberCollecting ( Boolean showNumberCollecting )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.setUnits ( String units )This method is from 'BaseMetricDisplay' abstract class.
BaseMetricDisplay.toString ( )This method is from 'BaseMetricDisplay' abstract class.
[+] MeasurementSummary (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MeasurementSummary. |
[+] affected methods (10)
MeasurementSummary.asList ( )This method is from 'MeasurementSummary' class.
MeasurementSummary.getAvailDown ( )This method is from 'MeasurementSummary' class.
MeasurementSummary.getAvailUnknown ( )This method is from 'MeasurementSummary' class.
MeasurementSummary.getAvailUp ( )This method is from 'MeasurementSummary' class.
MeasurementSummary.MeasurementSummary ( )This constructor is from 'MeasurementSummary' class.
MeasurementSummary.MeasurementSummary ( Integer up, Integer down, Integer unknown )This constructor is from 'MeasurementSummary' class.
MeasurementSummary.setAvailDown ( Integer unavailConfigured )This method is from 'MeasurementSummary' class.
MeasurementSummary.setAvailUnknown ( Integer totalConfigured )This method is from 'MeasurementSummary' class.
MeasurementSummary.setAvailUp ( Integer currentConfigured )This method is from 'MeasurementSummary' class.
MeasurementSummary.toString ( )This method is from 'MeasurementSummary' class.
[+] MetricDisplayConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MetricDisplayConstants. |
[+] affected methods (1)
MetricDisplayConstants.MetricDisplayConstants ( )This constructor is from 'MetricDisplayConstants' class.
[+] MetricDisplaySummary (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MetricDisplaySummary. |
[+] affected methods (29)
MetricDisplaySummary.getAlertCount ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getChangedDate ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getChildTypeId ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getContext ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getGroupId ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getIsTrait ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getMetricToken ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getParent ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getParentId ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getResource ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getResourceId ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getTimestamp ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getValue ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.getValuesPresent ( )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.init ( org.rhq.enterprise.server.common.EntityContext context )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.MetricDisplaySummary ( )This constructor is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setAlertCount ( int alertCount )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setChildTypeId ( int childTypeId )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setGroupId ( int groupId )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setIsTrait ( boolean isThisATrait )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setMetricToken ( String metricToken )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setParent ( org.rhq.core.domain.resource.Resource parent )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setParentId ( int parentId )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setResource ( org.rhq.core.domain.resource.Resource resource )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setResourceId ( int resourceId )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setTimestamp ( long timestamp )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setValue ( String val )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.setValuesPresent ( boolean noValuesPreent )This method is from 'MetricDisplaySummary' class.
MetricDisplaySummary.toString ( )This method is from 'MetricDisplaySummary' class.
[+] MetricDisplayValue (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MetricDisplayValue. |
[+] affected methods (9)
MetricDisplayValue.getHighlighted ( )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.getValue ( )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.getValueFmt ( )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.MetricDisplayValue ( double aValue )This constructor is from 'MetricDisplayValue' class.
MetricDisplayValue.MetricDisplayValue ( Double aValue )This constructor is from 'MetricDisplayValue' class.
MetricDisplayValue.setHighlighted ( Boolean flag )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.setValue ( Double aValue )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.setValueFmt ( String aValueFmt )This method is from 'MetricDisplayValue' class.
MetricDisplayValue.toString ( )This method is from 'MetricDisplayValue' class.
package org.rhq.enterprise.server.operation
[+] GroupOperationSchedule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GroupOperationSchedule. |
[+] affected methods (9)
GroupOperationSchedule.getExecutionOrder ( )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.getGroup ( )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.getHaltOnFailure ( )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.GroupOperationSchedule ( )This constructor is from 'GroupOperationSchedule' class.
GroupOperationSchedule.isHaltOnFailure ( )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.setExecutionOrder ( java.util.List executionOrder )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.setGroup ( org.rhq.core.domain.resource.group.ResourceGroup group )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.setHaltOnFailure ( boolean haltOnFailure )This method is from 'GroupOperationSchedule' class.
GroupOperationSchedule.toString ( )This method is from 'GroupOperationSchedule' class.
[+] OperationManagerLocal (20)
| Change | Effect |
---|
1 | Abstract method OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGroupOperationSchedule(org.rhq.core.domain.auth.Subject, int) in OperationManagerLocal. |
2 | Abstract method OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGroupOperationSchedule(org.rhq.core.domain.auth.Subject, java.lang.String) in OperationManagerLocal. |
3 | Abstract method OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getGroupOperationSchedule(org.rhq.core.domain.auth.Subject, org.quartz.JobDetail) in OperationManagerLocal. |
4 | Abstract method OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceOperationSchedule(org.rhq.core.domain.auth.Subject, int) in OperationManagerLocal. |
5 | Abstract method OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceOperationSchedule(org.rhq.core.domain.auth.Subject, java.lang.String) in OperationManagerLocal. |
6 | Abstract method OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceOperationSchedule(org.rhq.core.domain.auth.Subject, org.quartz.JobDetail) in OperationManagerLocal. |
7 | Abstract method OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, long, long, int, int, java.lang.String) in OperationManagerLocal. |
8 | Abstract method OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, org.quartz.Trigger p7, String p8 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String) in OperationManagerLocal. |
9 | Abstract method OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.GroupOperationSchedule p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.bean.GroupOperationSchedule) in OperationManagerLocal. |
10 | Abstract method OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, long, long, int, int, org.rhq.core.domain.configuration.Configuration, java.lang.String) in OperationManagerLocal. |
11 | Abstract method OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.configuration.Configuration p4, org.quartz.Trigger p5, String p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String) in OperationManagerLocal. |
12 | Abstract method OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.bean.ResourceOperationSchedule p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule) in OperationManagerLocal. |
13 | Abstract method OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGroupOperationSchedule(org.rhq.core.domain.auth.Subject, java.lang.String) in interface OperationManagerLocal. |
14 | Abstract method OperationManagerLocal.getGroupOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getGroupOperationSchedule(org.rhq.core.domain.auth.Subject, org.quartz.JobDetail) in interface OperationManagerLocal. |
15 | Abstract method OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceOperationSchedule(org.rhq.core.domain.auth.Subject, java.lang.String) in interface OperationManagerLocal. |
16 | Abstract method OperationManagerLocal.getResourceOperationSchedule ( org.rhq.core.domain.auth.Subject p1, org.quartz.JobDetail p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceOperationSchedule(org.rhq.core.domain.auth.Subject, org.quartz.JobDetail) in interface OperationManagerLocal. |
17 | Abstract method OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, long, long, int, int, java.lang.String) in interface OperationManagerLocal. |
18 | Abstract method OperationManagerLocal.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, org.quartz.Trigger p7, String p8 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String) in interface OperationManagerLocal. |
19 | Abstract method OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, long, long, int, int, org.rhq.core.domain.configuration.Configuration, java.lang.String) in interface OperationManagerLocal. |
20 | Abstract method OperationManagerLocal.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.configuration.Configuration p4, org.quartz.Trigger p5, String p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.quartz.Trigger, java.lang.String) in interface OperationManagerLocal. |
[+] affected methods (39)
OperationJob.updateOperationScheduleEntity ( org.quartz.JobDetail jobDetail, java.util.Date nextFireTime, OperationManagerLocal operationManager )3rd parameter 'operationManager' of this method has type 'OperationManagerLocal'.
OperationManagerLocal.cancelOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.checkForCompletedGroupOperation ( int p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.checkForTimedOutOperations ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.deleteOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.deleteOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCompletedGroupOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCompletedResourceOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCurrentlyScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findCurrentlyScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findGroupOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findPendingGroupOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findPendingResourceOperationHistories ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findRecentlyCompletedGroupOperations ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findRecentlyCompletedResourceOperations ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findResourceOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findResourceOperationHistoriesByGroupHistoryId ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.findSupportedResourceTypeOperations ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getLatestCompletedResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOldestInProgressResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationDefinition ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationDefinitionByResourceTypeAndName ( int p1, String p2, boolean p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationHistoryByHistoryId ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getOperationHistoryByJobId ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getResourceNameOptionItems ( int p1 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getSupportedGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.getSupportedResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, boolean p4 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.isGroupOperationSupported ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.isResourceOperationSupported ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.unscheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.updateOperationHistory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.operation.OperationHistory p2 )This abstract method is from 'OperationManagerLocal' interface.
OperationManagerLocal.updateOperationScheduleEntity ( org.rhq.core.domain.operation.ScheduleJobId p1, long p2 )This abstract method is from 'OperationManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getOperationManager ( )Return value of this method has type 'OperationManagerLocal'.
[+] OperationManagerRemote (4)
| Change | Effect |
---|
1 | Abstract method OperationManagerRemote.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, long, long, int, int, java.lang.String) in OperationManagerRemote. |
2 | Abstract method OperationManagerRemote.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, long, long, int, int, org.rhq.core.domain.configuration.Configuration, java.lang.String) in OperationManagerRemote. |
3 | Abstract method OperationManagerRemote.scheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4, String p5, org.rhq.core.domain.configuration.Configuration p6, long p7, long p8, int p9, int p10, String p11 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleGroupOperation(org.rhq.core.domain.auth.Subject, int, int[], boolean, java.lang.String, org.rhq.core.domain.configuration.Configuration, long, long, int, int, java.lang.String) in interface OperationManagerRemote. |
4 | Abstract method OperationManagerRemote.scheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, long p4, long p5, int p6, int p7, org.rhq.core.domain.configuration.Configuration p8, String p9 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method scheduleResourceOperation(org.rhq.core.domain.auth.Subject, int, java.lang.String, long, long, int, int, org.rhq.core.domain.configuration.Configuration, java.lang.String) in interface OperationManagerRemote. |
[+] affected methods (9)
OperationManagerRemote.cancelOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.deleteOperationHistory ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findGroupOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.GroupOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findOperationDefinitionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.OperationDefinitionCriteria p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findResourceOperationHistoriesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findScheduledGroupOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.findScheduledResourceOperations ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.unscheduleGroupOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerRemote' interface.
OperationManagerRemote.unscheduleResourceOperation ( org.rhq.core.domain.auth.Subject p1, String p2, int p3 )This abstract method is from 'OperationManagerRemote' interface.
[+] OperationSchedule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OperationSchedule. |
[+] affected methods (17)
OperationSchedule.getDescription ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getJobGroup ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getJobId ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getJobName ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getOperationDisplayName ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getOperationName ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getParameters ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.getSubject ( )This method is from 'OperationSchedule' abstract class.
OperationSchedule.OperationSchedule ( )This constructor is from 'OperationSchedule' abstract class.
OperationSchedule.setDescription ( String description )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setJobGroup ( String jobGroup )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setJobName ( String jobName )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setOperationDisplayName ( String operationDisplayName )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setOperationName ( String operationName )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setParameters ( org.rhq.core.domain.configuration.Configuration parameters )This method is from 'OperationSchedule' abstract class.
OperationSchedule.setSubject ( org.rhq.core.domain.auth.Subject subject )This method is from 'OperationSchedule' abstract class.
OperationSchedule.toString ( )This method is from 'OperationSchedule' abstract class.
[+] ResourceOperationSchedule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceOperationSchedule. |
[+] affected methods (4)
ResourceOperationSchedule.getResource ( )This method is from 'ResourceOperationSchedule' class.
ResourceOperationSchedule.ResourceOperationSchedule ( )This constructor is from 'ResourceOperationSchedule' class.
ResourceOperationSchedule.setResource ( org.rhq.core.domain.resource.Resource resource )This method is from 'ResourceOperationSchedule' class.
ResourceOperationSchedule.toString ( )This method is from 'ResourceOperationSchedule' class.
package org.rhq.enterprise.server.resource
[+] ResourceFactoryManagerLocal (17)
| Change | Effect |
---|
1 | Abstract method ResourceFactoryManagerLocal.createPackageBackedResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, byte[ ] p10 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPackageBackedResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, byte[]) in ResourceFactoryManagerLocal. |
2 | Abstract method ResourceFactoryManagerLocal.createPackageBackedResourceViaPackageVersion ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6, int p7 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPackageBackedResourceViaPackageVersion(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.rhq.core.domain.configuration.Configuration, int) in ResourceFactoryManagerLocal. |
3 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, java.io.InputStream) in ResourceFactoryManagerLocal. |
4 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10, java.util.Map p11 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, java.io.InputStream, java.util.Map) in ResourceFactoryManagerLocal. |
5 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.rhq.core.domain.configuration.Configuration) in ResourceFactoryManagerLocal. |
6 | Abstract method ResourceFactoryManagerLocal.deleteResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteResource(org.rhq.core.domain.auth.Subject, int) in ResourceFactoryManagerLocal. |
7 | Abstract method ResourceFactoryManagerLocal.deleteResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteResources(org.rhq.core.domain.auth.Subject, int[]) in ResourceFactoryManagerLocal. |
8 | Abstract method ResourceFactoryManagerLocal.findCreateChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findCreateChildResourceHistory(org.rhq.core.domain.auth.Subject, int, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl) in ResourceFactoryManagerLocal. |
9 | Abstract method ResourceFactoryManagerLocal.findDeleteChildResourceHistory ( org.rhq.core.domain.auth.Subject p1, int p2, Long p3, Long p4, org.rhq.core.domain.util.PageControl p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findDeleteChildResourceHistory(org.rhq.core.domain.auth.Subject, int, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl) in ResourceFactoryManagerLocal. |
10 | Abstract method ResourceFactoryManagerLocal.createInventoryResource ( int p1, int p2, String p3, String p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createInventoryResource(int, int, java.lang.String, java.lang.String) in interface ResourceFactoryManagerLocal. |
11 | Abstract method ResourceFactoryManagerLocal.createPackageBackedResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, byte[ ] p10 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createPackageBackedResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, byte[]) in interface ResourceFactoryManagerLocal. |
12 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, java.io.InputStream) in interface ResourceFactoryManagerLocal. |
13 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, String p6, String p7, Integer p8, org.rhq.core.domain.configuration.Configuration p9, java.io.InputStream p10, java.util.Map p11 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, java.lang.String, java.lang.String, java.lang.Integer, org.rhq.core.domain.configuration.Configuration, java.io.InputStream, java.util.Map) in interface ResourceFactoryManagerLocal. |
14 | Abstract method ResourceFactoryManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5, org.rhq.core.domain.configuration.Configuration p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createResource(org.rhq.core.domain.auth.Subject, int, int, java.lang.String, org.rhq.core.domain.configuration.Configuration, org.rhq.core.domain.configuration.Configuration) in interface ResourceFactoryManagerLocal. |
15 | Abstract method ResourceFactoryManagerLocal.deleteResource ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteResource(org.rhq.core.domain.auth.Subject, int) in interface ResourceFactoryManagerLocal. |
16 | Abstract method ResourceFactoryManagerLocal.findCreateChildResourceHistory ( int p1, Long p2, Long p3, org.rhq.core.domain.util.PageControl p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findCreateChildResourceHistory(int, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl) in interface ResourceFactoryManagerLocal. |
17 | Abstract method ResourceFactoryManagerLocal.findDeleteChildResourceHistory ( int p1, Long p2, Long p3, org.rhq.core.domain.util.PageControl p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findDeleteChildResourceHistory(int, java.lang.Long, java.lang.Long, org.rhq.core.domain.util.PageControl) in interface ResourceFactoryManagerLocal. |
[+] affected methods (10)
ResourceFactoryManagerLocal.checkForTimedOutRequests ( )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.completeCreateResource ( org.rhq.core.clientapi.agent.inventory.CreateResourceResponse p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.completeDeleteResourceRequest ( org.rhq.core.clientapi.agent.inventory.DeleteResourceResponse p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getCreateChildResourceHistoryCount ( int p1, Long p2, Long p3 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getCreateHistoryItem ( int p1 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.getDeleteChildResourceHistoryCount ( int p1, Long p2, Long p3 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistCreateHistory ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.configuration.Configuration p5 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistCreateHistory ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, String p4, org.rhq.core.domain.content.PackageVersion p5, org.rhq.core.domain.configuration.Configuration p6 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
ResourceFactoryManagerLocal.persistDeleteHistory ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceFactoryManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceFactoryManager ( )Return value of this method has type 'ResourceFactoryManagerLocal'.
[+] ResourceManagerLocal (13)
| Change | Effect |
---|
1 | Abstract method ResourceManagerLocal.clearResourceConfigErrorByType ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method clearResourceConfigErrorByType(org.rhq.core.domain.auth.Subject, int, org.rhq.core.domain.resource.ResourceErrorType) in ResourceManagerLocal. |
2 | Abstract method ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disambiguate(java.util.List, org.rhq.core.util.IntExtractor, disambiguation.DisambiguationUpdateStrategy) in ResourceManagerLocal. |
3 | Abstract method ResourceManagerLocal.findIdsByTypeIds ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findIdsByTypeIds(java.util.List) in ResourceManagerLocal. |
4 | Abstract method ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findResourceErrors(org.rhq.core.domain.auth.Subject, int) in ResourceManagerLocal. |
5 | Abstract method ResourceManagerLocal.getResourceCount ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceCount(java.util.List) in ResourceManagerLocal. |
6 | Abstract method ResourceManagerLocal.getResourceCountSummary ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.InventoryStatus p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceCountSummary(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.InventoryStatus) in ResourceManagerLocal. |
7 | Abstract method ResourceManagerLocal.getResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceLineage(org.rhq.core.domain.auth.Subject, int) in ResourceManagerLocal. |
8 | Abstract method ResourceManagerLocal.getResourceLineageAndSiblings ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceLineageAndSiblings(org.rhq.core.domain.auth.Subject, int) in ResourceManagerLocal. |
9 | Abstract method ResourceManagerLocal.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourcesAncestry(org.rhq.core.domain.auth.Subject, java.lang.Integer[], org.rhq.core.domain.resource.ResourceAncestryFormat) in ResourceManagerLocal. |
10 | Abstract method ResourceManagerLocal.updateAncestry ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateAncestry(org.rhq.core.domain.auth.Subject, int) in ResourceManagerLocal. |
11 | Abstract method ResourceManagerLocal.disambiguate ( java.util.List p1, org.rhq.core.util.IntExtractor p2, disambiguation.DisambiguationUpdateStrategy p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disambiguate(java.util.List, org.rhq.core.util.IntExtractor, disambiguation.DisambiguationUpdateStrategy) in interface ResourceManagerLocal. |
12 | Abstract method ResourceManagerLocal.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, int p4, String p5, org.rhq.core.domain.util.PageControl p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findResourceComposites(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, int, java.lang.String, org.rhq.core.domain.util.PageControl) in interface ResourceManagerLocal. |
13 | Abstract method ResourceManagerLocal.getResourceLineageAndSiblings ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceLineageAndSiblings(int) in interface ResourceManagerLocal. |
[+] affected methods (63)
ResourceManagerLocal.addResourceError ( org.rhq.core.domain.resource.ResourceError p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNamedQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.bulkNativeQueryDeleteInNewTransaction ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.List p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.clearResourceConfigError ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.createResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.deleteResourceError ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForDashboardPortlet ( org.rhq.core.domain.auth.Subject p1, Integer p2, org.rhq.core.domain.resource.ResourceCategory p3, int[ ] p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForRepo ( org.rhq.core.domain.auth.Subject p1, int p2, String p3, org.rhq.core.domain.resource.ResourceCategory p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findAvailableResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceType p3, org.rhq.core.domain.resource.ResourceCategory p4, String p5, int[ ] p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenAutoGroups ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildrenResourceIds ( int p1, org.rhq.core.domain.resource.InventoryStatus p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findChildResourcesByCategoryAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3, org.rhq.core.domain.resource.InventoryStatus p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findExplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findFlyWeights ( int[ ] p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceIdsByResourceGroup ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourcesByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findImplicitResourceWithAvailabilityByResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedPlatforms ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findRecentlyAddedServers ( org.rhq.core.domain.auth.Subject p1, long p2, int p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByIds ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, boolean p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceByParentAndInventoryStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositeForParentAndTypeAndCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, int p3, org.rhq.core.domain.resource.Resource p4, org.rhq.core.domain.util.PageControl p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, String p4, org.rhq.core.domain.resource.Resource p5, String p6, boolean p7, org.rhq.core.domain.util.PageControl p8 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceErrors ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.ResourceErrorType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceHealth ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceInstallCounts ( org.rhq.core.domain.auth.Subject p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesAutoGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByAgent ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesByParentAndType ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceType p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.findResourcesMarkedForAsyncDeletion ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getAvailabilitySummary ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getLiveResourceAvailability ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getParentResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlaformOfResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getPlatform ( org.rhq.core.domain.resource.Agent p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceByParentAndKey ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, String p3, String p4, String p5 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, org.rhq.core.domain.resource.InventoryStatus p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceCountByTypeAndIds ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, int[ ] p3 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceDescendantsByTypeAndName ( org.rhq.core.domain.auth.Subject p1, int p2, Integer p3, String p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceIdLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceLineage ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceStatuses ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getResourceTree ( int p1, boolean p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.getRootResourceForResource ( int p1 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.setResourceStatus ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.InventoryStatus p3, boolean p4 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResourceAsyncWork ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.uninventoryResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerLocal' interface.
ResourceManagerLocal.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 )This abstract method is from 'ResourceManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceManager ( )Return value of this method has type 'ResourceManagerLocal'.
[+] ResourceManagerRemote (3)
| Change | Effect |
---|
1 | Abstract method ResourceManagerRemote.getResourcesAncestry ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2, org.rhq.core.domain.resource.ResourceAncestryFormat p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourcesAncestry(org.rhq.core.domain.auth.Subject, java.lang.Integer[], org.rhq.core.domain.resource.ResourceAncestryFormat) in ResourceManagerRemote. |
2 | Abstract method ResourceManagerRemote.updateResource ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateResource(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.Resource) in ResourceManagerRemote. |
3 | Abstract method ResourceManagerRemote.findResourceComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, int p4, String p5, org.rhq.core.domain.util.PageControl p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method findResourceComposites(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceCategory, java.lang.String, int, java.lang.String, org.rhq.core.domain.util.PageControl) in interface ResourceManagerRemote. |
[+] affected methods (7)
ResourceManagerRemote.findChildResources ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.findResourceLineage ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.findResourcesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceCriteria p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getLiveResourceAvailability ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getParentResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.getResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceManagerRemote' interface.
ResourceManagerRemote.uninventoryResources ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 )This abstract method is from 'ResourceManagerRemote' interface.
[+] ResourceTypeManagerLocal (5)
| Change | Effect |
---|
1 | Abstract method ResourceTypeManagerLocal.getResourceTypeCountByPlugin ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceTypeCountByPlugin(java.lang.String) in ResourceTypeManagerLocal. |
2 | Abstract method ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceTypeDescendantsWithOperations(org.rhq.core.domain.auth.Subject, int) in ResourceTypeManagerLocal. |
3 | Abstract method ResourceTypeManagerLocal.getResourceTypeIdsByPlugin ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceTypeIdsByPlugin(java.lang.String) in ResourceTypeManagerLocal. |
4 | Abstract method ResourceTypeManagerLocal.getResourceTypeAncestorsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceTypeAncestorsWithOperations(org.rhq.core.domain.auth.Subject, int) in interface ResourceTypeManagerLocal. |
5 | Abstract method ResourceTypeManagerLocal.getResourceTypeDescendantsWithOperations ( org.rhq.core.domain.auth.Subject p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceTypeDescendantsWithOperations(org.rhq.core.domain.auth.Subject, int) in interface ResourceTypeManagerLocal. |
[+] affected methods (22)
ResourceTypeManagerLocal.ensureResourceType ( org.rhq.core.domain.auth.Subject p1, Integer p2, Integer[ ] p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.findResourceTypesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceTypeCriteria p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypeAncestors ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypeDescendants ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getAllResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypes ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getChildResourceTypesForResourceTypes ( java.util.List p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getDuplicateTypeNames ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceFacets ( int p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeByNameAndPlugin ( String p1, String p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeByNameAndPlugin ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypeCountsByGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, boolean p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypesByPlugin ( String p1 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getResourceTypesForCompatibleGroups ( org.rhq.core.domain.auth.Subject p1, String p2 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getTemplateCountCompositeMap ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedChildResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2, org.rhq.core.domain.resource.ResourceCategory p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedResourceTypeNamesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3, String p4 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.getUtilizedResourceTypesByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceCategory p2, String p3 )This abstract method is from 'ResourceTypeManagerLocal' interface.
ResourceTypeManagerLocal.reloadResourceFacetsCache ( )This abstract method is from 'ResourceTypeManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceTypeManager ( )Return value of this method has type 'ResourceTypeManagerLocal'.
package org.rhq.enterprise.server.resource.cluster
[+] ClusterKey (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClusterKey. |
[+] affected methods (15)
ClusterKey.addChildToHierarchy ( int childResourceTypeId, String childResourceKey )This method is from 'ClusterKey' class.
ClusterKey.ClusterKey ( int clusterResourceGroupId )This constructor is from 'ClusterKey' class.
ClusterKey.ClusterKey ( int clusterResourceGroupId, int resourceTypeId, String resourceKey )This constructor is from 'ClusterKey' class.
ClusterKey.ClusterKey ( ClusterKey parentKey, int childResourceTypeId, String childResourceKey )This constructor is from 'ClusterKey' class.
ClusterKey.equals ( Object o )This method is from 'ClusterKey' class.
ClusterKey.getClusterGroupId ( )This method is from 'ClusterKey' class.
ClusterKey.getDepth ( )This method is from 'ClusterKey' class.
ClusterKey.getHierarchy ( )This method is from 'ClusterKey' class.
ClusterKey.getKey ( )This method is from 'ClusterKey' class.
ClusterKey.getResourceType ( ClusterKey clusterKey )This method is from 'ClusterKey' class.
ClusterKey.hashCode ( )This method is from 'ClusterKey' class.
ClusterKey.setDepth ( int newDepth )This method is from 'ClusterKey' class.
ClusterKey.toNamedString ( javax.persistence.EntityManager em )This method is from 'ClusterKey' class.
ClusterKey.toString ( )This method is from 'ClusterKey' class.
ClusterKey.valueOf ( String clusterKey )This method is from 'ClusterKey' class.
[+] ClusterKey.Node (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClusterKey.Node. |
[+] affected methods (5)
ClusterKey.Node.ClusterKey.Node ( int resourceTypeId, String resourceKey )This constructor is from 'ClusterKey.Node' class.
ClusterKey.Node.getResourceKey ( )This method is from 'ClusterKey.Node' class.
ClusterKey.Node.getResourceTypeId ( )This method is from 'ClusterKey.Node' class.
ClusterKey.Node.toNamedString ( javax.persistence.EntityManager em )This method is from 'ClusterKey.Node' class.
ClusterKey.Node.toString ( )This method is from 'ClusterKey.Node' class.
[+] ClusterManagerLocal (4)
| Change | Effect |
---|
1 | Added super-interface ClusterManagerRemote. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in ClusterManagerRemote. |
2 | Abstract method ClusterManagerLocal.createAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject, ClusterKey, boolean) in interface ClusterManagerLocal. |
3 | Abstract method ClusterManagerLocal.getAutoClusterBackingGroup ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject, ClusterKey) in interface ClusterManagerLocal. |
4 | Abstract method ClusterManagerLocal.getAutoClusterResources ( org.rhq.core.domain.auth.Subject p1, ClusterKey p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAutoClusterResources(org.rhq.core.domain.auth.Subject, ClusterKey) in interface ClusterManagerLocal. |
[+] affected methods (1)
org.rhq.enterprise.server.util.LookupUtil.getClusterManager ( )Return value of this method has type 'ClusterManagerLocal'.
package org.rhq.enterprise.server.resource.disambiguation
[+] DisambiguationUpdateStrategy (1)
| Change | Effect |
---|
1 | Abstract method DisambiguationUpdateStrategy.partitionFurther ( ReportPartitions p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method partitionFurther(ReportPartitions) in DisambiguationUpdateStrategy. |
[+] affected methods (5)
DisambiguationPolicy.getParentsUpdateStrategy ( )Return value of this method has type 'DisambiguationUpdateStrategy'.
DisambiguationPolicy.setParentsUpdateStrategy ( DisambiguationUpdateStrategy parentsUpdateStrategy )1st parameter 'parentsUpdateStrategy' of this method has type 'DisambiguationUpdateStrategy'.
DisambiguationUpdateStrategy.alwaysRepartitionableResolutions ( )This abstract method is from 'DisambiguationUpdateStrategy' interface.
DisambiguationUpdateStrategy.resourceLevelRepartitionableResolutions ( )This abstract method is from 'DisambiguationUpdateStrategy' interface.
DisambiguationUpdateStrategy.update ( DisambiguationPolicy p1, MutableDisambiguationReport p2 )This abstract method is from 'DisambiguationUpdateStrategy' interface.
package org.rhq.enterprise.server.resource.group
[+] LdapGroupManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method LdapGroupManagerLocal.findLdapUserDetails ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method findLdapUserDetails(java.lang.String) in LdapGroupManagerLocal. |
2 | Abstract method LdapGroupManagerLocal.setLdapGroupsOnRole ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLdapGroupsOnRole(org.rhq.core.domain.auth.Subject, int, java.util.Set) in LdapGroupManagerLocal. |
[+] affected methods (8)
LdapGroupManagerLocal.addLdapGroupsToRole ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.List p3 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.assignRolesToLdapSubject ( int p1, java.util.List p2 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findAvailableGroups ( )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findAvailableGroupsFor ( String p1 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findLdapGroups ( org.rhq.core.domain.util.PageControl p1 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.findLdapGroupsByRole ( int p1, org.rhq.core.domain.util.PageControl p2 )This abstract method is from 'LdapGroupManagerLocal' interface.
LdapGroupManagerLocal.removeLdapGroupsFromRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'LdapGroupManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getLdapGroupManager ( )Return value of this method has type 'LdapGroupManagerLocal'.
[+] ResourceGroupManagerLocal (8)
| Change | Effect |
---|
1 | Abstract method ResourceGroupManagerLocal.createPrivateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createPrivateResourceGroup(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup) in ResourceGroupManagerLocal. |
2 | Abstract method ResourceGroupManagerLocal.deleteResourceGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteResourceGroups(org.rhq.core.domain.auth.Subject, int[]) in ResourceGroupManagerLocal. |
3 | Abstract method ResourceGroupManagerLocal.getResourceGroupCountSummary ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getResourceGroupCountSummary(org.rhq.core.domain.auth.Subject) in ResourceGroupManagerLocal. |
4 | Abstract method ResourceGroupManagerLocal.setAssignedResourceGroupsForResource ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAssignedResourceGroupsForResource(org.rhq.core.domain.auth.Subject, int, int[], boolean) in ResourceGroupManagerLocal. |
5 | Abstract method ResourceGroupManagerLocal.setAssignedResources ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setAssignedResources(org.rhq.core.domain.auth.Subject, int, int[], boolean) in ResourceGroupManagerLocal. |
6 | Abstract method ResourceGroupManagerLocal.updateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, RecursivityChangeType p3, boolean p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateResourceGroup(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.ResourceGroup, RecursivityChangeType, boolean) in ResourceGroupManagerLocal. |
7 | Abstract method ResourceGroupManagerLocal.ensureMembershipMatches ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method ensureMembershipMatches(org.rhq.core.domain.auth.Subject, int, int[]) in interface ResourceGroupManagerLocal. |
8 | Abstract method ResourceGroupManagerLocal.getResourceGroupCountByCategory ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.GroupCategory p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getResourceGroupCountByCategory(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.group.GroupCategory) in interface ResourceGroupManagerLocal. |
[+] affected methods (30)
ResourceGroupManagerLocal.addResourcesToGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.createResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.deleteResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.enableRecursivityForGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findAvailableResourceGroupsForRole ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, org.rhq.core.domain.util.PageControl p4 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findDefinitionsForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3, boolean p4 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findDefinitionsForCompatibleGroup ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findDeletedResourceGroupIds ( int[ ] p1 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourceGroupByIds ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourceGroupComposites ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.GroupCategory p2, org.rhq.core.domain.resource.ResourceCategory p3, String p4, String p5, String p6, Integer p7, Integer p8, org.rhq.core.domain.util.PageControl p9 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourceGroupCompositesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceGroupCriteria p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourceGroupsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceGroupCriteria p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourceGroupsForRole ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourcesForAutoGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.findResourcesForResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.group.GroupCategory p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getByGroupDefinitionAndGroupByClause ( int p1, String p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getExplicitGroupMemberCount ( int p1 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getImplicitGroupMemberCount ( int p1 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getResourceGroupById ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.resource.group.GroupCategory p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.getResourceGroupComposite ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.removeAllResourcesFromGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.removeResourcesFromGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.setRecursive ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.setResourceType ( int p1 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.uninventoryMembers ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.updateImplicitGroupMembership ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.Resource p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.updateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 )This abstract method is from 'ResourceGroupManagerLocal' interface.
ResourceGroupManagerLocal.updateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2, RecursivityChangeType p3 )This abstract method is from 'ResourceGroupManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getResourceGroupManager ( )Return value of this method has type 'ResourceGroupManagerLocal'.
[+] ResourceGroupManagerRemote (1)
| Change | Effect |
---|
1 | Abstract method ResourceGroupManagerRemote.deleteResourceGroups ( org.rhq.core.domain.auth.Subject p1, int[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteResourceGroups(org.rhq.core.domain.auth.Subject, int[]) in ResourceGroupManagerRemote. |
[+] affected methods (10)
ResourceGroupManagerRemote.addResourcesToGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.createResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.deleteResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.findResourceGroupsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.ResourceGroupCriteria p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.findResourceGroupsForRole ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.util.PageControl p3 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.getResourceGroup ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.getResourceGroupComposite ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.removeResourcesFromGroup ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.setRecursive ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 )This abstract method is from 'ResourceGroupManagerRemote' interface.
ResourceGroupManagerRemote.updateResourceGroup ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.group.ResourceGroup p2 )This abstract method is from 'ResourceGroupManagerRemote' interface.
package org.rhq.enterprise.server.resource.metadata
[+] ResourceMetadataManagerLocal (15)
| Change | Effect |
---|
1 | Abstract method ResourceMetadataManagerLocal.completeRemoveResourceType ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method completeRemoveResourceType(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType) in ResourceMetadataManagerLocal. |
2 | Abstract method ResourceMetadataManagerLocal.getPluginTypes ( org.rhq.core.domain.auth.Subject p1, String p2, java.util.Set p3, java.util.Set p4, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPluginTypes(org.rhq.core.domain.auth.Subject, java.lang.String, java.util.Set, java.util.Set, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager) in ResourceMetadataManagerLocal. |
3 | Abstract method ResourceMetadataManagerLocal.removeObsoleteSubCategories ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.resource.ResourceType p2, org.rhq.core.domain.resource.ResourceType p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeObsoleteSubCategories(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.resource.ResourceType, org.rhq.core.domain.resource.ResourceType) in ResourceMetadataManagerLocal. |
4 | Abstract method ResourceMetadataManagerLocal.removeObsoleteTypes ( org.rhq.core.domain.auth.Subject p1, String p2, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method removeObsoleteTypes(org.rhq.core.domain.auth.Subject, java.lang.String, org.rhq.core.clientapi.agent.metadata.PluginMetadataManager) in ResourceMetadataManagerLocal. |
5 | Abstract method ResourceMetadataManagerLocal.updateTypes ( java.util.Set p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateTypes(java.util.Set) in ResourceMetadataManagerLocal. |
6 | Abstract method ResourceMetadataManagerLocal.disablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disablePlugins(org.rhq.core.domain.auth.Subject, java.util.List) in interface ResourceMetadataManagerLocal. |
7 | Abstract method ResourceMetadataManagerLocal.enablePlugins ( org.rhq.core.domain.auth.Subject p1, java.util.List p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method enablePlugins(org.rhq.core.domain.auth.Subject, java.util.List) in interface ResourceMetadataManagerLocal. |
8 | Abstract method ResourceMetadataManagerLocal.getAllPluginsById ( java.util.List p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAllPluginsById(java.util.List) in interface ResourceMetadataManagerLocal. |
9 | Abstract method ResourceMetadataManagerLocal.getPlugin ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPlugin(java.lang.String) in interface ResourceMetadataManagerLocal. |
10 | Abstract method ResourceMetadataManagerLocal.getPlugins ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPlugins() in interface ResourceMetadataManagerLocal. |
11 | Abstract method ResourceMetadataManagerLocal.getPluginsByResourceTypeAndCategory ( String p1, org.rhq.core.domain.resource.ResourceCategory p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPluginsByResourceTypeAndCategory(java.lang.String, org.rhq.core.domain.resource.ResourceCategory) in interface ResourceMetadataManagerLocal. |
12 | Abstract method ResourceMetadataManagerLocal.registerPlugin ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method registerPlugin(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File, boolean) in interface ResourceMetadataManagerLocal. |
13 | Abstract method ResourceMetadataManagerLocal.registerPluginInNewTransaction ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.plugin.Plugin p2, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor p3, java.io.File p4, boolean p5 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method registerPluginInNewTransaction(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.plugin.Plugin, org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor, java.io.File, boolean) in interface ResourceMetadataManagerLocal. |
14 | Abstract method ResourceMetadataManagerLocal.removeObsoleteTypesInNewTransaction ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method removeObsoleteTypesInNewTransaction(java.lang.String) in interface ResourceMetadataManagerLocal. |
15 | Abstract method ResourceMetadataManagerLocal.setPluginEnabledFlag ( org.rhq.core.domain.auth.Subject p1, int p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setPluginEnabledFlag(org.rhq.core.domain.auth.Subject, int, boolean) in interface ResourceMetadataManagerLocal. |
[+] affected methods (1)
org.rhq.enterprise.server.util.LookupUtil.getResourceMetadataManager ( )Return value of this method has type 'ResourceMetadataManagerLocal'.
package org.rhq.enterprise.server.search
[+] RHQLParser (68)
| Change | Effect |
---|
1 | Field FOLLOW_29_in_doubleQuotedValue1067 (org.antlr.runtime.BitSet) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_29_in_doubleQuotedValue1067 in RHQLParser. |
2 | Field FOLLOW_30_in_quotedValue1102 (org.antlr.runtime.BitSet) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_30_in_quotedValue1102 in RHQLParser. |
3 | Field FOLLOW_WS_in_conditionalExpression235 (org.antlr.runtime.BitSet) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_conditionalExpression235 in RHQLParser. |
4 | Field FOLLOW_conditionalPrimary_in_conditionalFactor386 (org.antlr.runtime.BitSet) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalPrimary_in_conditionalFactor386 in RHQLParser. |
5 | Field FOLLOW_22_in_conditionalExpression240 has been renamed to FOLLOW_22_in_conditionalExpression249. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_22_in_conditionalExpression240 in RHQLParser. |
6 | Field FOLLOW_23_in_conditionalPrimary602 has been renamed to FOLLOW_23_in_conditionalPrimary611. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_23_in_conditionalPrimary602 in RHQLParser. |
7 | Field FOLLOW_24_in_conditionalPrimary612 has been renamed to FOLLOW_24_in_conditionalPrimary621. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_24_in_conditionalPrimary612 in RHQLParser. |
8 | Field FOLLOW_25_in_context767 has been renamed to FOLLOW_25_in_context776. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_25_in_context767 in RHQLParser. |
9 | Field FOLLOW_26_in_context778 has been renamed to FOLLOW_26_in_context787. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_26_in_context778 in RHQLParser. |
10 | Field FOLLOW_26_in_lineage863 has been renamed to FOLLOW_26_in_lineage872. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_26_in_lineage863 in RHQLParser. |
11 | Field FOLLOW_27_in_context784 has been renamed to FOLLOW_27_in_context793. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_27_in_context784 in RHQLParser. |
12 | Field FOLLOW_27_in_lineage868 has been renamed to FOLLOW_27_in_lineage877. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_27_in_lineage868 in RHQLParser. |
13 | Field FOLLOW_31_in_comparisonOperator1209 has been renamed to FOLLOW_31_in_comparisonOperator1218. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_31_in_comparisonOperator1209 in RHQLParser. |
14 | Field FOLLOW_32_in_comparisonOperator1227 has been renamed to FOLLOW_32_in_comparisonOperator1236. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_32_in_comparisonOperator1227 in RHQLParser. |
15 | Field FOLLOW_33_in_comparisonOperator1244 has been renamed to FOLLOW_33_in_comparisonOperator1253. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_33_in_comparisonOperator1244 in RHQLParser. |
16 | Field FOLLOW_34_in_comparisonOperator1261 has been renamed to FOLLOW_34_in_comparisonOperator1270. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_34_in_comparisonOperator1261 in RHQLParser. |
17 | Field FOLLOW_35_in_comparisonOperator1277 has been renamed to FOLLOW_35_in_comparisonOperator1286. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_35_in_comparisonOperator1277 in RHQLParser. |
18 | Field FOLLOW_36_in_comparisonOperator1295 has been renamed to FOLLOW_36_in_comparisonOperator1304. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_36_in_comparisonOperator1295 in RHQLParser. |
19 | Field FOLLOW_LEVEL_in_lineage866 has been renamed to FOLLOW_LEVEL_in_lineage875. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_LEVEL_in_lineage866 in RHQLParser. |
20 | Field FOLLOW_WS_in_conditionalFactor390 has been renamed to FOLLOW_WS_in_conditionalFactor399. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_conditionalFactor390 in RHQLParser. |
21 | Field FOLLOW_WS_in_conditionalPrimary539 has been renamed to FOLLOW_WS_in_conditionalPrimary548. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_conditionalPrimary539 in RHQLParser. |
22 | Field FOLLOW_WS_in_conditionalPrimary604 has been renamed to FOLLOW_WS_in_conditionalPrimary613. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_conditionalPrimary604 in RHQLParser. |
23 | Field FOLLOW_WS_in_conditionalPrimary609 has been renamed to FOLLOW_WS_in_conditionalPrimary618. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_conditionalPrimary609 in RHQLParser. |
24 | Field FOLLOW_WS_in_simpleConditionalExpression680 has been renamed to FOLLOW_WS_in_simpleConditionalExpression689. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_simpleConditionalExpression680 in RHQLParser. |
25 | Field FOLLOW_WS_in_simpleConditionalExpression687 has been renamed to FOLLOW_WS_in_simpleConditionalExpression696. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_simpleConditionalExpression687 in RHQLParser. |
26 | Field FOLLOW_WS_in_synpred11_RHQL687 has been renamed to FOLLOW_WS_in_synpred11_RHQL696. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred11_RHQL687 in RHQLParser. |
27 | Field FOLLOW_WS_in_synpred12_RHQL680 has been renamed to FOLLOW_WS_in_synpred12_RHQL689. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred12_RHQL680 in RHQLParser. |
28 | Field FOLLOW_WS_in_synpred12_RHQL687 has been renamed to FOLLOW_WS_in_synpred12_RHQL696. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred12_RHQL687 in RHQLParser. |
29 | Field FOLLOW_WS_in_synpred2_RHQL244 has been renamed to FOLLOW_WS_in_synpred2_RHQL253. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred2_RHQL244 in RHQLParser. |
30 | Field FOLLOW_WS_in_synpred4_RHQL390 has been renamed to FOLLOW_WS_in_synpred4_RHQL399. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred4_RHQL390 in RHQLParser. |
31 | Field FOLLOW_WS_in_synpred5_RHQL390 has been renamed to FOLLOW_WS_in_synpred5_RHQL399. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred5_RHQL390 in RHQLParser. |
32 | Field FOLLOW_WS_in_synpred6_RHQL539 has been renamed to FOLLOW_WS_in_synpred6_RHQL548. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred6_RHQL539 in RHQLParser. |
33 | Field FOLLOW_WS_in_synpred7_RHQL539 has been renamed to FOLLOW_WS_in_synpred7_RHQL548. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred7_RHQL539 in RHQLParser. |
34 | Field FOLLOW_WS_in_synpred8_RHQL604 has been renamed to FOLLOW_WS_in_synpred8_RHQL613. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_WS_in_synpred8_RHQL604 in RHQLParser. |
35 | Field FOLLOW_boundedValue_in_parameter963 has been renamed to FOLLOW_boundedValue_in_parameter972. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_boundedValue_in_parameter963 in RHQLParser. |
36 | Field FOLLOW_comparisonOperator_in_simpleConditionalExpression685 has been renamed to FOLLOW_comparisonOperator_in_simpleConditionalExpression694. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_comparisonOperator_in_simpleConditionalExpression685 in RHQLParser. |
37 | Field FOLLOW_comparisonOperator_in_synpred12_RHQL685 has been renamed to FOLLOW_comparisonOperator_in_synpred12_RHQL694. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_comparisonOperator_in_synpred12_RHQL685 in RHQLParser. |
38 | Field FOLLOW_conditionalExpression_in_conditionalPrimary607 has been renamed to FOLLOW_conditionalExpression_in_conditionalPrimary616. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalExpression_in_conditionalPrimary607 in RHQLParser. |
39 | Field FOLLOW_conditionalExpression_in_searchExpression210 has been renamed to FOLLOW_conditionalExpression_in_searchExpression219. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalExpression_in_searchExpression210 in RHQLParser. |
40 | Field FOLLOW_conditionalFactor_in_conditionalExpression231 has been renamed to FOLLOW_conditionalFactor_in_conditionalExpression240. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalFactor_in_conditionalExpression231 in RHQLParser. |
41 | Field FOLLOW_conditionalFactor_in_conditionalExpression249 has been renamed to FOLLOW_conditionalFactor_in_conditionalExpression258. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalFactor_in_conditionalExpression249 in RHQLParser. |
42 | Field FOLLOW_conditionalPrimary_in_synpred5_RHQL395 has been renamed to FOLLOW_conditionalPrimary_in_synpred5_RHQL404. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_conditionalPrimary_in_synpred5_RHQL395 in RHQLParser. |
43 | Field FOLLOW_context_in_simpleConditionalExpression678 has been renamed to FOLLOW_context_in_simpleConditionalExpression687. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_context_in_simpleConditionalExpression678 in RHQLParser. |
44 | Field FOLLOW_context_in_synpred12_RHQL678 has been renamed to FOLLOW_context_in_synpred12_RHQL687. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_context_in_synpred12_RHQL678 in RHQLParser. |
45 | Field FOLLOW_doubleQuotedValue_in_identifier995 has been renamed to FOLLOW_doubleQuotedValue_in_identifier1004. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_doubleQuotedValue_in_identifier995 in RHQLParser. |
46 | Field FOLLOW_doubleQuotedValue_in_parameter921 has been renamed to FOLLOW_doubleQuotedValue_in_parameter930. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_doubleQuotedValue_in_parameter921 in RHQLParser. |
47 | Field FOLLOW_doubleQuotedValue_in_synpred18_RHQL921 has been renamed to FOLLOW_doubleQuotedValue_in_synpred18_RHQL930. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_doubleQuotedValue_in_synpred18_RHQL921 in RHQLParser. |
48 | Field FOLLOW_doubleQuotedValue_in_synpred20_RHQL995 has been renamed to FOLLOW_doubleQuotedValue_in_synpred20_RHQL1004. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_doubleQuotedValue_in_synpred20_RHQL995 in RHQLParser. |
49 | Field FOLLOW_identifier_in_simpleConditionalExpression692 has been renamed to FOLLOW_identifier_in_simpleConditionalExpression701. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_identifier_in_simpleConditionalExpression692 in RHQLParser. |
50 | Field FOLLOW_identifier_in_simpleConditionalExpression742 has been renamed to FOLLOW_identifier_in_simpleConditionalExpression751. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_identifier_in_simpleConditionalExpression742 in RHQLParser. |
51 | Field FOLLOW_identifier_in_synpred12_RHQL692 has been renamed to FOLLOW_identifier_in_synpred12_RHQL701. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_identifier_in_synpred12_RHQL692 in RHQLParser. |
52 | Field FOLLOW_lineage_in_context765 has been renamed to FOLLOW_lineage_in_context774. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_lineage_in_context765 in RHQLParser. |
53 | Field FOLLOW_openEndedvalue_in_identifier1037 has been renamed to FOLLOW_openEndedvalue_in_identifier1046. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_openEndedvalue_in_identifier1037 in RHQLParser. |
54 | Field FOLLOW_parameter_in_context782 has been renamed to FOLLOW_parameter_in_context791. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_parameter_in_context782 in RHQLParser. |
55 | Field FOLLOW_path_in_context774 has been renamed to FOLLOW_path_in_context783. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_path_in_context774 in RHQLParser. |
56 | Field FOLLOW_path_in_lineage859 has been renamed to FOLLOW_path_in_lineage868. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_path_in_lineage859 in RHQLParser. |
57 | Field FOLLOW_quotedValue_in_identifier1013 has been renamed to FOLLOW_quotedValue_in_identifier1022. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_quotedValue_in_identifier1013 in RHQLParser. |
58 | Field FOLLOW_quotedValue_in_parameter939 has been renamed to FOLLOW_quotedValue_in_parameter948. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_quotedValue_in_parameter939 in RHQLParser. |
59 | Field FOLLOW_quotedValue_in_synpred19_RHQL939 has been renamed to FOLLOW_quotedValue_in_synpred19_RHQL948. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_quotedValue_in_synpred19_RHQL939 in RHQLParser. |
60 | Field FOLLOW_quotedValue_in_synpred21_RHQL1013 has been renamed to FOLLOW_quotedValue_in_synpred21_RHQL1022. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_quotedValue_in_synpred21_RHQL1013 in RHQLParser. |
61 | Field FOLLOW_set_in_boundedValue1132 has been renamed to FOLLOW_set_in_boundedValue1141. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_boundedValue1132 in RHQLParser. |
62 | Field FOLLOW_set_in_doubleQuotedValue1070 has been renamed to FOLLOW_set_in_doubleQuotedValue1079. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_doubleQuotedValue1070 in RHQLParser. |
63 | Field FOLLOW_set_in_openEndedvalue1166 has been renamed to FOLLOW_set_in_openEndedvalue1175. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_openEndedvalue1166 in RHQLParser. |
64 | Field FOLLOW_set_in_openEndedvalue1173 has been renamed to FOLLOW_set_in_openEndedvalue1182. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_openEndedvalue1173 in RHQLParser. |
65 | Field FOLLOW_set_in_path892 has been renamed to FOLLOW_set_in_path901. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_path892 in RHQLParser. |
66 | Field FOLLOW_set_in_quotedValue1105 has been renamed to FOLLOW_set_in_quotedValue1114. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_set_in_quotedValue1105 in RHQLParser. |
67 | Field FOLLOW_simpleConditionalExpression_in_conditionalPrimary542 has been renamed to FOLLOW_simpleConditionalExpression_in_conditionalPrimary551. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_simpleConditionalExpression_in_conditionalPrimary542 in RHQLParser. |
68 | Field FOLLOW_simpleConditionalExpression_in_synpred7_RHQL542 has been renamed to FOLLOW_simpleConditionalExpression_in_synpred7_RHQL551. | Recompilation of a client program may be terminated with the message: cannot find variable FOLLOW_simpleConditionalExpression_in_synpred7_RHQL542 in RHQLParser. |
[+] affected methods (45)
RHQLParser.boundedValue ( )This method is from 'RHQLParser' class.
RHQLParser.comparisonOperator ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalExpression ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalFactor ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalPrimary ( )This method is from 'RHQLParser' class.
RHQLParser.context ( )This method is from 'RHQLParser' class.
RHQLParser.doubleQuotedValue ( )This method is from 'RHQLParser' class.
RHQLParser.getGrammarFileName ( )This method is from 'RHQLParser' class.
RHQLParser.getTokenNames ( )This method is from 'RHQLParser' class.
RHQLParser.getTreeAdaptor ( )This method is from 'RHQLParser' class.
RHQLParser.identifier ( )This method is from 'RHQLParser' class.
RHQLParser.lineage ( )This method is from 'RHQLParser' class.
RHQLParser.openEndedvalue ( )This method is from 'RHQLParser' class.
RHQLParser.parameter ( )This method is from 'RHQLParser' class.
RHQLParser.path ( )This method is from 'RHQLParser' class.
RHQLParser.quotedValue ( )This method is from 'RHQLParser' class.
RHQLParser.RHQLParser ( org.antlr.runtime.TokenStream input )This constructor is from 'RHQLParser' class.
RHQLParser.RHQLParser ( org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state )This constructor is from 'RHQLParser' class.
RHQLParser.searchExpression ( )This method is from 'RHQLParser' class.
RHQLParser.setTreeAdaptor ( org.antlr.runtime.tree.TreeAdaptor adaptor )This method is from 'RHQLParser' class.
RHQLParser.simpleConditionalExpression ( )This method is from 'RHQLParser' class.
RHQLParser.synpred11_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred11_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred12_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred12_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred18_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred18_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred19_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred19_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred20_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred20_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred21_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred21_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred2_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred2_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred4_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred4_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred5_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred5_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred6_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred6_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred7_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred7_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred8_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred8_RHQL_fragment ( )This method is from 'RHQLParser' class.
[+] SavedSearchManagerRemote (2)
| Change | Effect |
---|
1 | Abstract method SavedSearchManagerRemote.updateSavedSearch ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.search.SavedSearch p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateSavedSearch(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.search.SavedSearch) in SavedSearchManagerRemote. |
2 | Abstract method SavedSearchManagerRemote.updateSavedSearch ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.search.SavedSearch p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateSavedSearch(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.search.SavedSearch) in interface SavedSearchManagerRemote. |
[+] affected methods (4)
SavedSearchManagerRemote.createSavedSearch ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.search.SavedSearch p2 )This abstract method is from 'SavedSearchManagerRemote' interface.
SavedSearchManagerRemote.deleteSavedSearch ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'SavedSearchManagerRemote' interface.
SavedSearchManagerRemote.findSavedSearchesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.SavedSearchCriteria p2 )This abstract method is from 'SavedSearchManagerRemote' interface.
SavedSearchManagerRemote.getSavedSearchById ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'SavedSearchManagerRemote' interface.
package org.rhq.enterprise.server.search.translation
[+] AbstractSearchTranslator.ValueFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractSearchTranslator.ValueFilter. |
[+] affected methods (2)
AbstractSearchTranslator.ValueFilter.valueOf ( String name )This method is from 'AbstractSearchTranslator.ValueFilter' class.
AbstractSearchTranslator.ValueFilter.values ( )This method is from 'AbstractSearchTranslator.ValueFilter' class.
package org.rhq.enterprise.server.search.translation.jpql
[+] SearchFragmentType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SearchFragmentType. |
[+] affected methods (2)
SearchFragmentType.valueOf ( String name )This method is from 'SearchFragmentType' class.
SearchFragmentType.values ( )This method is from 'SearchFragmentType' class.
package org.rhq.enterprise.server.subsystem
[+] AlertSubsystemManagerLocal (2)
| Change | Effect |
---|
1 | Abstract method AlertSubsystemManagerLocal.deleteAlertHistories ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteAlertHistories(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in AlertSubsystemManagerLocal. |
2 | Abstract method AlertSubsystemManagerLocal.deleteAlertHistories ( org.rhq.core.domain.auth.Subject p1, Integer[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteAlertHistories(org.rhq.core.domain.auth.Subject, java.lang.Integer[]) in interface AlertSubsystemManagerLocal. |
[+] affected methods (4)
AlertSubsystemManagerLocal.getAlertDefinitions ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, Long p4, Long p5, org.rhq.core.domain.alert.AlertConditionCategory p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'AlertSubsystemManagerLocal' interface.
AlertSubsystemManagerLocal.getAlertHistories ( org.rhq.core.domain.auth.Subject p1, String p2, String p3, Long p4, Long p5, org.rhq.core.domain.alert.AlertConditionCategory p6, org.rhq.core.domain.util.PageControl p7 )This abstract method is from 'AlertSubsystemManagerLocal' interface.
AlertSubsystemManagerLocal.purgeAllAlertHistories ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'AlertSubsystemManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getAlertSubsystemManager ( )Return value of this method has type 'AlertSubsystemManagerLocal'.
package org.rhq.enterprise.server.system
[+] LicenseException (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LicenseException. |
[+] affected methods (4)
LicenseException.LicenseException ( )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( String message )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( String message, Throwable cause )This constructor is from 'LicenseException' class.
LicenseException.LicenseException ( Throwable cause )This constructor is from 'LicenseException' class.
[+] SystemManagerLocal (9)
| Change | Effect |
---|
1 | Abstract method SystemManagerLocal.getProductInfo ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProductInfo(org.rhq.core.domain.auth.Subject) in SystemManagerLocal. |
2 | Abstract method SystemManagerLocal.getServerDetails ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getServerDetails(org.rhq.core.domain.auth.Subject) in SystemManagerLocal. |
3 | Abstract method SystemManagerLocal.getSystemConfiguration ( org.rhq.core.domain.auth.Subject p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSystemConfiguration(org.rhq.core.domain.auth.Subject) in SystemManagerLocal. |
4 | Abstract method SystemManagerLocal.getExpiration ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getExpiration() in interface SystemManagerLocal. |
5 | Abstract method SystemManagerLocal.getLicense ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getLicense() in interface SystemManagerLocal. |
6 | Abstract method SystemManagerLocal.getServerVersion ( org.rhq.core.domain.auth.Subject p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getServerVersion(org.rhq.core.domain.auth.Subject) in interface SystemManagerLocal. |
7 | Abstract method SystemManagerLocal.getSystemConfiguration ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSystemConfiguration() in interface SystemManagerLocal. |
8 | Abstract method SystemManagerLocal.isMonitoringEnabled ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isMonitoringEnabled() in interface SystemManagerLocal. |
9 | Abstract method SystemManagerLocal.updateLicense ( org.rhq.core.domain.auth.Subject p1, byte[ ] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateLicense(org.rhq.core.domain.auth.Subject, byte[]) in interface SystemManagerLocal. |
[+] affected methods (16)
SystemManagerLocal.analyze ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.enableHibernateStatistics ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.getDatabaseType ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isDebugModeEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.isExperimentalFeaturesEnabled ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCache ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.loadSystemConfigurationCacheInNewTx ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reconfigureSystem ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.reindex ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.scheduleConfigCacheReloader ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.setSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2, boolean p3 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.undeployInstaller ( )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuum ( org.rhq.core.domain.auth.Subject p1, String[ ] p2 )This abstract method is from 'SystemManagerLocal' interface.
SystemManagerLocal.vacuumAppdef ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'SystemManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getSystemManager ( )Return value of this method has type 'SystemManagerLocal'.
package org.rhq.enterprise.server.util
[+] SystemInformation (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SystemInformation. |
[+] affected methods (7)
SystemInformation.getDatabaseConnectionURL ( )This method is from 'SystemInformation' class.
SystemInformation.getDatabaseDriverName ( )This method is from 'SystemInformation' class.
SystemInformation.getDatabaseDriverVersion ( )This method is from 'SystemInformation' class.
SystemInformation.getDatabaseProductName ( )This method is from 'SystemInformation' class.
SystemInformation.getDatabaseProductVersion ( )This method is from 'SystemInformation' class.
SystemInformation.getInstance ( )This method is from 'SystemInformation' class.
SystemInformation.getProperties ( SystemInformation.Property property )This method is from 'SystemInformation' class.
[+] SystemInformation.Property (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SystemInformation.Property. |
[+] affected methods (2)
SystemInformation.Property.valueOf ( String name )This method is from 'SystemInformation.Property' class.
SystemInformation.Property.values ( )This method is from 'SystemInformation.Property' class.
to the top
Problems with Methods, High Severity (3)
rhq-enterprise-server-3.0.0.jar, AbstractSearchTranslator
package org.rhq.enterprise.server.search.translation
[+] AbstractSearchTranslator.getEnum ( Class enumClass, String value, boolean useOrdinal ) : String (1)
[run-time name: org/rhq/enterprise/server/search/translation/AbstractSearchTranslator.getEnum:(Ljava/lang/Class;Ljava/lang/String;Z)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getEnum(java.lang.Class, java.lang.String, boolean) has private access in org.rhq.enterprise.server.search.translation.AbstractSearchTranslator. |
rhq-enterprise-server-3.0.0.jar, CriteriaQueryRunner
package org.rhq.enterprise.server.util
[+] CriteriaQueryRunner.initPersistentBags ( Object entity ) : void (1)
[run-time name: org/rhq/enterprise/server/util/CriteriaQueryRunner.initPersistentBags:(Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: initPersistentBags(java.lang.Object) has private access in org.rhq.enterprise.server.util.CriteriaQueryRunner. |
rhq-enterprise-server-3.0.0.jar, SSHInstallUtility
package org.rhq.enterprise.server.install.remote
[+] SSHInstallUtility.read ( java.io.InputStream is, com.jcraft.jsch.Channel channel ) : String (1)
[run-time name: org/rhq/enterprise/server/install/remote/SSHInstallUtility.read:(Ljava/io/InputStream;Lcom/jcraft/jsch/Channel;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: read(java.io.InputStream, com.jcraft.jsch.Channel) has private access in org.rhq.enterprise.server.install.remote.SSHInstallUtility. |
to the top
Problems with Data Types, Medium Severity (2)
rhq-enterprise-server-3.0.0.jar
package org.rhq.enterprise.server.search.assist
[+] GroupSearchAssistant (1)
| Change | Effect |
---|
1 | Superclass has been changed from AbstractSearchAssistant to TabAwareSearchAssistant. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in GroupSearchAssistant. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
GroupSearchAssistant.getParameterizedContexts ( )This method is from 'GroupSearchAssistant' class.
GroupSearchAssistant.getParameters ( String context, String filter )This method is from 'GroupSearchAssistant' class.
GroupSearchAssistant.getPrimarySimpleContext ( )This method is from 'GroupSearchAssistant' class.
GroupSearchAssistant.getSearchSubsystem ( )This method is from 'GroupSearchAssistant' class.
GroupSearchAssistant.getSimpleContexts ( )This method is from 'GroupSearchAssistant' class.
GroupSearchAssistant.getValues ( String context, String param, String filter )This method is from 'GroupSearchAssistant' class.
[+] ResourceSearchAssistant (1)
| Change | Effect |
---|
1 | Superclass has been changed from AbstractSearchAssistant to TabAwareSearchAssistant. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ResourceSearchAssistant. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (7)
ResourceSearchAssistant.getParameterizedContexts ( )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.getParameters ( String context, String filter )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.getPrimarySimpleContext ( )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.getSearchSubsystem ( )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.getSimpleContexts ( )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.getValues ( String context, String param, String filter )This method is from 'ResourceSearchAssistant' class.
ResourceSearchAssistant.isEnumContext ( String context )This method is from 'ResourceSearchAssistant' class.
to the top
Problems with Methods, Medium Severity (8)
rhq-enterprise-server-3.0.0.jar, AlertNotificationManagerLocal
package org.rhq.enterprise.server.alert
[+] AlertNotificationManagerLocal.addAlertNotification ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.notification.AlertNotification p3 ) [abstract] : org.rhq.core.domain.alert.notification.AlertNotification (2)
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerLocal.addAlertNotification:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/alert/notification/AlertNotification;)Lorg/rhq/core/domain/alert/notification/AlertNotification;]
| Change | Effect |
---|
1 | Added AlertDefinitionUpdateException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception AlertDefinitionUpdateException must be caught or declared to be thrown. |
2 | Added AlertNotificationValidationException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception AlertNotificationValidationException must be caught or declared to be thrown. |
[+] AlertNotificationManagerLocal.updateAlertNotification ( org.rhq.core.domain.auth.Subject p1, int p2, org.rhq.core.domain.alert.notification.AlertNotification p3 ) [abstract] : void (2)
[run-time name: org/rhq/enterprise/server/alert/AlertNotificationManagerLocal.updateAlertNotification:(Lorg/rhq/core/domain/auth/Subject;ILorg/rhq/core/domain/alert/notification/AlertNotification;)V]
| Change | Effect |
---|
1 | Added org.rhq.enterprise.server.alert.AlertDefinitionUpdateException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.rhq.enterprise.server.alert.AlertDefinitionUpdateException must be caught or declared to be thrown. |
2 | Added org.rhq.enterprise.server.alert.AlertNotificationValidationException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.rhq.enterprise.server.alert.AlertNotificationValidationException must be caught or declared to be thrown. |
rhq-enterprise-server-3.0.0.jar, AlertTemplateManagerBean
package org.rhq.enterprise.server.alert
[+] AlertTemplateManagerBean.updateAlertTemplate ( org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.alert.AlertDefinition alertTemplate, boolean purgeInternals ) : org.rhq.core.domain.alert.AlertDefinition (1)
[run-time name: org/rhq/enterprise/server/alert/AlertTemplateManagerBean.updateAlertTemplate:(Lorg/rhq/core/domain/auth/Subject;Lorg/rhq/core/domain/alert/AlertDefinition;Z)Lorg/rhq/core/domain/alert/AlertDefinition;]
| Change | Effect |
---|
1 | Added org.rhq.enterprise.server.alert.AlertNotificationValidationException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.rhq.enterprise.server.alert.AlertNotificationValidationException must be caught or declared to be thrown. |
rhq-enterprise-server-3.0.0.jar, DiscoveryServerServiceImpl
package org.rhq.enterprise.server.discovery
[+] DiscoveryServerServiceImpl.mergeInventoryReport ( org.rhq.core.clientapi.server.discovery.InventoryReport report ) : org.rhq.core.domain.discovery.ResourceSyncInfo (1)
[run-time name: org/rhq/enterprise/server/discovery/DiscoveryServerServiceImpl.mergeInventoryReport:(Lorg/rhq/core/clientapi/server/discovery/InventoryReport;)Lorg/rhq/core/domain/discovery/ResourceSyncInfo;]
| Change | Effect |
---|
1 | Added org.rhq.core.clientapi.server.discovery.StaleTypeException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.rhq.core.clientapi.server.discovery.StaleTypeException must be caught or declared to be thrown. |
rhq-enterprise-server-3.0.0.jar, SystemManagerBean
package org.rhq.enterprise.server.system
[+] SystemManagerBean.setSystemConfiguration ( org.rhq.core.domain.auth.Subject subject, java.util.Properties properties, boolean skipValidation ) : void (1)
[run-time name: org/rhq/enterprise/server/system/SystemManagerBean.setSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/Properties;Z)V]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
rhq-enterprise-server-3.0.0.jar, SystemManagerLocal
package org.rhq.enterprise.server.system
[+] SystemManagerLocal.setSystemConfiguration ( org.rhq.core.domain.auth.Subject p1, java.util.Properties p2, boolean p3 ) [abstract] : void (1)
[run-time name: org/rhq/enterprise/server/system/SystemManagerLocal.setSystemConfiguration:(Lorg/rhq/core/domain/auth/Subject;Ljava/util/Properties;Z)V]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.lang.Exception must be caught or declared to be thrown. |
to the top
Other Changes in Data Types (13)
rhq-enterprise-server-3.0.0.jar
package org.rhq.enterprise.server
[+] RHQConstants (1)
| Change | Effect |
---|
1 | Field AllowResourceGenericPropertiesUpgrade has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to AllowResourceGenericPropertiesUpgrade is ambiguous. |
[+] affected methods (1)
RHQConstants.RHQConstants ( )This constructor is from 'RHQConstants' class.
package org.rhq.enterprise.server.auth.prefs
[+] SubjectPreferencesBase (1)
| Change | Effect |
---|
1 | Field PREF_ITEM_DELIM_REGEX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to PREF_ITEM_DELIM_REGEX is ambiguous. |
[+] affected methods (15)
SubjectPreferencesBase.getBooleanPref ( String key )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getBooleanPref ( String key, boolean ifNull )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getIntPref ( String key )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getIntPref ( String key, int ifNull )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getLongPref ( String key )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getPreference ( String key )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getPreference ( String key, Object defaultValue )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getPreferenceAsIntegerList ( String key, String delimiter )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getPreferenceAsList ( String key )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.getPreferenceAsList ( String key, String delimiter )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.setPreference ( String key, Object value )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.setPreference ( String key, java.util.List values )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.setPreference ( String key, java.util.List values, String delim )This method is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.SubjectPreferencesBase ( org.rhq.core.domain.auth.Subject subject )This constructor is from 'SubjectPreferencesBase' abstract class.
SubjectPreferencesBase.unsetPreference ( String key )This method is from 'SubjectPreferencesBase' abstract class.
package org.rhq.enterprise.server.content
[+] ContentManagerLocal (6)
| Change | Effect |
---|
1 | Field UPLOAD_FILE_INSTALL_DATE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_FILE_INSTALL_DATE is ambiguous. |
2 | Field UPLOAD_FILE_NAME has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_FILE_NAME is ambiguous. |
3 | Field UPLOAD_FILE_SIZE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_FILE_SIZE is ambiguous. |
4 | Field UPLOAD_MD5 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_MD5 is ambiguous. |
5 | Field UPLOAD_OWNER has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_OWNER is ambiguous. |
6 | Field UPLOAD_SHA256 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPLOAD_SHA256 is ambiguous. |
[+] affected methods (33)
ContentManagerLocal.checkForTimedOutRequests ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeletePackageRequest ( org.rhq.core.domain.content.transfer.RemovePackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeDeployPackageRequest ( org.rhq.core.domain.content.transfer.DeployPackagesResponse p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.completeRetrievePackageBitsRequest ( org.rhq.core.clientapi.server.content.ContentServiceResponse p1, java.io.InputStream p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createDeployRequest ( int p1, String p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createPackageVersion ( org.rhq.core.domain.auth.Subject p1, String p2, int p3, String p4, Integer p5, byte[ ] p6 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRemoveRequest ( int p1, String p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.createRetrieveBitsRequest ( int p1, String p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int p2, int[ ] p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deletePackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int p2, java.util.Set p3, String p4 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.deployPackages ( org.rhq.core.domain.auth.Subject p1, int[ ] p2, int[ ] p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.failRequest ( int p1, Throwable p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findArchitectures ( org.rhq.core.domain.auth.Subject p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackagesByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.InstalledPackageCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findInstalledPackageVersions ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageTypes ( org.rhq.core.domain.auth.Subject p1, String p2, String p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.findPackageVersionsByCriteria ( org.rhq.core.domain.auth.Subject p1, org.rhq.core.domain.criteria.PackageVersionCriteria p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getBackingPackageForResource ( org.rhq.core.domain.auth.Subject p1, int p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getNoArchitecture ( )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getPackageBytes ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.getResourceCreationPackageType ( int p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.loadDependencies ( int p1, java.util.Set p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.mergeDiscoveredPackages ( org.rhq.core.clientapi.server.content.ContentDiscoveryReport p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageSafely ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistOrMergePackageVersionSafely ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackage ( org.rhq.core.domain.content.Package p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.persistPackageVersion ( org.rhq.core.domain.content.PackageVersion p1 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.retrieveBitsFromResource ( org.rhq.core.domain.auth.Subject p1, int p2, int p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.translateInstallationSteps ( int p1, org.rhq.core.domain.content.transfer.ResourcePackageDetails p2 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.updateBlobStream ( java.io.InputStream p1, org.rhq.core.domain.content.PackageBits p2, java.util.Map p3 )This abstract method is from 'ContentManagerLocal' interface.
ContentManagerLocal.writeBlobOutToStream ( java.io.OutputStream p1, org.rhq.core.domain.content.PackageBits p2, boolean p3 )This abstract method is from 'ContentManagerLocal' interface.
org.rhq.enterprise.server.util.LookupUtil.getContentManager ( )Return value of this method has type 'ContentManagerLocal'.
package org.rhq.enterprise.server.operation
[+] OperationJob (1)
| Change | Effect |
---|
1 | Field DATAMAP_INT_ENTITY_ID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DATAMAP_INT_ENTITY_ID is ambiguous. |
[+] affected methods (3)
OperationJob.getUserWithSession ( org.rhq.core.domain.auth.Subject user, boolean reattach )This method is from 'OperationJob' abstract class.
OperationJob.OperationJob ( )This constructor is from 'OperationJob' abstract class.
OperationJob.updateOperationScheduleEntity ( org.quartz.JobDetail jobDetail, java.util.Date nextFireTime, OperationManagerLocal operationManager )This method is from 'OperationJob' abstract class.
package org.rhq.enterprise.server.search
[+] RHQLParser (4)
| Change | Effect |
---|
1 | Field FOLLOW_29_in_doubleQuotedValue1085 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FOLLOW_29_in_doubleQuotedValue1085 is ambiguous. |
2 | Field FOLLOW_30_in_quotedValue1120 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FOLLOW_30_in_quotedValue1120 is ambiguous. |
3 | Field FOLLOW_WS_in_conditionalExpression253 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FOLLOW_WS_in_conditionalExpression253 is ambiguous. |
4 | Field FOLLOW_conditionalPrimary_in_conditionalFactor404 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FOLLOW_conditionalPrimary_in_conditionalFactor404 is ambiguous. |
[+] affected methods (45)
RHQLParser.boundedValue ( )This method is from 'RHQLParser' class.
RHQLParser.comparisonOperator ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalExpression ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalFactor ( )This method is from 'RHQLParser' class.
RHQLParser.conditionalPrimary ( )This method is from 'RHQLParser' class.
RHQLParser.context ( )This method is from 'RHQLParser' class.
RHQLParser.doubleQuotedValue ( )This method is from 'RHQLParser' class.
RHQLParser.getGrammarFileName ( )This method is from 'RHQLParser' class.
RHQLParser.getTokenNames ( )This method is from 'RHQLParser' class.
RHQLParser.getTreeAdaptor ( )This method is from 'RHQLParser' class.
RHQLParser.identifier ( )This method is from 'RHQLParser' class.
RHQLParser.lineage ( )This method is from 'RHQLParser' class.
RHQLParser.openEndedvalue ( )This method is from 'RHQLParser' class.
RHQLParser.parameter ( )This method is from 'RHQLParser' class.
RHQLParser.path ( )This method is from 'RHQLParser' class.
RHQLParser.quotedValue ( )This method is from 'RHQLParser' class.
RHQLParser.RHQLParser ( org.antlr.runtime.TokenStream input )This constructor is from 'RHQLParser' class.
RHQLParser.RHQLParser ( org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state )This constructor is from 'RHQLParser' class.
RHQLParser.searchExpression ( )This method is from 'RHQLParser' class.
RHQLParser.setTreeAdaptor ( org.antlr.runtime.tree.TreeAdaptor adaptor )This method is from 'RHQLParser' class.
RHQLParser.simpleConditionalExpression ( )This method is from 'RHQLParser' class.
RHQLParser.synpred11_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred11_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred12_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred12_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred18_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred18_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred19_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred19_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred20_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred20_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred21_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred21_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred2_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred2_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred4_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred4_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred5_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred5_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred6_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred6_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred7_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred7_RHQL_fragment ( )This method is from 'RHQLParser' class.
RHQLParser.synpred8_RHQL ( )This method is from 'RHQLParser' class.
RHQLParser.synpred8_RHQL_fragment ( )This method is from 'RHQLParser' class.
to the top
Java ARchives (1)
rhq-enterprise-server-3.0.0.jar
to the top
Generated on Wed Mar 20 17:13:06 2013 for rhq-enterprise-server by Java API Compliance Checker 1.3
A tool for checking backward compatibility of a Java library API