| java.lang.Object com.caucho.server.cluster.FileBackingManager
FileBackingManager | public class FileBackingManager (Code) | | Manages the object backing for a context.
|
Method Summary | |
public Path | getPath() Gets the top-level path for the backing manager. | public void | setPath(Path path) Sets the top-level path for the backing manager. |
getPath | public Path getPath()(Code) | | Gets the top-level path for the backing manager.
|
setPath | public void setPath(Path path)(Code) | | Sets the top-level path for the backing manager.
|
|
|