Revisions:
3 janv. 2003 Sacha Labourey:
224225226227228229230231232233234235236237238239240241242243
{ base[0], base[1], new SeparatorTreeNodeMenuEntry (), new SimpleTreeNodeMenuEntryImpl ("Shutdown JBoss instance", new MBeanAction (new ObjectName("jboss.system:type=Server"), "shutdown", new Object[0], new String[0]) ), new SimpleTreeNodeMenuEntryImpl ("Shutdown and Restart JBoss instance", new MBeanAction (new ObjectName("jboss.system:type=Server"), "exit", new Object[] {new Integer (10)}, new String[] {"int"}) ), new SimpleTreeNodeMenuEntryImpl ("HALT and Restart JBoss instance", new MBeanAction (new ObjectName("jboss.system:type=Server"), "halt", new Object[] {new Integer (10)}, new String[] {"int"}) ) } );