Package uicc.connection

Interface Summary
BIPLink The BIPLink interface represents a pure BIP logical connection to a remote entity.
Connection The Connection interface represents a data link connection to a remote entity.
ConnectionClosed Notification about closing of a connection.
ConnectionConstants ConnectionConstants encapsulates constants related to the connection services.
DataReceived This event notifies a UICCTransportLink or BIPLink about data reception.
Event The super interface for all events which are signaling a state change to the observing application.
Observable This interface is used for the event notification mechanism.
Observer Used by the notification mechanism: objects which are used to observe state changes have to implement this interface.
UICCTransportLink The UICCTransportLink interface represents a logical connection to a remote entity based on a reliable protocol.
UICCTransportLinkDisconnected Notification about closing of a reliable link.
 

Class Summary
ConnectionServer This ConnectionServer factory class provides methods to create objects implementing Connection, BIPLink and UICCTransportLink.
Any object instanciated by the ConnectionServer is a Permanent Entry Point Object.
 

Exception Summary
ConnectionException Exception class for the uicc.connection package.