Uses of Class
org.processmining.framework.log.rfb.io.ManagedRandomAccessFile

Packages that use ManagedRandomAccessFile
org.processmining.framework.log.rfb.io   
 

Uses of ManagedRandomAccessFile in org.processmining.framework.log.rfb.io
 

Subclasses of ManagedRandomAccessFile in org.processmining.framework.log.rfb.io
 class CachedRandomAccessFile
          This class implements the interface of ManagedRandomAccessFile, providing high-level type read and write operations on a managed random access file.
 

Fields in org.processmining.framework.log.rfb.io with type parameters of type ManagedRandomAccessFile
protected static java.util.ArrayList<ManagedRandomAccessFile> ManagedRandomAccessFile.openFilesList
          Holds references of instances of this class, which currently hold an open random access file
 

Methods in org.processmining.framework.log.rfb.io with parameters of type ManagedRandomAccessFile
protected static void ManagedRandomAccessFile.releaseOpenFileSlot(ManagedRandomAccessFile customer)
          Called by instances of this class to signal release of a currently held open file handle (when closing the instance).
protected static void ManagedRandomAccessFile.retrieveOpenFileSlot(ManagedRandomAccessFile customer)
          Acquires an open file slot for the calling instance and registers it accordingly.
 

Constructors in org.processmining.framework.log.rfb.io with parameters of type ManagedRandomAccessFile
ManagedRandomAccessFile(ManagedRandomAccessFile template)
          Creates a new managed instance, which is based on the given file.