com.apama.file
Event CloseFile


Send this event to close a File based on the sessionId it's being used with. This can be used with both files opened for reading and ones for writing.
Member summary
 stringtransportName

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

Request ID for this CloseFile event. If an error occurs, the response will contain this ID.
 integersessionId

The session ID the file to close is associated with.
 
Member detail

requestId

            integer requestId
        
Request ID for this CloseFile event. If an error occurs, the response will contain this ID.

sessionId

            integer sessionId
        
The session ID the file to close is associated with.

transportName

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