Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Serialized Form


Package com.bea.alsb.presentation

Class com.bea.alsb.presentation.BrowserTextBoxObject extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value
the textbox value

_size

int _size
the textbox size

_typeId

java.lang.String _typeId
the resource type to be browsed

_hasEvent

boolean _hasEvent
flag for event

_resourceQuery

ResourceQuery _resourceQuery
resource query for filtering resources

Class com.bea.alsb.presentation.CheckBoxObject extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value
the value returned by the form. "true" if not specified.

_checked

boolean _checked
checked flag

_hasEvent

boolean _hasEvent
flag for event

Class com.bea.alsb.presentation.EditField extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
field name

_label

java.lang.String _label
field label

_description

java.lang.String _description
field description

_isrequired

boolean _isrequired
flag whether the field is required

_isdisabled

boolean _isdisabled
"disable" flag

_object

UIObject _object
the field UI object

_isBasic

boolean _isBasic
whether the field is basic (simple) or advanced

Class com.bea.alsb.presentation.FileBrowserObject extends java.lang.Object implements Serializable

Serialized Fields

_value

byte[] _value
the file content/textarea value

_stringValue

java.lang.String _stringValue
String representaion of the file content/textarea value

_size

int _size
the textbox size

_hideTextArea

boolean _hideTextArea
flag to show textarea for file field, by default it will be shown

_rowSize

int _rowSize
the textarea row size

_columnSize

int _columnSize
the textarea column size

_hasEvent

boolean _hasEvent
flag for event

Class com.bea.alsb.presentation.HintTextBoxObject extends TextBoxObject implements Serializable

Serialized Fields

_theHint

java.lang.String _theHint
the hint value

Class com.bea.alsb.presentation.Option extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value

_formattedValue

java.lang.String _formattedValue

_type

java.lang.String _type

Class com.bea.alsb.presentation.TextBoxObject extends java.lang.Object implements Serializable

Serialized Fields

_value

java.lang.String _value
the textbox value

_size

int _size
the textbox size

_readOnly

boolean _readOnly
read-only flag

Class com.bea.alsb.presentation.UIError extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
the parameter name

_message

java.lang.String _message
the error or confirmation message

_confirm

boolean _confirm
indicates a confirmation message

Class com.bea.alsb.presentation.ViewField extends java.lang.Object implements Serializable

Serialized Fields

_label

java.lang.String _label
the label

_value

java.lang.Object _value
the value

_name

java.lang.Object _name
a fiels name

_isBasic

boolean _isBasic
whether the field is basic (simple) or advanced

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

parentRef

Ref parentRef

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.ByteArraySource extends java.lang.Object implements Serializable

Serialized Fields

_bytes

byte[] _bytes
Source content as a byte array

_pos

int _pos

_count

int _count

Class com.bea.wli.sb.sources.JavaObjectSource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_args

java.lang.Object[] _args

Class com.bea.wli.sb.sources.JavaXmlSource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Serialized Fields

xmlSource

XmlObjectSource xmlSource

pojoMap

java.util.Map<K,V> pojoMap

Class com.bea.wli.sb.sources.MimeSource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Serialized Fields

_headers

Headers _headers
Set of RFC822 headers

_content

Source _content
The underlying content

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.DefaultResponseHeaders extends ResponseHeaders implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.bea.wli.sb.transports.DefaultResponseMetaData extends ResponseMetaData implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.bea.wli.sb.transports.ResponseHeaders extends java.lang.Object implements Serializable

Serialized Fields

_headers

java.util.Map<K,V> _headers

Class com.bea.wli.sb.transports.ResponseMetaData extends java.lang.Object implements Serializable

Serialized Fields

_encoding

java.lang.String _encoding

_responseCode

int _responseCode

_responseMsg

java.lang.String _responseMsg

_headers

ResponseHeaders _headers

_cacheToken

java.lang.String _cacheToken

_cacheOriginated

