javax.microedition.pim
Class PIM
java.lang.Object
javax.microedition.pim.PIM
public abstract class PIM
- extends Object
Constructor Summary |
protected |
PIM()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTACT_LIST
public static final int CONTACT_LIST
- See Also:
- Constant Field Values
EVENT_LIST
public static final int EVENT_LIST
- See Also:
- Constant Field Values
TODO_LIST
public static final int TODO_LIST
- See Also:
- Constant Field Values
READ_ONLY
public static final int READ_ONLY
- See Also:
- Constant Field Values
WRITE_ONLY
public static final int WRITE_ONLY
- See Also:
- Constant Field Values
READ_WRITE
public static final int READ_WRITE
- See Also:
- Constant Field Values
PIM
protected PIM()
setStaticInstance
public static void setStaticInstance(PIM delegate)
getInstance
public static PIM getInstance()
static_getInstance
protected PIM static_getInstance()
openPIMList
public abstract PIMList openPIMList(int arg1,
int arg2)
throws PIMException
- Throws:
PIMException
openPIMList
public abstract PIMList openPIMList(int arg1,
int arg2,
String arg3)
throws PIMException
- Throws:
PIMException
listPIMLists
public abstract String[] listPIMLists(int arg1)
fromSerialFormat
public abstract PIMItem[] fromSerialFormat(InputStream arg1,
String arg2)
throws PIMException,
UnsupportedEncodingException
- Throws:
PIMException
UnsupportedEncodingException
toSerialFormat
public abstract void toSerialFormat(PIMItem arg1,
OutputStream arg2,
String arg3,
String arg4)
throws PIMException,
UnsupportedEncodingException
- Throws:
PIMException
UnsupportedEncodingException
supportedSerialFormats
public abstract String[] supportedSerialFormats(int arg1)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.