Serialized Form
|
Package ariba.ui.aribaweb.core |
_handlerResults
AWResponseGenerating _handlerResults
_state
AWSessionRestorationException.State _state
_oldIP
String _oldIP
_newIP
String _newIP
|
Package ariba.ui.aribaweb.test |
|
Package ariba.ui.aribaweb.util |
_cause
Throwable _cause
_message
String _message
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
_additionalMessage
String _additionalMessage
_componentStack
List<E> _componentStack
_nodeValidator
AWNodeValidator _nodeValidator
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
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 |
_contextPropertiesUpdated
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
String name
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
_obj1
Object _obj1
_obj2
Object _obj2
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
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
code
int code
- The exit code
cs
Checksum cs
_backupFile
File _backupFile
_temporaryFile
File _temporaryFile
_file
File _file
_fromFile
File _fromFile
_toFile
File _toFile
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
_exception
Exception _exception
serialVersionUID: 362498820763181666L
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
_map
HashMap<K,V> _map
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
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
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
checksum
byte[] checksum
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
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
_forceHome
boolean _forceHome
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
_message
String _message
_severity
int _severity
_wrappedException
Exception _wrappedException
evaluation
Evaluation evaluation
- The root evaluation of the expression when the exception was thrown
target
Object target
name
Object name
|
Class ariba.util.expr.ParseException extends Exception implements Serializable |
specialConstructor
boolean specialConstructor
currentToken
ariba.util.expr.Token currentToken
expectedTokenSequences
int[][] expectedTokenSequences
tokenImage
String[] tokenImage
eol
String eol
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 |
errorCode
int errorCode
|
Package ariba.util.fieldvalue |
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
String customTag
- The custom tag.
messageId
String messageId
- The message Id for localized messages.
callerThreadDebugState
String callerThreadDebugState
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.