ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/JmxEnabled.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/JmxEnabled.java
Status
scanned
Type
file
Name
JmxEnabled.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1917 (1.9 KB)
MD5
9255d2e81adc9c96ca7f36d4b131b37e
SHA1
17e9bb7ffafbfd0d4d85ba11c30f2cc13df8453b
SHA256
0d0c0aa98ff0edb479dfd59c1853d2563eb48834a4dafa310e564449b45f6d0e
SHA512

      
    
SHA1_git
1174c541c675051c8fddd147e78e45114c7d64c5
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
JmxEnabled.java | 1.9 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.catalina; import javax.management.MBeanRegistration; import javax.management.ObjectName; /** * This interface is implemented by components that will be registered with an MBean server when they are created and * unregistered when they are destroyed. It is primarily intended to be implemented by components that implement * {@link Lifecycle} but is not exclusively for them. */ public interface JmxEnabled extends MBeanRegistration { /** * @return the domain under which this component will be / has been registered. */ String getDomain(); /** * Specify the domain under which this component should be registered. Used with components that cannot (easily) * navigate the component hierarchy to determine the correct domain to use. * * @param domain The name of the domain under which this component should be registered */ void setDomain(String domain); /** * @return the name under which this component has been registered with JMX. */ ObjectName getObjectName(); }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
47.22
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9