| |
|
| java.lang.Object javax.microedition.midlet.MIDlet com.sun.midp.appmanager.CaManager
CaManager | public class CaManager extends MIDlet (Code) | | This class enabled the user to manage the state of Third Party certificate
authorities.
|
Constructor Summary | |
public | CaManager() Construct a CA manager MIDlet. |
Method Summary | |
public void | destroyApp(boolean unconditional) Destroy cleans up. | void | exit() Exits this application. | public void | pauseApp() Pause; there are no resources that need to be released. | public void | startApp() Start; there are not resource to re-allocate. |
CaManager | public CaManager()(Code) | | Construct a CA manager MIDlet.
|
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy cleans up.
Parameters: unconditional - is ignored; this object alwaysdestroys itself when requested. |
exit | void exit()(Code) | | Exits this application.
|
pauseApp | public void pauseApp()(Code) | | Pause; there are no resources that need to be released.
|
startApp | public void startApp()(Code) | | Start; there are not resource to re-allocate.
|
|
|
|