MCPcopy Index your code
hub / github.com/apache/tomcat / getJvmRoute

Method getJvmRoute

java/org/apache/catalina/session/ManagerBase.java:924–927  ·  view source on GitHub ↗

Retrieve the JvmRoute for the enclosing Engine. @return the JvmRoute or null.

()

Source from the content-addressed store, hash-verified

922 * @return the JvmRoute or null.
923 */
924 public String getJvmRoute() {
925 Engine e = getEngine();
926 return e == null ? null : e.getJvmRoute();
927 }
928
929
930 // -------------------------------------------------------- Package Methods

Callers 1

startInternalMethod · 0.95

Calls 2

getEngineMethod · 0.95
getJvmRouteMethod · 0.95

Tested by

no test coverage detected