Serialized Form
Package ariba.ui.aribaweb.core |
_handlerResults
AWResponseGenerating _handlerResults
_sessionRemoteHost
java.lang.String _sessionRemoteHost
_remoteHost
java.lang.String _remoteHost
Package ariba.ui.aribaweb.test |
serialVersionUID: 102L
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
_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
Package ariba.ui.aribaweb.util |
_cause
java.lang.Throwable _cause
_message
java.lang.String _message
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
_additionalMessage
java.lang.String _additionalMessage
_componentStack
java.util.List<E> _componentStack
_nodeValidator
AWNodeValidator _nodeValidator
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
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 |
_contextPropertiesUpdated
java.util.List<E> _contextPropertiesUpdated
Class ariba.ui.meta.core.ObjectMeta.PropertyMap extends Meta.PropertyMap implements Serializable |
_fieldPath
FieldPath _fieldPath
Package ariba.ui.meta.persistence |
Package ariba.ui.servletadaptor |
_awapplication
AWServletApplication _awapplication
name
java.lang.String name
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
_obj1
java.lang.Object _obj1
_obj2
java.lang.Object _obj2
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
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
code
int code
- The exit code
cs
java.util.zip.Checksum cs
_backupFile
java.io.File _backupFile
_temporaryFile
java.io.File _temporaryFile
_file
java.io.File _file
_fromFile
java.io.File _fromFile
_toFile
java.io.File _toFile
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
_exception
java.lang.Exception _exception
serialVersionUID: 362498820763181666L
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
_map
java.util.HashMap<K,V> _map
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
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
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
checksum
byte[] checksum
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
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
_forceHome
boolean _forceHome
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
_message
java.lang.String _message
_severity
int _severity
_wrappedException
java.lang.Exception _wrappedException
evaluation
Evaluation evaluation
- The root evaluation of the expression when the exception was thrown
target
java.lang.Object target
name
java.lang.Object name
Class ariba.util.expr.ParseException extends java.lang.Exception implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
ariba.util.expr.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
java.lang.String[] tokenImage
eol
java.lang.String eol
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 |
errorCode
int errorCode
Package ariba.util.fieldvalue |
Package ariba.util.formatter |
Package ariba.util.http.multitab |
lineNumber
int lineNumber
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
customTag
java.lang.String customTag
- The custom tag.
messageId
java.lang.String messageId
- The message Id for localized messages.
callerThreadDebugState
java.lang.String callerThreadDebugState
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.