示例#1
0
 public static Runtime getRuntime()
 {
     if (null == runtimeInstance)
     {
         runtimeInstance = new Runtime();
     }
     return runtimeInstance;
 }