Package uicc.toolkit
Class ProactiveHandlerSystem
java.lang.Object
uicc.toolkit.ProactiveHandlerSystem
The
ProactiveHandlerSystem class provides the means to retrieve an instance of
an Object implementing the ResponseHandler interface.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProactiveHandlerReturns the single system instance of theProactiveHandlerclass.
-
Method Details
-
getTheHandler
Returns the single system instance of theProactiveHandlerclass. 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 ProactiveHandler
- Throws:
ToolkitException- with the following reason codes:HANDLER_NOT_AVAILABLEif the handler is busy.
-