Serialized Form


Package org.openadaptor.adaptor

Class org.openadaptor.adaptor.IbafException extends java.lang.Exception implements Serializable

Serialized Fields

_s

java.lang.String _s

_c

Component _c

Class org.openadaptor.adaptor.PipelineException extends IbafException implements Serializable

Serialized Fields

_severity

int _severity
The severity of this exception.


Package org.openadaptor.adaptor.bridge

Class org.openadaptor.adaptor.bridge.BridgeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_e

java.lang.Exception _e
Holds an exception we are wrapping, or null


_diagnostic

java.lang.String _diagnostic
Holds an exception diagnostic string, or null


Package org.openadaptor.adaptor.crossref

Class org.openadaptor.adaptor.crossref.CrossRefException extends java.lang.Exception implements Serializable

Serialized Fields

_exception

java.lang.Exception _exception
If this exception wraps another then this is the other


Package org.openadaptor.adaptor.display.inspectorgui

Class org.openadaptor.adaptor.display.inspectorgui.Inspector extends javax.swing.JFrame implements Serializable

Serialized Fields

_dobs

DataObject[] _dobs
reference to the DataObject array that forms the payload


_tbl

javax.swing.JTable _tbl
reference to the current attribute table that contains the currently selected DataObjects payload


_lst

javax.swing.JList _lst
reference to the selected DataObject in the list

Class org.openadaptor.adaptor.display.inspectorgui.InspectorCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.openadaptor.adaptor.display.inspectorgui.InspectorHeaderRenderer extends javax.swing.JLabel implements Serializable

Class org.openadaptor.adaptor.display.inspectorgui.InspectorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_do

DataObject _do
reference to the current DataObject


_columnNames

java.lang.String[] _columnNames
list of the column names to be displayed at the top of the table


Package org.openadaptor.adaptor.editor

Class org.openadaptor.adaptor.editor.AFComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

defaultFont

java.awt.Font defaultFont

typeFont

java.awt.Font typeFont

fc

FrameworkComponent fc

container

AFContainer container

editor

AFEditor editor

Class org.openadaptor.adaptor.editor.AFContainer extends javax.swing.JComponent implements Serializable

Serialized Fields

mouseOffsetX

int mouseOffsetX

mouseOffsetY

int mouseOffsetY

hGap

int hGap

vGap

int vGap

hOffset

int hOffset

vOffset

int vOffset

preferredSize

java.awt.Dimension preferredSize

adaptor

Adaptor adaptor

editor

AFEditor editor

sourceRowOrder

java.util.Vector<E> sourceRowOrder

compMap

java.util.Hashtable<K,V> compMap

isMouseDrag

boolean isMouseDrag

isMouseGroupDrag

boolean isMouseGroupDrag

isBulkAdd

boolean isBulkAdd

isMousePress

boolean isMousePress

selected

AFComponent selected

Class org.openadaptor.adaptor.editor.AFPropertiesModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

titles

java.lang.String[] titles

adaptor

Adaptor adaptor

fc

FrameworkComponent fc

editor

AFEditor editor

Class org.openadaptor.adaptor.editor.AFTreeCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

editor

AFEditor editor

Class org.openadaptor.adaptor.editor.AFTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

editor

AFEditor editor

oldRenderer

javax.swing.tree.TreeCellRenderer oldRenderer

Class org.openadaptor.adaptor.editor.Help.HelpTextPane extends javax.swing.JTextPane implements Serializable


Package org.openadaptor.adaptor.hospital

Class org.openadaptor.adaptor.hospital.HospitalException extends java.lang.Exception implements Serializable

Serialized Fields

_s

java.lang.String _s

Package org.openadaptor.adaptor.jdbc

Class org.openadaptor.adaptor.jdbc.DeadlockException extends java.lang.Exception implements Serializable


Package org.openadaptor.adaptor.ldap

Class org.openadaptor.adaptor.ldap.LDAPModificationEvent extends java.util.EventObject implements Serializable

Serialized Fields

_previousAttrs

javax.naming.directory.Attributes _previousAttrs
the old attributes before the modifications were applied


_entryMod

LDAPEntryModification _entryMod
object used to contain the details of the modifications to the current LDAP entry


Package org.openadaptor.adaptor.standard

Class org.openadaptor.adaptor.standard.RMIRemoteControlImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

_remoteControlDelegate

RMIRemoteControlImpl.RemoteControlDelegate _remoteControlDelegate

_registry

java.rmi.registry.Registry _registry

rmiHost

java.lang.String rmiHost

rmiPort

java.lang.String rmiPort

rmiName

java.lang.String rmiName

Package org.openadaptor.adaptor.value

Class org.openadaptor.adaptor.value.ValueException extends PipelineException implements Serializable


