EldoS
MsgConnect home / Documentation / HttpTransportClient.FailOnInactive property
Navigation
Web site
Support
Table Of Contents

Java ME 


HttpTransportClient.FailOnInactive

HttpTransportClient     See also    


Specifies whether undelivered messages are returned as failed when the transport is deactivated.

Declaration

[Java ME]
    public void setFailOnInactive(boolean value);
    public boolean getFailOnInactive();

Description

    This property defines what to do with undelivered messages when the transport is being turned off by setting Active to false. If FailOnInactive is true, all pending messages will be marked as failed and returned to messenger. If FailOnInactive is false, the messages will be kept in delivery queue.

See also:     Active

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation