Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » MessageProperties interface

 

NETWORK_STATUS variable

Syntax
final String MessageProperties.NETWORK_STATUS
Remarks

This property name refers to the state of the network connection.

The value is 1 if the network is accessible and 0 otherwise. The network status is used for system queue messages (for example, network status changes).

You can pass MessageProperties.NETWORK_STATUS in the QAMessage.getIntProperty(String) method to access the associated property.

This property is read-only.

See Also

MessageProperties interface

getIntProperty method