Serialized Form


Package org.rhq.core.domain.alert

Class org.rhq.core.domain.alert.Alert extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

long ctime

alertDefinition

AlertDefinition alertDefinition

conditionLogs

Set<E> conditionLogs

alertNotificationLog

AlertNotificationLog alertNotificationLog

triggeredOperation

String triggeredOperation

recoveryId

Integer recoveryId

willRecover

boolean willRecover

Class org.rhq.core.domain.alert.AlertCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

category

AlertConditionCategory category

measurementDefinition

MeasurementDefinition measurementDefinition

name

String name

comparator

String comparator

threshold

Double threshold

option

String option

triggerId

Integer triggerId

alertDefinition

AlertDefinition alertDefinition

conditionLogs

Set<E> conditionLogs

Class org.rhq.core.domain.alert.AlertConditionLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

ctime

long ctime
Since alert conditions can occur at potentially grossly different times in the system, and since the process for calculating whether an alert should fire based on the states of these independently derived conditions is out-of-band, THIS ctime is now actually more meaningful than the ctime on the alert.


value

String value

alert

Alert alert

condition

AlertCondition condition

Class org.rhq.core.domain.alert.AlertDampening extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

category

AlertDampening.Category category

value

int value

valueUnits

AlertDampening.TimeUnits valueUnits

period

int period

periodUnits

AlertDampening.TimeUnits periodUnits

alertDampeningEvents

Set<E> alertDampeningEvents

Class org.rhq.core.domain.alert.AlertDampeningEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

alertDefinition

AlertDefinition alertDefinition

eventType

AlertDampeningEvent.Type eventType

eventTime

long eventTime

Class org.rhq.core.domain.alert.AlertDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

ctime

long ctime

mtime

long mtime

parentId

Integer parentId
If this field is non-null, then this alert def is a copy of the resource type alert def with the specified id.


groupAlertDefinition

AlertDefinition groupAlertDefinition

groupAlertDefinitionChildren

Set<E> groupAlertDefinitionChildren

description

String description

priority

AlertPriority priority

resourceType

ResourceType resourceType

resource

Resource resource

resourceGroup

ResourceGroup resourceGroup

enabled

boolean enabled

alertDampening

AlertDampening alertDampening

recoveryId

Integer recoveryId

willRecover

boolean willRecover

notifyFiltered

boolean notifyFiltered

controlFiltered

boolean controlFiltered

deleted

boolean deleted

readOnly

boolean readOnly

conditionExpression

BooleanExpression conditionExpression

conditions

Set<E> conditions

alertNotifications

Set<E> alertNotifications

operationDefinition

OperationDefinition operationDefinition

alertDampeningEvents

Set<E> alertDampeningEvents

alerts

Set<E> alerts
NOTE: This field is currently not accessed, so we don't need cascading for PERSIST/MERGE/REFRESH. However, we still need cascading for REMOVE, so we don't get FK constraint violations when an Alert is removed. AlertDefinitions aren't actually deleted, instead they have their 'deleted' flag set to true. But, if they were actually deleted from persistent storage, we would still want the cascade remove.


Package org.rhq.core.domain.alert.composite

Class org.rhq.core.domain.alert.composite.AlertWithLatestConditionLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

alert

Alert alert

conditionText

String conditionText

conditionValue

String conditionValue

recoveryInfo

String recoveryInfo

Package org.rhq.core.domain.alert.notification

Class org.rhq.core.domain.alert.notification.AlertNotification extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

alertDefinition

AlertDefinition alertDefinition

Class org.rhq.core.domain.alert.notification.AlertNotificationLog extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

roles

String roles

subjects

String subjects

emails

String emails

alert

Alert alert

Class org.rhq.core.domain.alert.notification.EmailNotification extends AlertNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

emailAddress

String emailAddress

Class org.rhq.core.domain.alert.notification.RoleNotification extends AlertNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

role

Role role

Class org.rhq.core.domain.alert.notification.SnmpNotification extends AlertNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

host

String host

port

int port

oid

String oid

Class org.rhq.core.domain.alert.notification.SubjectNotification extends AlertNotification implements Serializable

serialVersionUID: 1L

Serialized Fields

subject

Subject subject

Package org.rhq.core.domain.auth

Class org.rhq.core.domain.auth.Principal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

principal

String principal

password

String password

Class org.rhq.core.domain.auth.Subject extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.rhq.core.domain.authz

Class org.rhq.core.domain.authz.Role extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Integer id

name

String name

description

String description

fsystem

Boolean fsystem

subjects

Set<E> subjects

resourceGroups

Set<E> resourceGroups

permissions

Set<E> permissions

roleNotifications

Set<E> roleNotifications

Package org.rhq.core.domain.cloud

Class org.rhq.core.domain.cloud.AffinityGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

servers

List<E> servers

agents

List<E> agents

Class org.rhq.core.domain.cloud.FailoverList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

partitionEvent

PartitionEvent partitionEvent

agent

Agent agent

agentId

int agentId

ctime

long ctime

serverList

List<E> serverList

Class org.rhq.core.domain.cloud.FailoverListDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

failoverList

FailoverList failoverList

ordinal

int ordinal

server

Server server

serverId

int serverId

Class org.rhq.core.domain.cloud.PartitionEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

subjectName

String subjectName

ctime

long ctime

eventType

PartitionEventType eventType

eventDetail

String eventDetail

executionStatus

PartitionEvent.ExecutionStatus executionStatus

partitionDetails

List<E> partitionDetails

serverLists

List<E> serverLists

Class org.rhq.core.domain.cloud.PartitionEventDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

partitionEvent

PartitionEvent partitionEvent

agentName

String agentName

serverName

String serverName

Class org.rhq.core.domain.cloud.Server extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

address

String address

port

int port

securePort

int securePort

operationMode

Server.OperationMode operationMode

computePower

int computePower

ctime

long ctime

mtime

long mtime

affinityGroup

AffinityGroup affinityGroup

agents

List<E> agents

status

int status

Package org.rhq.core.domain.cloud.composite

Class org.rhq.core.domain.cloud.composite.FailoverListComposite extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

servers

List<E> servers

nextIndex

int nextIndex

Package org.rhq.core.domain.common

Class org.rhq.core.domain.common.SystemConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

propertyKey

String propertyKey

propertyValue

String propertyValue

defaultPropertyValue

String defaultPropertyValue

freadOnly

Boolean freadOnly

Package org.rhq.core.domain.common.composite

Class org.rhq.core.domain.common.composite.IntegerOptionItem extends OptionItem<Integer> implements Serializable

serialVersionUID: 1L

Class org.rhq.core.domain.common.composite.OptionItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Object id

displayName

String displayName

Package org.rhq.core.domain.configuration

Class org.rhq.core.domain.configuration.AbstractResourceConfigurationUpdate extends AbstractConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

Class org.rhq.core.domain.configuration.Configuration extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.configuration.PluginConfigurationUpdate extends AbstractResourceConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

groupConfigurationUpdate

GroupPluginConfigurationUpdate groupConfigurationUpdate

