ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml
Status
scanned
Type
file
Name
mbeans-descriptors.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
5352 (5.2 KB)
MD5
ad745c62c2a82d308091675e931e5ade
SHA1
82ace776f94f54e161c178a7beb0005b5e5b524e
SHA256
a8a39c84806639daa99838a1f61cd30bbdd27b60ea7dd7441900c306989c4592
SHA512

      
    
SHA1_git
5767712c26bb82f98b3f6c26f857f21f17eeb880
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
mbeans-descriptors.xml | 5.2 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!DOCTYPE mbeans-descriptors PUBLIC "-//Apache Software Foundation//DTD Model MBeans Configuration File" "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd"> <mbeans-descriptors> <mbean name="SimpleTcpCluster" description="Tcp Cluster implementation" domain="Catalina" group="Cluster" type="org.apache.catalina.ha.tcp.SimpleTcpCluster"> <attribute name="channelSendOptions" description="This sets channel behaviour on sent messages." type="java.lang.String"/> <attribute name="channelSendOptionsName" description="channelSendOptions name." writeable="false" type="java.lang.String"/> <attribute name="channelStartOptions" description="This sets channel start behaviour." type="java.lang.String"/> <attribute name="clusterName" description="name of cluster" type="java.lang.String"/> <attribute name="heartbeatBackgroundEnabled" description="enable that container background thread call channel heartbeat, default is that channel manage heartbeat itself." is="true" type="boolean"/> <attribute name="notifyLifecycleListenerOnFailure" description="notify lifecycleListener from message transfer failure" is="true" type="boolean"/> <attribute name="stateName" description="The name of the LifecycleState that this component is currently in" type="java.lang.String" writeable="false"/> <operation name="send" description="send message to all cluster members" impact="ACTION" returnType="void"> <parameter name="message" description="replication message" type="org.apache.catalina.ha.ClusterMessage"/> </operation> <operation name="start" description="Start the cluster" impact="ACTION" returnType="void"/> <operation name="stop" description="Stop the cluster" impact="ACTION" returnType="void"/> </mbean> <mbean name="ReplicationValve" description="Valve for simple tcp replication" domain="Catalina" group="Valve" type="org.apache.catalina.ha.tcp.ReplicationValve"> <attribute name="asyncSupported" description="Does this valve support async reporting?" is="true" type="boolean"/> <attribute name="doProcessingStats" getMethod="doStatistics" setMethod="setStatistics" description="active statistics counting" type="boolean"/> <attribute name="filter" description="resource filter to disable session replication check" type="java.lang.String"/> <attribute name="lastSendTime" description="last replicated request time" type="long" writeable="false"/> <attribute name="nrOfCrossContextSendRequests" description="number of send cross context session requests" type="long" writeable="false"/> <attribute name="nrOfFilterRequests" description="number of filtered requests" type="long" writeable="false"/> <attribute name="nrOfSendRequests" description="number of send requests" type="long" writeable="false"/> <attribute name="nrOfRequests" description="number of replicated requests" type="long" writeable="false"/> <attribute name="primaryIndicator" is="true" description="set indicator that request processing is at primary session node" type="boolean"/> <attribute name="primaryIndicatorName" description="Request attribute name to indicate that request processing is at primary session node" type="java.lang.String"/> <attribute name="stateName" description="The name of the LifecycleState that this component is currently in" type="java.lang.String" writeable="false"/> <attribute name="totalSendTime" description="total replicated send time" type="long" writeable="false"/> <attribute name="totalRequestTime" description="total replicated request time" type="long" writeable="false"/> <operation name="resetStatistics" description="Reset all statistics" impact="ACTION" returnType="void"/> </mbean> </mbeans-descriptors>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
21.68
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 10 10