Serialized Form


Package org.apache.webbeans.annotation

Class org.apache.webbeans.annotation.AnyLiteral extends AnnotationLiteral<Any> implements Serializable

Class org.apache.webbeans.annotation.ApplicationScopeLiteral extends AnnotationLiteral<ApplicationScoped> implements Serializable

Class org.apache.webbeans.annotation.DefaultLiteral extends AnnotationLiteral<Default> implements Serializable

Class org.apache.webbeans.annotation.DependentScopeLiteral extends AnnotationLiteral<Dependent> implements Serializable

Class org.apache.webbeans.annotation.NamedLiteral extends AnnotationLiteral<Named> implements Serializable

Serialized Fields

value

String value

Class org.apache.webbeans.annotation.NewLiteral extends AnnotationLiteral<New> implements Serializable

Serialized Fields

clazz

Class<T> clazz

Class org.apache.webbeans.annotation.RequestedScopeLiteral extends AnnotationLiteral<RequestScoped> implements Serializable

Class org.apache.webbeans.annotation.SessionScopeLiteral extends AnnotationLiteral<SessionScoped> implements Serializable


Package org.apache.webbeans.container

Class org.apache.webbeans.container.InjectableBeanManager extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.webbeans.container.SerializableBean extends Object implements Serializable

serialVersionUID: -8141263188006177021L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

bean

Bean<T> bean
the delegated bean


Package org.apache.webbeans.context

Class org.apache.webbeans.context.AbstractContext extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read object.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write Object.

Throws:
IOException
Serialized Fields

active

boolean active
Context status, active or not


type

ContextTypes type
Context type


componentInstanceMap

Map<K,V> componentInstanceMap
Context contextual instances


scopeType

Class<T> scopeType
Contextual Scope Type

Class org.apache.webbeans.context.ApplicationContext extends AbstractContext implements Serializable

Class org.apache.webbeans.context.ConversationContext extends AbstractContext implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.webbeans.context.DependentContext extends AbstractContext implements Serializable

Class org.apache.webbeans.context.RequestContext extends AbstractContext implements Serializable

Class org.apache.webbeans.context.SessionContext extends AbstractContext implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.webbeans.context.SingletonContext extends AbstractContext implements Serializable


Package org.apache.webbeans.context.creational

Class org.apache.webbeans.context.creational.BeanInstanceBag extends Object implements Serializable

Serialized Fields

beanCreationalContext

CreationalContext<T> beanCreationalContext

beanInstance

Object beanInstance

lock

Lock lock

Class org.apache.webbeans.context.creational.CreationalContextImpl extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read object.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write Object.

Throws:
IOException
Serialized Fields

dependentObjects

Map<K,V> dependentObjects
Contextual bean dependent instances


contextual

Contextual<T> contextual
Contextual bean


ejbInterceptors

ConcurrentMap<K,V> ejbInterceptors
Ejb interceptors

Class org.apache.webbeans.context.creational.DependentCreationalContext extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

contextual

Contextual<T> contextual

dependentType

DependentCreationalContext.DependentType dependentType

instance

Object instance

Class org.apache.webbeans.context.creational.EjbInterceptorContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

interceptorInstance

Object interceptorInstance

injectorInstance

OWBInjector injectorInstance

interceptorClass

Class<T> interceptorClass

Package org.apache.webbeans.conversation

Class org.apache.webbeans.conversation.ConversationImpl extends Object implements Serializable

serialVersionUID: 8511063860333431722L

Serialized Fields

logger

WebBeansLogger logger
Logger instance


id

String id
Conversation id


isTransient

boolean isTransient
Transient or not. Transient conversations are destroyed at the end of JSF request


timeout

long timeout
Default timeout is 30mins


sessionId

String sessionId
Id of the session that this conversation is created


activeTime

long activeTime
Active duration of the conversation


inUsed

AtomicBoolean inUsed
This instance is under used


Package org.apache.webbeans.decorator

Class org.apache.webbeans.decorator.AbstractDecoratorMethodHandler extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.apache.webbeans.decorator.DecoratorComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.webbeans.decorator.DelegateHandler extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.apache.webbeans.el

Class org.apache.webbeans.el.WrappedValueExpression extends ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

valueExpression

ValueExpression valueExpression

Package org.apache.webbeans.event

Class org.apache.webbeans.event.EventImpl extends Object implements Serializable

serialVersionUID: -9035218380365451350L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

