Serialized Form


Package com.redhat.rhn

Class com.redhat.rhn.FaultException extends java.lang.RuntimeException implements Serializable

Serialized Fields

errorCode

int errorCode

label

java.lang.String label

Package com.redhat.rhn.client

Class com.redhat.rhn.client.InvalidUserNameException extends FaultException implements Serializable


Package com.redhat.rhn.common

Class com.redhat.rhn.common.IllegalRegexException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.MethodInvocationException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.ObjectCreateWrapperException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.RhnRuntimeException extends java.lang.RuntimeException implements Serializable


Package com.redhat.rhn.common.client

Class com.redhat.rhn.common.client.InvalidCertificateException extends java.lang.Exception implements Serializable


Package com.redhat.rhn.common.conf

Class com.redhat.rhn.common.conf.ConfigException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.db

Class com.redhat.rhn.common.db.BindVariableNotFoundException extends DatabaseException implements Serializable

Class com.redhat.rhn.common.db.ConstraintViolationException extends DatabaseException implements Serializable

Serialized Fields

constraintType

int constraintType

constraint

java.lang.String constraint

Class com.redhat.rhn.common.db.DatabaseException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.db.WrappedSQLException extends DatabaseException implements Serializable


Package com.redhat.rhn.common.db.datasource

Class com.redhat.rhn.common.db.datasource.DataList extends java.util.ArrayList<E> implements Serializable

serialVersionUID: -4742688110496214350L

Serialized Fields

mode

SelectMode mode

elaboratorParams

java.util.Map<K,V> elaboratorParams

autoElab

boolean autoElab

Class com.redhat.rhn.common.db.datasource.DataResult extends java.util.ArrayList<T> implements Serializable

serialVersionUID: 1484060225822305422L

Serialized Fields

mode

SelectMode mode

totalSize

int totalSize

start

int start

end

int end

index

CharacterMap index

filterData

java.lang.String filterData

filter

boolean filter

elabParams

java.util.Map<K,V> elabParams

Class com.redhat.rhn.common.db.datasource.DataSourceParsingException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.db.datasource.MapColumnNotFoundException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.db.datasource.ModeNotFoundException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.db.datasource.ParameterValueNotFoundException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.hibernate

Class com.redhat.rhn.common.hibernate.DuplicateObjectException extends DatabaseException implements Serializable

serialVersionUID: -4793261552293382647L

Class com.redhat.rhn.common.hibernate.HibernateRuntimeException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.hibernate.LookupException extends DatabaseException implements Serializable

Serialized Fields

localizedTitle

java.lang.String localizedTitle

localizedReason1

java.lang.String localizedReason1

localizedReason2

java.lang.String localizedReason2

Package com.redhat.rhn.common.localization

Class com.redhat.rhn.common.localization.LocalizationException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.messaging

Class com.redhat.rhn.common.messaging.JavaMailException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.messaging.MessageExecuteException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.security

Class com.redhat.rhn.common.security.PermissionException extends RhnRuntimeException implements Serializable

Serialized Fields

localizedTitle

java.lang.String localizedTitle

localizedSummary

java.lang.String localizedSummary

Class com.redhat.rhn.common.security.SessionSwapTamperException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.security.errata

Class com.redhat.rhn.common.security.errata.PublishedOnlyException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.security.user

Class com.redhat.rhn.common.security.user.StateChangeException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.translation

Class com.redhat.rhn.common.translation.TranslationException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.util

Class com.redhat.rhn.common.util.MD5CryptException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.util.MethodNotFoundException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.util.MethodNotStaticException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.util.manifestfactory

Class com.redhat.rhn.common.util.manifestfactory.ManifestFactoryLookupException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.common.util.manifestfactory.ManifestFactoryParseException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.common.validator

Class com.redhat.rhn.common.validator.ValidatorException extends RhnRuntimeException implements Serializable

serialVersionUID: 5157860212794007766L

Serialized Fields

result

ValidatorResult result

Package com.redhat.rhn.domain.action

Class com.redhat.rhn.domain.action.Action extends BaseDomainHelper implements Serializable

Serialized Fields

id

java.lang.Long id

name

java.lang.String name

earliestAction

java.util.Date earliestAction

version

java.lang.Long version

archived

java.lang.Long archived

created

java.util.Date created

modified

java.util.Date modified

prerequisite

java.lang.Long prerequisite

actionType

ActionType actionType

serverActions

java.util.Set<E> serverActions

schedulerUser

User schedulerUser

org

Org org

ageString

