com.apama.file
Event FileHandle


This event is returned from the File Adapter as a response to a successful Open request, and contains a session ID to use when either matching on events received from the File Session, or with further requests, such as Close, reading or writing events.
Member summary
 stringtransportName

The name of the transport being used within the file adapter.
 integerrequestId

Request ID this file handle is in response to.
 integersessionId

The session ID to use for further communication with the File Adapter.
 
Member detail

requestId

integer requestId
Request ID this file handle is in response to.

sessionId

integer sessionId
The session ID to use for further communication with the File Adapter.

transportName

string transportName
The name of the transport being used within the file adapter.