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

Method getName

java/org/apache/catalina/Container.java:192–192  ·  view source on GitHub ↗

Return a name string (suitable for use by humans) that describes this Container. Within the set of child containers belonging to a particular parent, Container names must be unique. @return The human readable name of this container.

()

Source from the content-addressed store, hash-verified

190 * @return The human readable name of this container.
191 */
192 String getName();
193
194
195 /**

Callers 15

getMBeanKeyPropertiesMethod · 0.95
getConfigBasePathMethod · 0.95
getManagerNameMethod · 0.95
getLogNameMethod · 0.95
getMBeanKeyPropertiesMethod · 0.95
getConfigBaseFileMethod · 0.95
getNamingContextNameMethod · 0.95
postWorkDirectoryMethod · 0.95
getContextMethod · 0.95
getVirtualServerNameMethod · 0.95
getDomainInternalMethod · 0.95

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by

no test coverage detected