예제 #1
0
 static {
   pMachineName = new ServerProperty("_machine", "");
   if (Platform.isWindows() || SiteViewGroup.allowRemoteCommandLine()) {
     pMachineName.setParameterOptions(true, 1, false);
     pMachineName.setDisplayText("Server", "the server to monitor");
   }
   StringProperty astringproperty[] = {pMachineName};
   addProperties("COM.dragonflow.SiteView.ServerMonitor", astringproperty);
 }