Errai 3.0.1-SNAPSHOT

Serialized Form


Package org.jboss.as.websockets.servlet

Class org.jboss.as.websockets.servlet.WebSocketServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

protocolName

String protocolName

Package org.jboss.errai.bus.client.api

Class org.jboss.errai.bus.client.api.BadlyFormedMessageException extends RuntimeException implements Serializable


Package org.jboss.errai.bus.client.api.base

Class org.jboss.errai.bus.client.api.base.MessageCallbackFailure extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.bus.client.api.base.MessageDeliveryFailure extends RuntimeException implements Serializable

Serialized Fields

rpcEndpointException

boolean rpcEndpointException

Class org.jboss.errai.bus.client.api.base.NoSubscribersToDeliverTo extends MessageDeliveryFailure implements Serializable

serialVersionUID: -5385972750788483158L

Serialized Fields

subject

String subject

Class org.jboss.errai.bus.client.api.base.TransportIOException extends Exception implements Serializable

Serialized Fields

errorCode

int errorCode

errorMessage

String errorMessage

Package org.jboss.errai.bus.client.api.laundry

Class org.jboss.errai.bus.client.api.laundry.package extends Object implements Serializable


Package org.jboss.errai.bus.server

Class org.jboss.errai.bus.server.HttpSessionProvider.SessionsContainer extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Just returns a fresh new SessionsContainer.

Throws:
ObjectStreamException

Class org.jboss.errai.bus.server.QueueUnavailableException extends RuntimeException implements Serializable


Package org.jboss.errai.bus.server.io.buffers

Class org.jboss.errai.bus.server.io.buffers.BufferOverflowException extends IOException implements Serializable


Package org.jboss.errai.bus.server.servlet

Class org.jboss.errai.bus.server.servlet.AbstractErraiServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

SSE_TERMINATION_BYTES

byte[] SSE_TERMINATION_BYTES

service

ErraiService<S> service

sessionProvider

SessionProvider<T> sessionProvider

longPollingEnabled

boolean longPollingEnabled

longPollTimeout

int longPollTimeout

sseTimeout

int sseTimeout

Class org.jboss.errai.bus.server.servlet.ChaosMonkeyServlet extends DefaultBlockingServlet implements Serializable

Class org.jboss.errai.bus.server.servlet.DefaultBlockingServlet extends AbstractErraiServlet implements Serializable

Class org.jboss.errai.bus.server.servlet.JBossAS7WebSocketServlet extends WebSocketServlet implements Serializable

Serialized Fields

service

ErraiService<S> service

sessionProvider

SessionProvider<T> sessionProvider

activeChannels

Map<K,V> activeChannels

Class org.jboss.errai.bus.server.servlet.JettyContinuationsServlet extends AbstractErraiServlet implements Serializable

Class org.jboss.errai.bus.server.servlet.StandardAsyncServlet extends AbstractErraiServlet implements Serializable

serialVersionUID: 1L


Package org.jboss.errai.bus.server.util

Class org.jboss.errai.bus.server.util.NotAService extends Exception implements Serializable

serialVersionUID: 1L


Package org.jboss.errai.cdi.server.gwt.util

Class org.jboss.errai.cdi.server.gwt.util.SimpleTranslator.Tag extends ArrayList<SimpleTranslator.AttributeEntry> implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.jboss.errai.cdi.server.gwt.util.StackTreeLogger extends Stack<com.google.gwt.core.ext.TreeLogger> implements Serializable

serialVersionUID: 1L


Package org.jboss.errai.codegen.exception

Class org.jboss.errai.codegen.exception.CyclicalObjectGraphException extends GenerationException implements Serializable

serialVersionUID: 1L

Serialized Fields

objectsInvolvedInCycle

Collection<E> objectsInvolvedInCycle

Class org.jboss.errai.codegen.exception.GenerationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

additionalFailureInfo

String additionalFailureInfo

Class org.jboss.errai.codegen.exception.InvalidExpressionException extends GenerationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.codegen.exception.InvalidTypeException extends GenerationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.codegen.exception.NotLiteralizableException extends GenerationException implements Serializable

Serialized Fields

nonLiteralizableObject

Object nonLiteralizableObject

Class org.jboss.errai.codegen.exception.OutOfScopeException extends GenerationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.codegen.exception.TypeNotIterableException extends GenerationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.codegen.exception.UndefinedConstructorException extends GenerationException implements Serializable

serialVersionUID: 1L

Serialized Fields

type

MetaClass type

parameterTypes

MetaClass[] parameterTypes

Class org.jboss.errai.codegen.exception.UndefinedFieldException extends GenerationException implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

declaringClass

MetaClass declaringClass

Class org.jboss.errai.codegen.exception.UndefinedMethodException extends GenerationException implements Serializable

serialVersionUID: 1L

Serialized Fields

declaringClass

MetaClass declaringClass

methodName

String methodName

parameterTypes

MetaClass[] parameterTypes

Class org.jboss.errai.codegen.exception.UnproxyableClassException extends GenerationException implements Serializable

serialVersionUID: 1L

Serialized Fields

clazz

MetaClass clazz

Package org.jboss.errai.common.server.api

Class org.jboss.errai.common.server.api.ErraiBootstrapFailure extends RuntimeException implements Serializable


Package org.jboss.errai.databinding.client

Class org.jboss.errai.databinding.client.InvalidPropertyExpressionException extends RuntimeException implements Serializable

Class org.jboss.errai.databinding.client.NonExistingPropertyException extends RuntimeException implements Serializable

Class org.jboss.errai.databinding.client.WidgetAlreadyBoundException extends RuntimeException implements Serializable


Package org.jboss.errai.enterprise.client.jaxrs.api

Class org.jboss.errai.enterprise.client.jaxrs.api.ResponseException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

response

com.google.gwt.http.client.Response response

Package org.jboss.errai.ioc.client.api

Class org.jboss.errai.ioc.client.api.InjectionException extends RuntimeException implements Serializable

Class org.jboss.errai.ioc.client.api.ProviderException extends InjectionException implements Serializable


Package org.jboss.errai.ioc.client.container

Class org.jboss.errai.ioc.client.container.IOCResolutionException extends RuntimeException implements Serializable


Package org.jboss.errai.ioc.client.container.async

Class org.jboss.errai.ioc.client.container.async.AsyncBeanNotLoaded extends RuntimeException implements Serializable


Package org.jboss.errai.ioc.rebind.ioc.exception

Class org.jboss.errai.ioc.rebind.ioc.exception.InjectionFailure extends ErraiBootstrapFailure implements Serializable

Serialized Fields

failedDependency

MetaClass failedDependency

target

String target

Class org.jboss.errai.ioc.rebind.ioc.exception.UnsatisfiedDependenciesException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

unsatisfiedDependencies

UnsatisfiedDependencies unsatisfiedDependencies

Package org.jboss.errai.marshalling.client.api.exceptions

Class org.jboss.errai.marshalling.client.api.exceptions.InvalidMappingException extends RuntimeException implements Serializable

Class org.jboss.errai.marshalling.client.api.exceptions.MarshallingException extends RuntimeException implements Serializable

Class org.jboss.errai.marshalling.client.api.exceptions.NoAvailableMarshallerException extends MarshallingException implements Serializable

Serialized Fields

marshallType

String marshallType

Package org.jboss.errai.otec.client

Class org.jboss.errai.otec.client.BadSync extends RuntimeException implements Serializable

Serialized Fields

entityId

int entityId

agentId

String agentId

Class org.jboss.errai.otec.client.OTException extends RuntimeException implements Serializable


Package org.jboss.errai.reflections

Class org.jboss.errai.reflections.ReflectionsException extends RuntimeException implements Serializable


Package org.jboss.errai.security.shared.api

Class org.jboss.errai.security.shared.api.RoleImpl extends Object implements Serializable

Serialized Fields

name

String name

Package org.jboss.errai.security.shared.api.identity

Class org.jboss.errai.security.shared.api.identity.UserImpl extends Object implements Serializable

serialVersionUID: 3172905561115755369L

Serialized Fields

name

String name

roles

Set<E> roles

properties

Map<K,V> properties

Package org.jboss.errai.security.shared.exception

Class org.jboss.errai.security.shared.exception.AlreadyLoggedInException extends AuthenticationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.security.shared.exception.AuthenticationException extends SecurityException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.security.shared.exception.FailedAuthenticationException extends AuthenticationException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.security.shared.exception.SecurityException extends RuntimeException implements Serializable

