Serialized Form


Package com.bea.wli.config

Class com.bea.wli.config.Ref extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

public java.lang.Object readResolve()
Serialized Fields

typeId

java.lang.String typeId

names

java.lang.String[] names

fullname

java.lang.String fullname

isResourceRef

boolean isResourceRef

Package com.bea.wli.config.component

Class com.bea.wli.config.component.AlreadyExistsException extends ValidationException implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.CreateException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.DeleteException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.InvalidAttributeValueException extends ValidationException implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.NotFoundException extends ValidationException implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.UpdateException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.component.ValidationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

ref

Ref ref

diags

Diagnostics diags

Package com.bea.wli.config.customization

Class com.bea.wli.config.customization.Customization extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description

Class com.bea.wli.config.customization.EnvValueCustomization extends Customization implements Serializable

serialVersionUID: 1L

Serialized Fields

envValues

java.util.List<E> envValues

refsAffected

java.util.Set<E> refsAffected

Class com.bea.wli.config.customization.FindAndReplaceCustomization extends Customization implements Serializable

serialVersionUID: 1L

Serialized Fields

query

EnvValueQuery query

replacement

java.lang.String replacement

Class com.bea.wli.config.customization.ReferenceCustomization extends Customization implements Serializable

serialVersionUID: 1L

Serialized Fields

targets

java.util.Set<E> targets

mapping

java.util.Map<K,V> mapping

Package com.bea.wli.config.env

Class com.bea.wli.config.env.EnvValueQuery extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceTypes

java.util.Set<E> resourceTypes

envValueTypes

java.util.Set<E> envValueTypes

refsToSearch

java.util.Set<E> refsToSearch

includeOnlyModifiedResources

boolean includeOnlyModifiedResources

searchString

java.lang.String searchString

isCompleteMatch

boolean isCompleteMatch

Class com.bea.wli.config.env.NonQualifiedEnvValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

envValueType

java.lang.String envValueType

location

java.lang.String location

value

java.lang.Object value

Class com.bea.wli.config.env.QualifiedEnvValue extends NonQualifiedEnvValue implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

Ref owner

Package com.bea.wli.config.resource

Class com.bea.wli.config.resource.BaseQuery extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.bea.wli.config.resource.DependencyQuery extends BaseQuery implements Serializable

serialVersionUID: 1L

Serialized Fields

refs

java.util.Set<E> refs

dependents

boolean dependents

Class com.bea.wli.config.resource.Diagnostic extends java.lang.Object implements Serializable

serialVersionUID: 7541158420836634711L

Serialized Fields

severity

Diagnostic.Severity severity
the severity.


userSeverity

Diagnostic.UserSeverity userSeverity
user severity


code

int code
the user code


location

java.lang.Object location
the location that this diagnostic relates to.


message

java.lang.String message
the diagnostic message


wt

WrappedThrowable wt
An exception if there is any

Class com.bea.wli.config.resource.Diagnostics extends java.lang.Object implements Serializable

serialVersionUID: 9070743907601301237L

Serialized Fields

diagnostics

java.util.Set<E> diagnostics

ref

Ref ref

severity

Diagnostic.Severity severity

Class com.bea.wli.config.resource.ResourceQuery extends BaseQuery implements Serializable

serialVersionUID: 1L

Serialized Fields

typeId

java.lang.String typeId

path

java.lang.String path

localName

java.lang.String localName

filter

java.util.Map<K,V> filter

attrsToReturn

java.util.Collection<E> attrsToReturn

updatedAfter

java.util.Date updatedAfter

updatedBefore

java.util.Date updatedBefore

changedInSessionOnly

boolean changedInSessionOnly

Package com.bea.wli.config.transaction

Class com.bea.wli.config.transaction.TransactionAlreadyMarkedAsRollbackException extends java.lang.RuntimeException implements Serializable

Class com.bea.wli.config.transaction.TransactionException extends java.lang.Exception implements Serializable

Serialized Fields

transactionId

java.lang.String transactionId

Package com.bea.wli.monitoring

Class com.bea.wli.monitoring.DomainMonitoringDisabledException extends java.lang.Exception implements Serializable

serialVersionUID: -1L

Class com.bea.wli.monitoring.InvalidServiceRefException extends java.lang.Exception implements Serializable

serialVersionUID: -1L

Class com.bea.wli.monitoring.MonitoringException extends java.lang.Exception implements Serializable

serialVersionUID: -1L

