Serialized Form


Package com.sap.aii.af.lib.mp.module

Class com.sap.aii.af.lib.mp.module.ModuleData extends Object implements Serializable

Serialized Fields

supplementalDataTable

Hashtable<K,V> supplementalDataTable

principalData

Object principalData

moduleLogs

Vector<E> moduleLogs

Class com.sap.aii.af.lib.mp.module.ModuleException extends MessagingException implements Serializable


Package com.sap.aii.af.lib.mp.processor

Class com.sap.aii.af.lib.mp.processor.ModuleProcessorException extends ModuleException implements Serializable


Package com.sap.aii.af.lib.ra.cci

Class com.sap.aii.af.lib.ra.cci.XIAdapterException extends ResourceException implements Serializable


Package com.sap.aii.af.lib.util

Class com.sap.aii.af.lib.util.CacheMap extends HashMap implements Serializable

Serialized Fields

reaped

ReferenceQueue<T> reaped

Class com.sap.aii.af.lib.util.ChainedException extends Exception implements Serializable

Serialized Fields

message_

String message_

cause_

Throwable cause_

Class com.sap.aii.af.lib.util.ChainedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

message_

String message_

cause_

Throwable cause_

Class com.sap.aii.af.lib.util.LruCacheMap extends HashMap implements Serializable

Serialized Fields

lruList_

LinkedList<E> lruList_

maxSize_

int maxSize_

Class com.sap.aii.af.lib.util.MaxLinkedList extends LinkedList implements Serializable

Serialized Fields

_max

int _max

Class com.sap.aii.af.lib.util.ObjectUtil.Null extends Object implements Serializable

serialVersionUID: 7092611880189329093L

Serialization Methods

readResolve

private Object readResolve()

Class com.sap.aii.af.lib.util.UtilException extends Exception implements Serializable

Serialized Fields

nestedExceptionStackTrace

String nestedExceptionStackTrace

Package com.sap.aii.af.service.administration.api

Class com.sap.aii.af.service.administration.api.AdapterAlreadyRegisteredException extends AdminRuntimeException implements Serializable

Class com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException extends AdminRuntimeException implements Serializable

Class com.sap.aii.af.service.administration.api.AdapterCallbackUnknownException extends AdminRuntimeException implements Serializable

Class com.sap.aii.af.service.administration.api.AdapterCapability extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Used internally to enforce enum pattern after object de-serialization.

Throws:
ObjectStreamException
Serialized Fields

name_

String name_

Class com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException extends AdminRuntimeException implements Serializable

Class com.sap.aii.af.service.administration.api.AdapterNotRegisteredException extends AdminRuntimeException implements Serializable

Class com.sap.aii.af.service.administration.api.AdminException extends Exception implements Serializable

Class com.sap.aii.af.service.administration.api.AdminRuntimeException extends RuntimeException implements Serializable


Package com.sap.aii.af.service.administration.api.cpa

Class com.sap.aii.af.service.administration.api.cpa.CPAChannelStoppedException extends CPAException implements Serializable

Serialized Fields

channelID_

String channelID_

Package com.sap.aii.af.service.administration.api.i18n

Class com.sap.aii.af.service.administration.api.i18n.LocalizationNotPossibleException extends Exception implements Serializable


Package com.sap.aii.af.service.administration.api.monitoring

Class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection extends Object implements Serializable

serialVersionUID: 1733262960651325393L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
This is called after the deserialization of an instance of this class has taken place. The Object returned by this method is the one that will be used as the deserialized one. we will ensure that only the static class instanced above will exist.

Throws:
ObjectStreamException
Serialized Fields

direction_

String direction_

Class com.sap.aii.af.service.administration.api.monitoring.ChannelState extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

text

String text

value

int value

Class com.sap.aii.af.service.administration.api.monitoring.ChannelStatus extends Object implements Serializable

Class com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException extends AdminException implements Serializable

Class com.sap.aii.af.service.administration.api.monitoring.ProcessContext extends Object implements Serializable

Class com.sap.aii.af.service.administration.api.monitoring.ProcessState extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
This is called after the deserialization of an instance of this class has taken place. The Object returned by this method is the one that will be used as the deserialized one. we will ensure that only the static class instanced above will exist.

Throws:
ObjectStreamException
Serialized Fields

text

String text

value

int value

Package com.sap.aii.af.service.cpa

Class com.sap.aii.af.service.cpa.BinaryData extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

binaryData

byte[] binaryData

base64Encoded

boolean base64Encoded

Class com.sap.aii.af.service.cpa.CPAException extends Exception implements Serializable

serialVersionUID: 42L

