com.apama.file
Event FileClosed


Sent in response to a CloseFile Request, or when shutdown occurs, When file has been successfully closed, this event will be sent.
Member summary
 stringtransportName

The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".
 integerrequestId

Request ID of the CloseFile request this is in response to.
 integersessionId

The session ID the file closed was using.
 
Member detail

requestId

            integer requestId
        
Request ID of the CloseFile request this is in response to.

sessionId

            integer sessionId
        
The session ID the file closed was using.

transportName

            string transportName
        
The name of the transport being used within the file adapter. Default configuration: "JMultiFileTransport".