Invoke the check method on the deployer. @param name The webapp name @throws Exception Propagate JMX invocation error
(String name)
| 1528 | * @throws Exception Propagate JMX invocation error |
| 1529 | */ |
| 1530 | protected void check(String name) throws Exception { |
| 1531 | String[] params = { name }; |
| 1532 | String[] signature = { "java.lang.String" }; |
| 1533 | mBeanServer.invoke(oname, "check", params, signature); |
| 1534 | } |
| 1535 | |
| 1536 | |
| 1537 | /** |