EchoPoint API - 3.0.0b5
App Webcontainer

Serialized Form


Package echopoint

Class echopoint.AbleComponent extends ComponentEx implements Serializable

Class echopoint.Anchor extends Component implements Serializable

serialVersionUID: 1L

Class echopoint.ApplicationBackground extends Component implements Serializable

Class echopoint.AutoLookupSelectField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceBundle

ResourceBundle resourceBundle

key

String key

searchVal

String searchVal

Class echopoint.AutoLookupTextField extends KeystrokeTextField implements Serializable

serialVersionUID: 1L

Class echopoint.BorderLayout extends AbstractContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

regionToIndex

Map<K,V> regionToIndex
A map used to maintain the regions to the component indices.


indexToRegion

Map<K,V> indexToRegion
A map used to maintain the mapping of component index to region.

Class echopoint.ComponentEx extends Component implements Serializable

Serialized Fields

attributeMap

Map<K,V> attributeMap

Class echopoint.ContainerEx extends AbleComponent implements Serializable

Class echopoint.DirectHtml extends AbstractHtmlComponent implements Serializable

serialVersionUID: 1L

Class echopoint.Fckeditor extends Component implements Serializable

Serialized Fields

text

String text

Class echopoint.HtmlLabel extends AbstractHtmlComponent implements Serializable

serialVersionUID: 1L

Class echopoint.HtmlLayout extends AbstractHtmlComponent implements Serializable

serialVersionUID: 1L

Class echopoint.HttpPane extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.ImageIcon extends AbstractImage implements Serializable

serialVersionUID: 1L

Class echopoint.ImageMap extends AbstractImage implements Serializable

serialVersionUID: 1L

Serialized Fields

actionCommand

String actionCommand
The action command that was triggered by user interaction with map.

Class echopoint.InfoWindow extends Component implements Serializable

serialVersionUID: 1L

Class echopoint.IntegerTextField extends RegexTextField implements Serializable

serialVersionUID: 1L

Class echopoint.KeystrokeTextField extends TextField implements Serializable

serialVersionUID: 1L

Class echopoint.LightBox extends Component implements Serializable

serialVersionUID: 1L

Class echopoint.NumberTextField extends RegexTextField implements Serializable

serialVersionUID: 1L

Class echopoint.ProgressBar extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.PushButton extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.RegexTextField extends TextField implements Serializable

serialVersionUID: 1L

Class echopoint.Separator extends ComponentEx implements Serializable

Class echopoint.Strut extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.TagCloud extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.TemplatePanel extends Component implements Serializable


Package echopoint.able

Class echopoint.able.ScrollBarProperties extends Object implements Serializable

Serialized Fields

threeDLightColor

Color threeDLightColor

arrowColor

Color arrowColor

baseColor

Color baseColor

darkShadowColor

Color darkShadowColor

faceColor

Color faceColor

hilightColor

Color hilightColor

shadowColor

Color shadowColor

pcs

PropertyChangeSupport pcs

Package echopoint.event

Class echopoint.event.TagEvent extends ActionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

tag

Tag tag
The tag that was clicked leading to the event being raised.


Package echopoint.externalevent

Class echopoint.externalevent.ExternalEvent extends EventObject implements Serializable

Serialized Fields

eventParameters

Map<K,V> eventParameters

Class echopoint.externalevent.ExternalEventMonitor extends Component implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

Package echopoint.google.chart

Class echopoint.google.chart.BarChart extends AdvancedChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.LineChart extends AdvancedChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.Map extends AbstractChart<Integer> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.Meter extends AbstractChart<Integer> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.PieChart extends SimpleChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.QRCode extends AbstractChart<Integer> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.RadarChart extends AdvancedChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.ScatterPlot extends AdvancedChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.Sparkline extends AdvancedChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.VennDiagram extends SimpleChart<Integer> implements Serializable

serialVersionUID: 1L


Package echopoint.google.chart.internal

Class echopoint.google.chart.internal.AbstractChart extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.internal.AdvancedChart extends SimpleChart<N extends Number> implements Serializable

