Public Member Functions | |
NameIS (Serializable s) | |
NameIS (String name) throws IllegalArgumentException | |
NameIS (String className, String uniqueID) | |
String | getName () |
Gets the implementation dependant String representation of the name. | |
String | getISServer () |
Protected Member Functions | |
void | parse (String name) throws IllegalArgumentException |
Should set the className and uniqueID members by parsing the implementation dependant representation. | |
Protected Attributes | |
String | ISServer |
Definition at line 6 of file NameIS.java.
|
Gets the implementation dependant String representation of the name. This can be passed to the appropriate ObjectManager for later retrieval
Implements Sct.Name. Definition at line 23 of file NameIS.java. References Sct.Name.className, Sct.Name.convertToC(), Sct.IS.NameIS.ISServer, and Sct.Name.uniqueID. Referenced by Sct.IS.ObjectManagerIS.readObject(), and Sct.IS.ObjectManagerIS.writeObject(). Here is the call graph for this function: ![]() |
|
Should set the className and uniqueID members by parsing the implementation dependant representation.
Implements Sct.Name. Definition at line 34 of file NameIS.java. References Sct.Name.className, Sct.Name.convertFromC(), Sct.IS.NameIS.ISServer, and Sct.Name.uniqueID. Here is the call graph for this function: ![]() |