Package com.wavefront.agent.queueing
Interface QueueFileFactory
-
public interface QueueFileFactory
Factory forQueueFile
instances.- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueFile
get(String fileName)
Creates, or accesses an existing file, with the specified name.
-
-
-
Method Detail
-
get
QueueFile get(String fileName) throws IOException
Creates, or accesses an existing file, with the specified name.- Parameters:
fileName
- file name to use- Returns:
- queue file instance
- Throws:
IOException
- if file could not be created or accessed
-
-