Serialized Form


Package org.jboss.seam.remoting

Class org.jboss.seam.remoting.NonInjectionRemoting extends Remoting implements Serializable

serialVersionUID: -8985912269669096603L

Class org.jboss.seam.remoting.Remoting extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3911197516105313424L

Serialized Fields

executionHandlerInstance

javax.enterprise.inject.Instance<T> executionHandlerInstance

interfaceHandlerInstance

javax.enterprise.inject.Instance<T> interfaceHandlerInstance

modelHandlerInstance

javax.enterprise.inject.Instance<T> modelHandlerInstance

servletConfig

javax.servlet.ServletConfig servletConfig

pollTimeout

int pollTimeout

pollInterval

int pollInterval

debug

boolean debug

cachedConfig

java.util.Map<K,V> cachedConfig
We use a Map for this because a Servlet can serve requests for more than one context path.


resourceCache

java.util.Map<K,V> resourceCache

Package org.jboss.seam.remoting.annotationparser

Class org.jboss.seam.remoting.annotationparser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.jboss.seam.remoting.annotationparser.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.jboss.seam.remoting.annotationparser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.jboss.seam.remoting.annotationparser.syntaxtree

Class org.jboss.seam.remoting.annotationparser.syntaxtree.Annotation extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeChoice f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.AnnotationsUnit extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeOptional f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.BooleanLiteral extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeChoice f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.ClassOrInterfaceType extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

NodeListOptional f1

f2

NodeOptional f2

Class org.jboss.seam.remoting.annotationparser.syntaxtree.Literal extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeChoice f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.MarkerAnnotation extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

Name f1

Class org.jboss.seam.remoting.annotationparser.syntaxtree.MemberValue extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeChoice f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.MemberValueArrayInitializer extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

MemberValue f1

f2

NodeListOptional f2

f3

NodeOptional f3

f4

NodeToken f4

Class org.jboss.seam.remoting.annotationparser.syntaxtree.MemberValuePair extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

NodeToken f1

f2

MemberValue f2

Class org.jboss.seam.remoting.annotationparser.syntaxtree.MemberValuePairs extends java.lang.Object implements Serializable

Serialized Fields

f0

MemberValuePair f0

f1

NodeListOptional f1

Class org.jboss.seam.remoting.annotationparser.syntaxtree.Name extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

NodeListOptional f1

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeChoice extends java.lang.Object implements Serializable

Serialized Fields

choice

Node choice

which

int which

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeList extends java.lang.Object implements Serializable

Serialized Fields

nodes

java.util.Vector<E> nodes

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeListOptional extends java.lang.Object implements Serializable

Serialized Fields

nodes

java.util.Vector<E> nodes

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeOptional extends java.lang.Object implements Serializable

Serialized Fields

node

Node node

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeSequence extends java.lang.Object implements Serializable

Serialized Fields

nodes

java.util.Vector<E> nodes

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NodeToken extends java.lang.Object implements Serializable

Serialized Fields

tokenImage

java.lang.String tokenImage

specialTokens

java.util.Vector<E> specialTokens

beginLine

int beginLine

beginColumn

int beginColumn

endLine

int endLine

endColumn

int endColumn

kind

int kind

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NormalAnnotation extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

Name f1

f2

NodeToken f2

f3

NodeOptional f3

f4

NodeToken f4

Class org.jboss.seam.remoting.annotationparser.syntaxtree.NullLiteral extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.PrimitiveType extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeChoice f0

Class org.jboss.seam.remoting.annotationparser.syntaxtree.SingleMemberAnnotation extends java.lang.Object implements Serializable

Serialized Fields

f0

NodeToken f0

f1

Name f1

f2

NodeToken f2

f3

MemberValue f3

f4

NodeToken f4

Package org.jboss.seam.remoting.messaging

Class org.jboss.seam.remoting.messaging.SubscriptionRegistry extends java.lang.Object implements Serializable

Serialized Fields

connectionProvider

java.lang.String connectionProvider

monitor

java.lang.Object monitor

subscriptions

java.util.Map<K,V> subscriptions

userTokenInstance

javax.enterprise.inject.Instance<T> userTokenInstance

topicConnectionInstance

javax.enterprise.inject.Instance<T> topicConnectionInstance

topicConnection

javax.jms.TopicConnection topicConnection

allowedTopics

java.util.Set<E> allowedTopics
Contains a list of all the topics that clients are allowed to subscribe to.

Class org.jboss.seam.remoting.messaging.UserTokens extends java.lang.Object implements Serializable

Serialized Fields

tokens

java.util.Set<E> tokens

registry

SubscriptionRegistry registry

Package org.jboss.seam.remoting.model

Class org.jboss.seam.remoting.model.Model extends java.lang.Object implements Serializable

serialVersionUID: 8318288750036758325L

Serialized Fields

beanManager

javax.enterprise.inject.spi.BeanManager beanManager

id

java.lang.String id

callContext

CallContext callContext

action

Call action

beanProperties

java.util.Map<K,V> beanProperties

Class org.jboss.seam.remoting.model.Model.BeanProperty extends java.lang.Object implements Serializable

serialVersionUID: 540993772239615536L

Serialized Fields

bean

javax.enterprise.inject.spi.Bean<T> bean

propertyName

java.lang.String propertyName

value

java.lang.Object value

Class org.jboss.seam.remoting.model.ModelRegistry extends java.lang.Object implements Serializable

serialVersionUID: -2952670948046596460L

Serialized Fields

beanManager

javax.enterprise.inject.spi.BeanManager beanManager

models

java.util.Map<K,V> models

Package org.jboss.seam.remoting.wrapper

Class org.jboss.seam.remoting.wrapper.ConversionException extends java.lang.Exception implements Serializable

serialVersionUID: 5584559762846984501L



Copyright © 2010 Seam Framework. All Rights Reserved.