ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/dbcp/dbcp2/managed/package-info.java

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

      
    
Rootfs path

      
    
Size
1979 (1.9 KB)
MD5
d4ad4728929161b6395e47c7a228843b
SHA1
2c78b541beb68a18e8bd817cb40749ca9c88ea1b
SHA256
855f7d7f2e1e98237b62fc41c10f771ca1019d9db655022de3390809637769da
SHA512

      
    
SHA1_git
deac2c1dcf70ab8fc404fa61d23264e59a4f5e29
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
package-info.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 * * https://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. */ /** * <p> * This package provides support for pooling of ManagedConnections. A managed * connection is responsible for managing a database connection in a * transactional environment (typically called <em>Container Managed</em>). * A managed connection operates like any other connection when no global * transaction (a.k.a. XA transaction or JTA Transaction) is in progress. * When a global transaction is active a single physical connection to the * database is used by all ManagedConnections accessed in the scope of the * transaction. Connection sharing means that all data access during a * transaction has a consistent view of the database. When the global * transaction is committed or rolled back the enlisted connections are * committed or rolled back. * </p> * <p> * This package supports full XADataSources and non-XA data sources using * local transaction semantics. non-XA data sources commit and rollback as * part of the transaction but are not recoverable in the case of an error * because they do not implement the two-phase commit protocol. * </p> */ package org.apache.tomcat.dbcp.dbcp2.managed;
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
44.07
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-eb6b5ae0-4f88-4e9b-d67c-c6c8e733b1cd apache-2.0 Apache-2.0
URL Start line End line
https://www.apache.org/licenses/LICENSE-2.0 9 9