Uses of Class
uicc.connection.ConnectionException

Uses of ConnectionException in uicc.connection
 

Methods in uicc.connection that throw ConnectionException
 boolean BIPLink.close()
          Closes the BIP link.
 void SCP81Connection.close()
          Close the SCP81 Connection.
 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 SCP81Connection ConnectionServer.createSCP81Connection(Observer oOserver)
          Returns an instance providing an SCP81 connection.
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.
 void SCP81Connection.open(byte[] triggeringParameters, short parameterOffset, short parameterLength, byte[] contentType, short contentTypeOffset, short contentTypeLength)
          Request to open the SCP81 connection.
 boolean BIPLink.send(byte[] baData, short sOffset, short sLength)
          Sends data on the BIP link without any additional on-card reliable level.
 void SCP81Connection.send(byte[] baData, short sOffset, short sLength)
          Sends data on the SCP81 Connection.
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.
This operation can be performed only on Connection objects not allowing the multiplexing.