|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.service.AbstractResinSubSystem
com.caucho.server.httpcache.TempFileService
public class TempFileService
Represents an inode to a temporary file.
Field Summary |
---|
Fields inherited from interface com.caucho.env.service.ResinSubSystem |
---|
START_PRIORITY_CACHE_SERVICE, START_PRIORITY_CLASSLOADER, START_PRIORITY_CLUSTER_SERVICE, START_PRIORITY_DATABASE_SYSTEM, START_PRIORITY_DEFAULT, START_PRIORITY_ENV_SYSTEM, START_PRIORITY_NETWORK_CLUSTER |
Constructor Summary | |
---|---|
TempFileService(TempFileManager manager)
|
Method Summary | |
---|---|
static TempFileService |
createAndAddService()
|
static TempFileService |
createAndAddService(TempFileManager manager)
|
static TempFileService |
getCurrent()
|
TempFileManager |
getManager()
|
void |
stop()
Stops the service. |
Methods inherited from class com.caucho.env.service.AbstractResinSubSystem |
---|
destroy, getStartPriority, getStopPriority, isActive, preCreate, start, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TempFileService(TempFileManager manager)
Method Detail |
---|
public static TempFileService createAndAddService()
public static TempFileService createAndAddService(TempFileManager manager)
public static TempFileService getCurrent()
public TempFileManager getManager()
public void stop() throws java.lang.Exception
ResinSubSystem
stop
in interface ResinSubSystem
stop
in class AbstractResinSubSystem
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |