Dashboard Builder Commons 6.2.0.Beta1

Serialized Form


Package org.jboss.dashboard.commons.collections

Class org.jboss.dashboard.commons.collections.CursoredList extends Object implements Serializable

Serialized Fields

DEFAULT_PAGE_SIZE

int DEFAULT_PAGE_SIZE
Default page size.


list

List<E> list
The collection of elements.


pageNumber

int pageNumber
Cursor current page number. From 1 to N.


pageSize

int pageSize
Cursor page size.

Class org.jboss.dashboard.commons.collections.LazyList extends ArrayList implements Serializable

Serialized Fields

instanceList

List<E> instanceList
List of instances already retrieved by the lazy calls. It acts as an instance cache and an instance prefetch buffer.


discardDuplicates

boolean discardDuplicates
Flag indicating if duplicated elements are allowed.


fetchSize

int fetchSize
The number of elements fetched when invoking the get(index) method.


Package org.jboss.dashboard.commons.message

Class org.jboss.dashboard.commons.message.AbstractMessage extends Exception implements Serializable

Serialized Fields

elements

Object[] elements
The process elements involved in the message.


messageCode

String messageCode
The message code.


messageType

int messageType
Message type;

Class org.jboss.dashboard.commons.message.MessageList extends ArrayList<Message> implements Serializable

Serialized Fields

created

Date created

Package org.jboss.dashboard.commons.xml

Class org.jboss.dashboard.commons.xml.XMLNode extends Object implements Serializable

Serialized Fields

objectName

String objectName

attributes

Properties attributes

children

List<E> children

content

byte[] content

warnings

List<E> warnings

warningArguments

List<E> warningArguments

parent

XMLNode parent

Package org.jboss.dashboard.database.hibernate

Class org.jboss.dashboard.database.hibernate.BinaryBlobType extends Object implements Serializable

Class org.jboss.dashboard.database.hibernate.StringBlobType extends Object implements Serializable


Package org.jboss.dashboard.error

Class org.jboss.dashboard.error.ApplicationError extends RuntimeException implements Serializable

Class org.jboss.dashboard.error.BusinessError extends ApplicationError implements Serializable

Serialized Fields

level

int level

title

String title

message

String message

Class org.jboss.dashboard.error.TechnicalError extends ApplicationError implements Serializable


Package org.jboss.dashboard.profiler.memory

Class org.jboss.dashboard.profiler.memory.LowMemoryException extends Exception implements Serializable


Dashboard Builder Commons 6.2.0.Beta1

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.