Serialized Form


Package org.apache.webbeans.annotation

Class org.apache.webbeans.annotation.AnyLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any> implements Serializable

serialVersionUID: -8922048102786275371L

Class org.apache.webbeans.annotation.ApplicationScopeLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.ApplicationScoped> implements Serializable

serialVersionUID: 8089948111744513390L

Class org.apache.webbeans.annotation.DefaultLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Default> implements Serializable

serialVersionUID: 6788272256977634238L

Class org.apache.webbeans.annotation.DependentScopeLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Dependent> implements Serializable

serialVersionUID: -2677299920840834714L

Class org.apache.webbeans.annotation.NamedLiteral extends javax.enterprise.util.AnnotationLiteral<javax.inject.Named> implements Serializable

serialVersionUID: 8867272511520063730L

Serialized Fields

value

String value

Class org.apache.webbeans.annotation.NewLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New> implements Serializable

serialVersionUID: -2981014729208063412L

Serialized Fields

clazz

Class<T> clazz

Class org.apache.webbeans.annotation.RequestedScopeLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.RequestScoped> implements Serializable

serialVersionUID: -7333612898060695008L

Class org.apache.webbeans.annotation.SessionScopeLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.SessionScoped> implements Serializable

serialVersionUID: -7469945140661485990L


Package org.apache.webbeans.component

Class org.apache.webbeans.component.BuildInOwbBean.BuildInBeanMethodHandler extends Object implements Serializable

serialVersionUID: -2442900183095535369L

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

BuildInOwbBean<T> bean

actualObject

Object actualObject

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

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


Package org.apache.webbeans.context

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

serialVersionUID: 2357678967444477818L

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


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

serialVersionUID: -8254441824647652312L

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

serialVersionUID: -576054696008715282L

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

serialVersionUID: 8225241216057316441L

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

serialVersionUID: -1030240915163272268L

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

serialVersionUID: -7600942820719243149L


Package org.apache.webbeans.context.creational

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

serialVersionUID: 1656996021599122499L

Serialized Fields

beanCreationalContext

javax.enterprise.context.spi.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 key: contextual instance --> value: dependents

ATTENTION This variable gets initiated lazily!


contextual

javax.enterprise.context.spi.Contextual<T> contextual
Contextual bean


ejbInterceptors

ConcurrentMap<K,V> ejbInterceptors
Ejb interceptors


webBeansContext

WebBeansContext webBeansContext

destroying

boolean destroying
This flag will get set to true to prevent recursive loops while destroying the CreationContext.

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

javax.enterprise.context.spi.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

interceptorClass

Class<T> interceptorClass

Package org.apache.webbeans.conversation

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

serialVersionUID: 8511063860333431722L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
We need this for restoring our WebBeansContext on de-serialisation

Throws:
IOException
ClassNotFoundException
Serialized Fields

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.corespi.scanner

Class org.apache.webbeans.corespi.scanner.AnnotationDB.CrossReferenceException extends Exception implements Serializable

serialVersionUID: 8012802335134828909L

Serialized Fields

unresolved

Set<E> unresolved

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.DelegateHandler extends Object implements Serializable

serialVersionUID: -3063755008944970684L

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 javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

valueExpression

javax.el.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

writeObject

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

injectedBindings

Annotation[] injectedBindings
Event binding types


eventType

Type eventType
Event types


Package org.apache.webbeans.exception

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

Package org.apache.webbeans.exception.definition

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

serialVersionUID: 2312285271502063304L


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.InconsistentSpecializationException extends DeploymentException implements Serializable

serialVersionUID: 5398575103682514128L

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

serialVersionUID: -2226577224929251465L


Package org.apache.webbeans.intercept

Class org.apache.webbeans.intercept.ApplicationScopedBeanInterceptorHandler 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

javax.enterprise.context.spi.CreationalContext<T> creationalContext
Creaitonal context

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

bean

OwbBean<T> bean
Proxied bean


webBeansContext

WebBeansContext webBeansContext

decoratorDelegateHandler

DelegateHandler decoratorDelegateHandler

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

serialVersionUID: 1L

Serialized Fields

cachedInterceptedMethods

CopyOnWriteArrayList<E> cachedInterceptedMethods
this stores the Method.hashCode() of intercepted methods


Package org.apache.webbeans.proxy

Class org.apache.webbeans.proxy.ProxyGenerationException extends Exception implements Serializable

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

serialVersionUID: 2608686651845218158L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
When deserialized, first try container provided failover service. If the failover service does not handle the actual instance, the default behavior is: 1. Read the object from the stream, 2. If the object is renote ejb stub, reconnect it. 3. if the object is DUMMY_STRING, invoke ResourceBean.getActualInstance to get a new instance of the resource.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
When serialized, first try container provided failover service. If the failover service does not handle the actual instance, the default behavior is: 1. If actual object is serializable, then serialize it directly. 2. If not, serialize the DUMMY_STRING.

Throws:
IOException



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