Package org.openadaptor.adaptor.viewer

Class org.openadaptor.adaptor.viewer.Viewer extends javax.swing.JFrame implements Serializable

Serialized Fields

_name

java.lang.String _name

_cfg

ViewerConfig _cfg

_sec

ViewerSecurity _sec

_act

ViewerPayloadActions _act

_gui

ViewerGUI _gui

Package org.openadaptor.adaptor.viewer.gui

Class org.openadaptor.adaptor.viewer.gui.ViewerCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

_complex_attribute_value_text

java.lang.String _complex_attribute_value_text

_cfg

ViewerConfig _cfg

Class org.openadaptor.adaptor.viewer.gui.ViewerGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

_name

java.lang.String _name

_dobs

DataObject[] _dobs
reference to the DataObject array that forms the payload


_selectedDO

int _selectedDO
reference to the currently selected DO. -1 indicates that none are selected.


_tbl

javax.swing.JTable _tbl
reference to the table component that contains the attribute details for the currently selected DataObjects payload


_lst

javax.swing.JList _lst
reference to the DataObject list component


_security

ViewerSecurity _security
the security class that controls the actions that can be performed on the payload.


_config

ViewerConfig _config
the config class used to control the GUI's appearence


_actions

ViewerPayloadActions _actions
the payload actions class used to use when manipluation the payload data


_isDirty

boolean _isDirty
flag to indicate that the payload data has changed and has not yet been saved


_popup

ViewerPopupMenu _popup
popup menu used by several of the components in the GUI

Class org.openadaptor.adaptor.viewer.gui.ViewerHeaderRenderer extends javax.swing.JLabel implements Serializable

Class org.openadaptor.adaptor.viewer.gui.ViewerMsgBox extends javax.swing.JOptionPane implements Serializable

Class org.openadaptor.adaptor.viewer.gui.ViewerPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

_name

java.lang.String _name

_panel

ViewerGUI _panel

Class org.openadaptor.adaptor.viewer.gui.ViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_name

java.lang.String _name

_do

DataObject _do
reference to the current DataObject


_editableAttributes

java.lang.String[] _editableAttributes
list of attributes in the current data set that are editable.


_panel

ViewerGUI _panel
refrence to the parent JPanel that contains the data table. This is used when manipulating the data within the table


_cfg

ViewerConfig _cfg
the config class used to control the GUI's appearence


Package org.openadaptor.dataobjects

Class org.openadaptor.dataobjects.AbstractDataObject extends java.lang.Object implements Serializable

serialVersionUID: -1903230796801047118L

Serialized Fields

values

java.util.Hashtable<K,V> values
Hashtable for storing attribute values, hashed by attribute name

Class org.openadaptor.dataobjects.CollectionDataObject extends AbstractDataObject implements Serializable

Serialized Fields

type

DOCollection type
The DOType of the CollectionDataObject


collection

java.util.Collection<E> collection
The collection of all instances of this collection

Class org.openadaptor.dataobjects.DataObjectException extends java.lang.Exception implements Serializable

Class org.openadaptor.dataobjects.DOMDataObject extends AbstractDataObject implements Serializable

Serialized Fields

DOM_ELEMENT

DOType DOM_ELEMENT
the DOType of the DataObject


_xmlDocument

org.w3c.dom.Document _xmlDocument
the XML document that is held in the payload attribute


_xmlString

java.lang.String _xmlString
the String version of the XML document


_parser

org.apache.xerces.parsers.DOMParser _parser
a DOM parser to provide XSL transformation functionality


tidy

org.w3c.tidy.Tidy tidy

Class org.openadaptor.dataobjects.DuplicateAttributeException extends DataObjectException implements Serializable

Class org.openadaptor.dataobjects.DuplicateTypeException extends DataObjectException implements Serializable

Class org.openadaptor.dataobjects.FixedDOType extends java.lang.Object implements Serializable

serialVersionUID: -4585101188412970017L

Serialized Fields

name

java.lang.String name
name of the DOType


attributes

java.util.List<E> attributes
Vector containing the (unordered) attributes in the DOType.


orderedAttributes

java.util.List<E> orderedAttributes
Ordered list of attributes.


attributesMap

java.util.Map<K,V> attributesMap
Hashtable of all the attributes in the DOType, hashed by name.


hashCode

int hashCode
Cached hashcode value.


_uid

java.lang.String _uid
a string code that represent the DOType if set then SDOType can longer be modified


_checkedTypes

java.util.Hashtable<K,V> _checkedTypes

Class org.openadaptor.dataobjects.IncompatibleTypeException extends DataObjectException implements Serializable

Serialized Fields

t1

DOType t1

t2

DOType t2

Class org.openadaptor.dataobjects.InvalidParameterException extends DataObjectException implements Serializable

