Serialized Form


Package com.wrq.apptrieve.agent

Class com.wrq.apptrieve.agent.ApptrieveException extends java.lang.Exception implements Serializable

Serialized Fields

messages

java.util.ArrayList<E> messages

errorScreen

TerminalScreen errorScreen

Class com.wrq.apptrieve.agent.ChannelException extends ApptrieveException implements Serializable

Class com.wrq.apptrieve.agent.DeadSessionException extends ServerException implements Serializable

Class com.wrq.apptrieve.agent.ElementLoc extends java.lang.Object implements Serializable

Serialized Fields

elementName

java.lang.String elementName

elementType

int elementType

topRow

int topRow

leftColumn

int leftColumn

numRows

int numRows

numColumns

int numColumns

offset

int offset

length

int length

regionType

int regionType

Class com.wrq.apptrieve.agent.EntityAttributeMeta extends MetaObject implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_rvar

java.lang.String m_rvar

m_wvar

java.lang.String m_wvar

m_length

int m_length

m_offset

int m_offset

m_readable

boolean m_readable

m_writeable

boolean m_writeable

m_termattr

boolean m_termattr

Class com.wrq.apptrieve.agent.InputFieldInfo extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

length

int length

isNumeric

boolean isNumeric

Class com.wrq.apptrieve.agent.MarshallerException extends ChannelException implements Serializable

Class com.wrq.apptrieve.agent.ModelDataException extends ServerException implements Serializable

Class com.wrq.apptrieve.agent.ModelDefException extends ServerException implements Serializable

Class com.wrq.apptrieve.agent.RowSet extends java.util.ArrayList implements Serializable

Serialized Fields

m_metaobjs

java.util.ArrayList<E> m_metaobjs

m_table

java.lang.String m_table

Class com.wrq.apptrieve.agent.Screen extends java.lang.Object implements Serializable

Serialized Fields

xmlText

java.lang.String xmlText

fields

java.util.Map<K,V> fields

messageWaiting

boolean messageWaiting

keyboardLocked

boolean keyboardLocked

connectedToHost

boolean connectedToHost

errorCode

java.lang.String errorCode

errorMessage

java.lang.String errorMessage

operationNames

java.util.List<E> operationNames

readableAttributes

java.util.Map<K,V> readableAttributes

writeableAttributes

java.util.Map<K,V> writeableAttributes

defaultOperationName

java.lang.String defaultOperationName

entityName

java.lang.String entityName

Class com.wrq.apptrieve.agent.ScreenField extends java.lang.Object implements Serializable

Serialized Fields

screen

TerminalScreen screen

pos

ScreenFieldPosition pos

text

java.lang.String text

Class com.wrq.apptrieve.agent.ScreenFieldPosition extends java.lang.Object implements Serializable

Serialized Fields

row

int row

column

int column

offset

int offset

length

int length

wrapsAround

boolean wrapsAround

wrapLength

int wrapLength

color

int color

isInput

boolean isInput

isVisible

boolean isVisible

hasCursor

boolean hasCursor

isNumeric

boolean isNumeric

isHighIntensity

boolean isHighIntensity

isBlink

boolean isBlink

isColumnSeparated

boolean isColumnSeparated

isPenDetect

boolean isPenDetect

isReverseVideo

boolean isReverseVideo

isUnderscore

boolean isUnderscore

isUniformAttributes

boolean isUniformAttributes

Class com.wrq.apptrieve.agent.ServerException extends ApptrieveException implements Serializable

Class com.wrq.apptrieve.agent.TerminalException extends ServerException implements Serializable

Class com.wrq.apptrieve.agent.TerminalScreen extends java.lang.Object implements Serializable

Serialized Fields

m_sessionType

int m_sessionType

m_rows

int m_rows

m_oiaRows

int m_oiaRows

m_cols

int m_cols

m_length

int m_length

m_cursorRow

int m_cursorRow

m_cursorCol

int m_cursorCol

m_cursorPosition

int m_cursorPosition

m_txt

java.lang.String m_txt

m_entityName

java.lang.String m_entityName

m_attrs

int[] m_attrs

m_fields

ScreenField[] m_fields

m_hasFields

boolean m_hasFields

m_reachables

java.util.List<E> m_reachables

m_operationNames

java.util.List<E> m_operationNames

m_defaultOperationName

java.lang.String m_defaultOperationName

m_writeableAttributes

java.util.Map<K,V> m_writeableAttributes

m_readableAttributes

java.util.Map<K,V> m_readableAttributes

m_entityAttrLocs

java.util.List<E> m_entityAttrLocs

m_entityAttrWritables

java.util.List<E> m_entityAttrWritables

m_entityAttrInfo

java.util.Map<K,V> m_entityAttrInfo

m_entityAttrText

java.lang.String m_entityAttrText

m_connected

boolean m_connected

m_3270KeyboardDisabledReason

java.lang.String m_3270KeyboardDisabledReason

m_3270PartitionID

java.lang.String m_3270PartitionID

m_3270PartitionOwner

java.lang.String m_3270PartitionOwner

m_3270CommError

java.lang.String m_3270CommError

m_5250SystemAvailable

boolean m_5250SystemAvailable

m_5250MessageWaiting

boolean m_5250MessageWaiting

m_5250InputInhibit

boolean m_5250InputInhibit

m_5250ErrorCode

java.lang.String m_5250ErrorCode

m_legacyRejuvenation

boolean m_legacyRejuvenation

m_hiddenAttributes

java.util.List<E> m_hiddenAttributes

Class com.wrq.apptrieve.agent.TimeoutException extends ChannelException implements Serializable

Class com.wrq.apptrieve.agent.UserException extends ServerException implements Serializable


Package com.wrq.apptrieve.appconn

Class com.wrq.apptrieve.appconn.AppConnException extends ApptrieveException implements Serializable

Class com.wrq.apptrieve.appconn.AppConnModelRecord extends AppConnRecord implements Serializable

Class com.wrq.apptrieve.appconn.AppConnRecord extends java.lang.Object implements Serializable

Serialized Fields

recordLocale

java.util.Locale recordLocale
Internal use only.


elements

Row elements
Internal use only.


doEngBundle

java.util.ResourceBundle doEngBundle
Internal use only.


doLocBundle

java.util.ResourceBundle doLocBundle
Internal use only.


recordType

int recordType
Internal use only.

Class com.wrq.apptrieve.appconn.AppConnRecordSet extends java.lang.Object implements Serializable

Serialized Fields

recordSetLocale

java.util.Locale recordSetLocale

saRowSet

RowSet saRowSet

recordSetType

int recordSetType

doEngBundle

java.util.ResourceBundle doEngBundle

doLocBundle

java.util.ResourceBundle doLocBundle

Class com.wrq.apptrieve.appconn.MetaDataOnlyException extends java.lang.RuntimeException implements Serializable