serialVersionUID: 9032128765408654433L

Class org.jboss.errai.security.shared.exception.UnauthenticatedException extends SecurityException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.security.shared.exception.UnauthorizedException extends SecurityException implements Serializable

serialVersionUID: 1L


Package org.jboss.errai.tools.monitoring

Class org.jboss.errai.tools.monitoring.ConversationActivityMonitor extends ServiceActivityMonitor implements Serializable

Serialized Fields

MATCHER

Pattern MATCHER

Class org.jboss.errai.tools.monitoring.MainMonitorGUI extends JFrame implements Serializable

Serialized Fields

tabbedPane1

JTabbedPane tabbedPane1

serverMonitorPanel

ServerMonitorPanel serverMonitorPanel

remoteBuses

Map<K,V> remoteBuses

serverBus

MessageBus serverBus

dataStore

Dataservice dataStore

processor

ActivityProcessor processor

Class org.jboss.errai.tools.monitoring.MessageCellRenderer extends DefaultTableCellRenderer implements Serializable

Class org.jboss.errai.tools.monitoring.MonitorTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.jboss.errai.tools.monitoring.ObjectExplorer extends JTree implements Serializable

Serialized Fields

rootNode

DefaultMutableTreeNode rootNode

root

Object root

deferred

Map<K,V> deferred

Class org.jboss.errai.tools.monitoring.ServerLogPanel extends JFrame implements Serializable

Serialized Fields

serverLogModel

ServerLogPanel.ServerLogModel serverLogModel

handle

ActivityProcessor.Handle handle

Class org.jboss.errai.tools.monitoring.ServerLogPanel.MessageDetailsModel extends AbstractTableModel implements Serializable

Class org.jboss.errai.tools.monitoring.ServerLogPanel.ServerLogModel extends AbstractTableModel implements Serializable

Serialized Fields

entries

ArrayList<E> entries

COLS

String[] COLS

TYPES

Class<T>[] TYPES

formatter

DateFormat formatter

Class org.jboss.errai.tools.monitoring.ServerMonitorPanel.ServicesListCellRender extends DefaultListCellRenderer implements Serializable

Class org.jboss.errai.tools.monitoring.ServiceActivityMonitor extends JFrame implements Serializable

Serialized Fields

activityTable

JTable activityTable

detailsTable

JTable detailsTable

tableModel

ServiceActivityMonitor.ActivityMonitorTableModel tableModel

detailsModel

ServiceActivityMonitor.MessageDetailsTableModel detailsModel

busId

String busId

service

String service

serverMonitor

ServerMonitorPanel serverMonitor

lockable

boolean lockable

scrollLock

boolean scrollLock

lastScrollAmount

int lastScrollAmount

handle

ActivityProcessor.Handle handle

explorer

ObjectExplorer explorer

defaultWindowListener

WindowListener defaultWindowListener

searchDialog

org.jboss.errai.tools.monitoring.ServiceActivityMonitor.SearchDialog searchDialog

Class org.jboss.errai.tools.monitoring.ServiceActivityMonitor.ActivityMonitorTableModel extends AbstractTableModel implements Serializable

Serialized Fields

messages

ArrayList<E> messages

filteredMessages

ArrayList<E> filteredMessages

filter

Pattern filter

COLS

String[] COLS

TYPES

Class<T>[] TYPES

formatter

DateFormat formatter

Class org.jboss.errai.tools.monitoring.ServiceActivityMonitor.MessageDetailsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

fields

ArrayList<E> fields

values

ArrayList<E> values

COLS

String[] COLS

TYPES

Class<T>[] TYPES

Package org.jboss.errai.tools.proxy

Class org.jboss.errai.tools.proxy.XmlHttpProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

logger

Logger logger

xhp

XmlHttpProxy xhp

ctx

javax.servlet.ServletContext ctx

services

List<E> services

resourcesDir

String resourcesDir

classpathResourcesDir

String classpathResourcesDir

headerToken

String headerToken

testToken

String testToken

configResource

String configResource

Package org.jboss.errai.ui.nav.client.local.api

Class org.jboss.errai.ui.nav.client.local.api.MissingPageRoleException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.jboss.errai.ui.nav.client.local.api.PageNotFoundException extends RuntimeException implements Serializable


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.