English 中文(简体)
阅读由另一项申请锁定的标志文件
原标题:Reading a log file which is locked by another application
  • 时间:2011-11-10 09:46:58
  •  标签:
  • java

我想查阅一个由第三方 Java诉书锁的标志文件。 档案被锁定一天,第二天将被释放。 然而,我的目标是现在使用<代码>RandomAccessFile(必须使用这一类别,因为我需要在阅读时开始/提出最后立场),而不等待明天。

目前,只有我用“不间断”软件将其锁定,我才能读到该记录。 谁能建议我在 Java方案中能够用于实现我的目标的任何节奏/用途?

问题回答

Assuming you re using a Microsoft operating system:
The software Shadow Copy is using using Microsoft s (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.

我的做法是:

你可以在 Java锁/锁立案卷和夹,但只能申请将其锁闭(现成册)。 然而,没有瓦 Java方法/分类,可以打开其他程序所使用的档案。

您应当用另一个(native)软件封顶。 例如,你可以为含水层系统制造手稿,并加以实施。 在Java应用探测器中,本组织正在运行,因此可以安装适当的文字/软件。

如果申请需要RW lock,系统必须确保没有人有权修改申请,因此,你需要杀死正在使用的程序。

www.un.org/Depts/DGACM/index_spanish.htm 如果您能够查阅该三党的源代码 Java 申请(实际上是锁定你需要的文件),然后,你可以执行服务器方面,听取关于锁定档案的请求,并批准再次将其锁住。

我认为,更好的办法是通过这一申请向贵方移交档案,然后做你想要的东西,第三人手可以不间断地运作(或许值得注意)。 如果你需要修改,那么第三人应当等待、修改和重新分发最新版本,第三人继续工作。

我看不出任何可靠的工具来从事这项工作,我首先想设法避免僵局,同时通过任何保护机构或任何其他机制将档案作为服务。 保存者在提交文件时即将其内容作为简单文本(或流)。 不再有争论

HTH Jerome





相关问题
Spring Properties File

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 ...

Logging a global ID in multiple components

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 ...

Java Library Size

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 ...

How to get the Array Class for a given Class in Java?

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....

SQLite , Derby vs file system

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 ...