Class org.openadaptor.dataobjects.InvalidTypeVersionException extends DataObjectException implements Serializable

Class org.openadaptor.dataobjects.SDOAttribute extends java.lang.Object implements Serializable

serialVersionUID: 5351731998918128032L

Serialized Fields

name

java.lang.String name
Holds attribute name.


type

DOType type
Holds attribute type.

Class org.openadaptor.dataobjects.SDOType extends FixedDOType implements Serializable

serialVersionUID: -1110640209181246451L

Serialized Fields

isPrimitive

boolean isPrimitive
Set true if the SDOType represents a primitive type


version

long version

Class org.openadaptor.dataobjects.SimpleDataObject extends AbstractDataObject implements Serializable

serialVersionUID: 7679392060682874719L

Serialized Fields

type

SDOType type
The DOType of this instance

Class org.openadaptor.dataobjects.UnknownTypeException extends DataObjectException implements Serializable


Package org.openadaptor.dmx

Class org.openadaptor.dmx.BIMException extends DataObjectException implements Serializable


Package org.openadaptor.dmx.converter

Class org.openadaptor.dmx.converter.DMXException extends java.lang.Exception implements Serializable

Serialized Fields

originatingException

java.lang.Exception originatingException
holds the original exception, if specified on constructing

Class org.openadaptor.dmx.converter.DMXReaderException extends DMXException implements Serializable

Class org.openadaptor.dmx.converter.DMXViolationException extends DMXException implements Serializable


Package org.openadaptor.dmx.metaobjects.types

Class org.openadaptor.dmx.metaobjects.types.MOAlias extends MOType implements Serializable

Serialized Fields

realType

MOType realType

Class org.openadaptor.dmx.metaobjects.types.MOAtomic extends MOType implements Serializable

Class org.openadaptor.dmx.metaobjects.types.MOAttribute extends SDOAttribute implements Serializable

Serialized Fields

objectID

java.lang.String objectID

defaultObjectID

java.lang.String defaultObjectID

associationFlag

boolean associationFlag

instanceVarFlag

boolean instanceVarFlag

visibility

java.lang.String visibility

mandatoryFlag

boolean mandatoryFlag

uniqueFlag

boolean uniqueFlag

owner

MOStructure owner
the owner of an attribute. Is a StructureType or a class


relationshipPart

MORelationshipPart relationshipPart
link to a relationship participant

Class org.openadaptor.dmx.metaobjects.types.MOCardinality extends java.lang.Object implements Serializable

serialVersionUID: 2339147818497495800L

Serialized Fields

text

java.lang.String text
the cardinality as an textual description


min

long min
the minimum value after parsing


max

long max
the maximum value after parsing

Class org.openadaptor.dmx.metaobjects.types.MOClass extends MOStructure implements Serializable

Serialized Fields

classVersion

long classVersion

predecessor

MOClass predecessor

superclass

MOClass superclass

ownOperations

java.util.Vector<E> ownOperations

Class org.openadaptor.dmx.metaobjects.types.MOCollection extends MOType implements Serializable

Serialized Fields

elementType

MOType elementType

associationFlag

boolean associationFlag

containerName

java.lang.String containerName

size

long size

Class org.openadaptor.dmx.metaobjects.types.MOEnumeration extends MOAtomic implements Serializable

Serialized Fields

values

java.util.Vector<E> values

Class org.openadaptor.dmx.metaobjects.types.MOMethod extends java.lang.Object implements Serializable

serialVersionUID: -6588577035473831335L

Serialized Fields

name

java.lang.String name

returnType

MOType returnType

instanceFlag

boolean instanceFlag

visibility

java.lang.String visibility

parameter

java.util.Vector<E> parameter

Class org.openadaptor.dmx.metaobjects.types.MOModule extends java.lang.Object implements Serializable

serialVersionUID: 6237680697049489091L

Serialized Fields

name

java.lang.String name

types

java.util.Vector<E> types

relationships

java.util.Vector<E> relationships

Class org.openadaptor.dmx.metaobjects.types.MOParameter extends java.lang.Object implements Serializable

serialVersionUID: 3137783113363598450L

Serialized Fields

name

java.lang.String name

type

MOType type

access

java.lang.String access

Class org.openadaptor.dmx.metaobjects.types.MORelationship extends java.lang.Object implements Serializable

serialVersionUID: 433173905780871282L

Serialized Fields

name

java.lang.String name

participants

java.util.Vector<E> participants

attributes

java.util.Vector<E> attributes

module

MOModule module

Class org.openadaptor.dmx.metaobjects.types.MORelationshipPart extends java.lang.Object implements Serializable

serialVersionUID: -6296735259334162497L

Serialized Fields

involvedAttribute

MOAttribute involvedAttribute

cardinality

MOCardinality cardinality

relationship

