Dashboard Builder Commons 6.0.0.CR2

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 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.ErrorReport extends BasicFactoryElement implements Serializable

Serialized Fields

date

Date date
The error date


id

String id
The error unique identifier


exception

Throwable exception
The error itself


codeBlock

CodeBlockTrace codeBlock
The code block where the exception occurs.

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


Package org.jboss.dashboard.factory

Class org.jboss.dashboard.factory.BasicFactoryElement extends Object implements Serializable

Serialized Fields

factoryComponentName

String factoryComponentName

factoryComponentScope

String factoryComponentScope

factoryComponentDescription

String factoryComponentDescription

factoryComponentAlias

String factoryComponentAlias

componentKillFlag

boolean componentKillFlag

Class org.jboss.dashboard.factory.LookupException extends Exception implements Serializable


Dashboard Builder Commons 6.0.0.CR2

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