java.lang.String ageString

formatter

ActionFormatter formatter
The ActionFormatter associated with this Action. Protected so subclasses can init it.

Class com.redhat.rhn.domain.action.ActionArchType extends BaseDomainHelper implements Serializable

Serialized Fields

archTypeId

java.lang.Long archTypeId

actionStyle

java.lang.String actionStyle

actionType

ActionType actionType

Class com.redhat.rhn.domain.action.AppletUseSatelliteAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.HardwareRefreshAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.RebootAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.RollbackAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.RollbackConfigAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.RollbackListTransactionsAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.Up2DateConfigGetAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.Up2DateConfigUpdateAction extends Action implements Serializable


Package com.redhat.rhn.domain.action.config

Class com.redhat.rhn.domain.action.config.ActivationScheduleDeployAction extends ConfigAction implements Serializable

Class com.redhat.rhn.domain.action.config.ActivationSchedulePackageDeployAction extends ConfigAction implements Serializable

Class com.redhat.rhn.domain.action.config.ConfigAction extends Action implements Serializable

Serialized Fields

configRevisionActions

java.util.Set<E> configRevisionActions

Class com.redhat.rhn.domain.action.config.ConfigChannelAssociation extends ActionChild implements Serializable

Serialized Fields

server

Server server

configChannel

ConfigChannel configChannel

Class com.redhat.rhn.domain.action.config.ConfigDateAction extends Action implements Serializable

Serialized Fields

actionId

java.lang.Long actionId

startDate

java.util.Date startDate

endDate

java.util.Date endDate

importContents

java.lang.String importContents

configDateCreated

java.util.Date configDateCreated

configDateModified

java.util.Date configDateModified

Class com.redhat.rhn.domain.action.config.ConfigDateFileAction extends ActionChild implements Serializable

Serialized Fields

fileName

java.lang.String fileName

fileType

java.lang.String fileType

Class com.redhat.rhn.domain.action.config.ConfigDeployAction extends ConfigAction implements Serializable

Class com.redhat.rhn.domain.action.config.ConfigUploadAction extends Action implements Serializable

Serialized Fields

rhnActionConfigChannel

java.util.Set<E> rhnActionConfigChannel

rhnActionConfigFileName

java.util.Set<E> rhnActionConfigFileName

Class com.redhat.rhn.domain.action.config.ConfigUploadMtimeAction extends Action implements Serializable

Serialized Fields

configDateFileActions

java.util.Set<E> configDateFileActions

rhnActionConfigChannel

java.util.Set<E> rhnActionConfigChannel

configDateDetails

ConfigDateDetails configDateDetails

Class com.redhat.rhn.domain.action.config.ConfigVerifyAction extends ConfigAction implements Serializable

Class com.redhat.rhn.domain.action.config.DaemonConfigAction extends Action implements Serializable

Serialized Fields

daemonConfigDetails

DaemonConfigDetails daemonConfigDetails

Package com.redhat.rhn.domain.action.errata

Class com.redhat.rhn.domain.action.errata.ErrataAction extends Action implements Serializable

Serialized Fields

errata

java.util.Set<E> errata

Package com.redhat.rhn.domain.action.kickstart

Class com.redhat.rhn.domain.action.kickstart.KickstartAction extends Action implements Serializable

Serialized Fields

kickstartActionDetails

KickstartActionDetails kickstartActionDetails

Class com.redhat.rhn.domain.action.kickstart.KickstartGuestAction extends Action implements Serializable

Serialized Fields

kickstartGuestActionDetails

KickstartGuestActionDetails kickstartGuestActionDetails

Class com.redhat.rhn.domain.action.kickstart.KickstartGuestToolsChannelSubscriptionAction extends KickstartAction implements Serializable

Class com.redhat.rhn.domain.action.kickstart.KickstartHostToolsChannelSubscriptionAction extends KickstartAction implements Serializable

Class com.redhat.rhn.domain.action.kickstart.KickstartInitiateAction extends KickstartAction implements Serializable

Class com.redhat.rhn.domain.action.kickstart.KickstartInitiateGuestAction extends KickstartGuestAction implements Serializable

Class com.redhat.rhn.domain.action.kickstart.KickstartScheduleSyncAction extends KickstartAction implements Serializable


Package com.redhat.rhn.domain.action.rhnpackage

Class com.redhat.rhn.domain.action.rhnpackage.PackageAction extends Action implements Serializable

Serialized Fields

details

java.util.Set<E> details

