Public Member Functions | |
ISProxy (String fileName) | |
ISProxy (Serializable object) | |
Creates a new instance of ISProxy. | |
String | getClassName () |
String | getUniqueID () |
void | write (OStream s, ObjectManager o) throws java.io.IOException |
String | getFileName () |
void | setFileName (String fileName) |
Static Public Member Functions | |
Serializable | read (IStream s, ObjectManager o) throws java.io.IOException |
Private Attributes | |
String | filename |
String | uniqueID |
String | className |
Definition at line 15 of file ISProxy.java.
|
Implements Sct.Serializable. Definition at line 32 of file ISProxy.java. |