uicc.connection
Interface UICCTransportLinkDisconnected

All Superinterfaces:
Event

public interface UICCTransportLinkDisconnected
extends Event

Notification about closing of a reliable link. It can notify only a UICCTransportLink object. The object implementing UICCTransportLinkDisconnected interface is a Temporary Entry Point Object.
The UICCTransportLinkDisconnected is only used if the reliable link has already been connected.


Method Summary
 short getReason()
          Used to retrieve the reason for closing the reliable link (e.g. for CAT_TP the value which is provided in the RST-PDU).
 
Methods inherited from interface uicc.connection.Event
getObservable
 

Method Detail

getReason

short getReason()
Used to retrieve the reason for closing the reliable link (e.g. for CAT_TP the value which is provided in the RST-PDU).

Returns:
the reason for closing of this reliable link.