Class com.redhat.rhn.domain.action.rhnpackage.PackageActionRemovalFailure extends java.lang.Object implements Serializable

Serialized Fields

server

Server server

action

Action action

packageName

PackageName packageName

evr

PackageEvr evr

capability

PackageCapability capability

flags

java.lang.Long flags

suggested

PackageName suggested

sense

java.lang.Long sense

Class com.redhat.rhn.domain.action.rhnpackage.PackageActionResult extends BaseDomainHelper implements Serializable

Serialized Fields

server

Server server

details

PackageActionDetails details

resultCode

java.lang.Long resultCode

Class com.redhat.rhn.domain.action.rhnpackage.PackageAutoUpdateAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageDeltaAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageRefreshListAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageRemoveAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageRunTransactionAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageUpdateAction extends PackageAction implements Serializable

Class com.redhat.rhn.domain.action.rhnpackage.PackageVerifyAction extends PackageAction implements Serializable


Package com.redhat.rhn.domain.action.script

Class com.redhat.rhn.domain.action.script.ScriptAction extends Action implements Serializable

Serialized Fields

scriptActionDetails

ScriptActionDetails scriptActionDetails

Class com.redhat.rhn.domain.action.script.ScriptResult extends java.lang.Object implements Serializable

Serialized Fields

serverId

java.lang.Long serverId

actionScriptId

java.lang.Long actionScriptId

startDate

java.util.Date startDate

stopDate

java.util.Date stopDate

returnCode

java.lang.Long returnCode

outputBlob

java.sql.Blob outputBlob

parentScriptActionDetails

ScriptActionDetails parentScriptActionDetails

Class com.redhat.rhn.domain.action.script.ScriptRunAction extends ScriptAction implements Serializable


Package com.redhat.rhn.domain.action.server

Class com.redhat.rhn.domain.action.server.ServerAction extends ActionChild implements Serializable

Serialized Fields

resultCode

java.lang.Long resultCode

resultMsg

java.lang.String resultMsg

pickupTime

java.util.Date pickupTime

completionTime

java.util.Date completionTime

remainingTries

java.lang.Long remainingTries

status

ActionStatus status

server

Server server

Package com.redhat.rhn.domain.action.solaris

Class com.redhat.rhn.domain.action.solaris.SolarisPackageInstallAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackagePatchClusterInstallAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackagePatchClusterRemoveAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackagePatchInstallAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackagePatchRemoveAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackageRefreshListAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.solaris.SolarisPackageRemoveAction extends Action implements Serializable


Package com.redhat.rhn.domain.action.virtualization

Class com.redhat.rhn.domain.action.virtualization.BaseVirtualizationAction extends Action implements Serializable

Serialized Fields

uuid

java.lang.String uuid

Class com.redhat.rhn.domain.action.virtualization.VirtualizationDestroyAction extends BaseVirtualizationAction implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationGuestPackageInstall extends Action implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationHostPackageInstall extends Action implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationRebootAction extends BaseVirtualizationAction implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationResumeAction extends BaseVirtualizationAction implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationSchedulePollerAction extends Action implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationSetMemoryAction extends BaseVirtualizationAction implements Serializable

Serialized Fields

memory

java.lang.Integer memory

Class com.redhat.rhn.domain.action.virtualization.VirtualizationSetVcpusAction extends BaseVirtualizationAction implements Serializable

Serialized Fields

vcpu

java.lang.Integer vcpu

Class com.redhat.rhn.domain.action.virtualization.VirtualizationShutdownAction extends BaseVirtualizationAction implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationStartAction extends BaseVirtualizationAction implements Serializable

Class com.redhat.rhn.domain.action.virtualization.VirtualizationSuspendAction extends BaseVirtualizationAction implements Serializable


Package com.redhat.rhn.domain.channel

Class com.redhat.rhn.domain.channel.DistChannelMap extends java.lang.Object implements Serializable

serialVersionUID: 4083273166300423729L

Serialized Fields

os

java.lang.String os

release

java.lang.String release

channelArch

ChannelArch channelArch

channel

Channel channel

Class com.redhat.rhn.domain.channel.InvalidChannelParameter extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.channel.InvalidChannelRoleException extends java.lang.Exception implements Serializable

Class com.redhat.rhn.domain.channel.NoBaseChannelFoundException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.channel.PrivateChannelFamily extends java.lang.Object implements Serializable

Serialized Fields

channelFamily

ChannelFamily channelFamily

org

Org org

maxMembers

java.lang.Long maxMembers

currentMembers

java.lang.Long currentMembers

created

java.util.Date created

modified

java.util.Date modified

Class com.redhat.rhn.domain.channel.ReleaseChannelMap extends java.lang.Object implements Serializable

Serialized Fields

product

java.lang.String product

version

java.lang.String version

release

java.lang.String release

channelArch

ChannelArch channelArch

channel

Channel channel

isDefault

char isDefault

Class com.redhat.rhn.domain.channel.TooManyChannelFamiliesException extends RhnRuntimeException implements Serializable

Serialized Fields

chanId

java.lang.Long chanId

Package com.redhat.rhn.domain.config

Class com.redhat.rhn.domain.config.ConfigFileType extends java.lang.Object implements Serializable

serialVersionUID: 3816155923541633076L

Serialized Fields

id

long id
identifier field


label

java.lang.String label
persistent field


name

java.lang.String name
persistent field


created

java.util.Date created
persistent field


modified

java.util.Date modified
persistent field


Package com.redhat.rhn.domain.errata.impl

Class com.redhat.rhn.domain.errata.impl.PublishedBug extends BaseDomainHelper implements Serializable

Serialized Fields

id

java.lang.Long id

summary

java.lang.String summary

errata

Errata errata

Class com.redhat.rhn.domain.errata.impl.PublishedKeyword extends BaseDomainHelper implements Serializable

Serialized Fields

keyword

java.lang.String keyword

errata

Errata errata

Class com.redhat.rhn.domain.errata.impl.UnpublishedBug extends PublishedBug implements Serializable

Class com.redhat.rhn.domain.errata.impl.UnpublishedKeyword extends PublishedKeyword implements Serializable


Package com.redhat.rhn.domain.kickstart

Class com.redhat.rhn.domain.kickstart.KickstartDefaultRegToken extends java.lang.Object implements Serializable

Serialized Fields

ksdata

KickstartData ksdata

token

Token token

created

java.util.Date created

modified

java.util.Date modified

Class com.redhat.rhn.domain.kickstart.KickstartIpRange extends java.lang.Object implements Serializable

Serialized Fields

ksdata

KickstartData ksdata

org

Org org

min

java.lang.String min

max

java.lang.String max

created

java.util.Date created

modified

java.util.Date modified

Class com.redhat.rhn.domain.kickstart.KickstartPreserveFileList extends java.lang.Object implements Serializable

Serialized Fields

ksdata

KickstartData ksdata

fileList

FileList fileList

created

java.util.Date created

modified

java.util.Date modified

Package com.redhat.rhn.domain.kickstart.builder

Class com.redhat.rhn.domain.kickstart.builder.InvalidKickstartLabelException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.kickstart.builder.KickstartParsingException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.domain.monitoring

Class com.redhat.rhn.domain.monitoring.ProbeParameterValue extends java.lang.Object implements Serializable

Serialized Fields

probe

Probe probe

command

Command command

paramName

java.lang.String paramName

value

java.lang.String value

lastUpdateUser

java.lang.String lastUpdateUser

lastUpdateDate

java.util.Date lastUpdateDate

Class com.redhat.rhn.domain.monitoring.ProbeState extends java.lang.Object implements Serializable

Serialized Fields

probeId

java.lang.Long probeId

scoutId

java.lang.Long scoutId

state

java.lang.String state

output

java.lang.String output

lastCheck

java.util.Date lastCheck

probe

Probe probe

Package com.redhat.rhn.domain.monitoring.command

Class com.redhat.rhn.domain.monitoring.command.CommandParameter extends java.lang.Object implements Serializable

Serialized Fields

command

Command command

paramName

java.lang.String paramName

paramType

java.lang.String paramType

dataTypeName

java.lang.String dataTypeName

description

java.lang.String description

mandatory

boolean mandatory

defaultValue

java.lang.String defaultValue

minValue

java.lang.Integer minValue

maxValue

java.lang.Integer maxValue

fieldOrder

java.lang.Long fieldOrder

fieldWidgetName

java.lang.String fieldWidgetName

fieldVisibleLength

java.lang.Long fieldVisibleLength

fieldMaximumLength

java.lang.Long fieldMaximumLength

fieldVisible

boolean fieldVisible

defaultValueVisible

boolean defaultValueVisible

lastUpdateUser

java.lang.String lastUpdateUser

lastUpdateDate

java.util.Date lastUpdateDate

validator

ParameterValidator validator

Class com.redhat.rhn.domain.monitoring.command.Metric extends java.lang.Object implements Serializable