java.lang.Boolean _cacheOriginated

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

serialVersionUID: 1L

Serialized Fields

_errorCode

java.lang.String _errorCode
Optional error code. see TransportManager

Package com.bea.wli.sb.transports.ui

Class com.bea.wli.sb.transports.ui.TransportEditField extends EditField implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIError extends UIError implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIFactory.BrowserTextBoxObject extends BrowserTextBoxObject implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIFactory.CheckBoxObject extends CheckBoxObject implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIFactory.DynamicTableObject extends java.lang.Object implements Serializable

Serialized Fields

_headers

java.lang.String[] _headers
header names for each column

_uiobjects

UIObject[] _uiobjects
UIObjects for each columns

_rows

java.util.List<E> _rows
the list of existing rows

Class com.bea.wli.sb.transports.ui.TransportUIFactory.ExpandableRowObject extends java.lang.Object implements Serializable

Serialized Fields

_expanded

boolean _expanded
Indicates if the row is expanded or collapsed.

_selected

boolean _selected
Indicates if the row is checked for selection

_label

java.lang.String _label
Label displayed for the row whether expanded or collapsed.

_fields

java.util.List<E> _fields
Content for the row

_errors

TransportUIError[] _errors
Error messages returned when validating the fields in this row during form submission

Class com.bea.wli.sb.transports.ui.TransportUIFactory.ExpandableTableObject extends java.lang.Object implements Serializable

Serialized Fields

_rows

java.util.List<E> _rows
content for each row

_checkboxDescription

java.lang.String _checkboxDescription
Description tool-tip for checkbox in each row

Class com.bea.wli.sb.transports.ui.TransportUIFactory.FileBrowserObject extends FileBrowserObject implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIFactory.HintTextBoxObject extends TransportUIFactory.TextBoxObject implements Serializable

Serialized Fields

_theHint

java.lang.String _theHint
the hint value

Class com.bea.wli.sb.transports.ui.TransportUIFactory.Option extends Option implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIFactory.SelectObject extends java.lang.Object implements Serializable

Serialized Fields

_options

TransportUIFactory.Option[] _options
options

_selected

java.lang.String _selected
selected iten

_displayMode

int _displayMode
display mode

_hasEvent

boolean _hasEvent
flag for event

Class com.bea.wli.sb.transports.ui.TransportUIFactory.SimpleCell extends java.lang.Object implements Serializable

Serialized Fields

_cellType

TransportUIFactory.SimpleCell.SimpleCellType _cellType
Identifies the content type of the cell

_sValue

java.lang.String _sValue
The value when the cell type is STRING

_uiObject

TransportUIFactory.TransportUIObject _uiObject
The value when the cell type UIOBJECT

_isWrap

boolean _isWrap
the value for the wrap attribute on column, by default its false

_rowspan

int _rowspan
rowspan for this cell object

_isRender

boolean _isRender
Flag to render this object in UI

Class com.bea.wli.sb.transports.ui.TransportUIFactory.SimpleRowObject extends java.lang.Object implements Serializable

Serialized Fields

_cells

TransportUIFactory.SimpleCell[] _cells
Column cells in the row

Class com.bea.wli.sb.transports.ui.TransportUIFactory.SimpleTableObject extends java.lang.Object implements Serializable

Serialized Fields

_headers

java.lang.String[] _headers
Headers at the top of the table

_rows

java.util.List<E> _rows
The rows in the table

_width

java.lang.String _width
The optional HTML width of the table

Class com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject extends TextBoxObject implements Serializable

Class com.bea.wli.sb.transports.ui.TransportUIGenericInfo extends java.lang.Object implements Serializable

Serialized Fields

uriFormat

java.lang.String uriFormat

uriAutofill

java.lang.String uriAutofill

supportWSIcompliance

boolean supportWSIcompliance

Class com.bea.wli.sb.transports.ui.TransportViewField extends ViewField implements Serializable

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.