Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface PSerializable
extends Serializable
Method Summary | |
String |
|
PName | |
void |
|
String | |
void |
|
public String getClassName()
Get the name of the jorm class.
- Returns:
public PName getPName(PBinder pnc) throws PExceptionNaming
- Returns:
- the decoded PName of the object sent to the replicas
public void read(PClassMapping pcm, PAccessor pa) throws PException
Read all the fields of the serializable object and put it in the PAccessor pa.
- Parameters:
pa
-
public String setPName(PName pName)
Set the encoded PName of the object sent to the replicas
- Parameters:
pName
-
public void write(PClassMapping pcm, PAccessor pa) throws PException
Write the PAccessor in the serializable object.