Package com.wavefront.agent.queueing
Interface QueueFileFactory
-
public interface QueueFileFactoryFactory forQueueFileinstances.- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueFileget(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
-
-