serialVersionUID: 1L

Class echopoint.google.chart.internal.Marker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

markerType

String markerType
The marker type indicator. For text (t) markers also specify the value to display using the encoding specified.


color

String color
The colour for the marker. Colour is expressed in RRGGBB hexadecimal format.

Class echopoint.google.chart.internal.SimpleChart extends AbstractChart<N extends Number> implements Serializable

serialVersionUID: 1L


Package echopoint.google.chart.model

Class echopoint.google.chart.model.BarChartSize extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width
The width in pixels of a bar in the chart.


groupSpace

int groupSpace
The optional space in pixels between bars in a group.


space

int space
The optional space in pixels between groups.

Class echopoint.google.chart.model.ChartData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

xdata

Collection<E> xdata
The collection of numbers to be displayed along the x-axis. This is mandatory.


xmax

int xmax
The maximum value to be plotted along the x-axis. This is used to ensure a gap between the edge of the graph and the highest data point.


ydata

Collection<E> ydata
The optional collection of numbers to be displayed along the y-axis. This in conjunction with ChartData.xdata precisely defines the co-ordinate of a point to be plotted.


ymax

int ymax
The optional maximum value to be plotted along the y-axis. This is used to ensure a gap between the edge of the graph and the highest data point.


color

String color
The colour to apply to the data set. If no values are specified, default colours will be assigned sequentially from echopoint.google.internal.AbstractChart#COLORS client side array.


legend

String legend
The legend to display for this data set. Note that if a legend is specified for one data set in the collection of data sets being plotted on the same graph, all sets must be assigned one.


markers

Collection<E> markers
The marker styles to assign to the data points. If the collection has only one element, all points are assigned the same marker. If not, the size of the collection must equal the size of ChartData.xdata and ChartData.ydata.

Class echopoint.google.chart.model.FillArea extends Marker implements Serializable

serialVersionUID: 1L

Serialized Fields

startIndex

int startIndex
The starting index of the line from which to fill.


endIndex

int endIndex
The ending index of the line till which to fill.

Class echopoint.google.chart.model.LineStyle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

thickness

int thickness
The thickness of the line to draw.


segmentLength

int segmentLength
The length of a line segement to draw. Specify 1 for solid lines.


blankSegmentLength

int blankSegmentLength
The length of the blank segment. Specify 0 for solid lines.

Class echopoint.google.chart.model.Range extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minimum

int minimum
The minimum (staring) number for this range.


maximum

int maximum
The maximum (ending) number for this range.

Class echopoint.google.chart.model.RangeMarker extends Marker implements Serializable

serialVersionUID: 1L

Serialized Fields

startPoint

double startPoint
The start point for the marked region. Betweem 0.0 and 1.0.


endPoint

double endPoint
The end point for the marked region. Betweem 0.0 and 1.0.

Class echopoint.google.chart.model.ScatterPlotData extends ChartData<N extends Number> implements Serializable

serialVersionUID: 1L

Serialized Fields

size

Collection<E> size
The collection of values that determines the sizes of the points that are displayed in the scatter plot.

Class echopoint.google.chart.model.ShapeMarker extends Marker implements Serializable

serialVersionUID: 1L

Serialized Fields

size

int size
The size of the marker.


priority

int priority
The priority for drawing the marker.

Class echopoint.google.chart.model.Title extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

title

Collection<E> title
A collection used to store the lines of text that comprise the title.

Class echopoint.google.chart.model.VennDiagramModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

circleA

int circleA
The field that represents the value of circle A.


circleB

int circleB
The field that represents the value of circle B.


circleC

int circleC
The field that represents the value of circle C.


intersectAB

int intersectAB
The field that represents the intersection of circles A and B.


intersectAC

int intersectAC
The field that represents the intersection of circles A and C.


intersectBC

int intersectBC
The field that represents the intersection of circles B and C.


intersectABC

int intersectABC
The field that represents the intersection of circles A, B and C.


Package echopoint.internal

