|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.gov.tas.dpiwe.mr.bean.SerializableBeanObject
public class SerializableBeanObject
This is a ClientManagedBeanObject wrapper which can be serialized.
| Constructor Summary | |
|---|---|
SerializableBeanObject()
Construct a new SerializableBeanObject. |
|
SerializableBeanObject(ClientManagedLocalObject underlyingObject)
Construct a new SerializableBeanObject. |
|
| Method Summary | |
|---|---|
Object |
readResolve()
Returns a new ClientManagedLocalObject corresponding to the representation in this SerializableBeanObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializableBeanObject()
public SerializableBeanObject(ClientManagedLocalObject underlyingObject)
throws CloneNotSupportedException
underlyingObject - a ClientManagedLocalObject instance.
CloneNotSupportedException - if this bean cannot be serialized.| Method Detail |
|---|
public Object readResolve()
throws ObjectStreamException
ObjectStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||