Serialized Form


Package com.mindtree.techworks.insight.appender

Class com.mindtree.techworks.insight.appender.ParsedEventAppender extends LogEventModel implements Serializable

serialVersionUID: 217646441758807591L

Serialized Fields

errorHandler

org.apache.log4j.spi.ErrorHandler errorHandler

filter

org.apache.log4j.spi.Filter filter

layout

org.apache.log4j.Layout layout

name

java.lang.String name

nextLogEventSequenceNumber

long nextLogEventSequenceNumber

Package com.mindtree.techworks.insight.download

Class com.mindtree.techworks.insight.download.RemoteClientException extends java.lang.Exception implements Serializable

serialVersionUID: -135857602688408123L


Package com.mindtree.techworks.insight.download.ftpbrowse

Class com.mindtree.techworks.insight.download.ftpbrowse.FTPBrowseException extends java.io.IOException implements Serializable

serialVersionUID: -6152897285474530349L

Class com.mindtree.techworks.insight.download.ftpbrowse.FTPFileFile extends java.io.File implements Serializable

serialVersionUID: 4465086823354456311L

Serialized Fields

ftpFile

org.apache.commons.net.ftp.FTPFile ftpFile
The ftpFile instance backing the wrapper


fileSystemView

javax.swing.filechooser.FileSystemView fileSystemView
The file system view which created this.


hostURL

java.net.URL hostURL
The URL associated with this file.


passwordAuthentication

java.net.PasswordAuthentication passwordAuthentication
User credentials for the remote host.


Package com.mindtree.techworks.insight.download.ftpbrowse.test

Class com.mindtree.techworks.insight.download.ftpbrowse.test.FileChooserTestFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 7240401258426606510L


Package com.mindtree.techworks.insight.download.sftpbrowse

Class com.mindtree.techworks.insight.download.sftpbrowse.SFTPBrowseException extends java.io.IOException implements Serializable

serialVersionUID: 1221316305067054576L

Class com.mindtree.techworks.insight.download.sftpbrowse.SFTPFileFile extends java.io.File implements Serializable

serialVersionUID: 1566302834356038498L

Serialized Fields

sftpFile

com.sshtools.j2ssh.sftp.SftpFile sftpFile
The sftpFile instance backing the wrapper


fileSystemView

javax.swing.filechooser.FileSystemView fileSystemView
The file system view which created this.


host

java.lang.String host
The host connected to.


port

int port
The port connected to.


passwordAuthentication

java.net.PasswordAuthentication passwordAuthentication
User credentials for the remote host.


Package com.mindtree.techworks.insight.download.sftpbrowse.test

Class com.mindtree.techworks.insight.download.sftpbrowse.test.SFTPFileChooserTestFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -4542730691957729838L


Package com.mindtree.techworks.insight.eventsearch

Class com.mindtree.techworks.insight.eventsearch.MatchingLogEvent extends java.lang.Object implements Serializable

serialVersionUID: -5828131920882531358L

Serialized Fields

pageNumber

long pageNumber
Page number where the current event is located.


eventSequenceNumber

long eventSequenceNumber
The sequence number of the current event.

Class com.mindtree.techworks.insight.eventsearch.SearchCriteria extends java.lang.Object implements Serializable

serialVersionUID: 1089139959871483251L

Serialized Fields

searchType

int searchType
Holds the type of the search


searchString

java.lang.String searchString
The string to search for

Class com.mindtree.techworks.insight.eventsearch.SearchResults extends java.lang.Object implements Serializable

serialVersionUID: 2164352117429657476L

Serialized Fields

controller

Controller controller
The log event model of which it is a part of


eventDetailsPresentation

EventDetailsPresentation eventDetailsPresentation
The EventDetailsPresentation whose contents will be searched


searchCriteria

SearchCriteria searchCriteria
The search criteria which created this search result


matchingLogEvents

java.util.List<E> matchingLogEvents
List of matching log events.


pagedMatchingLogEvents

java.util.Map<K,V> pagedMatchingLogEvents
Stores the list of matching events in a page.


currentMatchingLogEventIndex

int currentMatchingLogEventIndex
Index of the current accessed matching log event.


Package com.mindtree.techworks.insight.filter

Class com.mindtree.techworks.insight.filter.FilterException extends java.lang.Exception implements Serializable

serialVersionUID: -8213326105408613457L

Class com.mindtree.techworks.insight.filter.FilterPreferences extends java.lang.Object implements Serializable

serialVersionUID: -2124856129782791855L

Serialized Fields

