| java.lang.Object javax.microedition.pim.PIM com.sun.kvem.midp.pim.PIMImpl
PIMImpl | final public class PIMImpl extends PIM (Code) | | Implementation of PIM.
|
Constructor Summary | |
public | PIMImpl() PIMImpl constructor, called from PIM.getInstance(). |
PIMImpl | public PIMImpl()(Code) | | PIMImpl constructor, called from PIM.getInstance().
|
listPIMLists | public String[] listPIMLists(int pimListType)(Code) | | Gets the current PIM lists.
Parameters: pimListType - type of list to return array of list names |
openPIMList | public PIMList openPIMList(int pimListType, int mode) throws PIMException(Code) | | Opens the PIM list.
Parameters: pimListType - CONTACT_LIST, EVENT_LIST or TODO_LIST Parameters: mode - READ_ONLY, WRITE_ONLY or READ_WRITE handle to opened PIM list throws: PIMException - if the list is not found |
openPIMList | public PIMList openPIMList(int pimListType, int mode, String name) throws PIMException(Code) | | Opens the PIM list.
Parameters: pimListType - CONTACT_LIST, EVENT_LIST or TODO_LIST Parameters: mode - READ_ONLY, WRITE_ONLY or READ_WRITE Parameters: name - name of the list handle to opened PIM list throws: PIMException - if the list is not found |
supportedSerialFormats | public String[] supportedSerialFormats(int pimListType)(Code) | | Gets the list of supported serial formats.
Parameters: pimListType - CONTACT_LIST, EVENT_LIST or TODO_LIST array of format names |
|
|