Method Summary |
|
public byte[] | getPermissions() Gets list of permissions for this suite. |
public byte | getPushInterruptSetting() Gets push setting for interrupting other MIDlets. |
public int | getPushOptions() Gets push options for the suite from persistent store. |
public int | getSuiteId() Gets the unique ID of the suite. |
public boolean | isEnabled() Determine if the a MIDlet from this suite can be run. |
native void | load() Gets the suite settings suite from persistent store. |
void | save() Saves the suite settings to persistent store. |
public void | setPermissions(byte[] newPermissions) Sets new permissions for the suite. |
public void | setPushInterruptSetting(byte newSetting) Sets new PushInterruptSetting for the suite. |
public void | setPushOptions(int newOption) Sets new PushOptions for the suite. |