Uses of Interface
org.jboss.remoting.serialization.IMarshalledValue

Packages that use IMarshalledValue
org.jboss.remoting.serialization   
org.jboss.remoting.serialization.impl.java   
org.jboss.remoting.serialization.impl.jboss   
 

Uses of IMarshalledValue in org.jboss.remoting.serialization
 

Classes in org.jboss.remoting.serialization that implement IMarshalledValue
 class RemotingMarshalledValue
          Empty implementation of a MarshalledValue, as SerializationManager is now managing creationg of this object.
 

Methods in org.jboss.remoting.serialization that return IMarshalledValue
abstract  IMarshalledValue SerializationManager.createdMarshalledValue(java.lang.Object source)
          Creates a MarshalledValue that does lazy serialization.
abstract  IMarshalledValue SerializationManager.createMarshalledValueForClone(java.lang.Object original)
          Used in call by value operations.
 

Uses of IMarshalledValue in org.jboss.remoting.serialization.impl.java
 

Classes in org.jboss.remoting.serialization.impl.java that implement IMarshalledValue
 class JavaMarshalledValue
          A simple replacement for the RMI MarshalledObject that uses the thread context class loader for resolving classes and proxies.
 

Methods in org.jboss.remoting.serialization.impl.java that return IMarshalledValue
 IMarshalledValue JavaSerializationManager.createdMarshalledValue(java.lang.Object source)
          Creates a MarshalledValue that does lazy serialization.
 IMarshalledValue JavaSerializationManager.createMarshalledValueForClone(java.lang.Object original)
           
 

Uses of IMarshalledValue in org.jboss.remoting.serialization.impl.jboss
 

Classes in org.jboss.remoting.serialization.impl.jboss that implement IMarshalledValue
 class LocalMarshalledValue
          Does lazy serialization based on JBossSerialization.
 class MarshalledValue
           
 class SmartCloningMarshalledValue
          IMarshalledValue used on smart cloning/call by value operations for JBoss Serialization
 

Methods in org.jboss.remoting.serialization.impl.jboss that return IMarshalledValue
 IMarshalledValue JBossSerializationManager.createdMarshalledValue(java.lang.Object source)
          Creates a MarshalledValue that does lazy serialization.
 IMarshalledValue JBossSerializationManager.createMarshalledValueForClone(java.lang.Object original)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.