Package ome.services.messages
Class ParserOpenFileMessage
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- ome.util.messages.InternalMessage
-
- ome.services.messages.ParserOpenFileMessage
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class ParserOpenFileMessage extends ome.util.messages.InternalMessage
A trivial copy of RegisterServiceCleanupMessage with a different name so that we can catch files opened during search indexing and close them at the end of parsing.- Since:
- 5.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
resource
-
Constructor Summary
Constructors Constructor Description ParserOpenFileMessage(java.lang.Object source, java.lang.Object resource)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
close()
Used to close the passed in resource.
-