_storedFilterParentPreference

Preference _storedFilterParentPreference
Stored filters parent preference - containing the stored filters preference and the max number of preferences that can be stored.


_storedFiltersPreference

Preference _storedFiltersPreference
The stored filters preference


_maxPreferences

int _maxPreferences
Maximum number of filters that can be stored, from the preferences.


_storedFilterNames

java.util.LinkedList<E> _storedFilterNames
List of filter names


_storedFilters

java.util.Map<K,V> _storedFilters
Stored filter names and their values


_updateListeners

java.util.Set<E> _updateListeners
List of listeners that need to be udpated when the preferences are reloaded.


Package com.mindtree.techworks.insight.filter.criteria

Class com.mindtree.techworks.insight.filter.criteria.DateRangeFilterCriterionField extends java.lang.Object implements Serializable

serialVersionUID: -6088723529396979932L

Serialized Fields

_startDate

java.util.Date _startDate
The start date and time of the range.


_endDate

java.util.Date _endDate
The end date and time of the range.


_startTimeStamp

long _startTimeStamp
The timestamp of the start Date


_endTimeStamp

long _endTimeStamp
The timestamp of the end Date

Class com.mindtree.techworks.insight.filter.criteria.FilterCriteria extends java.lang.Object implements Serializable

serialVersionUID: 3103288054678451160L

Serialized Fields

_criteriaElements

java.util.List<E> _criteriaElements
List of all the criteria elements


_isCompiled

boolean _isCompiled
Flag to indicate if the criteria has been compiled.


_postFixExpression

java.util.List<E> _postFixExpression
The compiled postfix form of the filter expression.

Class com.mindtree.techworks.insight.filter.criteria.FilterCriteriaFormatException extends FilterException implements Serializable

serialVersionUID: -3260391975198081147L

Class com.mindtree.techworks.insight.filter.criteria.FilterCriteriaParseException extends FilterException implements Serializable

serialVersionUID: -7108289963324232797L

Class com.mindtree.techworks.insight.filter.criteria.FilterCriterion extends java.lang.Object implements Serializable

serialVersionUID: 542848276380323755L

Serialized Fields

_fieldsInCriterion

int _fieldsInCriterion
Represents the fields present in this search criterion


_filterValues

java.lang.Object[] _filterValues
The values of the different fields in the filter.

Class com.mindtree.techworks.insight.filter.criteria.FilterCriterionFieldType extends java.lang.Object implements Serializable

serialVersionUID: -769533176439641985L

Serialized Fields

_serialIdentifier

int _serialIdentifier
The serial identifier of the field the instance represents


_bitIdentifier

int _bitIdentifier
The bit identifier of the field the instance represents


_stringIdentifier

java.lang.String _stringIdentifier
The String identifier of the field the instance represents

Class com.mindtree.techworks.insight.filter.criteria.FilterCriterionOperator extends java.lang.Object implements Serializable

serialVersionUID: -8399081446625579206L

Serialized Fields

_id

short _id
The identifier for the operator


_symbol

java.lang.String _symbol
The symbol for the operator


_operatorPriority

int _operatorPriority
The priority for the operator

Class com.mindtree.techworks.insight.filter.criteria.FilterCriterionSeparator extends java.lang.Object implements Serializable

serialVersionUID: 6177810842977352637L

Serialized Fields

_id

short _id
The identifier for the seperator


_symbol

java.lang.String _symbol
The symbol for the seperator


Package com.mindtree.techworks.insight.gui

Class com.mindtree.techworks.insight.gui.EventDetailsPresentation extends javax.swing.JPanel implements Serializable

serialVersionUID: -3210768545540400816L

Serialized Fields

controller

Controller controller
The Controller instance for this Presentation


event

LogEvent event
The LogEvent that is rendered by this Presentation


eventDetails

javax.swing.JTextPane eventDetails
The JEditorPane instance used to render the the event details

Class com.mindtree.techworks.insight.gui.Insight extends javax.swing.JFrame implements Serializable

serialVersionUID: 723734250598646319L

Serialized Fields

instance

Insight instance
The instance of this class for anonymous inner classes


controller

Controller controller
Controller instance instantiated by this class


Package com.mindtree.techworks.insight.gui.action

Class com.mindtree.techworks.insight.gui.action.ClearDisplayAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -1048910165977800595L

Serialized Fields

insight

Insight insight
The Insight instance that created this Action instance

Class com.mindtree.techworks.insight.gui.action.FilterAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -5175017417906624239L

Serialized Fields

insight

Insight insight