Class com.sap.aii.af.service.cpa.CPAObjectNotFoundException extends CPAException implements Serializable

serialVersionUID: 42L

Class com.sap.aii.af.service.cpa.CPAObjectType extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

hashCode

int hashCode

value

String value

Class com.sap.aii.af.service.cpa.Direction extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

hashCode

int hashCode

value

String value

Class com.sap.aii.af.service.cpa.InternalCPAObjectType extends CPAObjectType<T extends CPAObject> implements Serializable

serialVersionUID: 42L

Class com.sap.aii.af.service.cpa.TableData extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

columnNames

LinkedList<E> columnNames

rows

LinkedList<E> rows

tableName

String tableName

Package com.sap.aii.af.service.headermapping

Class com.sap.aii.af.service.headermapping.HeaderMappingException extends Exception implements Serializable


Package com.sap.aii.mapping.api

Class com.sap.aii.mapping.api.StreamTransformationException extends Exception implements Serializable

Class com.sap.aii.mapping.api.StreamTransformationRuntimeException extends RuntimeException implements Serializable

Class com.sap.aii.mapping.api.UndefinedParameterException extends StreamTransformationRuntimeException implements Serializable

Serialized Fields

parameterName

String parameterName

isInput

boolean isInput

Class com.sap.aii.mapping.api.WrongParameterTypeException extends StreamTransformationRuntimeException implements Serializable

Serialized Fields

parameterName

String parameterName

isInput

boolean isInput

wrongType

String wrongType

rightType

String rightType

Package com.sap.aii.mapping.lookup

Class com.sap.aii.mapping.lookup.Channel extends Object implements Serializable

serialVersionUID: 420L

Serialized Fields

id

byte[] id

name

String name

party

String party

service

String service

Class com.sap.aii.mapping.lookup.LookupException extends StreamTransformationException implements Serializable

serialVersionUID: 420L

Serialized Fields

isRecoverable

boolean isRecoverable

Package com.sap.aii.mapping.value.api

Class com.sap.aii.mapping.value.api.ValueMappingException extends Exception implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Package com.sap.aii.proxy.xiruntime.core

Class com.sap.aii.proxy.xiruntime.core.AbstractProxy extends Object implements Serializable

serialVersionUID: 7007072004L

Serialized Fields

baseProxyDescriptor

BaseProxyDescriptor baseProxyDescriptor
Descriptor describing XML-specific aspects of this AbstractProxy


messageSpecifierImpl

MessageSpecifierImpl messageSpecifierImpl
Message specifier providing user values for certain message characteristics


descriptor

Descriptor descriptor
Descriptor describing XML-specific aspects of this AbstractProxy


messageSpecifier

MessageSpecifier messageSpecifier
Public interface of message specifier


generationInfo

GenerationInfo generationInfo
Generation info containing version and timestamp


serviceMeteringData

ServiceMeteringData serviceMeteringData
Service Metering Data

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyBean extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyBean2 extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundBean extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundBean2 extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundBean4 extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundBean5 extends Object implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundBeanException extends SystemFaultException implements Serializable

serialVersionUID: 20100902L

Class com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundException extends SystemFaultException implements Serializable

serialVersionUID: 20100902L

Class com.sap.aii.proxy.xiruntime.core.AbstractType extends Object implements Serializable

serialVersionUID: 7007072004L

Serialized Fields

baseTypeData

BaseTypeData baseTypeData
Interface to data structure containing element and attribute values of this instance


baseTypeDescriptor

BaseTypeDescriptor baseTypeDescriptor
Interface to data structure containing XML-specific meta information about this BaseType


generationInfo

GenerationInfo generationInfo
Generation info including version and timestamp


connectionType

int connectionType
Connection type


wsdlName

QName wsdlName
WSDL name in descriptor

Class com.sap.aii.proxy.xiruntime.core.ApplicationFaultException extends FaultException implements Serializable

serialVersionUID: 2009092002L

Class com.sap.aii.proxy.xiruntime.core.BaseList extends AbstractList implements Serializable

serialVersionUID: 7007072004L

Serialized Fields

properties

XsdlElementProperties properties
Properties of the associated XML element


itemClass

Class<T> itemClass
Java class of the items contained in this list (is the same for all items)

Class com.sap.aii.proxy.xiruntime.core.BaseProxyException extends SystemFaultException implements Serializable

serialVersionUID: 2009092002L

Class com.sap.aii.proxy.xiruntime.core.BaseTypeException extends DataAccessException implements Serializable

Class com.sap.aii.proxy.xiruntime.core.BaseTypeMetaData extends Object implements Serializable

Serialized Fields

typeMetadataXml

String typeMetadataXml