Class echopoint.internal.AbstractContainer extends Component implements Serializable

serialVersionUID: 1L

Class echopoint.internal.AbstractHtmlComponent extends AbstractContainer implements Serializable

serialVersionUID: 1L

Class echopoint.internal.AbstractImage extends AbstractContainer implements Serializable

Class echopoint.internal.TextField extends TextField implements Serializable


Package echopoint.jquery

Class echopoint.jquery.CarouselContainer extends ContainerEx implements Serializable

Class echopoint.jquery.Clock extends Component implements Serializable

Class echopoint.jquery.DateField extends Component implements Serializable

Serialized Fields

date

Date date
The selected date.


dateFormatPattern

String dateFormatPattern

dateFormatter

SimpleDateFormat dateFormatter

Class echopoint.jquery.DockMenu extends AbstractContainer implements Serializable

Serialized Fields

inactiveImages

List<E> inactiveImages

rolloverImages

List<E> rolloverImages

texts

List<E> texts

actionCommands

List<E> actionCommands

model

List<E> model

dockWidth

int dockWidth

Class echopoint.jquery.SlidingMenu extends AbleComponent implements Serializable

Class echopoint.jquery.TooltipContainer extends AbleComponent implements Serializable

Class echopoint.jquery.TransitionContainer extends Component implements Serializable


Package echopoint.layout

Class echopoint.layout.HtmlLayoutData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

containerId

String containerId
The DOM id for the container to which the child component is being added.


Package echopoint.model

Class echopoint.model.CircleSection extends MapSection implements Serializable

serialVersionUID: 1L

Serialized Fields

centre

Point centre
The point that represents the centroid of the circle.


radius

int radius
The radius of the circular section.

Class echopoint.model.MapSection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

actionCommand

String actionCommand
The action command to associate with this clickable section.


altText

String altText
The alternate text (title) to associate with the clickable section.

Class echopoint.model.Point extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

int x
The x co-ordinate of the point.


y

int y
The y co-ordinate of the point.

Class echopoint.model.PolygonSection extends MapSection implements Serializable

serialVersionUID: 1L

Serialized Fields

vertices

Collection<E> vertices
The collection of points that represent the corners of the polygon.

Class echopoint.model.RectangleSection extends MapSection implements Serializable

serialVersionUID: 1L

Serialized Fields

bottom

Point bottom
The bottom-left corner (origin) of the rectangle.


top

Point top
The top-right (end) of the rectangle.

Class echopoint.model.Tag extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name/title for the tag.


count

int count
The number of occurances of the name represented in this tag.


Package echopoint.style

Class echopoint.style.AbstractStyle extends MutableStyle implements Serializable

Serialized Fields

level

Level level
The log level to use to log missing style messages.

Class echopoint.style.AnchorStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.InfoWindowStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.ProgressBarStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.StyleSheet extends ChartStyleSheet implements Serializable

serialVersionUID: 1L

Class echopoint.style.TagCloudStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L


Package echopoint.style.echo

Class echopoint.style.echo.AbstractButtonStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.AbstractListComponentStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.EchoStyleSheet extends MutableStyleSheet implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.TextComponentStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.WindowPaneStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L


Package echopoint.style.echo.extras

Class echopoint.style.echo.extras.AccordionPaneStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.extras.CalendarSelectStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.extras.ContextMenuStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.extras.ExtrasStyleSheet extends EchoStyleSheet implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.extras.MenuBarPaneStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.echo.extras.TabPaneStyle extends AbstractStyle implements Serializable

serialVersionUID: 1L


Package echopoint.style.google.chart

Class echopoint.style.google.chart.AbstractChartStyle extends AbstractStyle implements Serializable

Class echopoint.style.google.chart.AdvancedChartStyle extends AbstractChartStyle implements Serializable

Class echopoint.style.google.chart.BarChartStyle extends AdvancedChartStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.ChartStyleSheet extends ExtrasStyleSheet implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.LineChartStyle extends AdvancedChartStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.MapStyle extends AbstractChartStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.RadarChartStyle extends AdvancedChartStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.ScatterPlotStyle extends AdvancedChartStyle implements Serializable

