我想查阅一个由第三方 Java诉书锁的标志文件。 档案被锁定一天,第二天将被释放。 然而,我的目标是现在使用<代码>RandomAccessFile(必须使用这一类别,因为我需要在阅读时开始/提出最后立场),而不等待明天。
目前,只有我用“不间断”软件将其锁定,我才能读到该记录。 谁能建议我在 Java方案中能够用于实现我的目标的任何节奏/用途?
我想查阅一个由第三方 Java诉书锁的标志文件。 档案被锁定一天,第二天将被释放。 然而,我的目标是现在使用<代码>RandomAccessFile(必须使用这一类别,因为我需要在阅读时开始/提出最后立场),而不等待明天。
目前,只有我用“不间断”软件将其锁定,我才能读到该记录。 谁能建议我在 Java方案中能够用于实现我的目标的任何节奏/用途?
Assuming you re using a Microsoft operating system:
The software Shadow Copy is using using Microsoft s volume-shadow-service (VSS) to copy locked files.
You could use the software from within the Java Runtime Environment or perhaps make use of the VSS-API yourself via Java Native Interface.
我的做法是:shadow-copy。 该档案然后通过复印件查阅内容。 倒数是,如果文件自复制以来已经更新,你就可能重新阅读过时的信息。
然而,这只是一种猜测,因为我不熟悉这个专题。
你可以在 Java锁/锁立案卷和夹,但只能申请将其锁闭(现成册)。 然而,没有瓦 Java方法/分类,可以打开其他程序所使用的档案。
您应当用另一个(native)软件封顶。 例如,你可以为含水层系统制造手稿,并加以实施。 在Java应用探测器中,本组织正在运行,因此可以安装适当的文字/软件。
如果申请需要RW lock,系统必须确保没有人有权修改申请,因此,你需要杀死正在使用的程序。
www.un.org/Depts/DGACM/index_spanish.htm 如果您能够查阅该三党的源代码 Java 申请(实际上是锁定你需要的文件),然后,你可以执行服务器方面,听取关于锁定档案的请求,并批准再次将其锁住。
我认为,更好的办法是通过这一申请向贵方移交档案,然后做你想要的东西,第三人手可以不间断地运作(或许值得注意)。 如果你需要修改,那么第三人应当等待、修改和重新分发最新版本,第三人继续工作。
我看不出任何可靠的工具来从事这项工作,我首先想设法避免僵局,同时通过任何保护机构或任何其他机制将档案作为服务。 保存者在提交文件时即将其内容作为简单文本(或流)。 不再有争论
HTH Jerome
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...