|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting.serialization.RemotingMarshalledValue
public abstract class 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 741 2006-02-27 20:53:50Z csuconic $
| 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 IMarshalledValuejava.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||