uicc.toolkit
Class ProactiveResponseHandlerSystem

java.lang.Object
  extended by uicc.toolkit.ProactiveResponseHandlerSystem

public final class ProactiveResponseHandlerSystem
extends java.lang.Object

The ProactiveResponseHandlerSystem class provides the means to retrieve an instance of an Object implementing the ProactiveResponseHandler interface.

See Also:
ProactiveResponseHandler

Method Summary
static ProactiveResponseHandler getTheHandler()
          Returns the single system instance of the ProactiveResponseHandler class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTheHandler

public static ProactiveResponseHandler getTheHandler()
                                              throws ToolkitException
Returns the single system instance of the ProactiveResponseHandler class. 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_AVAILABLE if the handler is busy.