org.olat.core.util.coordinate.filer
Class FilerImpl

java.lang.Object
  extended by org.olat.core.util.coordinate.filer.FilerImpl
All Implemented Interfaces:
Filer

Deprecated. work in progress

Initial Date: 12.11.2007

public class FilerImpl
extends java.lang.Object
implements Filer

Description:
an implementation of the Filer, for both singleVm and cluster mode.

Author:
Felix Jost, http://www.goodsolutions.ch

Constructor Summary
FilerImpl()
          Deprecated.  
 
Method Summary
 java.lang.String createTempFile(OLATResourceable ores)
          Deprecated.  
 FileTransaction getCurrentFileTransaction()
          Deprecated.  
 void init()
          Deprecated. [called by spring]
 void setRootDir(java.lang.String rootDir)
          Deprecated. [used by spring]
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilerImpl

public FilerImpl()
Deprecated. 
Method Detail

getCurrentFileTransaction

public FileTransaction getCurrentFileTransaction()
Deprecated. 
Specified by:
getCurrentFileTransaction in interface Filer
Returns:
the FileTransaction associated with the current thread. make sure that at the end of dispatching, either commit() or rollback() is called, so that the FileTransaction is in a determined state for the next thread that uses it.

init

public void init()
Deprecated. 
[called by spring]


setRootDir

public void setRootDir(java.lang.String rootDir)
Deprecated. 
[used by spring]

Parameters:
rootDir -

createTempFile

public java.lang.String createTempFile(OLATResourceable ores)
Deprecated. 
Parameters:
ores -
Returns: