com.apama.database
Event CloseDatabase


Request an open Database be closed, freeing up resources. CloseDatabase will succeed if the database is not currently open.

See also: DatabaseOperationAck()

Response event: DatabaseOperationAck(); errorMessage is blank on success.

Dataplayer:
- Direction: From client to the correlator.
Member summary
 integermessageId

Unique request-response matching number.
 stringserviceId

The service Id this database is on.
 integerdatabaseId

Database connection to close.
 booleanforce

Force the adapter to close even if the reference count is not zero.
 dictionary<stringstring>extraParams

Any additional parameters.
 
Member detail

databaseId

            integer databaseId
        
Database connection to close.

extraParams

            dictionary<stringstringextraParams
        
Any additional parameters.

force

            boolean force
        
Force the adapter to close even if the reference count is not zero.

messageId

            integer messageId
        
Unique request-response matching number.

serviceId

            string serviceId
        
The service Id this database is on.