Serialized Form


Package org.apache.avalon.excalibur.component.servlet

Class org.apache.avalon.excalibur.component.servlet.AbstractComponentManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_referenceName

java.lang.String m_referenceName
Deprecated. 

m_componentManager

ComponentManager m_componentManager
Deprecated. 

m_logger

Logger m_logger
Deprecated. 

m_instrumentableName

java.lang.String m_instrumentableName
Deprecated. 
Instrumentable Name assigned to this Instrumentable


m_instrumentList

java.util.ArrayList m_instrumentList
Deprecated. 
Stores the instruments during initialization.


m_childList

java.util.ArrayList m_childList
Deprecated. 
Stores the child instrumentables during initialization.


m_registered

boolean m_registered
Deprecated. 
Flag which is to used to keep track of when the Instrumentable has been registered.


m_instrumentRequests

CounterInstrument m_instrumentRequests
Deprecated. 
Counts the number of times the service is requested.


m_instrumentTime

ValueInstrument m_instrumentTime
Deprecated. 
Records the amount of time execute takes to be processed.

Class org.apache.avalon.excalibur.component.servlet.AbstractServiceManagerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_referenceName

java.lang.String m_referenceName
Deprecated. 

m_serviceManager

ServiceManager m_serviceManager
Deprecated. 

m_logger

Logger m_logger
Deprecated. 

m_instrumentableName

java.lang.String m_instrumentableName
Deprecated. 
Instrumentable Name assigned to this Instrumentable


m_instrumentList

java.util.ArrayList m_instrumentList
Deprecated. 
Stores the instruments during initialization.


m_childList

java.util.ArrayList m_childList
Deprecated. 
Stores the child instrumentables during initialization.


m_registered

boolean m_registered
Deprecated. 
Flag which is to used to keep track of when the Instrumentable has been registered.


m_instrumentRequests

CounterInstrument m_instrumentRequests
Deprecated. 
Counts the number of times the service is requested.


m_instrumentTime

ValueInstrument m_instrumentTime
Deprecated. 
Records the amount of time execute takes to be processed.

Class org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet extends javax.servlet.GenericServlet implements Serializable

Serialized Fields

m_componentManagerCreator

ExcaliburComponentManagerCreator m_componentManagerCreator
Deprecated. 

m_latch

org.apache.avalon.excalibur.component.servlet.ExcaliburComponentManagerServlet.Latch m_latch
Deprecated. 
Latch used to shutdown the ExcaliburComponentManagerCreator cleanly.


Package org.apache.avalon.excalibur.datasource

Class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException extends java.sql.SQLException implements Serializable

Class org.apache.avalon.excalibur.datasource.NoValidConnectionException extends java.sql.SQLException implements Serializable


Package org.apache.avalon.excalibur.datasource.ids

Class org.apache.avalon.excalibur.datasource.ids.IdException extends CascadingException implements Serializable


Package org.apache.avalon.excalibur.testcase

Class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError extends junit.framework.AssertionFailedError implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable
Deprecated. 


Package org.apache.avalon.fortress

Class org.apache.avalon.fortress.InitializationException extends CascadingException implements Serializable


Package org.apache.avalon.fortress.examples.servlet

Class org.apache.avalon.fortress.examples.servlet.servlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_container

ServletContainer m_container

m_containerManager

ContainerManager m_containerManager


Package org.apache.avalon.fortress.util

Class org.apache.avalon.fortress.util.CompositeException extends CascadingException implements Serializable

Serialized Fields

m_ex

java.lang.Exception[] m_ex

m_message

java.lang.String m_message

Class org.apache.avalon.fortress.util.OverridableContext extends DefaultContext implements Serializable


Package org.apache.avalon.fortress.util.dag

Class org.apache.avalon.fortress.util.dag.CyclicDependencyException extends java.lang.Exception implements Serializable


Package org.apache.avalon.framework

Class org.apache.avalon.framework.CascadingError extends java.lang.Error implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable

Class org.apache.avalon.framework.CascadingException extends java.lang.Exception implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable
The Throwable that caused this exception to be thrown.

Class org.apache.avalon.framework.CascadingRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable

Class org.apache.avalon.framework.Version extends java.lang.Object implements Serializable

Serialized Fields

m_major

int m_major

m_minor

int m_minor

m_micro

int m_micro


Package org.apache.avalon.framework.availability

Class org.apache.avalon.framework.availability.UnavailableException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_Key

java.lang.String m_Key


Package org.apache.avalon.framework.component

Class org.apache.avalon.framework.component.ComponentException extends CascadingException implements Serializable

