[jboss-dev-forums] [Design of Management Features on JBoss] - ServerManagedObjectsTestCase > Server "shutdown"

ALRubinger do-not-reply at jboss.com
Thu May 21 16:17:38 EDT 2009


>From ServerManagedObjectsTestCase:

      // This should have a shutdown operation
  |       Set<ManagedOperation> ops = mc.getOperations();
  |       MetaType[] signature = {};
  |       ManagedOperation shutdown = ManagedOperationMatcher.findOperation(ops, "shutdown", signature);
  |       assertNotNull(shutdown);

As discussed on the jboss-development list, I've removed the operations "shutdown" and "halt" from the server:

http://lists.jboss.org/pipermail/jboss-development/2009-May/014402.html

May I then remove the above bit from the test?

S,
ALR

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232582#4232582

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232582



More information about the jboss-dev-forums mailing list