MORelationship relationship

Class org.openadaptor.dmx.metaobjects.types.MOStructure extends MOType implements Serializable

Class org.openadaptor.dmx.metaobjects.types.MOType extends SDOType implements Serializable

Serialized Fields

classID

java.lang.String classID

module

MOModule module

Package org.openadaptor.dmx.metaobjects.util

Class org.openadaptor.dmx.metaobjects.util.InvalidModelException extends DataObjectException implements Serializable


Package org.openadaptor.doconverter

Class org.openadaptor.doconverter.CompressorException extends DataObjectException implements Serializable

Class org.openadaptor.doconverter.DOConverterException extends java.lang.Exception implements Serializable

Class org.openadaptor.doconverter.MessageDataObject extends SimpleDataObject implements Serializable

serialVersionUID: -2829172718015318876L

Serialized Fields

_messageContents

DataObject[] _messageContents
Holds the DataObject array for the message

Class org.openadaptor.doconverter.MetadataException extends DataObjectException implements Serializable


Package org.openadaptor.dostrings

Class org.openadaptor.dostrings.DOStringException extends DataObjectException implements Serializable


Package org.openadaptor.hospital.gui

Class org.openadaptor.hospital.gui.HATCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.openadaptor.hospital.gui.HATEditableAttributesCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.openadaptor.hospital.gui.HATEditableAttributesFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_tbl

javax.swing.JTable _tbl
table used to display the user role details


_db

HATDatabase _db
reference to the current database


_isDirty

boolean _isDirty
flag to indicate that there is data to be saved

Class org.openadaptor.hospital.gui.HATEditableAttributesTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_columnNames

java.lang.String[] _columnNames
list of the column names to be displayed at the top of the table


_data

java.lang.Object[][] _data
the data to be displayed

Class org.openadaptor.hospital.gui.HATFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_isUsingFileSource

boolean _isUsingFileSource
flag to indicate that we are using a file as the hospital data source rather than a database


_dbRowLimit

int _dbRowLimit
the maximum number of database rows to read in at any one time.


_userData

HATUser _userData
reference to the current user


_authorisationMethod

java.lang.String _authorisationMethod
flag to indicate the method used to authorise the user. The default is to use database authorisation


_login

HATLogin _login
Holds the login/security information


GUI_BORDER

java.awt.BorderLayout GUI_BORDER
GUI display elements


GUI_PATIENT_DETAILS_PANEL

HATPatientDetailsPanel GUI_PATIENT_DETAILS_PANEL

GUI_PAYLOAD_DETAILS_PANEL

HATPayloadPanel GUI_PAYLOAD_DETAILS_PANEL

GUI_PATIENT_PANEL

HATPatientPanel GUI_PATIENT_PANEL

GUI_DETAILS_PANEL

javax.swing.JPanel GUI_DETAILS_PANEL

GUI_CONTENT_PANEL

javax.swing.JPanel GUI_CONTENT_PANEL

GUI_PATIENT_PANEL_SCROLLER

javax.swing.JScrollPane GUI_PATIENT_PANEL_SCROLLER

GUI_VERTICAL_SPLITTER

javax.swing.JSplitPane GUI_VERTICAL_SPLITTER

GUI_MENUBAR

javax.swing.JMenuBar GUI_MENUBAR

GUI_MENU_FILE

javax.swing.JMenu GUI_MENU_FILE

GUI_MENU_HELP

javax.swing.JMenu GUI_MENU_HELP

GUI_MENU_PATIENT

javax.swing.JMenu GUI_MENU_PATIENT

GUI_MENU_ADMIN

javax.swing.JMenu GUI_MENU_ADMIN

Class org.openadaptor.hospital.gui.HATHeaderRenderer extends javax.swing.JLabel implements Serializable

Class org.openadaptor.hospital.gui.HATLoginDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_props

java.util.Properties _props
reference to the current properties file details. This may have been modiied within the application and therefore not reflect the settings saved in the original file


_propsOrig

java.util.Properties _propsOrig
reference to the original properties file


_authorisatinoMethod

java.lang.String _authorisatinoMethod
flag to indicate the method used to authorise the user. The default is to use database authorisation


_isUsingFileStore

boolean _isUsingFileStore
flag to indicate that the patients are stored in a file rather than a database


_fileName

java.lang.String _fileName
hospital connection details. Note that if we are using a file source for the hospital then the database related attributes will be blank and vice versa


_dbDriver

java.lang.String _dbDriver

_dbURL

java.lang.String _dbURL

_dbName

java.lang.String _dbName

_dbUser

java.lang.String _dbUser

_dbPassword

java.lang.String _dbPassword

_logonUser

java.lang.String _logonUser

_logonPassword

java.lang.String _logonPassword

GUI_COMBO_HOSPITALlIST

