Serialized Form


Package com.bea.adapter.cci

Class com.bea.adapter.cci.ConnectionFactoryImpl extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

m_managedConnectionFactory

javax.resource.spi.ManagedConnectionFactory m_managedConnectionFactory

m_connectionManager

javax.resource.spi.ConnectionManager m_connectionManager

m_reference

Reference m_reference

m_logContext

LogContext m_logContext

m_resourceAdapterMetaData

ResourceAdapterMetaDataImpl m_resourceAdapterMetaData

Class com.bea.adapter.cci.DesignTimeInteractionSpecImpl extends InteractionSpecImpl implements Serializable

Class com.bea.adapter.cci.DocumentDefinitionRecord extends DocumentRecord implements Serializable

Serialized Fields

m_documentDefinition

com.bea.document.IDocumentDefinition m_documentDefinition

Class com.bea.adapter.cci.DocumentInteractionSpecImpl extends InteractionSpecImpl implements Serializable

Serialized Fields

m_requestDocDef

com.bea.document.IDocumentDefinition m_requestDocDef
Encapsulates the schema and root element name for the request document for this interaction.


m_responseDocDef

com.bea.document.IDocumentDefinition m_responseDocDef
Encapsulates the schema and root element name for the response document for this interaction.


m_defaultRequestDoc

com.bea.document.IDocument m_defaultRequestDoc
Cached default document created with the request document definition; minOccurs is forced to 1 by default.


m_defaultResponseDoc

com.bea.document.IDocument m_defaultResponseDoc
Cached default document created with the response document definition; minOccurs is forced to 1 by default.


m_clientData

IClientData m_clientData
Client data instance.

Class com.bea.adapter.cci.InteractionSpecImpl extends Object implements Serializable

Serialized Fields

m_vetos

VetoableChangeSupport m_vetos

m_changes

PropertyChangeSupport m_changes

m_strFunctionName

String m_strFunctionName

m_iVerb

int m_iVerb

m_iTimeout

int m_iTimeout

Class com.bea.adapter.cci.RecordImpl extends Object implements Serializable

Serialized Fields

m_strName

String m_strName

m_strDescription

String m_strDescription

Class com.bea.adapter.cci.ResourceAdapterMetaDataImpl extends Object implements Serializable

Serialized Fields

m_strName

String m_strName

m_strDescription

String m_strDescription

m_strVersion

String m_strVersion

m_strVendorName

String m_strVendorName

m_astrInteractionSpecsSupported

String[] m_astrInteractionSpecsSupported

m_bSupportsLocalTxDemarcation

boolean m_bSupportsLocalTxDemarcation

m_bSupportsExecuteWithInputAndOutputRecord

boolean m_bSupportsExecuteWithInputAndOutputRecord

m_bSupportsExecuteWithInputRecordOnly

boolean m_bSupportsExecuteWithInputRecordOnly


Package com.bea.adapter.event

Class com.bea.adapter.event.EventRouterException extends com.bea.util.AbstractExceptionContainer implements Serializable

Class com.bea.adapter.event.PushEvent extends EventObject implements Serializable


Package com.bea.adapter.spi

Class com.bea.adapter.spi.AbstractBEAManagedConnectionFactory extends AbstractManagedConnectionFactory implements Serializable

Class com.bea.adapter.spi.AbstractManagedConnectionFactory extends Object implements Serializable

Serialized Fields

m_vetos

VetoableChangeSupport m_vetos

m_changes

PropertyChangeSupport m_changes

m_logContext

LogContext m_logContext

m_strRootLogContext

String m_strRootLogContext
Allows for the categorization of log messages for this adapter.


m_strAdditionalLogContext

String m_strAdditionalLogContext
This value associates "this" with an application component in the runtime environment.


m_strLogConfigFile

String m_strLogConfigFile
This value provides the name of the log configuration file


m_strLogLevel

String m_strLogLevel
Log level - warning by default


m_strMessageBundleBase

String m_strMessageBundleBase
Base name for message bundle


m_strLanguageCode

String m_strLanguageCode
Associates a language code for determining the locale for logging


m_strCountryCode

String m_strCountryCode
Associates a country code for determining the locale for logging


m_strAdapterName

String m_strAdapterName
Basic adapter metadata; these come from a resource bundle


m_strAdapterDescription

String m_strAdapterDescription
Basic adapter metadata; these come from a resource bundle


m_strAdapterVersion

String m_strAdapterVersion
Basic adapter metadata; these come from a resource bundle


m_strAdapterVendorName

String m_strAdapterVendorName
Basic adapter metadata; these come from a resource bundle


m_strUserName

String m_strUserName
Standard connection parameters; treated as optional