serialVersionUID: 1L

Class echopoint.style.google.chart.SparklineStyle extends AdvancedChartStyle implements Serializable

serialVersionUID: 1L


Package echopoint.template

Class echopoint.template.AbstractTemplateDataSource extends Object implements Serializable

Serialized Fields

encoding

String encoding

cachingHints

TemplateCachingHints cachingHints

contentType

String contentType

compilerHints

TemplateCompilerHints compilerHints

Class echopoint.template.FileTemplateDataSource extends AbstractTemplateDataSource implements Serializable

Serialized Fields

file

File file

canonicalName

String canonicalName

Class echopoint.template.JspTemplateDataSource extends AbstractTemplateDataSource implements Serializable

Serialized Fields

jspPath

String jspPath

requestAttributeMap

Map<K,V> requestAttributeMap

Class echopoint.template.ResourceTemplateDataSource extends AbstractTemplateDataSource implements Serializable

Serialized Fields

resource

String resource

canonicalName

String canonicalName

classLoader

ClassLoader classLoader

Class echopoint.template.SimpleTemplateCachingHints extends Object implements Serializable

Serialized Fields

timeToLive

long timeToLive

accessTimeout

long accessTimeout

lastModified

long lastModified

Class echopoint.template.SimpleTemplateTextSubstitution extends Object implements Serializable

Serialized Fields

stringMap

HashMap<K,V> stringMap

Class echopoint.template.StringTemplateDataSource extends AbstractTemplateDataSource implements Serializable

Serialized Fields

string

String string

Package echopoint.tree

Class echopoint.tree.DefaultMutableTreeNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

actionCommand

String actionCommand
this node's action command


parent

MutableTreeNode<M> parent
this node's parent, or null if this node has no parent


children

Vector<E> children
Array of children, may be null if this node has no children


allowsChildren

boolean allowsChildren
true if the node is able to have children

Class echopoint.tree.DefaultTreeModel extends AbstractTreeModel implements Serializable

serialVersionUID: 1L

Serialized Fields

root

TreeNode root
Root of the tree.

Class echopoint.tree.PathBetweenNodesEnumeration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stack

Stack<E> stack

Class echopoint.tree.PreorderEnumeration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stack

Stack<E> stack

Package echopoint.tucana

Class echopoint.tucana.AbstractDownloadProvider extends Object implements Serializable

Serialized Fields

fileName

String fileName
The file name of the content being enqueued to the client.


size

long size
The content length of the file (or equivalent) being enqueued to client.


contentDisposition

String contentDisposition
The content disposition for the file being sent to client.


contentType

String contentType
The content-type to set for the file. Specify only if you wish to over-ride default processing.


status

Status status
The status of the download process.

Class echopoint.tucana.DownloadButton extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

provider

DownloadProvider provider
The download command instance that is to be enqueued.


callback

DownloadCallback callback
The callback handler to use with the download command. Defaults to DownloadCallbackAdapter.

Class echopoint.tucana.DownloadCommand extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
The render id for the command.


provider

DownloadProvider provider
The download provider implementation for the command.


callback

DownloadCallback callback
The callback handler that will be notified of the progress of the file download process.

Class echopoint.tucana.FileDownloadProvider extends AbstractDownloadProvider implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file
The file that is to be enqueued for download to the client.

Class echopoint.tucana.FileUploadSelector extends AbstractContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

callback

UploadCallback callback
The callback handler that will be notified of the progress of the file upload process.


contentTypeFilter

Set<E> contentTypeFilter
The allowed content-type(s) for the upload. Uploads of other types of files will be rejected.


taskQueue

TaskQueueHandle taskQueue
A task queue that may be used to perform UI updates from call back handlers. Automatically cleaned up in FileUploadSelector.dispose().

Class echopoint.tucana.InputStreamDownloadProvider extends AbstractDownloadProvider implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.ProgressBar extends ProgressBar implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.UploadProgress extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

