|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
String value
| Class org.apache.webbeans.annotation.NewLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New> implements Serializable |
|---|
serialVersionUID: -2981014729208063412L
| Serialized Fields |
|---|
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 |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
BuildInOwbBean<T> bean
Object actualObject
| Package org.apache.webbeans.container |
|---|
| Class org.apache.webbeans.container.InjectableBeanManager extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.apache.webbeans.container.SerializableBean extends Object implements Serializable |
|---|
serialVersionUID: -8141263188006177021L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
javax.enterprise.inject.spi.Bean<T> bean
| Package org.apache.webbeans.context |
|---|
| Class org.apache.webbeans.context.AbstractContext extends Object implements Serializable |
|---|
serialVersionUID: 2357678967444477818L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
boolean active
Map<K,V> componentInstanceMap
Class<T> scopeType
| 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 |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
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 |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
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 |
|---|
javax.enterprise.context.spi.CreationalContext<T> beanCreationalContext
Object beanInstance
Lock lock
| Class org.apache.webbeans.context.creational.CreationalContextImpl extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Map<K,V> dependentObjects
ATTENTION This variable gets initiated lazily!
javax.enterprise.context.spi.Contextual<T> contextual
ConcurrentMap<K,V> ejbInterceptors
WebBeansContext webBeansContext
boolean destroying
true to prevent recursive loops while destroying
the CreationContext.
| Class org.apache.webbeans.context.creational.DependentCreationalContext extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
javax.enterprise.context.spi.Contextual<T> contextual
DependentCreationalContext.DependentType dependentType
Object instance
| Class org.apache.webbeans.context.creational.EjbInterceptorContext extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object interceptorInstance
Class<T> interceptorClass
| Package org.apache.webbeans.conversation |
|---|
| Class org.apache.webbeans.conversation.ConversationImpl extends Object implements Serializable |
|---|
serialVersionUID: 8511063860333431722L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
String id
boolean isTransient
long timeout
String sessionId
long activeTime
AtomicBoolean inUsed
| Package org.apache.webbeans.corespi.scanner |
|---|
| Class org.apache.webbeans.corespi.scanner.AnnotationDB.CrossReferenceException extends Exception implements Serializable |
|---|
serialVersionUID: 8012802335134828909L
| Serialized Fields |
|---|
Set<E> unresolved
| Package org.apache.webbeans.decorator |
|---|
| Class org.apache.webbeans.decorator.AbstractDecoratorMethodHandler extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class org.apache.webbeans.decorator.DelegateHandler extends Object implements Serializable |
|---|
serialVersionUID: -3063755008944970684L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Package org.apache.webbeans.el |
|---|
| Class org.apache.webbeans.el.WrappedValueExpression extends javax.el.ValueExpression implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
javax.el.ValueExpression valueExpression
| Package org.apache.webbeans.event |
|---|
| Class org.apache.webbeans.event.EventImpl extends Object implements Serializable |
|---|
serialVersionUID: -9035218380365451350L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream op)
throws IOException
IOException| Serialized Fields |
|---|
Annotation[] injectedBindings
Type eventType
| 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 |
|---|
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 |
|---|
Object actualInstance
javax.enterprise.context.spi.CreationalContext<T> creationalContext
| Class org.apache.webbeans.intercept.InterceptorHandler extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
OwbBean<T> bean
WebBeansContext webBeansContext
DelegateHandler decoratorDelegateHandler
| Class org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler extends InterceptorHandler implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
CopyOnWriteArrayList<E> cachedInterceptedMethods
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 |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||