Uses of Class
javax.rad.type.bean.AbstractBean

Packages that use AbstractBean
com.sibvisions.rad.remote.serializer Contains classes for serialize/deserialize java objects. 
com.sibvisions.rad.server Contains remote server classes and dependent components. 
javax.rad.type.bean Contains classes for bean handling. 
 

Uses of AbstractBean in com.sibvisions.rad.remote.serializer
 

Methods in com.sibvisions.rad.remote.serializer that return AbstractBean
 AbstractBean BeanSerializer.read(UniversalSerializer pSerializer, DataInputStream pIn, int pTypeValue, TypeCache pCache)
          Reads in a serialized object from a stream.
 

Methods in com.sibvisions.rad.remote.serializer that return types with arguments of type AbstractBean
 Class<AbstractBean> BeanSerializer.getTypeClass()
          Gets the type class that can be serialized by this serializer.
 

Methods in com.sibvisions.rad.remote.serializer with parameters of type AbstractBean
 void BeanSerializer.write(UniversalSerializer pSerializer, DataOutputStream pOut, AbstractBean pObject, TypeCache pCache)
          Writes a serialized object to a stream.
 

Uses of AbstractBean in com.sibvisions.rad.server
 

Subclasses of AbstractBean in com.sibvisions.rad.server
static class DefaultObjectProvider.ImplicitLifeCycleObject
          A marker class.
 class GenericBean
          The GenericBean handles the access to the values of cached members and defined methods.
 

Uses of AbstractBean in javax.rad.type.bean
 

Subclasses of AbstractBean in javax.rad.type.bean
 class Bean
          The Bean is a bean with dynamic properties.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.