Serialized Form
|
Package org.apache.webbeans.annotation |
value
String value
clazz
Class<T> clazz
|
Package org.apache.webbeans.container |
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: -8141263188006177021L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
bean
Bean<T> bean
- the delegated bean
|
Package org.apache.webbeans.context |
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
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
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
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.context.creational |
beanCreationalContext
CreationalContext<T> beanCreationalContext
beanInstance
Object beanInstance
lock
Lock lock
serialVersionUID: 1L
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
dependentObjects
Map<K,V> dependentObjects
- Contextual bean dependent instances
contextual
Contextual<T> contextual
- Contextual bean
ejbInterceptors
ConcurrentMap<K,V> ejbInterceptors
- Ejb interceptors
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
contextual
Contextual<T> contextual
dependentType
DependentCreationalContext.DependentType dependentType
instance
Object instance
serialVersionUID: 1L
interceptorInstance
Object interceptorInstance
injectorInstance
OWBInjector injectorInstance
interceptorClass
Class<T> interceptorClass
|
Package org.apache.webbeans.conversation |
serialVersionUID: 8511063860333431722L
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 |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
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 |
serialVersionUID: 1L
valueExpression
ValueExpression valueExpression
|
Package org.apache.webbeans.event |
serialVersionUID: -9035218380365451350L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
injectedBindings
Annotation[] injectedBindings
- Event binding types
eventType
Type eventType
- Event types
|
Package org.apache.webbeans.exception |
serialVersionUID: 532093075405474889L
serialVersionUID: 532093075405474889L
serialVersionUID: 532093075405474889L
serialVersionUID: 1863095663133791175L
serialVersionUID: 1863095663133791175L
serialVersionUID: 1863095663133791175L
serialVersionUID: -3721839220664165557L
cause
Throwable cause
serialVersionUID: 778898501784477029L
|
Package org.apache.webbeans.exception.definition |
serialVersionUID: 2312285271502063304L
serialVersionUID: 5271502302312280463L
serialVersionUID: 4578359618905508012L
serialVersionUID: -7507805351707018006L
serialVersionUID: -1280732375706132123L
serialVersionUID: 2340492433053441783L
|
Package org.apache.webbeans.exception.inject |
serialVersionUID: -6261526411795328050L
serialVersionUID: -6635290650256485602L
serialVersionUID: -32096734405984195L
serialVersionUID: 5398575103682514128L
serialVersionUID: -2226577224929251465L
serialVersionUID: 8071003021459701684L
|
Package org.apache.webbeans.inject |
serialVersionUID: 1L
ownerCreationalContext
CreationalContextImpl<T> ownerCreationalContext
javaEEInstance
Object javaEEInstance
|
Package org.apache.webbeans.intercept |
serialVersionUID: 1L
serialVersionUID: 1L
actualInstance
Object actualInstance
- Bean instance
creationalContext
CreationalContext<T> creationalContext
- Creaitonal context
serialVersionUID: 1L
serialVersionUID: 1L
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
logger
WebBeansLogger logger
- Logger instance
bean
OwbBean<T> bean
- Proxied bean
serialVersionUID: 1L
|
Package org.apache.webbeans.proxy |
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.