javax.swing.JComboBox GUI_COMBO_HOSPITALlIST
GUI display elements


GUI_TEXTFIELD_DBDRIVER

javax.swing.JTextField GUI_TEXTFIELD_DBDRIVER

GUI_TEXTFIELD_DBPASSWORD

javax.swing.JTextField GUI_TEXTFIELD_DBPASSWORD

GUI_TEXTFIELD_DBUSER

javax.swing.JTextField GUI_TEXTFIELD_DBUSER

GUI_TEXTFIELD_PASSWORD

javax.swing.JTextField GUI_TEXTFIELD_PASSWORD

GUI_TEXTFIELD_USER

javax.swing.JTextField GUI_TEXTFIELD_USER

GUI_TEXTFIELD_DBNAME

javax.swing.JTextField GUI_TEXTFIELD_DBNAME

GUI_TEXTFIELD_DBCONNECTIONURL

javax.swing.JTextField GUI_TEXTFIELD_DBCONNECTIONURL

GUI_TEXTFIELD_FILENAME

javax.swing.JTextField GUI_TEXTFIELD_FILENAME

GUI_LABEL_DBDRIVER

javax.swing.JLabel GUI_LABEL_DBDRIVER

GUI_LABEL_DBPASSWORD

javax.swing.JLabel GUI_LABEL_DBPASSWORD

GUI_LABEL_DBUSER

javax.swing.JLabel GUI_LABEL_DBUSER

GUI_LABEL_PASSWORD

javax.swing.JLabel GUI_LABEL_PASSWORD

GUI_LABEL_USER

javax.swing.JLabel GUI_LABEL_USER

GUI_LABEL_HOSPITALNAME

javax.swing.JLabel GUI_LABEL_HOSPITALNAME

GUI_LABEL_HOSPITALTABLENAME

javax.swing.JLabel GUI_LABEL_HOSPITALTABLENAME

GUI_LABEL_DBCONNECTIONURL

javax.swing.JLabel GUI_LABEL_DBCONNECTIONURL

GUI_LABEL_FILENAME

javax.swing.JLabel GUI_LABEL_FILENAME

GUI_LABEL_AUTHORISATIONMETHOD

javax.swing.JLabel GUI_LABEL_AUTHORISATIONMETHOD

GUI_ICON

javax.swing.JLabel GUI_ICON

GUI_OA_LOGO

javax.swing.JLabel GUI_OA_LOGO

GUI_BUTTON_CANCEL

javax.swing.JButton GUI_BUTTON_CANCEL

GUI_BUTTON_TEST

javax.swing.JButton GUI_BUTTON_TEST

GUI_BUTTON_OK

javax.swing.JButton GUI_BUTTON_OK

GUI_PANEL_MAIN

javax.swing.JPanel GUI_PANEL_MAIN

GUI_PANEL_BUTTONS

javax.swing.JPanel GUI_PANEL_BUTTONS

GUI_PANEL_CONNECTIONDETAILS

javax.swing.JPanel GUI_PANEL_CONNECTIONDETAILS

GUI_PANEL_TITLE

javax.swing.JPanel GUI_PANEL_TITLE

GUI_PANEL_LOGIN

javax.swing.JPanel GUI_PANEL_LOGIN

GUI_PANEL_LEFT_HAND_SIDE

javax.swing.JPanel GUI_PANEL_LEFT_HAND_SIDE

GUI_PANEL_RIGHT_HAND_SIDE

javax.swing.JPanel GUI_PANEL_RIGHT_HAND_SIDE

GUI_PANEL_SEPERATOR

javax.swing.JPanel GUI_PANEL_SEPERATOR

Class org.openadaptor.hospital.gui.HATPatientDetailsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

GUI_LABEL_REJECTIONREASON

javax.swing.JLabel GUI_LABEL_REJECTIONREASON
GUI display elements


GUI_LABEL_APPLICATIONNAME

javax.swing.JLabel GUI_LABEL_APPLICATIONNAME

GUI_LABEL_SUBJECT

javax.swing.JLabel GUI_LABEL_SUBJECT

GUI_LABEL_STATUS

javax.swing.JLabel GUI_LABEL_STATUS

GUI_REJECTIONREASON_SCROLLER

javax.swing.JScrollPane GUI_REJECTIONREASON_SCROLLER

GUI_POPUP_MENU

HATPopupMenu GUI_POPUP_MENU

_frame

HATFrame _frame
reference to the frame that contains this panel

Class org.openadaptor.hospital.gui.HATPatientPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

GUI_PATIENT_LIST_BORDER

java.awt.BorderLayout GUI_PATIENT_LIST_BORDER
GUI dispaly elements


GUI_PATIENT_LIST

javax.swing.JList GUI_PATIENT_LIST

