com.caucho.server.cache
Class TempFileService
java.lang.Object
com.caucho.env.service.AbstractResinSubSystem
com.caucho.server.cache.TempFileService
- All Implemented Interfaces:
- ResinSubSystem
public class TempFileService
- extends AbstractResinSubSystem
Represents an inode to a temporary file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TempFileService
public TempFileService(TempFileManager manager)
createAndAddService
public static TempFileService createAndAddService()
createAndAddService
public static TempFileService createAndAddService(TempFileManager manager)
getCurrent
public static TempFileService getCurrent()
getManager
public TempFileManager getManager()
stop
public void stop()
throws java.lang.Exception
- Description copied from interface:
ResinSubSystem
- Stops the service.
- Specified by:
stop in interface ResinSubSystem- Overrides:
stop in class AbstractResinSubSystem
- Throws:
java.lang.Exception