Serialized Form
-
Package javaa.beans
-
Class javaa.beans.IndexedPropertyChangeEvent
class IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -320227448495806870L
-
Serialized Fields
-
index
int index
-
-
Exception Class javaa.beans.IntrospectionException
class IntrospectionException extends Exception implements Serializable- serialVersionUID:
- -3728150539969542619L
-
Class javaa.beans.PropertyChangeEvent
class PropertyChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 7042693688939648123L
-
Class javaa.beans.PropertyChangeSupport
class PropertyChangeSupport extends Object implements Serializable- serialVersionUID:
- 6401253773779951803L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
children
Hashtable<String,
PropertyChangeSupport> children -
propertyChangeSupportSerializedDataVersion
int propertyChangeSupportSerializedDataVersion
-
source
Object source
-
-
Exception Class javaa.beans.PropertyVetoException
class PropertyVetoException extends Exception implements Serializable- serialVersionUID:
- 129596057694162164L
-
Serialized Fields
-
evt
PropertyChangeEvent evt
-
-
Class javaa.beans.VetoableChangeSupport
class VetoableChangeSupport extends Object implements Serializable- serialVersionUID:
- -5090210921595982017L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
children
Hashtable<String,
VetoableChangeSupport> children -
source
Object source
-
vetoableChangeSupportSerializedDataVersion
int vetoableChangeSupportSerializedDataVersion
-
-
-
Package javaa.beans.beancontext
-
Class javaa.beans.beancontext.BeanContextChildSupport
class BeanContextChildSupport extends Object implements Serializable- serialVersionUID:
- 6328947014421475877L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
beanContextChildPeer
BeanContextChild beanContextChildPeer
-
pcSupport
PropertyChangeSupport pcSupport
-
vcSupport
VetoableChangeSupport vcSupport
-
-
Class javaa.beans.beancontext.BeanContextEvent
class BeanContextEvent extends EventObject implements Serializable- serialVersionUID:
- 7267998073569045052L
-
Serialized Fields
-
propagatedFrom
BeanContext propagatedFrom
-
-
Class javaa.beans.beancontext.BeanContextMembershipEvent
class BeanContextMembershipEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- 3499346510334590959L
-
Serialized Fields
-
children
Collection children
-
-
Class javaa.beans.beancontext.BeanContextServiceAvailableEvent
class BeanContextServiceAvailableEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- -5333985775656400778L
-
Serialized Fields
-
serviceClass
Class serviceClass
-
-
Class javaa.beans.beancontext.BeanContextServiceRevokedEvent
class BeanContextServiceRevokedEvent extends BeanContextEvent implements Serializable- serialVersionUID:
- -1295543154724961754L
-
Serialized Fields
-
invalidateRefs
boolean invalidateRefs
-
serviceClass
Class serviceClass
-
-
Class javaa.beans.beancontext.BeanContextServicesSupport
class BeanContextServicesSupport extends BeanContextSupport implements Serializable- serialVersionUID:
- -8494482757288719206L
-
Serialization Methods
-
readObject
The implementation goes through following steps:- Calls
defaultReadObject()
. - Reads serializable service listeners.
- Parameters:
ois
- the object input stream- Throws:
IOException
- if I/O error occursClassNotFoundException
- if class of read object is not found
- Calls
-
writeObject
The implementation goes through following steps:- Calls
defaultWriteObject()
. - Writes out serializable service listeners.
- Parameters:
oos
- the object output stream- Throws:
IOException
- if I/O exception occurs
- Calls
-
-
Class javaa.beans.beancontext.BeanContextServicesSupport.BCSSChild
class BCSSChild extends BeanContextSupport.BCSChild implements Serializable- serialVersionUID:
- -3263851306889194873L
-
Class javaa.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
class BCSSServiceProvider extends Object implements Serializable- serialVersionUID:
- 861278251667444782L
-
Serialized Fields
-
serviceProvider
BeanContextServiceProvider serviceProvider
The service provider of the related service.
-
-
Class javaa.beans.beancontext.BeanContextSupport
class BeanContextSupport extends BeanContextChildSupport implements Serializable- serialVersionUID:
- -4879613978649577204L
-
Serialization Methods
-
readObject
The implementation goes through following steps:- Reads non-transient properties by calling
defaultReadObject()
. - Calls
bcsPreDeserializationHook()
. - Reads children by calling
readChildren()
if this context works standalone. Otherwise it is the peer's responsibility to callreadChildren()
after this object is deserialized. - Reads serializable membership listeners.
- Parameters:
ois
- the object input stream- Throws:
IOException
- if I/O error occursClassNotFoundException
- if class of read object is not found
- Reads non-transient properties by calling
-
writeObject
The implementation goes through following steps:- Writes out non-transient properties by calling
defaultWriteObject()
, especially theserializable
indicating the number of serializable children. - Calls
bcsPreSerializationHook()
. - Writes out children by calling
writeChildren()
if this context works standalone. Otherwise it is the peer's responsibility to callwriteChildren()
after this object is serialized. - Writes out serializable membership listeners.
- Parameters:
oos
- the object output stream- Throws:
IOException
- if I/O exception occurs
- Writes out non-transient properties by calling
-
-
Serialized Fields
-
designTime
boolean designTime
A flag indicating whether this context is in design mode. -
locale
Locale locale
The locale of this context. -
okToUseGui
boolean okToUseGui
A flag indicating whether this context is allowed to use GUI. -
serializable
int serializable
-
-
Class javaa.beans.beancontext.BeanContextSupport.BCSChild
class BCSChild extends Object implements Serializable- serialVersionUID:
- -5815286101609939109L
-