

Public Member Functions | |
| Serializable | readObject (String uniqueID, String className) throws IOException | 
| Read a Serializable with uniqueID and className as given.   | |
| Name | writeObject (Serializable object) throws IOException | 
| Write a Serializable object.   | |
| Serializable | readObject (String name) throws IOException | 
| Read a Serializable using the back-end specific identifier.   | |
Static Public Member Functions | |
| static ObjectManagerIS | getInstance () | 
Protected Member Functions | |
| ObjectManagerIS () | |
Static Package Functions | |
| [static initializer] | |
Static Private Attributes | |
| static ObjectManagerIS | instance | 
Classes | |
| class | ISObject | 
Definition at line 6 of file ObjectManagerIS.java.
      
  | 
  
| 
 Read a Serializable using the back-end specific identifier. 
 
 Implements Sct.ObjectManager. Definition at line 48 of file ObjectManagerIS.java. References Sct.Name.getClassName(), and Sct.IS.ObjectManagerIS.ISObject.s. Here is the call graph for this function: ![]()  | 
  
      
  | 
  ||||||||||||
| 
 Read a Serializable with uniqueID and className as given. 
 
 Implements Sct.ObjectManager. Definition at line 19 of file ObjectManagerIS.java. References Sct.IS.NameIS.getName(), and Sct.IS.ObjectManagerIS.ISObject.s. Here is the call graph for this function: ![]()  | 
  
      
  | 
  
| 
 Write a Serializable object. 
 
 
 
 Implements Sct.ObjectManager. Reimplemented in Sct.ISProxy.ObjectManagerISProxy. Definition at line 34 of file ObjectManagerIS.java. References Sct.IS.NameIS.getName(). Here is the call graph for this function: ![]()  | 
  
 1.4.6