|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ConnectionException in uicc.connection |
|---|
| Methods in uicc.connection that throw ConnectionException | |
|---|---|
boolean |
BIPLink.close()
Closes the BIP link. |
boolean |
UICCTransportLink.closeConnection()
Disconnects the application from the remote entity and requests the closing of the underlying connection. |
short |
UICCTransportLink.connect(int iMaxRequestedInSDUSize,
int iMaxRequestedOutSDUSize,
short sDestPort,
byte[] baLinkData,
short sOffset,
short sLength)
Connects the application via the reliable link to a remote entity. |
static BIPLink |
ConnectionServer.createBIPLink(Connection oConnection,
Observer oObserver)
Returns an instance providing a connection service without any additional reliable protocol. |
static UICCTransportLink |
ConnectionServer.createUICCTransportLink(byte bLinkType,
Connection oConnection,
Observer oObserver)
Returns an instance providing a connection service which implements a reliable transport protocol. |
boolean |
UICCTransportLink.disconnect()
Disconnects the application from the remote entity. |
short |
BIPLink.open()
It request the opening of the BIP link. |
boolean |
BIPLink.send(byte[] baData,
short sOffset,
short sLength)
Sends data on the BIP link without any additional on-card reliable level. |
static void |
ConnectionException.throwIt(short sReason)
Throws the JCRE instance of the ConnectionException class with
the specified reason. |
void |
Connection.updateConnectionParameters(byte[] connectionParameters,
short sOffset,
short sLength)
Update the connection parameters. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||