Serialized Form
|
Package org.jboss.dashboard.commons.collections |
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.
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 |
elements
Object[] elements
- The process elements involved in the message.
messageCode
String messageCode
- The message code.
messageType
int messageType
- Message type;
created
Date created
|
Package org.jboss.dashboard.commons.xml |
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 |
|
Package org.jboss.dashboard.error |
level
int level
title
String title
message
String message
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.
|
Package org.jboss.dashboard.factory |
factoryComponentName
String factoryComponentName
factoryComponentScope
String factoryComponentScope
factoryComponentDescription
String factoryComponentDescription
factoryComponentAlias
String factoryComponentAlias
componentKillFlag
boolean componentKillFlag
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.