Serialized Form


Package org.apache.shale.dialog

Class org.apache.shale.dialog.Status.Position extends Object implements Serializable

Serialized Fields

dialogName

String dialogName

The dialog name of this position.


stateName

String stateName

The state name of this position.


Package org.apache.shale.dialog.impl

Class org.apache.shale.dialog.impl.StatusImpl extends Object implements Serializable

Serialized Fields

log

Log log

Log instance for this instance.


positions

List<E> positions

The stack of currently stored Status.Positions. If there are no entries, there is no currently executing dialog.


references

List<E> references

References to data objects that are associated with the Status.Positions at corresponding indexes of the positions list.



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.