attributeIndex

int attributeIndex

attributeProperties

XsdlAttributeProperties attributeProperties

attributeRestrictions

XsdlTypeRestrictions attributeRestrictions

baseTypeDescriptor

BaseTypeDescriptor baseTypeDescriptor

elementIndex

int elementIndex

elementMetadataXml

String[] elementMetadataXml

elementProperties

XsdlElementProperties elementProperties

elementRestrictions

XsdlTypeRestrictions elementRestrictions

definitionElement

com.sap.aii.utilxi.xml.xdom.XElement definitionElement

descriptorElement

com.sap.aii.utilxi.xml.xdom.XElement descriptorElement

element

com.sap.aii.utilxi.xml.xdom.XElement element

propertiesElement

com.sap.aii.utilxi.xml.xdom.XElement propertiesElement

xdomInputter

com.sap.aii.utilxi.xml.xdom.XDOMInputter xdomInputter

Class com.sap.aii.proxy.xiruntime.core.BeanMessage extends Object implements Serializable

serialVersionUID: 2009092002L

Serialized Fields

messageType

AbstractType messageType

messageSpecifier

MessageSpecifierImpl messageSpecifier

faultException

FaultException faultException

Class com.sap.aii.proxy.xiruntime.core.BeanMessage4 extends Object implements Serializable

serialVersionUID: 3019052004L

Serialized Fields

messageType

AbstractTypeRemote messageType

messageSpecifier

MessageSpecifierImpl messageSpecifier

faultException

FaultExceptionRemote faultException

Class com.sap.aii.proxy.xiruntime.core.BeanMessage5 extends Object implements Serializable

Serialized Fields

messageType

AbstractTypeRemote messageType

messageSpecifier

MessageSpecifierImpl messageSpecifier

faultException

FaultExceptionRemote faultException

proxyBody

String proxyBody

Class com.sap.aii.proxy.xiruntime.core.DataAccessException extends com.sap.aii.utilxi.misc.api.BaseRuntimeException implements Serializable

serialVersionUID: 2009092002L

Class com.sap.aii.proxy.xiruntime.core.DateTimeAccessException extends DataAccessException implements Serializable

Serialized Fields

dateTime

String dateTime
String representation of incriminated date or time data

Class com.sap.aii.proxy.xiruntime.core.FaultException extends com.sap.aii.utilxi.misc.api.BaseException implements Serializable

serialVersionUID: 3014102003L

Serialized Fields

fault

Object fault
Interface to AbstractType or XML rendition representing the fault message


faultWsdlName

QName faultWsdlName
Qualified WSDL name of the fault message

Class com.sap.aii.proxy.xiruntime.core.FaultException4 extends com.sap.aii.utilxi.misc.api.BaseException implements Serializable

serialVersionUID: 3014102003L

Serialized Fields

faultWsdlName

QName faultWsdlName
Interface to AbstractType representing the fault message


faultXml

String faultXml

Class com.sap.aii.proxy.xiruntime.core.FaultException5 extends com.sap.aii.utilxi.misc.api.BaseException implements Serializable

Serialized Fields

faultWsdlName

QName faultWsdlName
Interface to AbstractType representing the fault message


faultXml

String faultXml

Class com.sap.aii.proxy.xiruntime.core.GenerationInfo extends Object implements Serializable

serialVersionUID: 2009092002L

Serialized Fields

date

Date date

version

String version

Class com.sap.aii.proxy.xiruntime.core.MetaDataAccessException extends com.sap.aii.utilxi.misc.api.BaseRuntimeException implements Serializable

serialVersionUID: 2009092002L

Class com.sap.aii.proxy.xiruntime.core.QName extends Object implements Serializable

serialVersionUID: 2009092002L

Serialized Fields

namespace

String namespace

localName

String localName

prefix

String prefix

Class com.sap.aii.proxy.xiruntime.core.SystemFaultException extends FaultException implements Serializable

serialVersionUID: 3014102003L

Class com.sap.aii.proxy.xiruntime.core.XmlLogonData extends Object implements Serializable

serialVersionUID: 2002092002L

Serialized Fields

username

String username

password

String password

language

String language

clientId

String clientId

Package com.sap.aii.security.lib

Class com.sap.aii.security.lib.MessageKey extends Object implements Serializable

Serialized Fields

direction

String direction

messageID

String messageID

Class com.sap.aii.security.lib.PermissionMode extends Object implements Serializable

Serialized Fields

value

String value

Class com.sap.aii.security.lib.XiPermissionMode extends PermissionMode implements Serializable


Package com.sap.aii.utilxi.rtcheck.base

Class com.sap.aii.utilxi.rtcheck.base.PingResponse extends SingleTestResult implements Serializable

