com.caucho.server.cluster
Class FileBackingManager

java.lang.Object
  extended by com.caucho.server.cluster.FileBackingManager

public class FileBackingManager
extends java.lang.Object

Manages the object backing for a context.


Constructor Summary
FileBackingManager()
           
 
Method Summary
 Path getPath()
          Gets the top-level path for the backing manager.
 void setPath(Path path)
          Sets the top-level path for the backing manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBackingManager

public FileBackingManager()
Method Detail

setPath

public void setPath(Path path)
Sets the top-level path for the backing manager.


getPath

public Path getPath()
Gets the top-level path for the backing manager.