Serialized Fields

metricId

java.lang.String metricId

storageUnitId

java.lang.String storageUnitId

description

java.lang.String description

lastUpdateUser

java.lang.String lastUpdateUser

lastUpdateDate

java.util.Date lastUpdateDate

label

java.lang.String label

commandClass

java.lang.String commandClass

Class com.redhat.rhn.domain.monitoring.command.ThresholdParameter extends CommandParameter implements Serializable

Serialized Fields

thresholdType

java.lang.String thresholdType

metric

Metric metric

Package com.redhat.rhn.domain.monitoring.config

Class com.redhat.rhn.domain.monitoring.config.ConfigMacro extends java.lang.Object implements Serializable

Serialized Fields

environment

java.lang.String environment

name

java.lang.String name

definition

java.lang.String definition

description

java.lang.String description

editable

java.lang.String editable

lastUpdateUser

java.lang.String lastUpdateUser

lastUpdateDate

java.util.Date lastUpdateDate

Package com.redhat.rhn.domain.monitoring.notification

Class com.redhat.rhn.domain.monitoring.notification.ContactGroupMember extends java.lang.Object implements Serializable

Serialized Fields

contactGroup

ContactGroup contactGroup

orderNumber

java.lang.Long orderNumber

contactMethod

Method contactMethod

lastUpdateUser

java.lang.String lastUpdateUser

lastUpdateDate

java.util.Date lastUpdateDate

memberContactGroupId

java.lang.Long memberContactGroupId

Package com.redhat.rhn.domain.rhnpackage

Class com.redhat.rhn.domain.rhnpackage.ChangeLogEntry extends BaseDomainHelper implements Serializable

Serialized Fields

rhnPackage

Package rhnPackage

name

java.lang.String name

text

java.lang.String text

time

java.util.Date time

Class com.redhat.rhn.domain.rhnpackage.MissingPackagesException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.rhnpackage.WrongPackageTypeException extends RhnRuntimeException implements Serializable

Serialized Fields

pkgId

java.lang.Long pkgId

pkgClass

java.lang.String pkgClass

expectedPkgClass

java.lang.String expectedPkgClass

Package com.redhat.rhn.domain.rhnpackage.profile

Class com.redhat.rhn.domain.rhnpackage.profile.DuplicateProfileNameException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.rhnpackage.profile.ProfileEntry extends java.lang.Object implements Serializable

Serialized Fields

evr

PackageEvr evr

name

PackageName name

profile

Profile profile

Package com.redhat.rhn.domain.rhnset

Class com.redhat.rhn.domain.rhnset.RhnSetElement extends java.lang.Object implements Serializable

Serialized Fields

userid

java.lang.Long userid

label

java.lang.String label

element

java.lang.Long element

elementTwo

java.lang.Long elementTwo

Package com.redhat.rhn.domain.server

Class com.redhat.rhn.domain.server.CustomDataValue extends java.lang.Object implements Serializable

Serialized Fields

server

Server server

key

CustomDataKey key

value

java.lang.String value

creator

User creator

lastModifier

User lastModifier

created

java.util.Date created

modified

java.util.Date modified

Class com.redhat.rhn.domain.server.InstalledPackage extends java.lang.Object implements Serializable

serialVersionUID: -6158622200264142583L

Serialized Fields

evr

PackageEvr evr

name

PackageName name

arch

PackageArch arch

server

Server server

Class com.redhat.rhn.domain.server.NetworkInterface extends BaseDomainHelper implements Serializable

Serialized Fields

server

Server server

name

java.lang.String name

ipaddr

java.lang.String ipaddr

netmask

java.lang.String netmask

broadcast

java.lang.String broadcast

hwaddr

java.lang.String hwaddr

module

java.lang.String module

Class com.redhat.rhn.domain.server.ServerSnapshotTagLink extends BaseDomainHelper implements Serializable

Serialized Fields

server

Server server

snapshot

ServerSnapshot snapshot

tag

SnapshotTag tag

Class com.redhat.rhn.domain.server.UndefinedCustomDataKeyException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.domain.server.test

Class com.redhat.rhn.domain.server.test.GuestBuilderException extends java.lang.Exception implements Serializable


Package com.redhat.rhn.domain.session

Class com.redhat.rhn.domain.session.InvalidSessionDurationException extends RhnRuntimeException implements Serializable

Class com.redhat.rhn.domain.session.InvalidSessionIdException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.domain.task

Class com.redhat.rhn.domain.task.Task extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

data

java.lang.Long data