fframe

FilterFrame fframe

Class com.mindtree.techworks.insight.gui.action.FindAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -5547331394914513885L

Serialized Fields

insight

Insight insight
The Insight instance that created this Action instance


searchTextFrame

SearchTextFrame searchTextFrame
The SearchTextFrame for text search on the Event Details presentation

Class com.mindtree.techworks.insight.gui.action.LoadFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -9072081477007675313L

Serialized Fields

insight

Insight insight
Insight instance for this class

Class com.mindtree.techworks.insight.gui.action.LoadLocalFileAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -6169872455620799521L

Serialized Fields

namespacesToBeLoaded

java.util.LinkedList<E> namespacesToBeLoaded
FIFO LinkedList containing the namespaces that need to be loaded one after the other completes


receiver

AbstractReceiver receiver
The AbstractReceiver instance, if any


fileChooser

javax.swing.JFileChooser fileChooser
The file chooser used for allowing users to pick a file from local and mounted file systems


insight

Insight insight
The Insight instance that created this Action class

Class com.mindtree.techworks.insight.gui.action.LoadPageAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2232778228085377626L

Serialized Fields

controller

Controller controller
The Controller instance

Class com.mindtree.techworks.insight.gui.action.LocateAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3578056532882836648L

Serialized Fields

controller

Controller controller
The Controller instance

Class com.mindtree.techworks.insight.gui.action.MaintainPreferencesAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -3318156412555969702L

Serialized Fields

preferencesFrame

PreferencesFrame preferencesFrame
The PreferencesFrame GUI instance for maintaining preferences


insight

Insight insight
The Insight instance that created this Action instance

Class com.mindtree.techworks.insight.gui.action.RemoteProtocolListenerAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -2277220522584222352L

Serialized Fields

insight

Insight insight
Insight instance


receiver

AbstractReceiver receiver
The AbstractReceiver instance, if any

Class com.mindtree.techworks.insight.gui.action.ScrollLockAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -1576214815624797300L

Serialized Fields

controller

Controller controller
The Controller instance


scrollButton

InsightToolbarButton scrollButton
The InsightToolbarButton whose image and tooltip needs to be toggled when the scroll display is locked/unlocked

Class com.mindtree.techworks.insight.gui.action.SearchAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 4584447553037887774L

Serialized Fields

insight

Insight insight
The Insight instance that created this Action instance


searchEventsFrame

SearchEventsFrame searchEventsFrame
The SearchEventsFrame for text search on the Event attributes across the entire active pageset

Class com.mindtree.techworks.insight.gui.action.SearchEventAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -5522452616976339844L

Serialized Fields

controller

Controller controller
The Controller instance

Class com.mindtree.techworks.insight.gui.action.StopReceiverAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2541505596023741695L

Serialized Fields

insight

Insight insight
The Insight instance that created this Action instance


Package com.mindtree.techworks.insight.gui.filter

Class com.mindtree.techworks.insight.gui.filter.AdvancedFilterPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -648224839674663530L

Serialized Fields

_parent

FilterFrame _parent
The parent frame of the panel


_preferenceHandler

FilterPreferences _preferenceHandler
The Preference Handler for the Filter Preferences


_layout

java.awt.GridBagLayout _layout
Layout of the Frame


_constraints

java.awt.GridBagConstraints _constraints
Constraints of the layout


_operatorSeperators

javax.swing.JComboBox _operatorSeperators
The operators and seperators


_addCriterion

javax.swing.JButton _addCriterion
Button to add the criterion to the criteria


_addOperatorSeperator

javax.swing.JButton _addOperatorSeperator
Button to add an operator or seperator


_clearCurrentCriteria

javax.swing.JButton _clearCurrentCriteria
Button to clear the current criteria


_saveCurrentCriteria

javax.swing.JButton _saveCurrentCriteria
Brings up the dialog to save the current criteria.


_loadSavedCriteria

javax.swing.JButton _loadSavedCriteria
Loads the selected search criteria.


_deleteSavedCriteria

javax.swing.JButton _deleteSavedCriteria
Executes the deletion of a saved filter criteria.


_searchCriteriaString

javax.swing.JTextArea _searchCriteriaString
The search criteria string


_savedSrchCriterias

javax.swing.JComboBox _savedSrchCriterias
Contains the recent search criterias

Class com.mindtree.techworks.insight.gui.filter.FilterFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: 8013096464590150319L

Serialized Fields

_parentWindow

Insight _parentWindow
The Insight instance which is the parent for this window.


_logEventModel

