Serialized Form


Package ariba.ui.aribaweb.core

Class ariba.ui.aribaweb.core.AWBinding.AWBindingException extends AWGenericException implements Serializable

Class ariba.ui.aribaweb.core.AWHandledException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_handlerResults

AWResponseGenerating _handlerResults

Class ariba.ui.aribaweb.core.AWMissingBindingException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.core.AWRemoteHostMismatchException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_sessionRemoteHost

java.lang.String _sessionRemoteHost

_remoteHost

java.lang.String _remoteHost

Class ariba.ui.aribaweb.core.AWRequestContext.RetryRequestException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.core.AWSessionRestorationException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.core.AWSessionStatusManager.UserSessionExistsException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.core.AWSessionValidationException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.core.AWSiteUnavailableException extends java.lang.RuntimeException implements Serializable


Package ariba.ui.aribaweb.test

Class ariba.ui.aribaweb.test.TestContext extends java.lang.Object implements Serializable

serialVersionUID: 102L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream outputStream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

_internalContext

java.util.Map<K,V> _internalContext

_clientContext

java.util.Map<K,V> _clientContext

_unhandledObjectList

java.util.List<E> _unhandledObjectList

_username

java.lang.String _username

_id

java.lang.String _id

_returnUrl

java.lang.String[] _returnUrl

Class ariba.ui.aribaweb.test.ValidatorLoadException extends java.lang.Exception implements Serializable


Package ariba.ui.aribaweb.util

Class ariba.ui.aribaweb.util.AWBaseRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_cause

java.lang.Throwable _cause

_message

java.lang.String _message

Class ariba.ui.aribaweb.util.AWCaseInsensitiveHashtable extends Hashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.ui.aribaweb.util.AWGenericException extends WrapperRuntimeException implements Serializable

Serialized Fields

_additionalMessage

java.lang.String _additionalMessage

_componentStack

java.util.List<E> _componentStack

Class ariba.ui.aribaweb.util.AWMalformedRequestException extends AWBaseRuntimeException implements Serializable

Class ariba.ui.aribaweb.util.AWMaxWaitingThreadException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.util.AWNodeChangeException extends AWGenericException implements Serializable

Serialized Fields

_nodeValidator

AWNodeValidator _nodeValidator

Class ariba.ui.aribaweb.util.AWStringKeyHashtable extends Hashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.ui.aribaweb.util.AWThreadTimeoutException extends java.lang.RuntimeException implements Serializable

Class ariba.ui.aribaweb.util.Parameters extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of the Externalizable interface

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of the Externalizable interface

Throws:
java.io.IOException

Package ariba.ui.meta.core

Class ariba.ui.meta.core.Meta.PropertyMap extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

_contextPropertiesUpdated

java.util.List<E> _contextPropertiesUpdated

Class ariba.ui.meta.core.ObjectMeta.PropertyMap extends Meta.PropertyMap implements Serializable

Serialized Fields

_fieldPath

FieldPath _fieldPath

Package ariba.ui.meta.persistence

Class ariba.ui.meta.persistence.PersistenceMeta.SearchMap extends java.util.HashMap implements Serializable


Package ariba.ui.servletadaptor

Class ariba.ui.servletadaptor.AWDispatcherServlet extends AribaServlet implements Serializable

Serialized Fields

_awapplication

AWServletApplication _awapplication

Package ariba.util.core

Class ariba.util.core.BatchProcessingException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.ComponentChecksum extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class ariba.util.core.ComponentChecksumException extends java.lang.Exception implements Serializable

Class ariba.util.core.Constants extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface.

Throws:
java.io.IOException

Class ariba.util.core.CycleException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_obj1

java.lang.Object _obj1

_obj2

java.lang.Object _obj2

Class ariba.util.core.Date extends java.util.Date implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the contents of this Date object.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Writes the contents of this Date object.

Serial Data:
calendarDate property of type boolean; getTime() value of type long
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.EqHashtable extends Hashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.EvaluationException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.ExitException extends java.lang.Error implements Serializable

Serialized Fields

code

int code
The exit code

Class ariba.util.core.FatalAssertionException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.FileComponentChecksum extends ComponentChecksum implements Serializable

Serialized Fields

cs

java.util.zip.Checksum cs

Class ariba.util.core.FileReplacer.BadStateException extends java.io.IOException implements Serializable

Serialized Fields

_backupFile

java.io.File _backupFile

_temporaryFile

java.io.File _temporaryFile

Class ariba.util.core.FileUtil.FileDeletionException extends java.io.IOException implements Serializable

Serialized Fields

_file

java.io.File _file

Class ariba.util.core.FileUtil.FileRenameException extends java.io.IOException implements Serializable

Serialized Fields

_fromFile

java.io.File _fromFile

_toFile

java.io.File _toFile

Class ariba.util.core.GlobalLockingException extends java.lang.Exception implements Serializable

Class ariba.util.core.Hashtable extends java.util.AbstractMap implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.LobException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception

Class ariba.util.core.MemoryOptimizedMap extends java.lang.Object implements Serializable

serialVersionUID: 362498820763181666L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
java.io.IOException
Serialized Fields

_map