GUI_POPUP_MENU

HATPopupMenu GUI_POPUP_MENU

_frame

HATFrame _frame
reference to the parent frame which invoked the message list

Class org.openadaptor.hospital.gui.HATPayloadPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_isRootPanel

boolean _isRootPanel

GUI_PATIENT_PAYLOAD_MAIN_PANEL

javax.swing.JPanel GUI_PATIENT_PAYLOAD_MAIN_PANEL
GUI display elements


GUI_PATIENT_PAYLOAD_DATAOBJECT_LIST_PANEL

javax.swing.JPanel GUI_PATIENT_PAYLOAD_DATAOBJECT_LIST_PANEL

GUI_PATIENT_PAYLOAD_BUTTONS_PANEL

javax.swing.JPanel GUI_PATIENT_PAYLOAD_BUTTONS_PANEL

GUI_PATIENT_PAYLOAD_SPLITTER

javax.swing.JSplitPane GUI_PATIENT_PAYLOAD_SPLITTER

GUI_PATIENT_PAYLOAD_ATTRIBUTE_SCROLLER

javax.swing.JScrollPane GUI_PATIENT_PAYLOAD_ATTRIBUTE_SCROLLER

GUI_PATIENT_PAYLOAD_DATAOBJECT_LIST_SCROLLER

javax.swing.JScrollPane GUI_PATIENT_PAYLOAD_DATAOBJECT_LIST_SCROLLER

GUI_POPUP_MENU

HATPopupMenu GUI_POPUP_MENU

_sdoArray

SimpleDataObject[] _sdoArray

_editableAttributes

java.lang.String[] _editableAttributes

_frame

HATFrame _frame
reference to the frame that contains this panel

Class org.openadaptor.hospital.gui.HATPopupMenu extends javax.swing.JPopupMenu implements Serializable

Class org.openadaptor.hospital.gui.HATTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_sortedAttributes

java.lang.String[] _sortedAttributes
list of the attribute names ordered as they should appear in the table


_editableAttributes

java.lang.String[] _editableAttributes
list of attributes that can be edited


_columnNames

java.lang.String[] _columnNames
list of the column names to be displayed at the top of the table


_panel

HATPayloadPanel _panel
reference to the panel that holds the attribute table

Class org.openadaptor.hospital.gui.HATUserAdminCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.openadaptor.hospital.gui.HATUserAdminTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_columnNames

java.lang.String[] _columnNames
list of the column names to be displayed at the top of the table


_columnTypes

java.lang.Class<T>[] _columnTypes
list of the data types for the columns


_data

java.lang.Object[][] _data
the data to be displayed

Class org.openadaptor.hospital.gui.HATUserRolesFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_tbl

javax.swing.JTable _tbl
table used to display the user role details


_db

HATDatabase _db
reference to the current database


_login

HATLogin _login
Holds the login/security information


Package org.openadaptor.hospital.listeners

Class org.openadaptor.hospital.listeners.HATMenuActionListener extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_frame

HATFrame _frame
reference to the HAT application frame


_payload

HATPayloadPanel _payload
reference to the patient's payload panel


Package org.openadaptor.j2ee.jca

Class org.openadaptor.j2ee.jca.ConversionException extends java.lang.Exception implements Serializable

Class org.openadaptor.j2ee.jca.DefaultConnectionManager extends java.lang.Object implements Serializable

Class org.openadaptor.j2ee.jca.oaConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

cm

javax.resource.spi.ConnectionManager cm

mcf

oaManagedConnectionFactory mcf

reference

javax.naming.Reference reference

Class org.openadaptor.j2ee.jca.oaIndexedRecord extends java.util.LinkedList implements Serializable

Serialized Fields

name

java.lang.String name

shortDesc

java.lang.String shortDesc

Class org.openadaptor.j2ee.jca.oaInteractionSpec extends java.lang.Object implements Serializable

Serialized Fields

functionName

java.lang.String functionName

changes

java.beans.PropertyChangeSupport changes

Class org.openadaptor.j2ee.jca.oaManagedConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

resourceName

java.lang.String resourceName
Unique name for Connection Factory. Unique amoung oaManagedConnectionFactory.


adaptorName

java.lang.String adaptorName

propsURL

java.lang.String propsURL

sourceName

java.lang.String sourceName

adaptorResourceWrapper

AdaptorResourceWrapper adaptorResourceWrapper

logWriter

java.io.PrintWriter logWriter

Class org.openadaptor.j2ee.jca.oaMappedRecord extends java.util.HashMap implements Serializable

Serialized Fields

name

java.lang.String name

shortDesc

java.lang.String shortDesc

typeDef

boolean typeDef

Package org.openadaptor.j2ee.mdb

Class org.openadaptor.j2ee.mdb.MDBAdaptorListener extends MDBListener implements Serializable

Serialized Fields

_readerDelegate

ReaderDelegate _readerDelegate
The reader delegate that converts messages to DataObjects.

Class org.openadaptor.j2ee.mdb.MDBListener extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_txStatusInitialised

boolean _txStatusInitialised
Transaction handling depends on whether the MDB is container-managed or bean-managed. The deployment status is determined by one-time check on first message receipt. Note that the MDB can be container-managed but without a transaction in effect. In that case calling setRollbackOnly() on failure is not allowed. However, there is no direct way to determine whether or not a transaction is in effect if the MDB is container-managed until a call to setRollbackOnly() throws IllegalStateException. _containerManagedTransaction is used as an optimisation so that we don't need repeatedly to call setRollbackOnly() only to have it throw an exception.


_beanManaged

boolean _beanManaged

_containerManagedTransaction

boolean _containerManagedTransaction

_purgeFailedMessage

int _purgeFailedMessage
Allows the option to discard failed messages (by treating them as they were successfully handled).


_delayAfterRollback

long _delayAfterRollback
Bug workaround for JMS servers that have problems dealing with rapid sequence of transaction rollback and redelivery of a failing message. This an happen if a failed message is not discarded (by using PurgeFailedMessage) in a container-managed transaction.

Note: failing messages are not redelivered after rollback in a bean-managed transaction.


_mdc

javax.ejb.MessageDrivenContext _mdc
MDB context.


_jndi

JNDI _jndi
JNDI context for environment properties lookup


_environment

java.util.Properties _environment
Environment (for properties).


_logger

BeanLogger _logger
BeanLogger.


_tx

javax.transaction.UserTransaction _tx
UserTransaction if deployed using bean-managed transactions.


_msg

javax.jms.Message _msg
Reference to the JMS message currently being processed.


Package org.openadaptor.j2ee.session

Class org.openadaptor.j2ee.session.EJBSubscriberBean extends java.lang.Object implements Serializable

Serialized Fields

_ctx

javax.ejb.SessionContext _ctx
SessionBean context.


_jndi

JNDI _jndi
JNDI context for environment properties lookup


_environment

java.util.Properties _environment
Environment (for properties).


_logger

BeanLogger _logger
BeanLogger.

Class org.openadaptor.j2ee.session.EJBWithResourceAdaptorBean extends java.lang.Object implements Serializable

Serialized Fields

_ctx

javax.ejb.SessionContext _ctx
SessionBean context.


_connectionFactory

java.lang.String _connectionFactory
JNDI name of JCA Resource Adaptor connection factory.


_jndi

JNDI _jndi
JNDI context for environment properties lookup


_environment

java.util.Properties _environment
Environment (for properties).


_logger

BeanLogger _logger
BeanLogger.


_cf

javax.resource.cci.ConnectionFactory _cf
JCA connection factory


_cx

javax.resource.cci.Connection _cx
JCA connection


_rf

javax.resource.cci.RecordFactory _rf
Record factory

Class org.openadaptor.j2ee.session.EJBWithSinkBean extends java.lang.Object implements Serializable

Serialized Fields

_sink

Sink _sink
The openadaptor Sink that actually publishes messages.


_sinkName

java.lang.String _sinkName
The name of the Sink (obtained from environment).


_sinkProps

java.util.Properties _sinkProps
The Sink's properties (loaded from environment).


_ctx

javax.ejb.SessionContext _ctx
SessionBean context.


_jndi

JNDI _jndi
JNDI context for environment properties lookup


_environment

java.util.Properties _environment
Environment (for properties).


_logger

BeanLogger _logger
BeanLogger.


Package org.openadaptor.j2ee.util

Class org.openadaptor.j2ee.util.BeanLogger extends java.lang.Object implements Serializable

Serialized Fields

_logLevel

int _logLevel
Default log level.

Class org.openadaptor.j2ee.util.JNDI extends java.lang.Object implements Serializable

Serialized Fields

_jndiLookupPath

java.lang.String _jndiLookupPath
JNDI lookup prefix.


_jndiContexts

java.util.Hashtable<K,V> _jndiContexts
Cache of JNDI contexts


_environment

java.util.Properties _environment
Cache of environment found by JNDI lookup


_logger

BeanLogger _logger
BeanLogger


Package org.openadaptor.security

Class org.openadaptor.security.SerializableKeyPair extends java.lang.Object implements Serializable

serialVersionUID: -7271254987225461024L

Serialized Fields

publicKey

java.security.PublicKey publicKey

privateKey

java.security.PrivateKey privateKey

Class org.openadaptor.security.SimpleSecureKey extends java.lang.Object implements Serializable

serialVersionUID: -1346273238385456881L

Serialized Fields

_key