LogEventModel _logEventModel
The current log event model being filtered


_filterCriteria

FilterCriteria _filterCriteria
The filter criteria being formed in this frame


_layout

java.awt.GridBagLayout _layout
Layout of the Frame


_constraints

java.awt.GridBagConstraints _constraints
Constraints of the layout


_attributeCombos

javax.swing.JComboBox[] _attributeCombos
Combo boxes containing the allowed values of the fiter criterion fields.


_timeRange

javax.swing.JTextField[] _timeRange
Text boxes containing the time range of the filte


_filterButton

javax.swing.JButton _filterButton
Button that initializes the filter action


_cancelButton

javax.swing.JButton _cancelButton
Cancels the filter search


_advancedFilterButton

javax.swing.JButton _advancedFilterButton
Shows or hides the advanced filter component.


_advancedPanel

AdvancedFilterPanel _advancedPanel
The Advanced Filter Panel for creating compound filter criterias and for using named filter criterias

Class com.mindtree.techworks.insight.gui.filter.SaveFilterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -8258837270305303943L

Serialized Fields

_parent

FilterFrame _parent
The parent frame.


_preferenceHandler

FilterPreferences _preferenceHandler
The preferences handler used to store the preferences.


_serializedCriteria

java.lang.String _serializedCriteria
The serialized criteria.


_isOverWriteMode

boolean _isOverWriteMode
Has the user selected to overwrite.


_isMaxExceedMode

boolean _isMaxExceedMode
Has the user selected to delete the oldest filter criteria.


_layout

java.awt.GridBagLayout _layout
The layout used for the components


_constraints

java.awt.GridBagConstraints _constraints
The constraints used to layout the components


_criteriaName

javax.swing.JTextField _criteriaName
Text field to get the criteria name


_serializedCriteriaText

javax.swing.JTextArea _serializedCriteriaText
Text area to display the serialized criteria


_saveFilter

javax.swing.JButton _saveFilter
The button to save the criteria


_cancelAction

javax.swing.JButton _cancelAction
The button to cancel the action


_statusBar

javax.swing.JLabel _statusBar
Label to display messages.


Package com.mindtree.techworks.insight.gui.preferences

Class com.mindtree.techworks.insight.gui.preferences.AbstractPreferencesUIPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -1986410111937810144L

Serialized Fields

preference

Preference preference
The Preference rendered by this panel


parent

PreferencesFrame parent
The PreferencesFrame for this panel


gl

java.awt.GridBagLayout gl
Layout definition.


gc

java.awt.GridBagConstraints gc
Layout constants

Class com.mindtree.techworks.insight.gui.preferences.EventColumnPreferencePanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: 6585162564228536132L

Serialized Fields

availableColumns

javax.swing.JList availableColumns
Display widgets


selectedColumns

javax.swing.JList selectedColumns

leftButton

javax.swing.JButton leftButton

rightButton

javax.swing.JButton rightButton

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

Class com.mindtree.techworks.insight.gui.preferences.FilesetsUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: -46917056193251251L

Serialized Fields

tailopt

javax.swing.JCheckBox tailopt
The display widgets


showFileset

javax.swing.JCheckBox showFileset

localButton

javax.swing.JRadioButton localButton

ftpButton

javax.swing.JRadioButton ftpButton

sftpButton

javax.swing.JRadioButton sftpButton

httpButton

javax.swing.JRadioButton httpButton

bg

javax.swing.ButtonGroup bg

Class com.mindtree.techworks.insight.gui.preferences.FTPFilesUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: 917645181047346050L

Serialized Fields

action

int action
State that holds the action type


configuredFilesetsList

javax.swing.JList configuredFilesetsList
The display widgets


addButton

javax.swing.JButton addButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

nameField

javax.swing.JTextField nameField

hostField

javax.swing.JTextField hostField

portField

javax.swing.JTextField portField

homeDirField

javax.swing.JTextField homeDirField

urlList

javax.swing.JList urlList

newURLField

javax.swing.JTextField newURLField

addURLButton

javax.swing.JButton addURLButton

browseButton

javax.swing.JButton browseButton

removeURLButton

javax.swing.JButton removeURLButton

requiresAuthentication

javax.swing.JCheckBox requiresAuthentication

userField

javax.swing.JTextField userField

passwordField

javax.swing.JPasswordField passwordField

applyChangesButton

javax.swing.JButton applyChangesButton

gl

java.awt.GridBagLayout gl
Layout definition for the fileset details


gc

java.awt.GridBagConstraints gc