m_achPassword

char[] m_achPassword
Standard connection parameters; treated as optional


m_strServerName

String m_strServerName
Standard connection parameters; treated as optional


m_strPortNumber

String m_strPortNumber
Standard connection parameters; treated as optional


m_strConnectionURL

String m_strConnectionURL
Standard connection parameters; treated as optional


m_bIsValidState

boolean m_bIsValidState

m_timestamp

long m_timestamp

Class com.bea.adapter.spi.ConnectionEventLogger extends Object implements Serializable

Serialized Fields

m_logContext

LogContext m_logContext

Class com.bea.adapter.spi.ConnectionRequestInfoMap extends Object implements Serializable

Serialized Fields

m_map

Map m_map

Class com.bea.adapter.spi.NonManagedConnectionEventListener extends Object implements Serializable

Serialized Fields

m_logContext

LogContext m_logContext

Class com.bea.adapter.spi.NonManagedConnectionManager extends Object implements Serializable

Serialized Fields

m_logContext

LogContext m_logContext

m_connectionEventListener

javax.resource.spi.ConnectionEventListener m_connectionEventListener


Package com.bea.adapter.web

Class com.bea.adapter.web.AbstractDesignTimeRequestHandler extends RequestHandler implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

m_avd

com.bea.wlai.common.IApplicationViewDescriptor m_avd

m_varSet

IMutableVariableSet m_varSet

m_varSetHasNewValues

boolean m_varSetHasNewValues

m_adapterContext

AbstractDesignTimeRequestHandler.AdapterContext m_adapterContext

m_adapterLogicalName

String m_adapterLogicalName

m_nextPage

String m_nextPage

m_connectionFactory

javax.resource.cci.ConnectionFactory m_connectionFactory


Package com.bea.wlai.event

Class com.bea.wlai.event.EventMessageEndpointFactory extends Object implements Serializable

Serialized Fields

_appName

String _appName

_appViewName

String _appViewName

_maxEndpoints

int _maxEndpoints

_minEndpoints

int _minEndpoints

_endpoints

List _endpoints

_freeEndpoints

List _freeEndpoints

_busyEndpoints

List _busyEndpoints


Package com.bea.logging

Class com.bea.logging.LogContext extends Object implements Serializable

Serialized Fields

m_strContext

String m_strContext

m_locale

Locale m_locale


Package com.bea.web

Class com.bea.web.ActionResult extends Object implements Serializable

Serialized Fields

m_mapOfParameters

HashMap m_mapOfParameters

m_strAction

String m_strAction

m_strNextAction

String m_strNextAction

m_bSuccess

boolean m_bSuccess

m_strMessage

String m_strMessage

m_strInfo

String m_strInfo

Class com.bea.web.ControllerServlet extends HttpServlet implements Serializable

Serialized Fields

m_strMessageBundleBase

String m_strMessageBundleBase

m_strDisplayPage

String m_strDisplayPage

m_strLogContext

String m_strLogContext

m_strLogConfigFile

String m_strLogConfigFile

m_bIsDebugEnabled

boolean m_bIsDebugEnabled

m_requestHandlerClass

Class m_requestHandlerClass

m_context

ServletContext m_context

Class com.bea.web.FormFieldPair extends Object implements Serializable

Serialized Fields

value

String value

error

String error

Class com.bea.web.RequestHandler extends Object implements Serializable

Serialized Fields

m_strUserName

String m_strUserName

m_userAgent

UserAgent m_userAgent

m_locale

Locale m_locale

m_strMessageBundleBase

String m_strMessageBundleBase

m_strLogContextName

String m_strLogContextName

m_logContext

LogContext m_logContext

m_strLogConfigFile

String m_strLogConfigFile

m_mapOfFormFields

HashMap m_mapOfFormFields

m_pageStack

Stack m_pageStack

Class com.bea.web.UserAgent extends Object implements Serializable

Serialized Fields

m_byPlatform

byte m_byPlatform

m_byBrowser

byte m_byBrowser

m_strVersion

String m_strVersion


Package com.bea.web.tag

Class com.bea.web.tag.AbstractInputTagSupport extends TagSupport implements Serializable

Serialized Fields

m_iMaxlength

int m_iMaxlength

m_iSize

int m_iSize

m_strName

String m_strName

m_strDefault

String m_strDefault

m_bIsRequired

boolean m_bIsRequired

m_strAttrs

String m_strAttrs

Class com.bea.web.tag.CheckBoxTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strValue

String m_strValue

Class com.bea.web.tag.ContentTag extends TagSupport implements Serializable

Serialized Fields

m_strName

String m_strName

m_strArg

String m_strArg