java.security.Key _key
handle of java.security.Key. This is the actual key which is used to encrypt/decrypt the messages.


_keyId

int _keyId
keyId associated with this Key. keyId is stored as a part of the header which is part of the processed message.


_timeStamp

java.util.Date _timeStamp
TimeStamp at which this key was generated.


_expiryTime

long _expiryTime
number of milliseconds after time indicated by _timeStamp at which this key expires.


Package org.openadaptor.simplexml

Class org.openadaptor.simplexml.XParserException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

Package org.openadaptor.util

Class org.openadaptor.util.ConfigData extends java.lang.Object implements Serializable

serialVersionUID: 7967530998804212261L

Serialized Fields

_entries

java.util.Hashtable<K,V> _entries

_head

ConfigEntry _head

_tail

ConfigEntry _tail

Class org.openadaptor.util.ConfigEntry extends java.lang.Object implements Serializable

serialVersionUID: -3761076331346530260L

Serialized Fields

_file

ConfigEntry _file

_next

ConfigEntry _next

_prev

ConfigEntry _prev

_lineNo

int _lineNo

_type

int _type

_name

java.lang.String _name

_val

java.lang.String _val

_len

int _len

_pos

int _pos

_score

java.lang.String _score

_words

java.util.Vector<E> _words

_hashCode

int _hashCode

_gotHashCode

boolean _gotHashCode

Class org.openadaptor.util.DateHolder extends java.lang.Object implements Serializable

serialVersionUID: 8719547390575463199L

Serialized Fields

noTimezone

boolean noTimezone
No timezone set, so do not output a timezone in toString() forms


_date

byte _date
Day of month 1..{28-31}


_month

byte _month
Month 0..11


_year

short _year
Year YEAR_MIN..YEAR_MAX

See Also:
DateHolder.YEAR_MIN, DateHolder.YEAR_MAX

_tz

java.util.TimeZone _tz
TimeZone of the date


_timezone

java.lang.String _timezone
Deprecated. - Please start using _tz
Timezone string - user defined.
ROADMAP
This constructor will be deleted after openadaptor 1.5.1.


_stringValue

java.lang.String _stringValue
cached string representation of the date

Class org.openadaptor.util.DateTimeHolder extends DateHolder implements Serializable

serialVersionUID: 2218071250375774292L

Serialized Fields

_hours

byte _hours
Hour of day 0..23


_minutes

byte _minutes
Minute of hour 0..59


_seconds

byte _seconds
Whole seconds, 0..59


_milliseconds

short _milliseconds
Subsecond values - 000 to 999

Class org.openadaptor.util.PropertyException extends TraceableException implements Serializable

Class org.openadaptor.util.PropertyFormatException extends java.lang.IllegalArgumentException implements Serializable

Class org.openadaptor.util.PropertyNotSetException extends java.lang.RuntimeException implements Serializable

Class org.openadaptor.util.SuperProperties extends java.util.Properties implements Serializable

serialVersionUID: 702902917052304938L

Serialized Fields

_variableOption

int _variableOption

_unsetVariableOption

int _unsetVariableOption

_useRestrictedKeys

boolean _useRestrictedKeys
Whether to restrict characters in key to letter or digit or _ or - NB: ? is always allowed as last char for auto-numbering


_autoNumberedKeys

java.util.Hashtable<K,V> _autoNumberedKeys
Most recent numbers allocated auto-numbered keys


cfgData

ConfigData cfgData
A ConfigData object containing all hierarchical keys/values.

Class org.openadaptor.util.TraceableException extends java.lang.Exception implements Serializable

Serialized Fields

underlying

java.lang.Throwable underlying

Class org.openadaptor.util.TypedProperties extends SuperProperties implements Serializable


Package org.openadaptor.util.base64

Class org.openadaptor.util.base64.Base64Exception extends java.lang.Exception implements Serializable


Package org.openadaptor.util.inspector

Class org.openadaptor.util.inspector.DataObjectTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

yetInitialized

boolean yetInitialized
flag, for lazy initialization


index

java.lang.Integer index
index, if part of an array of DO's. Initialized by null, means not used

Class org.openadaptor.util.inspector.DOTypeTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

yetInitialized

boolean yetInitialized
flag, for lazy initialization


name

java.lang.String name
the name of node

Class org.openadaptor.util.inspector.InspectorTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package org.openadaptor.util.layout

Class org.openadaptor.util.layout.StrutLayout.ComponentInfo extends java.awt.Rectangle implements Serializable

Serialized Fields

parent

StrutLayout.ComponentInfo parent

component

java.awt.Component component

preferredSize

java.awt.Dimension preferredSize

struts

java.util.Vector<E> struts

sizeGroup

StrutLayout.SizeGroupInfo sizeGroup

springInfo

StrutLayout.SpringInfo springInfo