Package uicc.toolkit
Class ProactiveResponseHandlerSystem
- java.lang.Object
-
- uicc.toolkit.ProactiveResponseHandlerSystem
-
public final class ProactiveResponseHandlerSystem extends java.lang.ObjectTheProactiveResponseHandlerSystemclass provides the means to retrieve an instance of an Object implementing theProactiveResponseHandlerinterface.- See Also:
ProactiveResponseHandler
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProactiveResponseHandlergetTheHandler()Returns the single system instance of theProactiveResponseHandlerclass.
-
-
-
Method Detail
-
getTheHandler
public static ProactiveResponseHandler getTheHandler() throws ToolkitException
Returns the single system instance of theProactiveResponseHandlerclass. 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 ProactiveResponseHandler
- Throws:
ToolkitException- with the following reason codes:HANDLER_NOT_AVAILABLEif the handler is busy.
-
-