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 RuntimeException implements Serializable

Serialized Fields

_handlerResults

AWResponseGenerating _handlerResults

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

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

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

Serialized Fields

_state

AWSessionRestorationException.State _state

_oldIP

String _oldIP

_newIP

String _newIP

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

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


Package ariba.ui.aribaweb.test

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


Package ariba.ui.aribaweb.util

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

Serialized Fields

_cause

Throwable _cause

_message

String _message

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

Serialization Methods

readExternal

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

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Serialized Fields

_additionalMessage

String _additionalMessage

_componentStack

List<E> _componentStack

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

Class ariba.ui.aribaweb.util.AWMaxWaitingThreadException extends 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(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

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

Serialization Methods

readExternal

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

Throws:
IOException
ClassNotFoundException

writeExternal

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

Throws:
IOException

Package ariba.ui.meta.core

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

Serialized Fields

_contextPropertiesUpdated

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 HashMap implements Serializable


Package ariba.ui.servletadaptor

Class ariba.ui.servletadaptor.AWDispatcherServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_awapplication

AWServletApplication _awapplication

Package ariba.util.core

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

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

Serialized Fields

name

String name

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

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

Serialization Methods

readExternal

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

Throws:
IOException
ClassNotFoundException

writeExternal

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

Throws:
IOException

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

Serialized Fields

_obj1

Object _obj1

_obj2

Object _obj2

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

Serialization Methods

readExternal

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

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

writeExternal

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

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

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

Serialization Methods

readExternal

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

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Serialized Fields

code

int code
The exit code

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

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

Serialized Fields

cs

Checksum cs

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

Serialized Fields

_backupFile

File _backupFile

_temporaryFile

File _temporaryFile

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

Serialized Fields

_file

File _file

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

Serialized Fields

_fromFile

File _fromFile

_toFile

File _toFile

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

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

Serialization Methods

readExternal

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

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Serialized Fields

_exception

Exception _exception

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

serialVersionUID: 362498820763181666L

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws 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:
IOException
Serialized Fields

_map

HashMap<K,V> _map

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

Serialization Methods

readExternal

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

writeExternal

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

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

Serialization Methods

readExternal

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

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
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(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Class ariba.util.core.RejectedExecutionException extends 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(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads object data from the given input and restores the contents of this object. Implementation of the Externalizable interface.

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
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(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Implementation of Externalizable interface. Reads the contents into this Hashtable.

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Serialized Fields

_forceHome

boolean _forceHome

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

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

Serialization Methods

readExternal

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

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

writeExternal

public void writeExternal(ObjectOutput output)
                   throws 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:
IOException - Includes any I/O exceptions that may occur

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

Class ariba.util.core.WrappedException extends InvocationTargetException implements Serializable

Serialized Fields

_message

String _message

_severity

int _severity

_wrappedException

Exception _wrappedException

Class ariba.util.core.WrapperRuntimeException extends 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 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 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

Object target

name

Object name

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

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

ariba.util.expr.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class ariba.util.expr.SimpleNode extends 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

Object constantValue

_typeInfo

TypeInfo _typeInfo

Class ariba.util.expr.TokenMgrError extends 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 RuntimeException implements Serializable

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


Package ariba.util.io

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

Serialized Fields

lineNumber

int lineNumber

Class ariba.util.io.TruncationException extends 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

String customTag
The custom tag.


messageId

String messageId
The message Id for localized messages.


callerThreadDebugState

String callerThreadDebugState

Package ariba.util.test

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

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



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