Uses of Class
org.objectweb.jac.core.SerializedJacObject

Packages that use SerializedJacObject
org.objectweb.jac.aspects.distribution Provides a highly configurable set of aspects to distribute JAC applications.  
org.objectweb.jac.aspects.naming Provides an aspect to handle the naming in the JAC system.  
org.objectweb.jac.aspects.persistence Provides a generic persistence aspect for JAC objects.  
org.objectweb.jac.core Provides JAC system core classes.  
 

Uses of SerializedJacObject in org.objectweb.jac.aspects.distribution
 

Methods in org.objectweb.jac.aspects.distribution with parameters of type SerializedJacObject
 void RemoteAccessAC.whenSerialized(SerializedJacObject finalObject)
           
 void RemoteAccessAC.whenDeserialized(SerializedJacObject orgObject)
          Fill the field values when the forwarding is disabled for this object..
 Wrappee DeploymentAC.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          Force the treatment of the objects that are being serialized.
 Wrappee DeploymentAC.whenDeserialized(SerializedJacObject orgObject, Wrappee finalObject)
          Fill the field values when the forwarding is disabled for this object..
 

Uses of SerializedJacObject in org.objectweb.jac.aspects.naming
 

Methods in org.objectweb.jac.aspects.naming with parameters of type SerializedJacObject
 Wrappee BindingAC.whenDeserialized(SerializedJacObject orgObject, Wrappee finalObject)
          Bind a deserialized JAC object.
 Wrappee BindingAC.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          Add the name to the SerializedJacObject when an object that is wrapped by a BindingWrapper serialized.
 Wrappee NamingAC.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          Add the name to the SerializedJacObject structure when serialized.
 

Uses of SerializedJacObject in org.objectweb.jac.aspects.persistence
 

Methods in org.objectweb.jac.aspects.persistence with parameters of type SerializedJacObject
 void PersistenceAC.whenDeserialized(SerializedJacObject orgObject)
          This method allows the deserialization of the OID of a persistent object.
 void PersistenceAC.whenSerialized(SerializedJacObject finalObject)
          This method add the OID info to the serialized JAC object when a serialization is requested by another aspect.
 

Uses of SerializedJacObject in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core with parameters of type SerializedJacObject
 Wrappee ACManager.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          Dispatch this event to all the woven Aspect Components.
 Wrappee ACManager.whenDeserialized(SerializedJacObject orgObject, Wrappee finalObject)
          Dispatch this event to all the woven Aspect Components.
 Wrappee AspectComponent.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          This method is called when a JAC object is serialized and can parametrize the serialization by filling the finalObject parameter.
 Wrappee AspectComponent.whenDeserialized(SerializedJacObject orgObject, Wrappee finalObject)
          This method is called when a base object is deserialized and can parametrize the deserialization by reading the SerializedJacObject instance to get some extra infos on the aspects.
 Wrappee BaseProgramListener.whenSerialized(Wrappee orgObject, SerializedJacObject finalObject)
          This method is called when a JAC object is serialized and can parametrize the serialization by filling the finalObject parameter.
 Wrappee BaseProgramListener.whenDeserialized(SerializedJacObject orgObject, Wrappee finalObject)
          This method is called when a base object is deserialized and can parametrize the deserialization by reading the SerializedJacObject instance to get some extra infos on the aspects.