java.util.HashMap<K,V> _map

Class ariba.util.core.NamedList extends Vector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.OrderedHashtable extends Hashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.PerformanceState.Stats extends EqHashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.ReferenceReaderException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.RejectedExecutionException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.SimpleComponentChecksum extends ComponentChecksum implements Serializable

Serialized Fields

checksum

byte[] checksum

Class ariba.util.core.SparseVector extends Vector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads object data from the given input and restores the contents of this object. Implementation of the Externalizable interface.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Writes this Vector's data out to the given stream. Implementation of the Externalizable interface

Serial Data:
calls writeObject() on each Vector element, in order
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.ThreadDebugState.StateMap extends EqHashtable implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Implementation of Externalizable interface. Saves the contents of this Hashtable object.

Serial Data:
iterates through entries, calling writeObject() on each key followed by each value
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.TransientException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_forceHome

boolean _forceHome

Class ariba.util.core.TunnelingException extends java.lang.RuntimeException implements Serializable

Class ariba.util.core.Vector extends java.util.AbstractList implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads object data from the given input and restores the contents of this object. Implementation of the Externalizable interface.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException
Writes this Vector's data out to the given stream. Implementation of the Externalizable interface

Serial Data:
calls writeObject() on each Vector element, in order
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Class ariba.util.core.VersionComponentChecksum extends SimpleComponentChecksum implements Serializable

Class ariba.util.core.WrappedException extends java.lang.reflect.InvocationTargetException implements Serializable

Serialized Fields

_message

java.lang.String _message

_severity

int _severity

_wrappedException

java.lang.Exception _wrappedException

Class ariba.util.core.WrapperRuntimeException extends java.lang.RuntimeException implements Serializable


Package ariba.util.expr

Class ariba.util.expr.ExpressionNode extends SimpleNode implements Serializable

Class ariba.util.expr.ExpressionSyntaxException extends ExprException implements Serializable

Class ariba.util.expr.ExprException extends java.lang.Exception implements Serializable

Serialized Fields

evaluation

Evaluation evaluation
The root evaluation of the expression when the exception was thrown

Class ariba.util.expr.ExprInvokePermission extends java.security.BasicPermission implements Serializable

Class ariba.util.expr.InappropriateExpressionException extends ExprException implements Serializable

Class ariba.util.expr.MethodFailedException extends ExprException implements Serializable

Class ariba.util.expr.NoSuchPropertyException extends ExprException implements Serializable

Serialized Fields

target

java.lang.Object target

name

java.lang.Object name

Class ariba.util.expr.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

ariba.util.expr.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

java.lang.String[] tokenImage

eol

java.lang.String eol

Class ariba.util.expr.SimpleNode extends java.lang.Object implements Serializable

Serialized Fields

parent

Node parent

children

Node[] children

id

int id

parser

ariba.util.expr.ExprParser parser

constantValueCalculated

boolean constantValueCalculated

hasConstantValue

boolean hasConstantValue

constantValue

java.lang.Object constantValue

_typeInfo

TypeInfo _typeInfo

Class ariba.util.expr.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package ariba.util.fieldvalue

Class ariba.util.fieldvalue.ExpressionEvaluatorException extends ExpressionException implements Serializable

Class ariba.util.fieldvalue.ExpressionException extends java.lang.RuntimeException implements Serializable

Class ariba.util.fieldvalue.FieldValueException extends WrapperRuntimeException implements Serializable


Package ariba.util.formatter

Class ariba.util.formatter.BigDecimalFormatter.StrictParseException extends java.text.ParseException implements Serializable


Package ariba.util.http

Class ariba.util.http.AribaServlet extends LoggingServlet implements Serializable

Class ariba.util.http.LoggingServlet extends javax.servlet.http.HttpServlet implements Serializable


Package ariba.util.http.multitab

Class ariba.util.http.multitab.MaximumTabExceededException extends java.lang.RuntimeException implements Serializable

Class ariba.util.http.multitab.MultiTabHandler.MultiTabException extends java.lang.RuntimeException implements Serializable

Class ariba.util.http.multitab.UnexpectedTabException extends java.lang.Exception implements Serializable


Package ariba.util.io

Class ariba.util.io.DeserializationException extends java.lang.Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber

Class ariba.util.io.TruncationException extends java.lang.RuntimeException implements Serializable


Package ariba.util.log

Class ariba.util.log.ConstrainedDirectory extends ariba.util.log.Directory implements Serializable

Serialized Fields

logger

Logger logger

maxMegaBytes

int maxMegaBytes
negative numbers indicate unlimited


maxPrecentFull

int maxPrecentFull
negative numbers indicate unlimited. not implemented until there is a way to conveniently determine how much disk space is available

Class ariba.util.log.LoggingEvent extends org.apache.log4j.spi.LoggingEvent implements Serializable

Serialized Fields

customTag

java.lang.String customTag
The custom tag.


messageId

java.lang.String messageId
The message Id for localized messages.


callerThreadDebugState

java.lang.String callerThreadDebugState

Package ariba.util.test

Class ariba.util.test.TestException extends java.lang.Exception implements Serializable

Class ariba.util.test.TestStagerException extends TestException implements Serializable



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.