priority

int priority

earliest

java.util.Date earliest

org

Org org

Package com.redhat.rhn.domain.user

Class com.redhat.rhn.domain.user.UserServerPreferenceId extends java.lang.Object implements Serializable

Serialized Fields

user

User user

server

Server server

name

java.lang.String name

Package com.redhat.rhn.frontend.action.common

Class com.redhat.rhn.frontend.action.common.BadParameterException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

msg

java.lang.String msg

rootCause

java.lang.Throwable rootCause

Package com.redhat.rhn.frontend.security

Class com.redhat.rhn.frontend.security.AuthenticationServiceInitializationException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.frontend.xmlrpc

Class com.redhat.rhn.frontend.xmlrpc.ChannelSubscriptionException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.DuplicateChannelLabelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.DuplicateErrataException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidActionTypeException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidAdvisoryTypeException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidChannelArchException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidChannelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidChannelLabelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidChannelNameException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidEntitlementException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidErrataException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidKickstartScriptException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidLocaleCodeException extends FaultException implements Serializable

serialVersionUID: 2976246208163619309L

Class com.redhat.rhn.frontend.xmlrpc.InvalidPackageArchException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidPackageException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidParentChannelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidProxyVersionException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidSatCertException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidScriptTypeException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidServerGroupException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidSystemException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.InvalidTimeZoneException extends FaultException implements Serializable

serialVersionUID: 6530929336847535373L

Class com.redhat.rhn.frontend.xmlrpc.LookupServerGroupException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MethodInvalidParamException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MethodNotFoundException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MissingCapabilityException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MissingEntitlementException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MissingErrataAttributeException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.MultipleBaseChannelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoChannelsSelectedException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSatChanForVersionException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchActionException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchArchException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchChannelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchEntitlementException extends FaultException implements Serializable

serialVersionUID: -808670307502828829L

Class com.redhat.rhn.frontend.xmlrpc.NoSuchOrgException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchPackageException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NoSuchRoleException extends FaultException implements Serializable

serialVersionUID: -8901765110781851493L

Class com.redhat.rhn.frontend.xmlrpc.NoSuchSystemException extends FaultException implements Serializable

serialVersionUID: 1L

Class com.redhat.rhn.frontend.xmlrpc.NoSuchUserException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NotActivatedSatelliteException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.NotEnoughEntitlementsException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.PermissionCheckFailureException extends FaultException implements Serializable

serialVersionUID: -5042826165636954528L

Class com.redhat.rhn.frontend.xmlrpc.ProfileNameTooLongException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ProfileNameTooShortException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ProxyAlreadyRegisteredException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ProxyNotActivatedException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ProxySystemIsSatelliteException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.SatelliteIsAProxyException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.SatelliteOnlyException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.SatelliteOrgException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ServerNotInGroupException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.SystemIdInstantiationException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.SystemsNotDeletedException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.UndefinedCustomFieldsException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.UserNeverLoggedInException extends FaultException implements Serializable

serialVersionUID: -6292591637399722989L

Class com.redhat.rhn.frontend.xmlrpc.UserNotUpdatedException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.ValidationException extends FaultException implements Serializable


Package com.redhat.rhn.frontend.xmlrpc.activationkey

Class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyAlreadyExistsException extends FaultException implements Serializable


Package com.redhat.rhn.frontend.xmlrpc.kickstart

Class com.redhat.rhn.frontend.xmlrpc.kickstart.InvalidKickstartLabelException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.kickstart.InvalidVirtualizationTypeException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.kickstart.LabelAlreadyExistsException extends FaultException implements Serializable

Class com.redhat.rhn.frontend.xmlrpc.kickstart.NoSuchKickstartTreeException extends FaultException implements Serializable


Package com.redhat.rhn.manager

Class com.redhat.rhn.manager.MissingCapabilityException extends RhnRuntimeException implements Serializable

Serialized Fields

servers

java.util.List<E> servers

capability

java.lang.String capability

Class com.redhat.rhn.manager.MissingEntitlementException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.manager.action

Class com.redhat.rhn.manager.action.ActionIsChildException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.manager.common

Class com.redhat.rhn.manager.common.UninitializedCommandException extends java.lang.RuntimeException implements Serializable


Package com.redhat.rhn.manager.system

Class com.redhat.rhn.manager.system.IncompatibleArchException extends RhnRuntimeException implements Serializable


Package com.redhat.rhn.taskomatic

Class com.redhat.rhn.taskomatic.TaskomaticException extends java.lang.Exception implements Serializable