Serialized Form


Package org.apache.webbeans.annotation

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

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

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

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

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

Serialized Fields

value

String value

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

Serialized Fields

clazz

Class<T> clazz

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

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


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

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

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

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


webBeansContext

WebBeansContext webBeansContext

Package org.apache.webbeans.corespi.scanner

Class org.apache.webbeans.corespi.scanner.AnnotationDB extends Object implements Serializable

Serialized Fields

annotationIndex

Map<K,V> annotationIndex

implementsIndex

Map<K,V> implementsIndex

classIndex

Map<K,V> classIndex

scanClassAnnotations

boolean scanClassAnnotations

scanMethodAnnotations

boolean scanMethodAnnotations

scanParameterAnnotations

boolean scanParameterAnnotations

scanFieldAnnotations

boolean scanFieldAnnotations

ignoredPackages

String[] ignoredPackages

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

Serialized Fields

unresolved

Set<E> unresolved

Package org.apache.webbeans.corespi.se

Class org.apache.webbeans.corespi.se.BeansXmlAnnotationDB extends AnnotationDB implements Serializable

serialVersionUID: 4321069777044090278L

Serialized Fields

logger

WebBeansLogger logger
Logger instance


beansXml

String beansXml
null or beans.xml of current BDA being processed


scannerService

ScannerService scannerService

beansXmlResources

Map<K,V> beansXmlResources
Maps a resource (Ex: .jar) to a beans.xml location


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

Serialized Fields

webBeansContext

WebBeansContext webBeansContext

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 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.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
Creational context to hold dependent instances


javaEEInstance

Object javaEEInstance
Underlying javaee instance


webBeansContext

WebBeansContext webBeansContext

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

serialVersionUID: 1L

Serialized Fields

instance

WebBeansContext instance

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


webBeansContext

WebBeansContext webBeansContext

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.logger

Class org.apache.webbeans.logger.WebBeansLogger 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.proxy

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-2011 The Apache Software Foundation. All Rights Reserved.