contentLength

long contentLength
The total length in bytes of the content being uploaded.


bytesRead

long bytesRead
The total bytes that have been read so far.


milestones

LinkedList<E> milestones
The list of milestones that have been completed so far.


lastMilestoneBytesRead

long lastMilestoneBytesRead
The number of bytes read at the end of the previous milestone.


status

Status status
The status of the current content upload.


message

String message
An optional message returned by the service to the client. Usually used to indicate errors.

Class echopoint.tucana.UploadSizeLimitExceededException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package echopoint.tucana.event

Class echopoint.tucana.event.DefaultUploadCallback extends UploadCallbackAdapter implements Serializable

serialVersionUID: 1L

Serialized Fields

directory

File directory
The directory to which uploaded files are to be saved.

Class echopoint.tucana.event.DefaultUploadListener extends Object implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.event.DownloadCallbackAdapter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

Level level
The log level to use.

Class echopoint.tucana.event.DownloadEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

fileName

String fileName
The file name (if any) of the content being downloaded.


contentLength

long contentLength
The total size in bytes of the content that is being downloaded.


contentType

String contentType
The mime type of the content that is being downloaded.

Class echopoint.tucana.event.DownloadFailEvent extends DownloadEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception
The exception that was generated that indicates the cause of the failure.

Class echopoint.tucana.event.DownloadFinishEvent extends DownloadEvent implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.event.DownloadStartEvent extends DownloadEvent implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.event.InvalidContentTypeEvent extends UploadEvent implements Serializable

serialVersionUID: 1L

Class echopoint.tucana.event.UploadCallbackAdapter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

Level level
The logging level to use.


event

UploadEvent event
The last upload event that was received.


uploadIndex

String uploadIndex
The current upload index being processed.

Class echopoint.tucana.event.UploadCancelEvent extends UploadEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception
The exception that was trapped as a result of the cancel.

Class echopoint.tucana.event.UploadEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

index

String index
The unique upload index for the upload event.


contentType

String contentType
The content type for the file that was uploaded.


fileName

String fileName
The name of the file that was uploaded.

Class echopoint.tucana.event.UploadFailEvent extends UploadEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception
The exception that was raised that resulted in the failuer.

Class echopoint.tucana.event.UploadFinishEvent extends UploadEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

fileItem

org.apache.commons.fileupload.FileItem fileItem
The file item that represents the file that was uploaded.

Class echopoint.tucana.event.UploadProgressEvent extends UploadEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

progress

UploadProgress progress
The progress object that encapsulates the file upload progress.

Class echopoint.tucana.event.UploadStartEvent extends UploadEvent implements Serializable

serialVersionUID: 1L


Package echopoint.util

Class echopoint.util.ComponentTracker extends Object implements Serializable

Serialized Fields

componentMap

Map<K,V> componentMap

trackee

Component trackee

Package echopoint.util.collections

Class echopoint.util.collections.ConcurrentReaderHashMap extends AbstractMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentReaderHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the ConcurrentReaderHashMap (the length of the bucket array) is emitted (int), followed by the size of the ConcurrentReaderHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the ConcurrentReaderHashMap The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

barrierLock

ConcurrentReaderHashMap.BarrierLock barrierLock
Lock used only for its memory effects.


threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is always (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class echopoint.util.collections.ConcurrentReaderHashMap.BarrierLock extends Object implements Serializable


Package echopoint.util.throwable

Class echopoint.util.throwable.ThrowableDescriptor extends ThrowablePropertyDescriptor implements Serializable

Serialized Fields

throwable

Throwable throwable

message

String message

causes

ThrowableDescriptor[] causes

properties

ThrowablePropertyDescriptor[] properties

stackTrace

String[] stackTrace

Class echopoint.util.throwable.ThrowablePropertyDescriptor extends Object implements Serializable

Serialized Fields

type

Class<T> type

name

String name

value

Object value

modifiers

int modifiers


EchoPoint API - 3.0.0b5
App Webcontainer