Package uicc.usim.toolkit
Class USATEnvelopeHandlerSystem
java.lang.Object
uicc.usim.toolkit.USATEnvelopeHandlerSystem
The
USATEnvelopeHandlerSystem class provides the means to retrieve an instance of
an Object implementing the USATEnvelopeHandler interface.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic USATEnvelopeHandlerReturns the single system instance of theUSATEnvelopeHandlerclass.
-
Method Details
-
getTheHandler
Returns the single system instance of theUSATEnvelopeHandlerclass. The applet shall get the reference of the handler at its triggering, the beginning of the processToolkit method.- Returns:
- reference of the temporary JCRE entry point object of the
USATEnvelopeHandler - Throws:
uicc.toolkit.ToolkitException- with the following reason codes:HANDLER_NOT_AVAILABLEif the handler is busy.
-