Class org.rhq.core.domain.configuration.Property extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.configuration.PropertyList extends Property implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Property.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Property.writeExternal(java.io.ObjectOutput)

Class org.rhq.core.domain.configuration.PropertyMap extends Property implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Property.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Property.writeExternal(java.io.ObjectOutput)

Class org.rhq.core.domain.configuration.PropertySimple extends Property implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Property.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Property.writeExternal(java.io.ObjectOutput)

Class org.rhq.core.domain.configuration.ResourceConfigurationUpdate extends AbstractResourceConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

groupConfigurationUpdate

GroupResourceConfigurationUpdate groupConfigurationUpdate

Package org.rhq.core.domain.configuration.composite

Class org.rhq.core.domain.configuration.composite.ConfigurationUpdateComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

status

ConfigurationUpdateStatus status

errorMessage

String errorMessage

subjectName

String subjectName

createdTime

long createdTime

modifiedTime

long modifiedTime

resourceId

int resourceId

resourceName

String resourceName

parentResourceId

Integer parentResourceId

parentResourceName

String parentResourceName

Package org.rhq.core.domain.configuration.definition

Class org.rhq.core.domain.configuration.definition.ConfigurationDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

propertyDefinitions

Map<K,V> propertyDefinitions

templates

Map<K,V> templates

Class org.rhq.core.domain.configuration.definition.ConfigurationTemplate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

configuration

Configuration configuration

configurationDefinition

ConfigurationDefinition configurationDefinition

isDefault

boolean isDefault

Class org.rhq.core.domain.configuration.definition.PropertyDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

required

boolean required

readOnly

boolean readOnly

summary

boolean summary

activationPolicy

ActivationPolicy activationPolicy

propertyGroupDefinition

PropertyGroupDefinition propertyGroupDefinition

order

int order

version

String version

configurationDefinition

ConfigurationDefinition configurationDefinition

parentPropertyListDefinition

PropertyDefinitionList parentPropertyListDefinition

parentPropertyMapDefinition

PropertyDefinitionMap parentPropertyMapDefinition

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionEnumeration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

String name

value

String value

orderIndex

int orderIndex

isDefault

boolean isDefault

propertyDefinitionSimple

PropertyDefinitionSimple propertyDefinitionSimple

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionList extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

min

int min
See JBNADM-1595


max

int max
See JBNADM-1595


memberDefinition

PropertyDefinition memberDefinition

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionMap extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

map

Map<K,V> map

Class org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple extends PropertyDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

type

PropertySimpleType type

allowCustomEnumeratedValue

boolean allowCustomEnumeratedValue

constraints

Set<E> constraints

enumeratedValues

List<E> enumeratedValues
The within for a


defaultValue

String defaultValue
Deprecated. Use the (default) template instead
This property's default value. This field should have a non-null value for properties whose PropertyDefinition.required field is false (i.e. for optional properties). Conversely, this field should be null for properties whose PropertyDefinition.required field is true (i.e. for required properties).


units

MeasurementUnits units
Measurement unit in which this simple property is taken

Class org.rhq.core.domain.configuration.definition.PropertyGroupDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

defaultHidden

boolean defaultHidden

order

int order

Package org.rhq.core.domain.configuration.definition.constraint

Class org.rhq.core.domain.configuration.definition.constraint.Constraint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

details

String details

propertyDefinitionSimple

PropertyDefinitionSimple propertyDefinitionSimple

Class org.rhq.core.domain.configuration.definition.constraint.FloatRangeConstraint extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

Double minimum

maximum

Double maximum

Class org.rhq.core.domain.configuration.definition.constraint.IntegerRangeConstraint extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

Long minimum

maximum

Long maximum

Class org.rhq.core.domain.configuration.definition.constraint.RegexConstraint extends Constraint implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.configuration.group

Class org.rhq.core.domain.configuration.group.AbstractGroupConfigurationUpdate extends AbstractConfigurationUpdate implements Serializable

Serialized Fields

id

int id

group

ResourceGroup group

Class org.rhq.core.domain.configuration.group.GroupPluginConfigurationUpdate extends AbstractGroupConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationUpdates

List<E> configurationUpdates

Class org.rhq.core.domain.configuration.group.GroupResourceConfigurationUpdate extends AbstractGroupConfigurationUpdate implements Serializable

serialVersionUID: 1L

Serialized Fields

configurationUpdates

List<E> configurationUpdates

Package org.rhq.core.domain.content

Class org.rhq.core.domain.content.Architecture extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

Class org.rhq.core.domain.content.Channel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

creationDate

long creationDate

lastModifiedDate

long lastModifiedDate

resourceChannels

Set<E> resourceChannels

channelContentSources

Set<E> channelContentSources

channelPackageVersions

Set<E> channelPackageVersions

Class org.rhq.core.domain.content.ChannelContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

channel

Channel channel

contentSource

ContentSource contentSource

createdTime

long createdTime

Class org.rhq.core.domain.content.ChannelContentSourcePK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

channel

Channel channel

contentSource

ContentSource contentSource

Class org.rhq.core.domain.content.ChannelPackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

channel

Channel channel

packageVersion

PackageVersion packageVersion

createdTime

long createdTime

Class org.rhq.core.domain.content.ChannelPackageVersionPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

channel

Channel channel

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.ContentServiceRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

status

ContentRequestStatus status

errorMessage

String errorMessage

notes

String notes

subjectName

String subjectName

ctime

long ctime

mtime

long mtime

contentRequestType

ContentRequestType contentRequestType

installedPackageHistory

Set<E> installedPackageHistory

Class org.rhq.core.domain.content.ContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

contentSourceType

ContentSourceType contentSourceType

name

String name

description

String description

lazyLoad

boolean lazyLoad

downloadMode

DownloadMode downloadMode

syncSchedule

String syncSchedule

loadErrorMessage

String loadErrorMessage

configuration

Configuration configuration

creationDate

long creationDate

lastModifiedDate

long lastModifiedDate

syncResults

List<E> syncResults

channelContentSources

Set<E> channelContentSources

Class org.rhq.core.domain.content.ContentSourceSyncResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

contentSource

ContentSource contentSource

status

ContentSourceSyncStatus status

startTime

long startTime

endTime

Long endTime

results

String results

Class org.rhq.core.domain.content.ContentSourceType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

pluginName

String pluginName

defaultLazyLoad

boolean defaultLazyLoad

defaultDownloadMode

DownloadMode defaultDownloadMode

defaultSyncSchedule

String defaultSyncSchedule

contentSourceConfigurationDefinition

ConfigurationDefinition contentSourceConfigurationDefinition

contentSourceApiClass

String contentSourceApiClass

contentSources

Set<E> contentSources

Class org.rhq.core.domain.content.InstalledPackage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

packageVersion

PackageVersion packageVersion

installationDate

Long installationDate

user

Subject user

Class org.rhq.core.domain.content.InstalledPackageHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

packageVersion

PackageVersion packageVersion

status

InstalledPackageHistoryStatus status

errorMessage

