| java.lang.Object com.sun.midp.content.CHManager
All known Subclasses: com.sun.midp.content.CHManagerImpl,
CHManager | public class CHManager (Code) | | Stub interface to handle ContentHandlers functions.
This version has no dependentcie to the CLDC AMS classes. It is needed by
com.sun.midp.midletsuite.MIDletStorage.
When MIDletStorage no longer reference this class, it can be removed.
|
Method Summary | |
public static CHManager | getManager(SecurityToken token) Get the Content Handler manager if the system is configured
to implement content handlers. | public void | uninstall(int suiteId) Uninstall the Content handler specific information for
the specified suiteId. |
getManager | public static CHManager getManager(SecurityToken token)(Code) | | Get the Content Handler manager if the system is configured
to implement content handlers. A dummy handler is returned
if content handlers are not supported.
Parameters: token - the SecurityToken to get the CHManager the CHInstaller instance to be used to handlemanagement and installation of content handlers. See Also: com.sun.midp.content.CHInstaller exception: SecurityException - if the token or suite is not allowed |
uninstall | public void uninstall(int suiteId)(Code) | | Uninstall the Content handler specific information for
the specified suiteId.
Parameters: suiteId - the suite ID |
|
|