uicc.usim.toolkit
Class USATEnvelopeHandlerSystem

java.lang.Object
  extended by uicc.usim.toolkit.USATEnvelopeHandlerSystem

public final class USATEnvelopeHandlerSystem
extends java.lang.Object

The USATEnvelopeHandlerSystem class provides the means to retrieve an instance of an Object implementing the USATEnvelopeHandler interface.

See Also:
USATEnvelopeHandler

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

Method Detail

getTheHandler

public static USATEnvelopeHandler getTheHandler()
                                         throws uicc.toolkit.ToolkitException
Returns the single system instance of the USATEnvelopeHandler 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 USATEnvelopeHandler
Throws:
ToolkitException - with the following reason codes:
  • HANDLER_NOT_AVAILABLE if the handler is busy.