|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.serialization.RemotingMarshalledValue
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 $
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 |
public RemotingMarshalledValue()
Method Detail |
public abstract java.lang.Object get() throws java.io.IOException, java.lang.ClassNotFoundException
get
in interface IMarshalledValue
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |