Package uicc.connection
Interface UICCTransportLinkDisconnected
- All Superinterfaces:
Event
Notification about closing of a reliable link.
It can notify only a
The
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
Modifier and TypeMethodDescriptionshortUsed to retrieve the reason for closing the reliable link (e.g.Methods inherited from interface uicc.connection.Event
getObservable
-
Method Details
-
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.
-