org.jboss.remoting.serialization
Class RemotingMarshalledValue

java.lang.Object
  extended byorg.jboss.remoting.serialization.RemotingMarshalledValue
All Implemented Interfaces:
IMarshalledValue
Direct Known Subclasses:
JavaMarshalledValue, LocalMarshalledValue

public abstract class RemotingMarshalledValue
extends java.lang.Object
implements IMarshalledValue

Empty implementation of a MarshalledValue, as SerializationManager is now managing creationg of this object. We need this class just as a hook for implementation on JBossAS $Id: RemotingMarshalledValue.java,v 1.4 2006/02/27 20:53:50 csuconic Exp $

Author:
Clebert Suconic

Constructor Summary
RemotingMarshalledValue()
           
 
Method Summary
abstract  java.lang.Object get()
          The object has to be unserialized only when the first get is executed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingMarshalledValue

public RemotingMarshalledValue()
Method Detail

get

public abstract java.lang.Object get()
                              throws java.io.IOException,
                                     java.lang.ClassNotFoundException
The object has to be unserialized only when the first get is executed.

Specified by:
get in interface IMarshalledValue
Throws:
java.io.IOException
java.lang.ClassNotFoundException


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