Class com.bea.wli.monitoring.MonitoringNotEnabledException extends java.lang.Exception implements Serializable

serialVersionUID: -1L

Class com.bea.wli.monitoring.ResourceStatistic extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialized Fields

resourceType

ResourceType resourceType

name

java.lang.String name

statistics

StatisticValue[] statistics

Class com.bea.wli.monitoring.ServiceResourceStatistic extends java.lang.Object implements Serializable

serialVersionUID: -2L

Serialized Fields

serviceRef

Ref serviceRef

resourceStatisticMap

java.util.Map<K,V> resourceStatisticMap

missingServers

java.lang.String[] missingServers

collectionTimestamp

long collectionTimestamp

isCollectionTimeInitialized

boolean isCollectionTimeInitialized

exception

java.lang.Exception exception

Class com.bea.wli.monitoring.StatisticValue extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name

type

StatisticType type

Class com.bea.wli.monitoring.StatisticValue.CountStatistic extends StatisticValue implements Serializable

Serialized Fields

count

long count

Class com.bea.wli.monitoring.StatisticValue.IntervalStatistic extends StatisticValue.CountStatistic implements Serializable

Serialized Fields

min

long min

max

long max

average

long average

sum

double sum

Class com.bea.wli.monitoring.StatisticValue.StatusStatistic extends StatisticValue implements Serializable

Serialized Fields

initialStatus

int initialStatus

currentStatus

int currentStatus

Package com.bea.wli.sb.management.importexport

Class com.bea.wli.sb.management.importexport.ALSBImportOperation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ref

Ref ref
The identity of the resource being affected by the import.


operation

ALSBImportOperation.Operation operation
This can be used to control the import for creating, updating, deleting or skipping.


preserveExistingEnvValues

boolean preserveExistingEnvValues
This flag controls whether certain environment values inside of a resource will be overwritten or preserved during an import. If true, the existing environment value is preserved.


preserveExistingOperationalValues

boolean preserveExistingOperationalValues
This flag controls whether certain operational values of a resource will be overwritten or preserved during import. If true, the existing operational value is preserved


preserveExistingSecurityAndPolicyConfig

boolean preserveExistingSecurityAndPolicyConfig
This flag controls whether certain security and policy configuration of a resource will be overwritten or preserved during import. If true, the existing security and policy configuration is preserved.


preserveExistingCredentials

boolean preserveExistingCredentials
This flag controls whether username/passwords and PKI credentials of a resource will be overwritten or preserved during import. If true, the existing credentials are preserved.


preserveExistingAccessControlPolicies

boolean preserveExistingAccessControlPolicies
This flag controls whether access control policies of a resource will be overwritten or preserved during import. If true, the existing access control policies are preserved.

Class com.bea.wli.sb.management.importexport.ALSBImportPlan extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operations

java.util.Map<K,V> operations

passphrase

java.lang.String passphrase

Class com.bea.wli.sb.management.importexport.ALSBJarInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceInfos

java.util.Map<K,V> resourceInfos
A map of resources and information about them useful during import ALSBResourceInfo


isProjectLevelExport

boolean isProjectLevelExport
Indicates a project level export.


defaultImportPlan

ALSBImportPlan defaultImportPlan

Class com.bea.wli.sb.management.importexport.ALSBResourceInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ref

Ref ref
Reference to the resource


externalrefs

java.util.Set<E> externalrefs
Set of references to children. each entry is Ref


hasSensitiveInformation

boolean hasSensitiveInformation
Whether this resource has sensitive information


Package com.bea.wli.sb.management.query

Class com.bea.wli.sb.management.query.ArchiveResourceQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.BusinessServiceQuery extends ServiceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.JndiProviderQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ProxyServerQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ProxyServiceQuery extends ServiceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ServiceAccountQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ServiceKeyProviderQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ServiceProviderQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.ServiceQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.SmtpServerQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.UDDIRegistryEntryQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.WsdlQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.WsPolicyQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L

Class com.bea.wli.sb.management.query.XmlSchemaQuery extends ResourceQuery implements Serializable

serialVersionUID: 1L


Package com.bea.wli.sb.security

Class com.bea.wli.sb.security.CredentialNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.bea.wli.sb.sources

Class com.bea.wli.sb.sources.TransformException extends java.lang.Exception implements Serializable


Package com.bea.wli.sb.transports

Class com.bea.wli.sb.transports.TransportException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

_errorCode

java.lang.String _errorCode