Class com.mindtree.techworks.insight.gui.preferences.LocalFilesUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: 7653074890889562083L

Serialized Fields

fileChooser

javax.swing.JFileChooser fileChooser
The file chooser used for allowing users to pick a file from local and mounted file systems


action

int action
State that holds the action type


configuredFilesetsList

javax.swing.JList configuredFilesetsList
The display widgets


addButton

javax.swing.JButton addButton

browseButton

javax.swing.JButton browseButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

nameField

javax.swing.JTextField nameField

urlList

javax.swing.JList urlList

newURLField

javax.swing.JTextField newURLField

addURLButton

javax.swing.JButton addURLButton

removeURLButton

javax.swing.JButton removeURLButton

applyChangesButton

javax.swing.JButton applyChangesButton

gl

java.awt.GridBagLayout gl
Layout definition for the fileset details


gc

java.awt.GridBagConstraints gc

Class com.mindtree.techworks.insight.gui.preferences.LogPatternUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: -5115766011595135952L

Serialized Fields

primaryPatternField

javax.swing.JTextField primaryPatternField
Pattern edit fields


secondaryPatternField

javax.swing.JTextField secondaryPatternField

detailsPane

javax.swing.JTextPane detailsPane
The JEditorPane instance used to render the supported pattern details

Class com.mindtree.techworks.insight.gui.preferences.PreferencesFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: 6632219854510095454L

Serialized Fields

gl

java.awt.GridBagLayout gl
Layout definition.


gc

java.awt.GridBagConstraints gc
Layout constrains


splitPane

javax.swing.JSplitPane splitPane
Split pane that display the list of preferences and permits editing the preference attributes


preferencesTree

javax.swing.JTree preferencesTree
JTree used for displaying the preference names


saveButton

javax.swing.JButton saveButton
Buttons in the display - save the preferences


cancelButton

javax.swing.JButton cancelButton
Buttons in the display - cancel the changes


parent

javax.swing.JFrame parent
Insight for this class


loadedUIPanels

java.util.HashMap<K,V> loadedUIPanels
Hashmap containing loaded AbstractPreferencesUIPanel instances

Class com.mindtree.techworks.insight.gui.preferences.ProxyUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: -5481226146152529345L

Serialized Fields

httpProxyHostField

javax.swing.JTextField httpProxyHostField
UI widgets


httpProxyPortField

javax.swing.JTextField httpProxyPortField

requiresAuthentication

javax.swing.JCheckBox requiresAuthentication

userField

javax.swing.JTextField userField

passwordField

javax.swing.JPasswordField passwordField

Class com.mindtree.techworks.insight.gui.preferences.RemoteFilesUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: 3816413009678139497L

Serialized Fields

action

int action
State that holds the action type


configuredFilesetsList

javax.swing.JList configuredFilesetsList
The display widgets


addButton

javax.swing.JButton addButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

nameField

javax.swing.JTextField nameField

urlList

javax.swing.JList urlList

newURLField

javax.swing.JTextField newURLField

addURLButton

javax.swing.JButton addURLButton

removeURLButton

javax.swing.JButton removeURLButton

requiresAuthentication

javax.swing.JCheckBox requiresAuthentication

userField

javax.swing.JTextField userField

passwordField

javax.swing.JPasswordField passwordField

ignoreProxy

javax.swing.JCheckBox ignoreProxy

applyChangesButton

javax.swing.JButton applyChangesButton

gl

java.awt.GridBagLayout gl
Layout definition for the fileset details


gc

java.awt.GridBagConstraints gc

Class com.mindtree.techworks.insight.gui.preferences.RemoteProtocolUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: -8948510402612700373L

Serialized Fields

portField

javax.swing.JTextField portField
Port Text field

Class com.mindtree.techworks.insight.gui.preferences.SFTPFilesUIPanel extends AbstractPreferencesUIPanel implements Serializable

serialVersionUID: 4045426549505018717L

Serialized Fields

action

int action
State that holds the action type


configuredFilesetsList

javax.swing.JList configuredFilesetsList
The display widgets


addButton

javax.swing.JButton addButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

nameField

javax.swing.JTextField nameField

hostField

javax.swing.JTextField hostField

portField

javax.swing.JTextField portField

homeDirField

javax.swing.JTextField homeDirField

urlList

javax.swing.JList urlList

newURLField

javax.swing.JTextField newURLField

addURLButton

javax.swing.JButton addURLButton

browseButton

javax.swing.JButton browseButton

removeURLButton

javax.swing.JButton removeURLButton

requiresAuthentication