String errorMessage
If the status is set to FAILED, this error message will be populated with the details.


timestamp

Long timestamp

deploymentConfigurationValues

Configuration deploymentConfigurationValues
Values that correspond to the deployment time properties that are defined by the PackageType. This may not be known or only partially populated if the package was installed on the server through some external means (it depends on the plugin's ability to detect these values on discovery). This will be null in the case that the package type does not define any deploy time properties.


installationSteps

List<E> installationSteps
User readable steps the plugin will perform to install the package. If specified, the UI will display these steps to the user prior to executing the installation. The plugin will report on the success of each step in the process as it attempts to install the package. These are optional, leaving it up to the discretion of the plugin to determine how to install the package. In such a case, the plugin will simply report the success or failure of the package installation.


resource

Resource resource
This history item described a package that was on this resource.


contentServiceRequest

ContentServiceRequest contentServiceRequest

Class org.rhq.core.domain.content.Package extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

packageType

PackageType packageType

name

String name

classification

String classification

versions

List<E> versions

Class org.rhq.core.domain.content.PackageBits extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

bits

byte[] bits

Class org.rhq.core.domain.content.PackageDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key
Contains the data necessary to describe a specific version of a package.


displayVersion

String displayVersion
Display version of the package. The format of this attribute will vary based on the package type.


classification

String classification
Provides a second means for indicating a package's type. The possible values for this attribute will vary based on package type. For instance, two packages of the same package type may be differentiated as a "bug fix" or a "security update". Another example would be to indicate a grouping means, such as "System Environment" or "Applications/Editors".


displayName

String displayName
Name of this package version that is suitable for display to the user in the UI.


shortDescription

String shortDescription
Short free text description of this version of the package. In other words, a summary of the package.


longDescription

String longDescription
Long free text description of this version of the package.


fileName

String fileName
Name of the file with the contents of this package.


fileSize

Long fileSize
Size of the package's file.


MD5

String MD5
MD5 hash of the file.


SHA256

String SHA256
SHA256 hash of the file.


fileCreatedDate

Long fileCreatedDate
Timestamp on when the package's file was created.


licenseName

String licenseName
Name of the license under which the package falls.


licenseVersion

String licenseVersion
Version of the package's license.


location

String location
The package location


metadata

byte[] metadata
XML Metadata


extraProperties

Configuration extraProperties
Values to fulfill the package type specific extra properties. Values in this object will adhere to the configuration definition in the associated package type PackageType.packageExtraPropertiesDefinition.

Class org.rhq.core.domain.content.PackageDetailsKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Programmatic name of the package. This will be used to identify a package in the scope of a particular content source. This may not be unique, but the combination of name, major version, and minor version should be unique in the list of packages in a content source.


version

String version
The version of the package. The format of this attribute will vary based on the package type. Splitting the version into two strings will allow us to query based on the severity (for lack of a better word) of the version differences.


packageTypeName

String packageTypeName
Fully qualified name of the package type this package;


architectureName

String architectureName
Architecture of the package.

Class org.rhq.core.domain.content.PackageInstallationStep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
Database assigned ID.


key

String key

order

int order
Relative order of the step in the overall list of steps.


description

String description
Description of what the step will do.


errorMessage

String errorMessage
If this step failed during execution, this will be populated with the plugin provided error message describing the failure.


result

ContentResponseResult result
Plugin provided indicator of whether or not the step was executed successfully.


installedPackageHistory

InstalledPackageHistory installedPackageHistory
Package version against which this step applies.

Class org.rhq.core.domain.content.PackageType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

category

PackageCategory category

discoveryInterval

long discoveryInterval

isCreationData

boolean isCreationData

supportsArchitecture

boolean supportsArchitecture

deploymentConfigurationDefinition

ConfigurationDefinition deploymentConfigurationDefinition

packageExtraPropertiesDefinition

ConfigurationDefinition packageExtraPropertiesDefinition

packages

Set<E> packages

resourceType

ResourceType resourceType

Class org.rhq.core.domain.content.PackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

generalPackage

Package generalPackage

displayName

String displayName

shortDescription

String shortDescription

longDescription

String longDescription

version

String version

displayVersion

String displayVersion

architecture

Architecture architecture

fileName

String fileName

fileSize

Long fileSize

md5

String md5

sha256

String sha256

fileCreatedDate

Long fileCreatedDate

licenseName

String licenseName

licenseVersion

String licenseVersion

metadata

byte[] metadata

extraProperties

Configuration extraProperties

channelPackageVersions

Set<E> channelPackageVersions

installedPackages

Set<E> installedPackages

installedPackageHistory

Set<E> installedPackageHistory

packageBits

PackageBits packageBits

productVersionPackageVersions

Set<E> productVersionPackageVersions

Class org.rhq.core.domain.content.PackageVersionContentSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

contentSource

ContentSource contentSource

location

String location

Class org.rhq.core.domain.content.PackageVersionContentSourcePK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

contentSource

ContentSource contentSource

Class org.rhq.core.domain.content.ProductVersionPackageVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productVersion

ProductVersion productVersion

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.ProductVersionPackageVersionPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productVersion

ProductVersion productVersion

packageVersion

PackageVersion packageVersion

Class org.rhq.core.domain.content.ResourceChannel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

channel

Channel channel

createdTime

long createdTime

Class org.rhq.core.domain.content.ResourceChannelPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

channel

Channel channel

Package org.rhq.core.domain.content.composite

Class org.rhq.core.domain.content.composite.ChannelComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

channel

Channel channel

packageVersionCount

long packageVersionCount

Class org.rhq.core.domain.content.composite.LoadedPackageBitsComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

fileName

String fileName

packageBitsId

Integer packageBitsId

isPackageBitsInDatabase

boolean isPackageBitsInDatabase

Class org.rhq.core.domain.content.composite.PackageListItemComposite extends Object implements Serializable

Serialized Fields

id

int id

packageName

String packageName

packageTypeName

String packageTypeName

version

String version

timestamp

Long timestamp

Class org.rhq.core.domain.content.composite.PackageVersionComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersion

PackageVersion packageVersion

extraProperties

Configuration extraProperties

packageTypeName

String packageTypeName

packageCategory

PackageCategory packageCategory

packageName

String packageName

architectureName

String architectureName

packageClassification

String packageClassification

packageBitsId

Number packageBitsId

isPackageBitsInDatabase

Number isPackageBitsInDatabase

Class org.rhq.core.domain.content.composite.PackageVersionFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

fileName

String fileName

Class org.rhq.core.domain.content.composite.PackageVersionMetadataComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

packageVersionId

int packageVersionId

metadata

byte[] metadata

packageName

String packageName

version

String version

packageTypeName

String packageTypeName

archName

String archName

Package org.rhq.core.domain.content.transfer

Class org.rhq.core.domain.content.transfer.ContentDiscoveryReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId
Resource against which the installed package set applies.


deployedPackages

Set<E> deployedPackages
Full set of installed packages on the resource. Packages that were previously returned in a similar fashion but not in this set will be marked as deleted.

Class org.rhq.core.domain.content.transfer.DeletePackagesRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

resourceId

int resourceId

packages

Set<E> packages

Class org.rhq.core.domain.content.transfer.DeployIndividualPackageResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key

result

ContentResponseResult result

errorMessage

String errorMessage

deploymentSteps

List<E> deploymentSteps

Class org.rhq.core.domain.content.transfer.DeployPackagesRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

resourceId

int resourceId

packages

Set<E> packages

Class org.rhq.core.domain.content.transfer.DeployPackagesResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

overallRequestResult

ContentResponseResult overallRequestResult

overallRequestErrorMessage

String overallRequestErrorMessage

packageResponses

Set<E> packageResponses

Class org.rhq.core.domain.content.transfer.DeployPackageStep extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stepKey

String stepKey
Unique identifier for this step within the context of the overall package installation steps for a particular package.


description

String description
Textual description to be displayed to the user of what will occur when installing the package.


stepResult

ContentResponseResult stepResult
Result of executing this step during a package deployment.


stepErrorMessage

String stepErrorMessage
Error message during execution of this step if one was encountered.

Class org.rhq.core.domain.content.transfer.RemoveIndividualPackageResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

PackageDetailsKey key

result

ContentResponseResult result

errorMessage

String errorMessage

Class org.rhq.core.domain.content.transfer.RemovePackagesResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

overallRequestResult

ContentResponseResult overallRequestResult

overallRequestErrorMessage

String overallRequestErrorMessage

packageResponses

Set<E> packageResponses

Class org.rhq.core.domain.content.transfer.ResourcePackageDetails extends PackageDetails implements Serializable

Serialized Fields

deploymentTimeConfiguration

Configuration deploymentTimeConfiguration
Values the plugin should use when installing this package.


installationTimestamp

long installationTimestamp

Class org.rhq.core.domain.content.transfer.RetrievePackageBitsRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

int requestId

resourceId

int resourceId

packageDetails

ResourcePackageDetails packageDetails

Package org.rhq.core.domain.criteria

Class org.rhq.core.domain.criteria.AlertCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterTriggeredOperationName

String filterTriggeredOperationName

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

filterName

String filterName

filterDescription

String filterDescription

filterPriority

AlertPriority filterPriority

filterResourceTypeId

String filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

filterAlertDefinitionIds

List<E> filterAlertDefinitionIds

filterGroupAlertDefinitionIds

List<E> filterGroupAlertDefinitionIds

fetchAlertDefinition

boolean fetchAlertDefinition

fetchConditionLogs

boolean fetchConditionLogs

fetchNotificationLogs

boolean fetchNotificationLogs

sortName

PageOrdering sortName

sortCtime

PageOrdering sortCtime

sortPriority

PageOrdering sortPriority

Class org.rhq.core.domain.criteria.AlertDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

filterPriority

AlertPriority filterPriority

filterAlertTemplateParentId

String filterAlertTemplateParentId

filterAlertTemplateResourceTypeId

String filterAlertTemplateResourceTypeId

filterAlertTemplateResourceTypeName

String filterAlertTemplateResourceTypeName

filterResourceIds

List<E> filterResourceIds

filterEnabled

Boolean filterEnabled

filterOperationName

String filterOperationName

filterDeleted

Boolean filterDeleted

fetchAlerts

boolean fetchAlerts

fetchConditions

boolean fetchConditions

fetchAlertNotifications

boolean fetchAlertNotifications

sortName

PageOrdering sortName

sortPriority

PageOrdering sortPriority

Class org.rhq.core.domain.criteria.ChannelCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

String filterId

filterName

String filterName

filterDescription

String filterDescription

filterResourceIds

List<E> filterResourceIds

fetchResourceChannels

boolean fetchResourceChannels

fetchChannelContentSources

boolean fetchChannelContentSources

fetchChannelPackageVersions

boolean fetchChannelPackageVersions

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.Criteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pageNumber

Integer pageNumber

pageSize

Integer pageSize

filtersOptional

boolean filtersOptional

caseSensitive

boolean caseSensitive

strict

boolean strict

filterOverrides

Map<K,V> filterOverrides

sortOverrides

Map<K,V> sortOverrides

pageControlOverrides

PageControl pageControlOverrides

orderingFieldNames

List<E> orderingFieldNames

persistentClass

Class<T> persistentClass

Class org.rhq.core.domain.criteria.EventCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterDetail

String filterDetail

filterSourceName

String filterSourceName

filterSeverity

EventSeverity filterSeverity

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

filterResourceId

Integer filterResourceId

filterResourceGroupId

Integer filterResourceGroupId

filterAutoGroupResourceTypeId

Integer filterAutoGroupResourceTypeId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

fetchSource

boolean fetchSource

sortTimestamp

PageOrdering sortTimestamp

sortSeverity

PageOrdering sortSeverity

Class org.rhq.core.domain.criteria.GroupOperationHistoryCriteria extends OperationHistoryCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceGroupIds

List<E> filterResourceGroupIds

Class org.rhq.core.domain.criteria.InstalledPackageCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterInstallationTimeMinimum

Long filterInstallationTimeMinimum

filterInstallationTimeMaximum

Long filterInstallationTimeMaximum

filterPackageVersionId

Integer filterPackageVersionId

filterResourceId

Integer filterResourceId

filterUserId

Integer filterUserId

fetchPackageVersion

boolean fetchPackageVersion

fetchResource

boolean fetchResource

fetchUser

boolean fetchUser

sortInstallationDate

PageOrdering sortInstallationDate

Class org.rhq.core.domain.criteria.MeasurementDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDisplayName

String filterDisplayName

filterDescription

String filterDescription

filterResourceTypeName

String filterResourceTypeName

filterResourceTypeId

Integer filterResourceTypeId

filterCategory

MeasurementCategory filterCategory

filterUnits

MeasurementUnits filterUnits

filterNumericType

NumericType filterNumericType

filterDataType

DataType filterDataType

filterDisplayType

DisplayType filterDisplayType

filterDefaultOn

Boolean filterDefaultOn

filterDefaultInterval

Long filterDefaultInterval

sortName

PageOrdering sortName

sortDisplayName

PageOrdering sortDisplayName

sortResourceTypeName

PageOrdering sortResourceTypeName

sortCategory

PageOrdering sortCategory

sortUnits

PageOrdering sortUnits

sortNumericType

PageOrdering sortNumericType

sortDataType

PageOrdering sortDataType

sortDisplayType

PageOrdering sortDisplayType

sortDefaultOn

PageOrdering sortDefaultOn

sortDefaultInterval

PageOrdering sortDefaultInterval

Class org.rhq.core.domain.criteria.MeasurementScheduleCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterDefinitionIds

List<E> filterDefinitionIds

filterResourceId

Integer filterResourceId

filterResourceGroupId

Integer filterResourceGroupId

filterAutoGroupResourceTypeId

Integer filterAutoGroupResourceTypeId

filterAutoGroupParentResourceId

Integer filterAutoGroupParentResourceId

fetchBaseline

boolean fetchBaseline

fetchDefinition

boolean fetchDefinition

fetchResource

boolean fetchResource

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.OperationDefinitionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDisplayName

String filterDisplayName

filterDescription

String filterDescription

filterTimeout

Integer filterTimeout

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterPluginName

String filterPluginName

filterResourceIds

List<E> filterResourceIds

filterResourceGroupIds

List<E> filterResourceGroupIds

fetchParametersConfigurationDefinition

boolean fetchParametersConfigurationDefinition

fetchResultsConfigurationDefinition

boolean fetchResultsConfigurationDefinition

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.OperationHistoryCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterJobName

String filterJobName

filterJobGroup

String filterJobGroup

filterStatus

OperationRequestStatus filterStatus

filterErrorMessage

String filterErrorMessage

filterOperationDefinitionId

Integer filterOperationDefinitionId

filterOperationName

String filterOperationName

filterStartTime

Long filterStartTime

filterEndTime

Long filterEndTime

fetchOperationDefinition

boolean fetchOperationDefinition

fetchParameters

boolean fetchParameters

sortStatus

PageOrdering sortStatus

sortStartTime

PageOrdering sortStartTime

sortEndTime

PageOrdering sortEndTime

sortOperationName

PageOrdering sortOperationName

Class org.rhq.core.domain.criteria.PackageVersionCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterPackageId

Integer filterPackageId

filterChannelId

Integer filterChannelId

filterResourceId

Integer filterResourceId

filterPackageTypeId

Integer filterPackageTypeId

filterDisplayName

String filterDisplayName

filterVersion

String filterVersion

filterFileName

String filterFileName

filterFileSizeMinimum

Long filterFileSizeMinimum

filterFileSizeMaximum

Long filterFileSizeMaximum

filterLicenseName

String filterLicenseName

filterLicenseVersion

String filterLicenseVersion

fetchGeneralPackage

boolean fetchGeneralPackage

fetchArchitecture

boolean fetchArchitecture

fetchExtraProperties

boolean fetchExtraProperties

fetchChannelPackageVersions

boolean fetchChannelPackageVersions

fetchInstalledPackages

boolean fetchInstalledPackages

fetchInstalledPackageHistory

boolean fetchInstalledPackageHistory

fetchProductVersionPackageVersions

boolean fetchProductVersionPackageVersions

sortDisplayName

PageOrdering sortDisplayName

Class org.rhq.core.domain.criteria.ResourceCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterResourceKey

String filterResourceKey

filterInventoryStatus

InventoryStatus filterInventoryStatus

filterVersion

String filterVersion

filterDescription

String filterDescription

filterResourceTypeId

String filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterResourceCategory

ResourceCategory filterResourceCategory

filterPluginName

String filterPluginName

filterParentResourceId

Integer filterParentResourceId

filterParentResourceName

String filterParentResourceName

filterAgentName

String filterAgentName

filterCurrentAvailability

AvailabilityType filterCurrentAvailability

fetchResourceType

boolean fetchResourceType

fetchChildResources

boolean fetchChildResources

fetchParentResource

boolean fetchParentResource

fetchResourceConfiguration

boolean fetchResourceConfiguration

fetchPluginConfiguration

boolean fetchPluginConfiguration

fetchAgent

boolean fetchAgent

fetchAlertDefinitions

boolean fetchAlertDefinitions

fetchResourceConfigurationUpdates

boolean fetchResourceConfigurationUpdates

fetchPluginConfigurationUpdates

boolean fetchPluginConfigurationUpdates

fetchImplicitGroups

boolean fetchImplicitGroups

fetchExplicitGroups

boolean fetchExplicitGroups

fetchContentServiceRequests

boolean fetchContentServiceRequests

fetchCreateChildResourceRequests

boolean fetchCreateChildResourceRequests

fetchDeleteResourceRequests

boolean fetchDeleteResourceRequests

fetchOperationHistories

boolean fetchOperationHistories

fetchInstalledPackages

boolean fetchInstalledPackages

fetchInstalledPackageHistory

boolean fetchInstalledPackageHistory

fetchResourceChannels

boolean fetchResourceChannels

fetchSchedules

boolean fetchSchedules

fetchCurrentAvailability

boolean fetchCurrentAvailability

fetchResourceErrors

boolean fetchResourceErrors

fetchEventSources

boolean fetchEventSources

fetchProductVersion

boolean fetchProductVersion

sortName

PageOrdering sortName

sortInventoryStatus

PageOrdering sortInventoryStatus

sortVersion

PageOrdering sortVersion

sortResourceTypeName

PageOrdering sortResourceTypeName

sortResourceCategory

PageOrdering sortResourceCategory

sortPluginName

PageOrdering sortPluginName

sortParentResourceName

PageOrdering sortParentResourceName

sortAgentName

PageOrdering sortAgentName

sortCurrentAvailability

PageOrdering sortCurrentAvailability

Class org.rhq.core.domain.criteria.ResourceGroupCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterRecursive

Boolean filterRecursive

filterResourceTypeId

Integer filterResourceTypeId

filterResourceTypeName

String filterResourceTypeName

filterPluginName

String filterPluginName

filterGroupCategory

GroupCategory filterGroupCategory

filterExplicitResourceIds

List<E> filterExplicitResourceIds

filterImplicitResourceIds

List<E> filterImplicitResourceIds

fetchExplicitResources

boolean fetchExplicitResources

fetchImplicitResources

boolean fetchImplicitResources

fetchOperationHistories

boolean fetchOperationHistories

fetchConfigurationUpdates

boolean fetchConfigurationUpdates

fetchGroupDefinition

boolean fetchGroupDefinition

fetchResourceType

boolean fetchResourceType

fetchRoles

boolean fetchRoles

sortName

PageOrdering sortName

sortResourceTypeName

PageOrdering sortResourceTypeName

Class org.rhq.core.domain.criteria.ResourceOperationHistoryCriteria extends OperationHistoryCriteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterResourceIds

List<E> filterResourceIds

fetchResults

boolean fetchResults

Class org.rhq.core.domain.criteria.ResourceTypeCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

filterCategory

ResourceCategory filterCategory

filterCreationDataType

ResourceCreationDataType filterCreationDataType

filterCreateDeletePolicy

CreateDeletePolicy filterCreateDeletePolicy

filterSupportsManualAdd

Boolean filterSupportsManualAdd

filterPluginName

String filterPluginName

fetchSubCategory

boolean fetchSubCategory

fetchChildResourceTypes

boolean fetchChildResourceTypes

fetchParentResourceTypes

boolean fetchParentResourceTypes

fetchPluginConfigurationDefinition

boolean fetchPluginConfigurationDefinition

fetchResourceConfigurationDefinition

boolean fetchResourceConfigurationDefinition

fetchMetricDefinitions

boolean fetchMetricDefinitions

fetchEventDefinitions

boolean fetchEventDefinitions

fetchOperationDefinitions

boolean fetchOperationDefinitions

fetchProcessScans

boolean fetchProcessScans

fetchPackageTypes

boolean fetchPackageTypes

fetchSubCategories

boolean fetchSubCategories

fetchProductVersions

boolean fetchProductVersions

sortName

PageOrdering sortName

sortCategory

PageOrdering sortCategory

sortPluginName

PageOrdering sortPluginName

Class org.rhq.core.domain.criteria.RoleCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterDescription

String filterDescription

fetchSubjects

boolean fetchSubjects

fetchResourceGroups

boolean fetchResourceGroups

fetchPermissions

boolean fetchPermissions

fetchRoleNotifications

boolean fetchRoleNotifications

sortName

PageOrdering sortName

Class org.rhq.core.domain.criteria.SubjectCriteria extends Criteria implements Serializable

serialVersionUID: 1L

Serialized Fields

filterId

Integer filterId

filterName

String filterName

filterFirstName

String filterFirstName

filterLastName

String filterLastName

filterEmailAddress

String filterEmailAddress

filterSmsAddress

String filterSmsAddress

filterPhoneNumber

String filterPhoneNumber

filterDepartment

String filterDepartment

filterFactive

Boolean filterFactive

fetchConfiguration

boolean fetchConfiguration

fetchRoles

boolean fetchRoles

fetchSubjectNotifications

boolean fetchSubjectNotifications

sortName

PageOrdering sortName

sortFirstName

PageOrdering sortFirstName

sortLastName

PageOrdering sortLastName

sortEmailAddress

PageOrdering sortEmailAddress

sortSmsAddress

PageOrdering sortSmsAddress

sortPhoneNumber

PageOrdering sortPhoneNumber

sortDepartment

PageOrdering sortDepartment

Package org.rhq.core.domain.discovery

Class org.rhq.core.domain.discovery.AvailabilityReport extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.discovery.InventoryReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

requestId

Long requestId
Should be the same as the request if server initiated. Null otherwise.


agent

Agent agent

addedRoots

Set<E> addedRoots
Resources that are new to this report


errors

List<E> errors
TODO GH: We're not currently respecting this on the server - should we? private List removedRoots;


startTime

long startTime

endTime

long endTime

runtimeReport

boolean runtimeReport

Class org.rhq.core.domain.discovery.InventoryReportResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uuidToIntegerMapping

Map<K,V> uuidToIntegerMapping
Deprecated. 
Maps the agent declared uuid to the resource's true "id"

Class org.rhq.core.domain.discovery.MergeResourceResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

resourceAlreadyExisted

boolean resourceAlreadyExisted

Class org.rhq.core.domain.discovery.ResourceSyncInfo extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.rhq.core.domain.event

Class org.rhq.core.domain.event.Event extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

source

EventSource source

timestamp

long timestamp

severity

EventSeverity severity

detail

String detail

Class org.rhq.core.domain.event.EventDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.event.EventSource extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.rhq.core.domain.event.composite

Class org.rhq.core.domain.event.composite.EventComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

eventDetail

String eventDetail

resourceId

int resourceId

resourceName

String resourceName

eventId

int eventId

sourceLocation

String sourceLocation

severity

EventSeverity severity

timestamp

long timestamp

Package org.rhq.core.domain.event.transfer

Class org.rhq.core.domain.event.transfer.EventReport extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

maxEventsPerSource

int maxEventsPerSource

maxEventsPerReport

int maxEventsPerReport

events

Map<K,V> events

Package org.rhq.core.domain.measurement

Class org.rhq.core.domain.measurement.Availability extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

startTime

long startTime
Start time of this availability state


endTime

Long endTime
End time of this availability state (which is the start of the next availability time period)


availabilityType

AvailabilityType availabilityType
Availability state for this time period


resource

Resource resource

Class org.rhq.core.domain.measurement.MeasurementBaseline extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

userEntered

boolean userEntered

baselineMin

double baselineMin

baselineMax

double baselineMax

baselineMean

double baselineMean

computeTime

long computeTime

schedule

MeasurementSchedule schedule

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.MeasurementData extends Object implements Serializable

Serialized Fields

id

MeasurementDataPK id

schedule

MeasurementSchedule schedule

name

String name

Class org.rhq.core.domain.measurement.MeasurementDataNumeric extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

Class org.rhq.core.domain.measurement.MeasurementDataNumeric1D extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataNumeric1H extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataNumeric6H extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Double value

min

Double min

max

Double max

Class org.rhq.core.domain.measurement.MeasurementDataPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.MeasurementDataTrait extends MeasurementData implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class org.rhq.core.domain.measurement.MeasurementDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceType

ResourceType resourceType

name

String name
Name of this definition


displayName

String displayName

category

MeasurementCategory category
Type of this Metric (Availability, Throughput, ...)


schedules

List<E> schedules
Concrete schedules for this metric


units

MeasurementUnits units
Measurement unit in which this metric is taken


numericType

NumericType numericType
How are measurement values going to trend (monotonically increasing, ... )


dataType

DataType dataType
The kind of measurement data being collected


displayType

DisplayType displayType
How are values going to be displayed


defaultOn

boolean defaultOn
Is this metric schedule enabled by default


defaultInterval

long defaultInterval
What is the default gathering interval


description

String description

rawNumericType

NumericType rawNumericType
If this is a per-minute numeric metric, how the corresponding raw metric trends (up or down), or, if this is not a per-minute numeric metric, null.


alertConditions

List<E> alertConditions

displayOrder

int displayOrder
When displaying items on screen - in what order should that be? This is filled in from the metadata from the plugin descriptor. A value of 1000 means "don't care".


destinationType

String destinationType
The destination type (e.g. "URL" or "Method Name") - only defined for call-time measurements.


version

int version
Version for optimistic locking. Don't ever set this yourself

Class org.rhq.core.domain.measurement.MeasurementReport extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.measurement.MeasurementSchedule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

baseline

MeasurementBaseline baseline
A possible baseline for this MeasurementSchedule Since baseline will always initially be null for a while, we don't need CascadeType.PERSIST. However, we do need CascadeType.MERGE because the schedule will get its baseline calculated for the first time (a merge-persist cascade), or have it updated at some later point in time (a merge-merge cascade).


definition

MeasurementDefinition definition
The base definition of this Metric


resource

Resource resource
Metrics can be gathered on all levels of physical resources (Platform, Server, Service)


interval

long interval
The interval of collecting. Only applicable if gatherMode() is set to MeasurementGathering.NUMERIC


mtime

Long mtime
Time the schedule itself was last modified


enabled

boolean enabled
Is this metric schedule enabled

Class org.rhq.core.domain.measurement.MeasurementScheduleRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduleId

int scheduleId

name

String name

interval

long interval

enabled

boolean enabled

dataType

DataType dataType

rawNumericType

NumericType rawNumericType

Class org.rhq.core.domain.measurement.ResourceAvailability extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resource

Resource resource

resourceId

int resourceId

availabilityType

AvailabilityType availabilityType
Availability state for this time period

Class org.rhq.core.domain.measurement.ResourceMeasurementScheduleRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measurementSchedules

Set<E> measurementSchedules

resourceId

int resourceId

Package org.rhq.core.domain.measurement.calltime

Class org.rhq.core.domain.measurement.calltime.CallTimeData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scheduleId

int scheduleId

values

Map<K,V> values

Class org.rhq.core.domain.measurement.calltime.CallTimeDataComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

callDestination

String callDestination

minimum

double minimum

maximum

double maximum

total

double total

count

long count

average

double average

Class org.rhq.core.domain.measurement.calltime.CallTimeDataKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

schedule

MeasurementSchedule schedule

callDestination

String callDestination

Class org.rhq.core.domain.measurement.calltime.CallTimeDataValue extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.rhq.core.domain.measurement.composite

Class org.rhq.core.domain.measurement.composite.MeasurementBaselineComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

min

double min

max

double max

mean

double mean

scheduleId

int scheduleId

Class org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

value

double value

highValue

double highValue

lowValue

double lowValue

Class org.rhq.core.domain.measurement.composite.MeasurementOOBComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceName

String resourceName

resourceId

int resourceId

scheduleName

String scheduleName

scheduleId

int scheduleId

timestamp

long timestamp

definitionId

int definitionId

factor

int factor

blMin

double blMin

blMax

double blMax

dataMin

double dataMin

dataMax

double dataMax

outlier

double outlier

units

MeasurementUnits units

parentName

String parentName

parentId

Integer parentId

Class org.rhq.core.domain.measurement.composite.MeasurementScheduleComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measurementDefinition

MeasurementDefinition measurementDefinition

collectionEnabled

Boolean collectionEnabled

collectionInterval

long collectionInterval

Class org.rhq.core.domain.measurement.composite.MeasurementStringValueAndUnits extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

units

MeasurementUnits units

Package org.rhq.core.domain.measurement.util

Class org.rhq.core.domain.measurement.util.MeasurementConversionException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.operation

Class org.rhq.core.domain.operation.GroupOperationHistory extends OperationHistory implements Serializable

serialVersionUID: 1L

Serialized Fields

group

ResourceGroup group

resourceOperationHistories

List<E> resourceOperationHistories

Class org.rhq.core.domain.operation.GroupOperationScheduleEntity extends OperationScheduleEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

group

ResourceGroup group

Class org.rhq.core.domain.operation.HistoryJobId extends JobId implements Serializable

serialVersionUID: 1L

Serialized Fields

createdTime

long createdTime

Class org.rhq.core.domain.operation.JobId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobName

String jobName

jobGroup

String jobGroup

Class org.rhq.core.domain.operation.OperationDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

resourceType

ResourceType resourceType

name

String name

resourceVersionRange

String resourceVersionRange

parametersConfigurationDefinition

ConfigurationDefinition parametersConfigurationDefinition

resultsConfigurationDefinition

ConfigurationDefinition resultsConfigurationDefinition

description

String description

timeout

Integer timeout

displayName

String displayName

Class org.rhq.core.domain.operation.OperationHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

jobName

String jobName

jobGroup

String jobGroup

status

OperationRequestStatus status

errorMessage

String errorMessage

subjectName

String subjectName

createdTime

long createdTime

startedTime

long startedTime

modifiedTime

long modifiedTime

operationDefinition

OperationDefinition operationDefinition

parameters

Configuration parameters

Class org.rhq.core.domain.operation.OperationScheduleEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobName

String jobName

jobGroup

String jobGroup

nextFireTime

Long nextFireTime

Class org.rhq.core.domain.operation.ResourceOperationHistory extends OperationHistory implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

results

Configuration results

groupOperationHistory

GroupOperationHistory groupOperationHistory

Class org.rhq.core.domain.operation.ResourceOperationScheduleEntity extends OperationScheduleEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

Class org.rhq.core.domain.operation.ScheduleJobId extends JobId implements Serializable

serialVersionUID: 1L


Package org.rhq.core.domain.operation.composite

Class org.rhq.core.domain.operation.composite.GroupOperationLastCompletedComposite extends OperationLastCompletedComposite implements Serializable

Serialized Fields

groupId

int groupId

groupName

String groupName

groupResourceTypeName

String groupResourceTypeName

Class org.rhq.core.domain.operation.composite.GroupOperationScheduleComposite extends OperationScheduleComposite implements Serializable

Serialized Fields

groupId

int groupId

groupName

String groupName

groupResourceTypeName

String groupResourceTypeName

Class org.rhq.core.domain.operation.composite.OperationLastCompletedComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operationHistoryId

int operationHistoryId

operationName

String operationName

operationStartTime

long operationStartTime

operationStatus

OperationRequestStatus operationStatus

Class org.rhq.core.domain.operation.composite.OperationScheduleComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operationJobId

ScheduleJobId operationJobId

operationName

String operationName

operationNextFireTime

long operationNextFireTime

Class org.rhq.core.domain.operation.composite.ResourceOperationLastCompletedComposite extends OperationLastCompletedComposite implements Serializable

Serialized Fields

resourceId

int resourceId

resourceName

String resourceName

resourceTypeName

String resourceTypeName

Class org.rhq.core.domain.operation.composite.ResourceOperationScheduleComposite extends OperationScheduleComposite implements Serializable

Serialized Fields

resourceId

int resourceId

resourceName

String resourceName

resourceTypeName

String resourceTypeName

Package org.rhq.core.domain.plugin

Class org.rhq.core.domain.plugin.Plugin extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

enabled

boolean enabled

help

String help

version

String version

path

String path

md5

String md5

ctime

long ctime

mtime

long mtime

content

byte[] content

Package org.rhq.core.domain.resource

Class org.rhq.core.domain.resource.Agent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

address

String address

port

int port

agentToken

String agentToken

remoteEndpoint

String remoteEndpoint

ctime

long ctime

mtime

long mtime

lastAvailabilityReport

Long lastAvailabilityReport

affinityGroup

AffinityGroup affinityGroup

server

Server server

status

int status

backFilled

boolean backFilled

Class org.rhq.core.domain.resource.CreateResourceHistory extends Object implements Serializable

Serialized Fields

id

int id

errorMessage

String errorMessage

subjectName

String subjectName

ctime

long ctime

mtime

long mtime

parentResource

Resource parentResource
Links to the parent under which this resource is created. There will always be a parent; resources created at the highest level (i.e. "servers") will have the platform resource as their parent.


createdResourceName

String createdResourceName
Resource instance created on the server onto which to hang these create requests.


newResourceKey

String newResourceKey
Resource key assigned to the newly created resource by the plugin if this request is successful.


status

CreateResourceStatus status
Status of this create request.


resourceType

ResourceType resourceType
Type of resource being created.


configuration

Configuration configuration
For configuration-backed resource creation, this instance carries the values entered by the user for the newly created resource. For content-backed resource creation, this instance carries any configuration values about the content itself that may be specified when the content is created.


installedPackage

InstalledPackage installedPackage
For content backed resource creation, this indicates the type of content being created as part of this request.

Class org.rhq.core.domain.resource.ProcessScan extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

query

String query

name

String name

Class org.rhq.core.domain.resource.ProductVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

version

String version

resourceType

ResourceType resourceType

resources

Set<E> resources

productVersionPackageVersions

Set<E> productVersionPackageVersions

Class org.rhq.core.domain.resource.Resource extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.resource.ResourceError extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

timeOccurred

long timeOccurred

resource

Resource resource

errorType

ResourceErrorType errorType

summary

String summary

detail

String detail

Class org.rhq.core.domain.resource.ResourceSubCategory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

displayName

String displayName

description

String description

ctime

Long ctime

mtime

Long mtime

childSubCategories

List<E> childSubCategories

parentSubCategory

ResourceSubCategory parentSubCategory

resourceType

ResourceType resourceType
A subcategory is associated with the type of resource it was defined in This is nullable since child subcategories don't want to be directly associated with a resourceType, rather they can obtain their type through their parent

Class org.rhq.core.domain.resource.ResourceType extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.rhq.core.domain.resource.composite

Class org.rhq.core.domain.resource.composite.AgentLastAvailabilityReportComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agentId

int agentId

agentName

String agentName

remoteEndpoint

String remoteEndpoint

lastAvailabilityReport

Long lastAvailabilityReport

backFilled

boolean backFilled

Class org.rhq.core.domain.resource.composite.LockedResource extends Resource implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.resource.composite.ProblemResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

resourceName

String resourceName

availabilityType

AvailabilityType availabilityType

numAlerts

long numAlerts

Class org.rhq.core.domain.resource.composite.RecentlyAddedResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

ctime

long ctime

showChildren

boolean showChildren

children

List<E> children

Class org.rhq.core.domain.resource.composite.ResourceAvailabilitySummary extends Object implements Serializable

Serialized Fields

upTime

long upTime

downTime

long downTime

failures

int failures

lastChange

long lastChange

current

AvailabilityType current

Class org.rhq.core.domain.resource.composite.ResourceComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

parent

Resource parent

resourcePermission

ResourcePermission resourcePermission

availability

AvailabilityType availability

resourceFacets

ResourceFacets resourceFacets

Class org.rhq.core.domain.resource.composite.ResourceFacets extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypeId

int resourceTypeId

measurement

boolean measurement

event

boolean event

pluginConfiguration

boolean pluginConfiguration

configuration

boolean configuration

operation

boolean operation

content

boolean content

callTime

boolean callTime

Class org.rhq.core.domain.resource.composite.ResourceHealthComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

typeName

String typeName

availabilityType

AvailabilityType availabilityType

alerts

long alerts

Class org.rhq.core.domain.resource.composite.ResourceIdFlyWeight extends Resource implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.rhq.core.domain.resource.composite.ResourceIdWithAvailabilityComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

int resourceId

availability

Availability availability

Class org.rhq.core.domain.resource.composite.ResourceInstallCount extends Object implements Serializable

Serialized Fields

count

long count

typeName

String typeName

typePlugin

String typePlugin

category

ResourceCategory category

typeId

int typeId

version

String version

Class org.rhq.core.domain.resource.composite.ResourceMembershipComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

Resource resource

parent

Resource parent

resourceFacets

ResourceFacets resourceFacets

explicit

boolean explicit

implicit

boolean implicit

Class org.rhq.core.domain.resource.composite.ResourcePermission extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

measure

boolean measure

inventory

boolean inventory

control

boolean control

alert

boolean alert

configure

boolean configure

content

boolean content

createChildResources

boolean createChildResources

deleteResource

boolean deleteResource

Class org.rhq.core.domain.resource.composite.ResourceTypeTemplateCountComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

ResourceType type

enabledMetricCount

long enabledMetricCount

disabledMetricCount

long disabledMetricCount

enabledAlertCount

long enabledAlertCount

disabledAlertCount

long disabledAlertCount

pluginInfo

String pluginInfo

Class org.rhq.core.domain.resource.composite.ResourceWithAvailability extends ResourceMembershipComposite implements Serializable

serialVersionUID: 1L

Serialized Fields

availability

AvailabilityType availability

Class org.rhq.core.domain.resource.composite.ResourceWithParentComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

Resource parent

resource

Resource resource

Package org.rhq.core.domain.resource.group

Class org.rhq.core.domain.resource.group.Group extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

description

String description

location

String location

ctime

Long ctime

mtime

Long mtime

modifiedBy

Subject modifiedBy

Class org.rhq.core.domain.resource.group.GroupDefinition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

description

String description

recursive

boolean recursive

createdTime

Long createdTime

modifiedTime

Long modifiedTime

lastCalculationTime

Long lastCalculationTime

recalculationInterval

long recalculationInterval

expression

String expression

managedResourceGroups

Set<E> managedResourceGroups

Class org.rhq.core.domain.resource.group.ResourceGroup extends Group implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

explicitResources

Set<E> explicitResources

implicitResources

Set<E> implicitResources

roles

Set<E> roles

operationHistories

List<E> operationHistories

configurationUpdates

List<E> configurationUpdates

groupDefinition

GroupDefinition groupDefinition

groupByClause

String groupByClause

recursive

boolean recursive

groupCategory

GroupCategory groupCategory

resourceType

ResourceType resourceType

clusterKey

String clusterKey

clusterResourceGroup

ResourceGroup clusterResourceGroup

visible

boolean visible

clusterBackingGroups

List<E> clusterBackingGroups

alertDefinitions

Set<E> alertDefinitions

Package org.rhq.core.domain.resource.group.composite

Class org.rhq.core.domain.resource.group.composite.AutoGroupComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

availability

Double availability

resourceType

ResourceType resourceType

subcategory

ResourceSubCategory subcategory

memberCount

long memberCount

depth

int depth

mainResource

boolean mainResource

parentResource

Resource parentResource

name

String name

resources

List<E> resources

Class org.rhq.core.domain.resource.group.composite.ResourceGroupComposite extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

implicitAvail

Double implicitAvail

explicitAvail

Double explicitAvail

resourceGroup

ResourceGroup resourceGroup

category

GroupCategory category

implicitUp

long implicitUp

implicitDown

long implicitDown

explicitUp

long explicitUp

explicitDown

long explicitDown

resourceFacets

ResourceFacets resourceFacets

Package org.rhq.core.domain.state.discovery

Class org.rhq.core.domain.state.discovery.AutoDiscoveryRequest extends Object implements Serializable

Serialized Fields

properties

Properties properties

scanTypes

List<E> scanTypes

serverPlugins

List<E> serverPlugins

paths

List<E> paths

excludes

List<E> excludes

Package org.rhq.core.domain.util

Class org.rhq.core.domain.util.OrderingField extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

field

String field

ordering

PageOrdering ordering

Class org.rhq.core.domain.util.PageControl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pageNumber

int pageNumber

pageSize

int pageSize

orderingFields

LinkedList<E> orderingFields

Class org.rhq.core.domain.util.PageList extends ArrayList<E> implements Serializable

serialVersionUID: 1L

Serialized Fields

totalSize

int totalSize

isUnbounded

boolean isUnbounded

pageControl

PageControl pageControl



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.