예제 #1
0
 public synchronized String[] getPropertyNames() {
   if (propertyNames == null) {
     propertyNames =
         AbstractScheduler.combineNames(super.getPropertyNames(), new String[] {PROP_TC_FILE});
   }
   return propertyNames;
 }