ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/naming/TransactionRef.java

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

      
    
Rootfs path

      
    
Size
1785 (1.7 KB)
MD5
ca4b8a87b77427d7a923642c127412ca
SHA1
17006b8835e1db1bea834b8867d0aaac21f94129
SHA256
c372b65a68966ffff4608f23a4f2442cd19d9705079413b1745768ab1bb38c9a
SHA512

      
    
SHA1_git
2ddd4c28a09ef56900dc8eedfe9c26d354413e15
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
TransactionRef.java | 1.7 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.naming; import java.io.Serial; /** * Represents a reference address to a transaction. */ public class TransactionRef extends AbstractRef { @Serial private static final long serialVersionUID = 1L; /** * Default factory for this reference. */ public static final String DEFAULT_FACTORY = org.apache.naming.factory.Constants.DEFAULT_TRANSACTION_FACTORY; /** * Resource Reference. */ public TransactionRef() { this(null, null); } /** * Resource Reference. * * @param factory The factory class * @param factoryLocation The factory location */ public TransactionRef(String factory, String factoryLocation) { super("jakarta.transaction.UserTransaction", factory, factoryLocation); } @Override protected String getDefaultFactoryClassName() { return DEFAULT_FACTORY; } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
59.8
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