Serialized Fields

info

com.sap.aii.utilxi.core.collections.OrderedMap info

Class com.sap.aii.utilxi.rtcheck.base.PlainSettings extends com.sap.aii.utilxi.rtcheck.base.Settings implements Serializable

Serialized Fields

props

Map<K,V> props

Class com.sap.aii.utilxi.rtcheck.base.RTCServlet extends HttpServlet implements Serializable

Serialized Fields

requestedLocale

Locale requestedLocale

Class com.sap.aii.utilxi.rtcheck.base.Settings extends Object implements Serializable

Serialized Fields

category

String category

Class com.sap.aii.utilxi.rtcheck.base.SingleTestResult extends TestResult implements Serializable

serialVersionUID: 1L

Serialized Fields

details

Object details
details about the test

Class com.sap.aii.utilxi.rtcheck.base.StructuredSettings extends com.sap.aii.utilxi.rtcheck.base.Settings implements Serializable

Serialized Fields

cat2settings

HashMap<K,V> cat2settings

Class com.sap.aii.utilxi.rtcheck.base.TestResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

overallResult

int overallResult
Overall outcome of the test


checkedFeature

String checkedFeature
Denotes the feature that has been tested


featureDescription

String featureDescription
Detailed description of the tested feature.

Class com.sap.aii.utilxi.rtcheck.base.TestSuitResult extends TestResult implements Serializable

serialVersionUID: 1L

Serialized Fields

subResults

ArrayList<E> subResults
results comprised by this test suit result


Package com.sap.engine.interfaces.messaging.api

Class com.sap.engine.interfaces.messaging.api.AckType extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Prevents the release of multiple instances upon deserialization.

Throws:
ObjectStreamException
Serialized Fields

value

String value
Used to store the current value of a single instance of this object.

Class com.sap.engine.interfaces.messaging.api.Action extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

hashCode

int hashCode

name

String name

type

String type

Class com.sap.engine.interfaces.messaging.api.DeliverySemantics extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value
Used to store the current value of a single instance of this object.

Class com.sap.engine.interfaces.messaging.api.MessageClass extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Prevents the release of multiple instances upon deserialization.

Throws:
ObjectStreamException
Serialized Fields

value

String value
Used to store the current value of a single instance of this object.

Class com.sap.engine.interfaces.messaging.api.MessageDirection extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

hashCode

int hashCode

value

String value

Class com.sap.engine.interfaces.messaging.api.MessageKey extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

hashCode

int hashCode

messageId

String messageId

direction

MessageDirection direction

Class com.sap.engine.interfaces.messaging.api.MessageProcessingFeature extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value

Class com.sap.engine.interfaces.messaging.api.MessageStatus extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value

hashcode

int hashcode

Class com.sap.engine.interfaces.messaging.api.MessageType extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value

hashcode

int hashcode

Class com.sap.engine.interfaces.messaging.api.Party extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

hashCode

int hashCode

name

String name

type

String type

Class com.sap.engine.interfaces.messaging.api.Service extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

hashCode

int hashCode

name

String name

type

String type

Package com.sap.engine.interfaces.messaging.api.auditlog

Class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value
The indicator about which audit log status this object instance really is.


hashCode

int hashCode

Package com.sap.engine.interfaces.messaging.api.exception

Class com.sap.engine.interfaces.messaging.api.exception.ConfigException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.DuplicateMessageException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.EventHandlerUnavailableException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

protocol

String protocol

Class com.sap.engine.interfaces.messaging.api.exception.InvalidParamException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.MessageFormatException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.MessagingException extends Exception implements Serializable

serialVersionUID: 42L

Serialized Fields

messageInError

Message messageInError

messageInErrorKey

MessageKey messageInErrorKey

errorSource

String errorSource

errorCategory

String errorCategory

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.PayloadFormatException extends MessageFormatException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Class com.sap.engine.interfaces.messaging.api.exception.QueueUnavailableException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

queueName

String queueName

Class com.sap.engine.interfaces.messaging.api.exception.RetryControlException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

retryMode

com.sap.engine.interfaces.messaging.api.exception.RetryMode retryMode

params

Object[] params

Class com.sap.engine.interfaces.messaging.api.exception.RetryMode extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

value

String value

Class com.sap.engine.interfaces.messaging.api.exception.SecurityException extends MessagingException implements Serializable

serialVersionUID: 42L

Serialized Fields

errorCode

String errorCode

Package com.sap.engine.interfaces.messaging.api.pmi

Class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

hashCode

int hashCode

value

String value



Copyright 2011 SAP AG Complete Copyright Notice