Serialized Fields

m_key

java.lang.String m_key


Package org.apache.avalon.framework.configuration

Class org.apache.avalon.framework.configuration.ConfigurationException extends CascadingException implements Serializable

Serialized Fields

m_config

Configuration m_config

Class org.apache.avalon.framework.configuration.DefaultConfiguration extends AbstractConfiguration implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_location

java.lang.String m_location

m_namespace

java.lang.String m_namespace

m_prefix

java.lang.String m_prefix

m_attributes

java.util.HashMap m_attributes

m_children

java.util.ArrayList m_children

m_value

java.lang.String m_value

m_readOnly

boolean m_readOnly

Class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration extends AbstractConfiguration implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_location

java.lang.String m_location

m_namespace

java.lang.String m_namespace

m_prefix

java.lang.String m_prefix

m_attributes

java.util.HashMap m_attributes

m_children

java.util.ArrayList m_children

m_value

java.lang.String m_value


Package org.apache.avalon.framework.context

Class org.apache.avalon.framework.context.ContextException extends CascadingException implements Serializable

Class org.apache.avalon.framework.context.DefaultContext extends java.lang.Object implements Serializable

Serialized Fields

m_contextData

java.util.Map m_contextData

m_parent

Context m_parent

m_readOnly

boolean m_readOnly


Package org.apache.avalon.framework.parameters

Class org.apache.avalon.framework.parameters.ParameterException extends CascadingException implements Serializable

Class org.apache.avalon.framework.parameters.Parameters extends java.lang.Object implements Serializable

Serialized Fields

m_parameters

java.util.Map m_parameters

m_readOnly

boolean m_readOnly


Package org.apache.avalon.framework.service

Class org.apache.avalon.framework.service.ServiceException extends CascadingException implements Serializable

Serialized Fields

m_key

java.lang.String m_key


Package org.apache.excalibur.event

Class org.apache.excalibur.event.SinkClosedException extends SinkException implements Serializable

Class org.apache.excalibur.event.SinkException extends java.lang.Exception implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable
The Throwable that caused this exception to be thrown.

Class org.apache.excalibur.event.SinkFullException extends SinkException implements Serializable


Package org.apache.excalibur.instrument.client

Class org.apache.excalibur.instrument.client.AbstractOptionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

m_action

int m_action

Class org.apache.excalibur.instrument.client.AbstractTabularOptionDialog extends AbstractOptionDialog implements Serializable

Class org.apache.excalibur.instrument.client.InstrumentManagerConnection extends javax.swing.JComponent implements Serializable

Serialized Fields

m_logger

Logger m_logger

m_treeModel

InstrumentManagerTreeModel m_treeModel

m_tree

InstrumentManagerTree m_tree

m_frame

InstrumentClientFrame m_frame

m_deleted

boolean m_deleted

m_runner

java.lang.Thread m_runner

m_descriptionLabel

javax.swing.JLabel m_descriptionLabel

m_listeners

java.util.List m_listeners

m_listenerArray

InstrumentManagerConnectionListener[] m_listenerArray

m_lastLeaseRenewalTime

long m_lastLeaseRenewalTime

m_maintainedSampleLeaseMap

java.util.HashMap m_maintainedSampleLeaseMap

m_maintainedSampleLeaseArray

MaintainedSampleLease[] m_maintainedSampleLeaseArray

m_sampleFrames

java.util.Map m_sampleFrames
Maintain a list of all sample frames which are viewing data in this connection.


m_sampleFrameArray

InstrumentSampleFrame[] m_sampleFrameArray

Class org.apache.excalibur.instrument.client.InstrumentSampleFrame extends org.apache.excalibur.instrument.client.AbstractInternalFrame implements Serializable

Serialized Fields

m_state

int m_state

m_connection

InstrumentManagerConnection m_connection

m_instrumentSampleName

java.lang.String m_instrumentSampleName

m_fullName

java.lang.String m_fullName

m_lastSnapshotTime

long m_lastSnapshotTime
The last time that a snapshot was received. This is the time in the snapshot and is always in Server time. Not the time on this system.


m_samples

int[] m_samples
A buffered set of sample values. May be null.


m_lineChart

LineChart m_lineChart
The LineChart currently visible in the Frame. May be null.

Class org.apache.excalibur.instrument.client.LargeMenu extends javax.swing.JMenu implements Serializable

Class org.apache.excalibur.instrument.client.LineChart extends javax.swing.JComponent implements Serializable

Serialized Fields

m_lineColor

