Serialized Form
Package org.openadaptor.adaptor |
_s
java.lang.String _s
_c
Component _c
_severity
int _severity
- The severity of this exception.
Package org.openadaptor.adaptor.bridge |
_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 |
_exception
java.lang.Exception _exception
- If this exception wraps another then this is the
other
Package org.openadaptor.adaptor.display.inspectorgui |
_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
_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 |
defaultFont
java.awt.Font defaultFont
typeFont
java.awt.Font typeFont
fc
FrameworkComponent fc
container
AFContainer container
editor
AFEditor editor
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
titles
java.lang.String[] titles
adaptor
Adaptor adaptor
fc
FrameworkComponent fc
editor
AFEditor editor
tree
javax.swing.JTree tree
editor
AFEditor editor
tree
javax.swing.JTree tree
editor
AFEditor editor
oldRenderer
javax.swing.tree.TreeCellRenderer oldRenderer
Package org.openadaptor.adaptor.hospital |
_s
java.lang.String _s
Package org.openadaptor.adaptor.jdbc |
Package org.openadaptor.adaptor.ldap |
_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 |
_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 |
Package org.openadaptor.adaptor.viewer |
_name
java.lang.String _name
_cfg
ViewerConfig _cfg
_sec
ViewerSecurity _sec
_act
ViewerPayloadActions _act
_gui
ViewerGUI _gui
Package org.openadaptor.adaptor.viewer.gui |
_complex_attribute_value_text
java.lang.String _complex_attribute_value_text
_cfg
ViewerConfig _cfg
_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
_name
java.lang.String _name
_panel
ViewerGUI _panel
_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 |
serialVersionUID: -1903230796801047118L
values
java.util.Hashtable<K,V> values
- Hashtable for storing attribute values, hashed by attribute name
type
DOCollection type
- The DOType of the CollectionDataObject
collection
java.util.Collection<E> collection
- The collection of all instances of this collection
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
serialVersionUID: -4585101188412970017L
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
t1
DOType t1
t2
DOType t2
serialVersionUID: 5351731998918128032L
name
java.lang.String name
- Holds attribute name.
type
DOType type
- Holds attribute type.
serialVersionUID: -1110640209181246451L
isPrimitive
boolean isPrimitive
- Set true if the SDOType represents a primitive type
version
long version
serialVersionUID: 7679392060682874719L
type
SDOType type
- The DOType of this instance
Package org.openadaptor.dmx |
Package org.openadaptor.dmx.converter |
originatingException
java.lang.Exception originatingException
- holds the original exception, if specified on constructing
Package org.openadaptor.dmx.metaobjects.types |
realType
MOType realType
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
serialVersionUID: 2339147818497495800L
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
classVersion
long classVersion
predecessor
MOClass predecessor
superclass
MOClass superclass
ownOperations
java.util.Vector<E> ownOperations
elementType
MOType elementType
associationFlag
boolean associationFlag
containerName
java.lang.String containerName
size
long size
values
java.util.Vector<E> values
serialVersionUID: -6588577035473831335L
name
java.lang.String name
returnType
MOType returnType
instanceFlag
boolean instanceFlag
visibility
java.lang.String visibility
parameter
java.util.Vector<E> parameter
serialVersionUID: 6237680697049489091L
name
java.lang.String name
types
java.util.Vector<E> types
relationships
java.util.Vector<E> relationships
serialVersionUID: 3137783113363598450L
name
java.lang.String name
type
MOType type
access
java.lang.String access
serialVersionUID: 433173905780871282L
name
java.lang.String name
participants
java.util.Vector<E> participants
attributes
java.util.Vector<E> attributes
module
MOModule module
serialVersionUID: -6296735259334162497L
involvedAttribute
MOAttribute involvedAttribute
cardinality
MOCardinality cardinality
relationship
MORelationship relationship
classID
java.lang.String classID
module
MOModule module
Package org.openadaptor.dmx.metaobjects.util |
Package org.openadaptor.doconverter |
serialVersionUID: -2829172718015318876L
_messageContents
DataObject[] _messageContents
- Holds the DataObject array for the message
Package org.openadaptor.dostrings |
Package org.openadaptor.hospital.gui |
_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
_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
_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
_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
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
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
_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
_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
_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
_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 |
_frame
HATFrame _frame
- reference to the HAT application frame
_payload
HATPayloadPanel _payload
- reference to the patient's payload panel
Package org.openadaptor.j2ee.jca |
cm
javax.resource.spi.ConnectionManager cm
mcf
oaManagedConnectionFactory mcf
reference
javax.naming.Reference reference
name
java.lang.String name
shortDesc
java.lang.String shortDesc
functionName
java.lang.String functionName
changes
java.beans.PropertyChangeSupport changes
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
name
java.lang.String name
shortDesc
java.lang.String shortDesc
typeDef
boolean typeDef
Package org.openadaptor.j2ee.mdb |
_readerDelegate
ReaderDelegate _readerDelegate
- The reader delegate that converts messages to DataObjects.
_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 |
_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.
_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
_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 |
_logLevel
int _logLevel
- Default log level.
_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 |
serialVersionUID: -7271254987225461024L
publicKey
java.security.PublicKey publicKey
privateKey
java.security.PrivateKey privateKey
serialVersionUID: -1346273238385456881L
_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 |
message
java.lang.String message
Package org.openadaptor.util |
serialVersionUID: 7967530998804212261L
_entries
java.util.Hashtable<K,V> _entries
_head
ConfigEntry _head
_tail
ConfigEntry _tail
serialVersionUID: -3761076331346530260L
_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
serialVersionUID: 8719547390575463199L
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
serialVersionUID: 2218071250375774292L
_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
serialVersionUID: 702902917052304938L
_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.
underlying
java.lang.Throwable underlying
Package org.openadaptor.util.base64 |
Package org.openadaptor.util.inspector |
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
yetInitialized
boolean yetInitialized
- flag, for lazy initialization
name
java.lang.String name
- the name of node
Package org.openadaptor.util.layout |
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