Motorola maxx V6 사용자 설명서

다운로드
페이지 201
it's availability status.
Logical channels other than the basic channel may be closed when the connection is
closed. Basic channel or channel 0 has to remain open, and cannot be closed.
Error Cases When Closing APDU Connection
If a MIDlet calls method
5  on a con-
nection that is executing in another thread, any pending I/O method throws
, +
5,-. .
The methods of APDUConnection are not synchronized. The only method that can be
called safely in another thread is
5 .
If a MIDlet terminates without calling
5
on the open connection, the implementation performs the close operation automatic-
ally in order to recover resources such as the logical channel.
Support for (U)SIM Application Toolkit ((U)SAT)
When a MIDlet calls method
5  to open a
connection to a (U)SAT application, the implementation aquires channel 0.
When a MIDlet calls method
5  to open a
connection to a (U)SAT application, the implementation addresses (U)SIM in slot 0.
The implementation ensures that channel 0 is always available for the new APDU
connection to the (U)SAT.
When a MIDlet calls method
5  to open a
connection to a (U)SAT application, the URI string is formatted as
"apdu:<slot>;target=SAT".
A MIDlet in the operator domain has full and exclusive access to the APDU connec-
tion.
If the MIDlet is trying to access PIN-related methods while a APDU connection is es-
tablished with a (U)SAT application, the implementation throws
/ 0. .
Java ME Developer Guide
Chapter 12 - JSR-177 Java ME Security and Trust Services API
[94/201]
DRAFT - Subject to Change