java.awt.Color m_lineColor

m_lightLineColor

java.awt.Color m_lightLineColor

m_lightGridColor

java.awt.Color m_lightGridColor

m_darkGridColor

java.awt.Color m_darkGridColor

m_frameColor

java.awt.Color m_frameColor

m_crossColor

java.awt.Color m_crossColor

m_maskFrameColor

java.awt.Color m_maskFrameColor

m_maskColor

java.awt.Color m_maskColor

m_lineSampleInterval

int m_lineSampleInterval
Number of sample points between vertical lines.


m_sampleInterval

long m_sampleInterval
The number of milliseconds represented by each data sample.


m_format

java.lang.String m_format
Format of the text which is displayed along the x (time) axis of the chart.


m_dFormat

java.lang.String m_dFormat
Format of the text which is displayed over the component as the user moves the mouse over the line chart.


m_averageWindow

int m_averageWindow
Number of sample points to use when calculating the moving average.


m_antialias

boolean m_antialias
True if Antialiasing should be used when rendering the chart.


m_time

long m_time
Time of the last sample point.


m_values

int[] m_values
Sample point data.


m_averageWindowValues

float[] m_averageWindowValues
Moving average of the sample point data.


m_min

int m_min
Minimum value in m_values.


m_max

int m_max
Maximum value in m_values.


m_intFormat

java.text.DecimalFormat m_intFormat
Integer number format.


m_floatFormat

java.text.DecimalFormat m_floatFormat
Decimal number format.


m_mouseOver

boolean m_mouseOver

m_mousePressed

boolean m_mousePressed

m_mouseX

int m_mouseX

m_mouseY

int m_mouseY

Class org.apache.excalibur.instrument.client.MenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

m_frame

InstrumentClientFrame m_frame

m_showUnconfigured

boolean m_showUnconfigured

m_menuFile

javax.swing.JMenu m_menuFile

m_menuInstrumentManagers

javax.swing.JMenu m_menuInstrumentManagers

m_menuOptions

javax.swing.JMenu m_menuOptions

m_menuItemShowUnconfigured

javax.swing.JCheckBoxMenuItem m_menuItemShowUnconfigured

m_menuWindow

javax.swing.JMenu m_menuWindow


Package org.apache.excalibur.instrument.client.http

Class org.apache.excalibur.instrument.client.http.HTTPInstrumentManagerConnection extends InstrumentManagerConnection implements Serializable

Serialized Fields

m_url

java.net.URL m_url

m_connected

boolean m_connected
Flag which keeps track of whether or not the remote server was there the last time we attempted to connect.


m_disabled

boolean m_disabled
If we ever decide that we are not talking to an Instrument Manager then disable the connection to avoid pounding the remote server with lots of 404 requests.


m_manager

HTTPInstrumentManagerData m_manager

m_leasedSamples

java.util.List m_leasedSamples

m_leasedSampleAry

HTTPInstrumentSampleData[] m_leasedSampleAry


Package org.apache.excalibur.instrument.manager

Class org.apache.excalibur.instrument.manager.InstrumentSampleSnapshot extends java.lang.Object implements Serializable

serialVersionUID: -3284372358291073513l

Serialized Fields

m_InstrumentSampleName

java.lang.String m_InstrumentSampleName
The name used to reference the InstrumentSample.


m_interval

long m_interval
The interval between each sample.


m_size

int m_size
The number of samples in the InstrumentSample.


m_time

long m_time
The time that the last sample starts.


m_samples

int[] m_samples
The samples as an array of integers.


m_stateVersion

int m_stateVersion
State Version.

Class org.apache.excalibur.instrument.manager.NoSuchInstrumentableException extends java.lang.RuntimeException implements Serializable

Class org.apache.excalibur.instrument.manager.NoSuchInstrumentException extends java.lang.RuntimeException implements Serializable

Class org.apache.excalibur.instrument.manager.NoSuchInstrumentSampleException extends java.lang.RuntimeException implements Serializable


Package org.apache.excalibur.instrument.manager.http

Class org.apache.excalibur.instrument.manager.http.LineChart extends javax.swing.JComponent implements Serializable

Serialized Fields

m_lineColor

java.awt.Color m_lineColor

m_lightLineColor

java.awt.Color m_lightLineColor

m_lightGridColor

java.awt.Color m_lightGridColor

m_darkGridColor

java.awt.Color m_darkGridColor

m_frameColor

java.awt.Color m_frameColor

m_crossColor

java.awt.Color m_crossColor

m_maskFrameColor

java.awt.Color m_maskFrameColor