Class com.bea.web.tag.DateTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_iMaxLength

int m_iMaxLength

m_iSize

int m_iSize

m_bIsLenient

boolean m_bIsLenient

m_strFormat

String m_strFormat

Class com.bea.web.tag.DoubleTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strMinInclusive

String m_strMinInclusive

m_strMaxInclusive

String m_strMaxInclusive

m_strMinExclusive

String m_strMinExclusive

m_strMaxExclusive

String m_strMaxExclusive

Class com.bea.web.tag.EmailTagSupport extends AbstractInputTagSupport implements Serializable

Class com.bea.web.tag.FloatTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strMinInclusive

String m_strMinInclusive

m_strMaxInclusive

String m_strMaxInclusive

m_strMinExclusive

String m_strMinExclusive

m_strMaxExclusive

String m_strMaxExclusive

Class com.bea.web.tag.IdentifierTagSupport extends AbstractInputTagSupport implements Serializable

Class com.bea.web.tag.IntegerTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strMinInclusive

String m_strMinInclusive

m_strMaxInclusive

String m_strMaxInclusive

m_strMinExclusive

String m_strMinExclusive

m_strMaxExclusive

String m_strMaxExclusive

Class com.bea.web.tag.LabelTag extends TagSupport implements Serializable

Serialized Fields

m_bRequired

boolean m_bRequired

m_strName

String m_strName

m_strImage

String m_strImage

m_strAlt

String m_strAlt

Class com.bea.web.tag.PasswordTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strPattern

String m_strPattern

Class com.bea.web.tag.RadioTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strValue

String m_strValue

Class com.bea.web.tag.SubmitTag extends TagSupport implements Serializable

Serialized Fields

m_strName

String m_strName

m_strDoAction

String m_strDoAction

Class com.bea.web.tag.TextareaTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_iRows

int m_iRows

m_iColumns

int m_iColumns

m_strPattern

String m_strPattern

Class com.bea.web.tag.TextTagSupport extends AbstractInputTagSupport implements Serializable

Serialized Fields

m_strPattern

String m_strPattern

Class com.bea.web.tag.URLTagSupport extends AbstractInputTagSupport implements Serializable


Package com.bea.web.validation

Class com.bea.web.validation.DateWord extends Word implements Serializable

Serialized Fields

m_strFormat

String m_strFormat

m_bIsLenient

boolean m_bIsLenient

Class com.bea.web.validation.DoubleWord extends Word implements Serializable

Serialized Fields

m_minInclusive

Double m_minInclusive

m_maxInclusive

Double m_maxInclusive

m_minExclusive

Double m_minExclusive

m_maxExclusive

Double m_maxExclusive

Class com.bea.web.validation.EmailWord extends Word implements Serializable

Class com.bea.web.validation.FloatWord extends Word implements Serializable

Serialized Fields

m_minInclusive

Float m_minInclusive

m_maxInclusive

Float m_maxInclusive

m_minExclusive

Float m_minExclusive

m_maxExclusive

Float m_maxExclusive

Class com.bea.web.validation.IdentifierWord extends Word implements Serializable

Class com.bea.web.validation.IntegerWord extends Word implements Serializable

Serialized Fields

m_minInclusive

Integer m_minInclusive

m_maxInclusive

Integer m_maxInclusive

m_minExclusive

Integer m_minExclusive

m_maxExclusive

Integer m_maxExclusive

Class com.bea.web.validation.URLWord extends Word implements Serializable

Class com.bea.web.validation.Word extends Object implements Serializable

Serialized Fields

m_strPattern

String m_strPattern

m_strKey

String m_strKey

m_bIsRequired

boolean m_bIsRequired


Package com.bea.connector

Class com.bea.connector.DocumentRecord extends com.bea.document.internal.Document implements Serializable

Serialized Fields

m_name

String m_name

m_description

String m_description

Class com.bea.connector.InvalidPropertyException extends Exception implements Serializable

Serialized Fields

m_strMessage

String m_strMessage

m_cause

Throwable m_cause

Class com.bea.connector.RecordTranslationException extends javax.resource.ResourceException implements Serializable

Serialized Fields

m_record

javax.resource.cci.Record m_record

Class com.bea.connector.ResourceRuntimeException extends RuntimeException implements Serializable

Serialized Fields

m_strMessage

String m_strMessage

m_cause

Throwable m_cause

Class com.bea.connector.ResourceWrapperException extends javax.resource.ResourceException implements Serializable

Serialized Fields

m_re

javax.resource.ResourceException m_re

Class com.bea.connector.UnavailableException extends Exception implements Serializable

Serialized Fields

m_strMessage

String m_strMessage

m_cause

Throwable m_cause