Interface FileManagerService
-
- All Superinterfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,java.lang.AutoCloseable,FileManager,java.rmi.Remote,Service
- All Known Implementing Classes:
FileManagerServiceImpl
public interface FileManagerService extends FileManager, Service
Remote file access service. All files created are deleted when JVM exits.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSVC_NAME-
Fields inherited from interface com.emc.mongoose.base.load.step.file.FileManager
APPEND_OPEN_OPTIONS, EMPTY, INSTANCE, READ_OPTIONS, TMP_DIR, WRITE_OPEN_OPTIONS
-
-
Method Summary
-
Methods inherited from interface com.github.akurilov.commons.concurrent.AsyncRunnable
await, await, close, isClosed, isInitial, isShutdown, isStarted, isStopped, shutdown, start, state, stop
-
Methods inherited from interface com.emc.mongoose.base.load.step.file.FileManager
deleteFile, fileSize, logFileName, newTmpFileName, readFromFile, truncateFile, writeToFile
-
Methods inherited from interface com.emc.mongoose.base.svc.Service
name, registryPort
-
-
-
-
Field Detail
-
SVC_NAME
static final java.lang.String SVC_NAME
- See Also:
- Constant Field Values
-
-