javax.swing.JCheckBox requiresAuthentication

userField

javax.swing.JTextField userField

passwordField

javax.swing.JPasswordField passwordField

applyChangesButton

javax.swing.JButton applyChangesButton

gl

java.awt.GridBagLayout gl
Layout definition for the fileset details


gc

java.awt.GridBagConstraints gc

Package com.mindtree.techworks.insight.gui.renderers

Class com.mindtree.techworks.insight.gui.renderers.LogEventTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 4519016975132589236L

Serialized Fields

value

java.lang.Object value

selectedRow

int selectedRow

Package com.mindtree.techworks.insight.gui.search

Class com.mindtree.techworks.insight.gui.search.SearchEventsFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: -2983953457363093486L

Serialized Fields

gl

java.awt.GridBagLayout gl
Layout definition.


gc

java.awt.GridBagConstraints gc

searchInputField

javax.swing.JTextField searchInputField
Text field for specifying the search text


logEventAttributeCheckBoxes

javax.swing.JCheckBox[] logEventAttributeCheckBoxes
Checkboxes to inidcate the various log event attributes to search on


searchButton

javax.swing.JButton searchButton
Buttons in the display


closeButton

javax.swing.JButton closeButton

insight

Insight insight
The Insight instance that created this frame


eventDetailsPresentation

EventDetailsPresentation eventDetailsPresentation

Class com.mindtree.techworks.insight.gui.search.SearchTextFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: -32898128179387599L

Serialized Fields

gl

java.awt.GridBagLayout gl

gc

java.awt.GridBagConstraints gc

searchInputField

javax.swing.JTextField searchInputField

findButton

javax.swing.JButton findButton

closeButton

javax.swing.JButton closeButton

insight

Insight insight

eventDetailsPresentation

EventDetailsPresentation eventDetailsPresentation

Package com.mindtree.techworks.insight.gui.util

Class com.mindtree.techworks.insight.gui.util.AboutFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: 220882995949861144L

Serialized Fields

gl

java.awt.GridBagLayout gl
Layout definition.


gc

java.awt.GridBagConstraints gc
Layout constants


detailsPane

javax.swing.JTextPane detailsPane
The JEditorPane instance used to render the details


closeButton

javax.swing.JButton closeButton
Buttons in the display


insight

Insight insight
The Insight instance that created this frame

Class com.mindtree.techworks.insight.gui.util.LoadedNamespacesFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: -248346217650292459L

Serialized Fields

gl

java.awt.GridBagLayout gl

gc

java.awt.GridBagConstraints gc

detailsPane

javax.swing.JTextPane detailsPane

closeButton

javax.swing.JButton closeButton

insight

Insight insight

Class com.mindtree.techworks.insight.gui.util.LoadFilesetFrame extends javax.swing.JDialog implements Serializable

serialVersionUID: 4906063024687614221L

Serialized Fields

gl

java.awt.GridBagLayout gl
Layout definition.


gc

java.awt.GridBagConstraints gc

insight

Insight insight
The Insight instance that created this frame


localButton

javax.swing.JRadioButton localButton
Display widgets


ftpButton

javax.swing.JRadioButton ftpButton

sftpButton

javax.swing.JRadioButton sftpButton

httpButton

javax.swing.JRadioButton httpButton

filesetList

javax.swing.JList filesetList

filesetFilesList

javax.swing.JList filesetFilesList

browseButton

javax.swing.JButton browseButton

openButton

javax.swing.JButton openButton

cancelButton

javax.swing.JButton cancelButton

Package com.mindtree.techworks.insight.gui.widgets

Class com.mindtree.techworks.insight.gui.widgets.InsightMenuItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: 5926456181987356463L

Serialized Fields

type

int type
The type of this IAction


controller

Controller controller
The Controller instance for this IAction

Class com.mindtree.techworks.insight.gui.widgets.InsightRemoteFileChooser extends javax.swing.JFileChooser implements Serializable

serialVersionUID: -6852291222384420420L

Class com.mindtree.techworks.insight.gui.widgets.InsightToolbarButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type
The type of this IAction


controller

Controller controller
The Controller instance for this IAction

Class com.mindtree.techworks.insight.gui.widgets.StatusBar extends javax.swing.JPanel implements Serializable

serialVersionUID: -6654725016958741987L

Serialized Fields

progressBarList

java.util.ArrayList<E> progressBarList

gl

java.awt.GridBagLayout gl

gc

java.awt.GridBagConstraints gc

componentCount

int componentCount

Package com.mindtree.techworks.insight.model

Class com.mindtree.techworks.insight.model.LogEventModel extends java.lang.Object implements Serializable

serialVersionUID: -1474266642451017271L

Serialized Fields

pageSet

PageSet pageSet
PageSet instance


controller

Controller controller
Controller instance


previousLogEventModel

LogEventModel previousLogEventModel
Previous LogEventModel


uniqueLogCriteria

UniqueLogCriteria uniqueLogCriteria
Unique criteria


searchResults

SearchResults searchResults
Search Results if any are performed on this model.


logEventIndex

long logEventIndex
log event index


processedEventCount

long processedEventCount
Count of events processed by this LogEventModel


logEventModelName

java.lang.String logEventModelName
Name of the LogEventModel

Class com.mindtree.techworks.insight.model.LogEventTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -6989331565976765303L

Serialized Fields

eventList

java.util.List<E> eventList

modelDataSorter

ModelDataSorter modelDataSorter

columnList

int[] columnList

Class com.mindtree.techworks.insight.model.ReceiverFormat extends java.lang.Object implements Serializable

serialVersionUID: -6792660326250944136L

Serialized Fields

rawPattern

java.lang.String rawPattern

logPattern

java.lang.String logPattern

timeStampPattern

java.lang.String timeStampPattern

Package com.mindtree.techworks.insight.pagination

Class com.mindtree.techworks.insight.pagination.FilePageImpl extends PageImpl implements Serializable

serialVersionUID: -1269915233299873471L

Class com.mindtree.techworks.insight.pagination.PageImpl extends java.lang.Object implements Serializable

serialVersionUID: -4327725831329417826L

Serialized Fields

logEventList

java.util.List<E> logEventList
List that stores the LogEvents


pageSetNamespace

java.lang.String pageSetNamespace
Unique Name that identifies the page


pageNamespace

java.lang.String pageNamespace
Unique Name that identifies the page


pageSet

PageSet pageSet
PageSet instance


Package com.mindtree.techworks.insight.preferences

Class com.mindtree.techworks.insight.preferences.PreferenceHandlerInstantiationException extends java.lang.Exception implements Serializable

serialVersionUID: -4084221485861497786L

Class com.mindtree.techworks.insight.preferences.PreferenceHandlerStoreException extends java.lang.Exception implements Serializable

serialVersionUID: -1699610242055805949L


Package com.mindtree.techworks.insight.preferences.model

Class com.mindtree.techworks.insight.preferences.model.ListPreferenceAttribute extends PreferenceAttribute implements Serializable

serialVersionUID: 2935005894479171827L

Serialized Fields

options

java.util.ArrayList<E> options
The possible options for the value

Class com.mindtree.techworks.insight.preferences.model.Preference extends java.lang.Object implements Serializable

serialVersionUID: -9070247330487678727L

Serialized Fields

id

java.lang.String id
The unique identifier for the Preference


name

java.lang.String name
The display name of the Preference


isUserModifiable

boolean isUserModifiable
Is the preference user modifiable. If the value of this field is set to false, it overrides any value set for user modifiable in child PreferenceAttributes of this object, and they will all be considered to have their userModifiable field set to false.

See Also:
isUserModifiable in PreferenceAttribute

parentPreference

Preference parentPreference
If this preference is a child of another preference, the reference to the parent preference is stored here.


childPreferences

java.util.HashMap<K,V> childPreferences
Contains a list of child Preferences of this preference.


preferenceAttributes

java.util.HashMap<K,V> preferenceAttributes
Child PreferenceAttributes for this Preference.


displayClass

java.lang.String displayClass
The display class used by the GUI for displaying preferences.


isAggregated

boolean isAggregated
If this is an aggregated attribute, in which case, it won't show up in the tree of the Preference GUI.

Class com.mindtree.techworks.insight.preferences.model.PreferenceAttribute extends java.lang.Object implements Serializable

serialVersionUID: -163229271943985818L

Serialized Fields

id

java.lang.String id
Represents an identifier for the attribute which should be unique to the Preference Group.


name

java.lang.String name
The name of the attribute to be displayed to the user.


value

java.lang.String value
The value associated with the attribute.


defaultValue

java.lang.String defaultValue
The default value to be used for the attribute in the absence of a value


isEncrypted

boolean isEncrypted
Tells whether the preference attribute value has to be encrypted.


isPersistant

boolean isPersistant
Represents if the value of the attribute will persist across instances of the application


isUserModifiable

boolean isUserModifiable
Represents whether the attribute can be modified by user GUI


type

PreferenceAttributeType type
Identifies the type of this Preference Attribute


parent

Preference parent
The Preference which is the parent of the Preference Attribute

Class com.mindtree.techworks.insight.preferences.model.PreferenceAttributeType extends java.lang.Object implements Serializable

serialVersionUID: -5339256011793753246L

Serialized Fields

type

int type
Represents the type value of the instance.


name

java.lang.String name
Name of this type

Class com.mindtree.techworks.insight.preferences.model.PreferenceInfo extends java.lang.Object implements Serializable

serialVersionUID: 624275178580461568L

Serialized Fields

id

java.lang.String id
The unique identifier for the Preference


name

java.lang.String name
The display name of the Preference


isUserModifiable

boolean isUserModifiable
Is the preference user modifiable


isAggregated

boolean isAggregated
Is the preference aggregated


completeId

java.lang.String completeId
The complete id of the preference with the parents.


childPreferenceInfos

java.util.HashMap<K,V> childPreferenceInfos
Contains the PreferenceInfo objects for the child preferences


Package com.mindtree.techworks.insight.receiver

Class com.mindtree.techworks.insight.receiver.ReceiverInitializationException extends java.lang.Exception implements Serializable

serialVersionUID: 7433764477768473189L

Class com.mindtree.techworks.insight.receiver.RemoteProtocolStreamReceiver.SourceDetails extends java.lang.Object implements Serializable

serialVersionUID: -4363523350633442160L

Serialized Fields

logNamespace

LogNamespace logNamespace
The namespace object associated with the source.


sourceId

short sourceId
The source id of the identifier


isLogNamespaceSet

boolean isLogNamespaceSet
Indicates if a startup message has been received for this source.


logInterpreter

LogInterpreter logInterpreter
The log interpreter used for this source.


Package com.mindtree.techworks.insight.reporting

Class com.mindtree.techworks.insight.reporting.InitializationException extends java.lang.Exception implements Serializable

serialVersionUID: -7104189080807870828L


Package com.mindtree.techworks.insight.reporting.jobs

Class com.mindtree.techworks.insight.reporting.jobs.JobExecutionException extends java.lang.Exception implements Serializable

serialVersionUID: 3563500066675084467L

Class com.mindtree.techworks.insight.reporting.jobs.JobInitializationException extends InitializationException implements Serializable

serialVersionUID: -198154695930007420L

Class com.mindtree.techworks.insight.reporting.jobs.UnsupportedMessageTypeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -794616151813256099L


Package com.mindtree.techworks.insight.reporting.jobs.message

Class com.mindtree.techworks.insight.reporting.jobs.message.DefaultJobMessage extends java.lang.Object implements Serializable

serialVersionUID: 6336374138580664199L

Serialized Fields

_action

int _action
The action that caused the message


_mode

short _mode
The mode insight was running in.


_criteria

FilterCriteria _criteria
The criteria in use during message creation.


_messages

java.util.List<E> _messages
The messages in this object.


Package com.mindtree.techworks.insight.reporting.verifiers

Class com.mindtree.techworks.insight.reporting.verifiers.AbstractVerifier extends java.lang.Object implements Serializable

serialVersionUID: 5690358613929479728L

Serialized Fields

_jobs

java.util.List<E> _jobs
The lists of jobs to be invoked when the verifier is triggered.


_displayName

java.lang.String _displayName
The display name of the Verifier.

Class com.mindtree.techworks.insight.reporting.verifiers.VerifierInitializationException extends InitializationException implements Serializable

serialVersionUID: -7047932323235348113L


Package com.mindtree.techworks.insight.spi

Class com.mindtree.techworks.insight.spi.LogEvent extends org.apache.log4j.spi.LoggingEvent implements Serializable

serialVersionUID: -7395745277683854531L

Serialized Fields

namespace

LogNamespace namespace

exceptionName

java.lang.String exceptionName

relativeTime

long relativeTime

Class com.mindtree.techworks.insight.spi.LogLevel extends org.apache.log4j.Level implements Serializable

serialVersionUID: -4572666045350823176L

Class com.mindtree.techworks.insight.spi.LogNamespace extends java.lang.Object implements Serializable

serialVersionUID: 1148642272921507002L

Serialized Fields

sourceString

java.lang.String sourceString
Variable that contains the string representation of event source


localSourceString

java.lang.String localSourceString
The local URL of the sourceString, if any


receiverFormat

ReceiverFormat[] receiverFormat
The ReceiverFormat


nodeId

java.lang.String nodeId



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.