net.rim.device.api.io
Interface ConnectionCloseProvider

All Known Implementing Classes:
SSL30Connection, TLS10Connection

public interface ConnectionCloseProvider

Implements an interface for which a listener can be registered for when this connection gets closed. And status can be queried from this connection.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.1.0

Method Summary
Category: Signed  boolean connectionStatusAvailable()
          Returns if the connections status is available.
Category: Signed  boolean isConnectionEstablished()
          Returns if the connection is established or not.
Category: Signed  void setConnectionCloseListener(ConnectionCloseListener listener)
          Sets the current close listener.
 



Method Detail

connectionStatusAvailable

boolean connectionStatusAvailable()
Returns if the connections status is available.

Returns:
True if and only if connection established method returns a valid state.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.1.0

isConnectionEstablished

boolean isConnectionEstablished()
Returns if the connection is established or not.

Returns:
True if and only if the connection is established and not closing.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.1.0

setConnectionCloseListener

void setConnectionCloseListener(ConnectionCloseListener listener)
Sets the current close listener.

Parameters:
listener - The listener to be notified if this connection closes.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.1.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal