MCPcopy Create free account
hub / github.com/apache/tomcat / check

Method check

java/org/apache/catalina/manager/ManagerServlet.java:1530–1534  ·  view source on GitHub ↗

Invoke the check method on the deployer. @param name The webapp name @throws Exception Propagate JMX invocation error

(String name)

Source from the content-addressed store, hash-verified

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 /**

Callers 2

deployMethod · 0.95
undeployMethod · 0.95

Calls 1

invokeMethod · 0.65

Tested by

no test coverage detected