injectedBindings

Annotation[] injectedBindings
Event binding types


eventType

Type eventType
Event types


Package org.apache.webbeans.exception

Class org.apache.webbeans.exception.ComponentNotFoundException extends WebBeansException implements Serializable

serialVersionUID: 532093075405474889L

Class org.apache.webbeans.exception.ContextRemoveException extends WebBeansException implements Serializable

serialVersionUID: 532093075405474889L

Class org.apache.webbeans.exception.ResolutionByNameException extends WebBeansException implements Serializable

serialVersionUID: 532093075405474889L

Class org.apache.webbeans.exception.WebBeansConfigurationException extends DefinitionException implements Serializable

serialVersionUID: 1863095663133791175L

Class org.apache.webbeans.exception.WebBeansCreationException extends WebBeansException implements Serializable

serialVersionUID: 1863095663133791175L

Class org.apache.webbeans.exception.WebBeansDeploymentException extends DeploymentException implements Serializable

serialVersionUID: 1863095663133791175L

Class org.apache.webbeans.exception.WebBeansException extends RuntimeException implements Serializable

serialVersionUID: -3721839220664165557L

Serialized Fields

cause

Throwable cause

Class org.apache.webbeans.exception.WebBeansPassivationException extends WebBeansConfigurationException implements Serializable

serialVersionUID: 778898501784477029L


Package org.apache.webbeans.exception.definition

Class org.apache.webbeans.exception.definition.DuplicateDefinitionException extends DefinitionException implements Serializable

serialVersionUID: 2312285271502063304L

Class org.apache.webbeans.exception.definition.NonexistentConstructorException extends DefinitionException implements Serializable

serialVersionUID: 5271502302312280463L

Class org.apache.webbeans.exception.definition.NonexistentFieldException extends DefinitionException implements Serializable

serialVersionUID: 4578359618905508012L

Class org.apache.webbeans.exception.definition.NonexistentMemberException extends DefinitionException implements Serializable

serialVersionUID: -7507805351707018006L

Class org.apache.webbeans.exception.definition.NonexistentMethodException extends DefinitionException implements Serializable

serialVersionUID: -1280732375706132123L

Class org.apache.webbeans.exception.definition.NonexistentTypeException extends DefinitionException implements Serializable

serialVersionUID: 2340492433053441783L


Package org.apache.webbeans.exception.inject

Class org.apache.webbeans.exception.inject.DefinitionException extends RuntimeException implements Serializable

serialVersionUID: -6261526411795328050L

Class org.apache.webbeans.exception.inject.DeploymentException extends RuntimeException implements Serializable

serialVersionUID: -6635290650256485602L

Class org.apache.webbeans.exception.inject.ExecutionException extends RuntimeException implements Serializable

serialVersionUID: -32096734405984195L

Class org.apache.webbeans.exception.inject.InconsistentSpecializationException extends DeploymentException implements Serializable

serialVersionUID: 5398575103682514128L

Class org.apache.webbeans.exception.inject.NullableDependencyException extends DeploymentException implements Serializable

serialVersionUID: -2226577224929251465L

Class org.apache.webbeans.exception.inject.UnserializableDependencyException extends DeploymentException implements Serializable

serialVersionUID: 8071003021459701684L


Package org.apache.webbeans.inject

Class org.apache.webbeans.inject.OWBInjector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ownerCreationalContext

CreationalContextImpl<T> ownerCreationalContext

javaEEInstance

Object javaEEInstance

Package org.apache.webbeans.intercept

Class org.apache.webbeans.intercept.ApplicationScopedBeanIntereptorHandler extends NormalScopedBeanInterceptorHandler implements Serializable

serialVersionUID: 1L

Class org.apache.webbeans.intercept.DependentScopedBeanInterceptorHandler extends InterceptorHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

actualInstance

Object actualInstance
Bean instance


creationalContext

CreationalContext<T> creationalContext
Creaitonal context

Class org.apache.webbeans.intercept.InterceptorDataComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.webbeans.intercept.InterceptorHandler extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read from stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Write to stream.

Throws:
IOException
Serialized Fields

logger

WebBeansLogger logger
Logger instance


bean

OwbBean<T> bean
Proxied bean

Class org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler extends InterceptorHandler implements Serializable

serialVersionUID: 1L


Package org.apache.webbeans.proxy

Class org.apache.webbeans.proxy.ResourceProxyHandler extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.