m_maskColor

java.awt.Color m_maskColor

m_lineSampleInterval

int m_lineSampleInterval
Number of sample points between vertical lines.


m_sampleInterval

long m_sampleInterval
The number of milliseconds represented by each data sample.


m_format

java.lang.String m_format
Format of the text which is displayed along the x (time) axis of the chart.


m_dFormat

java.lang.String m_dFormat
Format of the text which is displayed over the component as the user moves the mouse over the line chart.


m_averageWindow

int m_averageWindow
Number of sample points to use when calculating the moving average.


m_antialias

boolean m_antialias
True if Antialiasing should be used when rendering the chart.


m_time

long m_time
Time of the last sample point.


m_values

int[] m_values
Sample point data.


m_averageWindowValues

float[] m_averageWindowValues
Moving average of the sample point data.


m_min

int m_min
Minimum value in m_values.


m_max

int m_max
Maximum value in m_values.


m_intFormat

java.text.DecimalFormat m_intFormat
Integer number format.


m_floatFormat

java.text.DecimalFormat m_floatFormat
Decimal number format.


m_mouseOver

boolean m_mouseOver

m_mousePressed

boolean m_mousePressed

m_mouseX

int m_mouseX

m_mouseY

int m_mouseY


Package org.apache.excalibur.instrument.manager.http.server

Class org.apache.excalibur.instrument.manager.http.server.HTTPRedirect extends java.io.IOException implements Serializable

Serialized Fields

m_path

java.lang.String m_path
Path


Package org.apache.excalibur.source

Class org.apache.excalibur.source.SourceException extends java.io.IOException implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable
The Throwable that caused this exception to be thrown.

Class org.apache.excalibur.source.SourceNotFoundException extends SourceException implements Serializable

Class org.apache.excalibur.source.SourceParameters extends java.lang.Object implements Serializable

Serialized Fields

names

java.util.Map names
The parameter names are the keys and the value is a List object


Package org.apache.excalibur.source.impl.validity

Class org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity extends java.lang.Object implements Serializable

Serialized Fields

m_list

java.util.ArrayList m_list

Class org.apache.excalibur.source.impl.validity.AggregatedValidity extends AbstractAggregatedValidity implements Serializable

Class org.apache.excalibur.source.impl.validity.DeferredAggregatedValidity extends AbstractAggregatedValidity implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class org.apache.excalibur.source.impl.validity.ExpiresValidity extends java.lang.Object implements Serializable

Serialized Fields

expires

long expires

Class org.apache.excalibur.source.impl.validity.FileTimeStampValidity extends java.lang.Object implements Serializable

Serialized Fields

m_timeStamp

long m_timeStamp

m_file

java.io.File m_file

Class org.apache.excalibur.source.impl.validity.NOPValidity extends java.lang.Object implements Serializable

Class org.apache.excalibur.source.impl.validity.TimeStampValidity extends java.lang.Object implements Serializable

Serialized Fields

m_timeStamp

long m_timeStamp


Package org.apache.excalibur.store.impl

Class org.apache.excalibur.store.impl.JispKey extends com.coyotegulch.jisp.KeyObject implements Serializable

serialVersionUID: -1216913992804571313l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Throws:
java.io.IOException


Package org.apache.excalibur.xml.xpath

Class org.apache.excalibur.xml.xpath.XPathException extends CascadingException implements Serializable


Package org.apache.excalibur.xml.xslt

Class org.apache.excalibur.xml.xslt.XSLTProcessorException extends CascadingException implements Serializable


Package org.apache.log

Class org.apache.log.ContextMap extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Helper method that sets context to read-only after de-serialization.

Serialized Fields

m_parent

ContextMap m_parent

m_map

java.util.Hashtable m_map

Class org.apache.log.LogEvent extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Helper method that replaces deserialized priority with correct singleton.

Throws:
java.io.ObjectStreamException - if an error occurs
Serialized Fields

m_category

java.lang.String m_category

m_message

java.lang.String m_message

m_throwable

java.lang.Throwable m_throwable

m_time

long m_time

m_priority

Priority m_priority

m_contextMap

ContextMap m_contextMap

Class org.apache.log.Priority extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Helper method that replaces deserialized object with correct singleton.

Serialized Fields

m_name

java.lang.String m_name

m_priority

int m_priority


Package org.apache.log.output.lf5

Class org.apache.log.output.lf5.LogKitLogRecord extends org.apache.log4j.lf5.LogRecord implements Serializable

Serialized Fields

m_severe

boolean m_severe
Is this a severe event ?



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.