Retrieve the JvmRoute for the enclosing Engine. @return the JvmRoute or null.
()
| 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 |
no test coverage detected