A B C D E F G H I J K L M N O P Q R S T U W X

A

AbstractRecordStore - Class in com.funambol.storage
 
AbstractRecordStore() - Constructor for class com.funambol.storage.AbstractRecordStore
 
ACCESS_ERROR - Static variable in interface com.funambol.util.SyncListener
 
add(Object) - Method in class com.funambol.util.Queue
adds a runnable object to the end of the queue.
addAppender(Appender) - Method in class com.funambol.util.MultipleAppender
ad an appender to the list of appenders
addElement(StringBuffer, String) - Static method in class com.funambol.util.XmlUtil
Add an empty tag to the StringBuffer out.
addElement(StringBuffer, String, String) - Static method in class com.funambol.util.XmlUtil
Add a tag to the StringBuffer out.
addElementNewLine(StringBuffer, String, String, boolean) - Static method in class com.funambol.util.XmlUtil
This function builds a simple Tag with newline char after the close tag.
addElementNewLineWithTagAttr(StringBuffer, String, String, boolean, String[]) - Static method in class com.funambol.util.XmlUtil
This function builds a simple Tag with newline char after the close tag.
addElementWithTagAttr(StringBuffer, String, String, String[]) - Static method in class com.funambol.util.XmlUtil
Add a tag with attributes to the StringBuffer out.
addMinutes(int) - Method in class com.funambol.util.DateUtil
Make the date go forward of the specified amount of minutes The internal date is changed after this call.
addObserver(Observer) - Method in interface com.funambol.util.Observable
add a observer to this observable
addRecord(byte[], int, int) - Method in class com.funambol.storage.AbstractRecordStore
 
addRecord(byte[], int, int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
ADDRESS_ATTR - Static variable in class com.funambol.util.AppProperties
 
addStoreListener(ObjectStoreListener) - Method in class com.funambol.storage.ObjectStore
Add a RecordListener to the recordStore
APP_INFO_ATTR - Static variable in class com.funambol.util.AppProperties
 
Appender - Interface in com.funambol.util
 
AppProperties - Class in com.funambol.util
This class provides a mechanism to read attributes stored in the jad file.
AppProperties(Object) - Constructor for class com.funambol.util.AppProperties
Construct an AppProperties
AUTOUPDATE_CHECK_INTERVAL - Static variable in class com.funambol.util.AppProperties
 
AUTOUPDATE_REMINDER_INTERVAL - Static variable in class com.funambol.util.AppProperties
 
AUTOUPDATE_URL - Static variable in class com.funambol.util.AppProperties
 

B

BACKEND_AUTH_ERROR - Static variable in interface com.funambol.util.SyncListener
 
BACKEND_ERROR - Static variable in interface com.funambol.util.SyncListener
 
Base64 - Class in com.funambol.util
 
Base64() - Constructor for class com.funambol.util.Base64
 
BasicConnectionListener - Class in com.funambol.util
the simplest conneection handler ever.
BasicConnectionListener() - Constructor for class com.funambol.util.BasicConnectionListener
 
BasicSyncListener - Class in com.funambol.util
This class provides a basic implementation for a SyncListener.
BasicSyncListener() - Constructor for class com.funambol.util.BasicSyncListener
 
BUFFERSIZE - Static variable in interface com.funambol.util.StreamReader
 

C

calculateMD5(byte[]) - Method in class com.funambol.util.MD5
calculate md5 of given byte array
CANCELLED - Static variable in interface com.funambol.util.SyncListener
 
charAt(int) - Method in class com.funambol.util.ChunkedString
Returns the character at the specified position, relative to the chunk.
ChunkedString - Class in com.funambol.util
This class allow to process substrings of a bigger string without allocate additional memory, but using the original buffer.
ChunkedString(String) - Constructor for class com.funambol.util.ChunkedString
Creates a ChunkedString from a plain String, with length equal to the whole string.
ChunkedString(String, int, int) - Constructor for class com.funambol.util.ChunkedString
Creates a ChunkedString from a plain String and two indexes
ChunkedString(ChunkedString, int, int) - Constructor for class com.funambol.util.ChunkedString
Creates a ChunkedString from another ChunkedString and two indexes relative to the chunk
ChunkedString(ChunkedString) - Constructor for class com.funambol.util.ChunkedString
Creates a ChunkedString from another ChunkedString and two indexes relative to the chunk
CLIENT_ERROR - Static variable in interface com.funambol.util.SyncListener
 
close() - Method in class com.funambol.storage.NamedObjectStore
Close the current RecordStore, if open.
close() - Method in class com.funambol.storage.ObjectStore
Close the current RecordStore, if open.
closeLogFile() - Method in interface com.funambol.util.Appender
Close Log file
closeLogFile() - Method in class com.funambol.util.ConsoleAppender
ConsoleAppender doesn't implement this method
closeLogFile() - Method in class com.funambol.util.FileAppender
Close connection and streams
closeLogFile() - Method in class com.funambol.util.MemoryAppender
 
closeLogFile() - Method in class com.funambol.util.MultipleAppender
 
closeLogFile() - Method in class com.funambol.util.RMSAppender
Closes DS-Log store and catch all possible exception
closeLogFile() - Method in class com.funambol.util.SocketAppender
Close connection and streams
closeRecordStore() - Method in class com.funambol.storage.AbstractRecordStore
 
closeRecordStore() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
CodedException - Exception in com.funambol.util
This exception represents the base exception for coded error conditions.
CodedException(int, String) - Constructor for exception com.funambol.util.CodedException
Constructs an instance of CodedException with thei code and specified detail message.
com.funambol.storage - package com.funambol.storage
 
com.funambol.tools - package com.funambol.tools
 
com.funambol.util - package com.funambol.util
 
commandAction(Command, Displayable) - Method in class com.funambol.tools.ListRecordStores
 
commandAction(Command, Displayable) - Method in class com.funambol.tools.LogViewerMidlet
Called by the system to indicate that a command has been invoked on a particular displayable.
ComplexSerializer - Class in com.funambol.storage
A helper class useful to persist objects like Vectors and Hashtables into the device's store
ComplexSerializer() - Constructor for class com.funambol.storage.ComplexSerializer
 
computeMD5Credentials(String, String, byte[]) - Method in class com.funambol.util.MD5
compute md5 credentials We expect the nonce to be not B64 encoded
CONCURRENCE_ERROR - Static variable in exception com.funambol.util.CodedException
Another sync is in progress
CONN_NOT_FOUND - Static variable in exception com.funambol.util.CodedException
 
CONN_NOT_FOUND - Static variable in interface com.funambol.util.SyncListener
 
CONNECTION_BLOCKED_BY_USER - Static variable in exception com.funambol.util.CodedException
 
CONNECTION_BLOCKED_BY_USER - Static variable in interface com.funambol.util.SyncListener
 
connectionClosed() - Method in class com.funambol.util.BasicConnectionListener
Notify that a previously opened connection has been closed
connectionClosed() - Method in interface com.funambol.util.ConnectionListener
Notify that a previously opened connection has been closed
connectionConfigurationChanged() - Method in class com.funambol.util.BasicConnectionListener
 
connectionConfigurationChanged() - Method in interface com.funambol.util.ConnectionListener
Notify that the connection configuration is changed
ConnectionDeniedException - Exception in com.funambol.util
Exception related to the connection denied event
ConnectionDeniedException(String) - Constructor for exception com.funambol.util.ConnectionDeniedException
 
ConnectionListener - Interface in com.funambol.util
Interface used to notify the connection request and response status It can be implemented to create rich client connection listeners
ConnectionManager - Class in com.funambol.util
Controls all of the connections requested by the API implementations.
connectionOpened() - Method in class com.funambol.util.BasicConnectionListener
Notify that a connection was succesfully opened
connectionOpened() - Method in interface com.funambol.util.ConnectionListener
Notify that a connection is succesfully opened
ConsoleAppender - Class in com.funambol.util
Default debugger to be used instea of System.out.println(msg);
ConsoleAppender() - Constructor for class com.funambol.util.ConsoleAppender
Default constructor
contains(String) - Method in class com.funambol.storage.StringKeyValueFileStore
 
contains(String) - Method in interface com.funambol.storage.StringKeyValueStore
Returns true iff key is contained in this store.
create(String) - Method in class com.funambol.storage.NamedObjectStore
Creates a new RecordStore, or open an existing one.
create(String) - Method in class com.funambol.storage.ObjectStore
Creates a new RecordStore, or open an existing one.
createCloseTag(String) - Static method in class com.funambol.util.XmlUtil
 
createCloseTagNewLine(String) - Static method in class com.funambol.util.XmlUtil
 
createEmptyRecord() - Method in class com.funambol.storage.ObjectStore
Creates an empty record.
createOpenTag(String) - Static method in class com.funambol.util.XmlUtil
 
createOpenTagNewLine(String) - Static method in class com.funambol.util.XmlUtil
 
CTP - Static variable in class com.funambol.util.AppProperties
 
CTP_SERVER - Static variable in class com.funambol.util.AppProperties
 

D

DATA_NULL - Static variable in exception com.funambol.util.CodedException
These excpetions are generated by the HttpTranportAgent
DATA_NULL - Static variable in interface com.funambol.util.SyncListener
 
DataAccessException - Exception in com.funambol.storage
Represents a "update" error on device database.
DataAccessException() - Constructor for exception com.funambol.storage.DataAccessException
Creates a new instance of DataAccessException without detail message.
DataAccessException(String) - Constructor for exception com.funambol.storage.DataAccessException
Constructs an instance of
dataReceived(String, int) - Method in class com.funambol.util.BasicSyncListener
Invoked each time data is received from the server, with the timestamp and the size in bytes of the receive data.
dataReceived(String, int) - Method in interface com.funambol.util.SyncListener
Invoked each time data is received from the server, with the timestamp and the size in bytes of the receive data.
dateToRfc2822(Date) - Static method in class com.funambol.util.MailDateFormatter
Transforms data contained in a Date object (expressed in UTC) in a string formatted as per RFC2822 in local time (par.
dateToUTC(Date) - Static method in class com.funambol.util.MailDateFormatter
Converts a Date object into a string in 'Zulu' format
DateUtil - Class in com.funambol.util
Utility class for date manipulation.
DateUtil() - Constructor for class com.funambol.util.DateUtil
Inizialize a new instance with the current date
DateUtil(Date) - Constructor for class com.funambol.util.DateUtil
Inizialize a new instance with the given date
DEBUG - Static variable in class com.funambol.util.Log
Log level DEBUG: used to log debug messages.
debug(String) - Static method in class com.funambol.util.Log
DEBUG: Debug message
debug(Object, String) - Static method in class com.funambol.util.Log
DEBUG: Information message
decode(byte[]) - Static method in class com.funambol.util.Base64
decode the base 64 encoded input data.
decode(String) - Static method in class com.funambol.util.Base64
decode the base 64 encoded String data.
decode(String, String) - Static method in class com.funambol.util.Base64
Decode the string and convert back the decoded value into a string using the specified charset.
decode(byte[], String) - Static method in class com.funambol.util.Base64
Decode the string and convert back the decoded value into a string using the specified charset.
decode(byte[]) - Static method in class com.funambol.util.QuotedPrintable
A method to decode quoted printable encoded data.
decode(byte[], String) - Static method in class com.funambol.util.QuotedPrintable
 
DEFAULTLOGFILESIZE - Static variable in class com.funambol.util.RMSAppender
 
deleteLog() - Static method in class com.funambol.util.Log
Delete log file
deleteLogFile() - Method in interface com.funambol.util.Appender
Delete Log file
deleteLogFile() - Method in class com.funambol.util.ConsoleAppender
ConsoleAppender doesn't implement this method
deleteLogFile() - Method in class com.funambol.util.FileAppender
Delete the log file
deleteLogFile() - Method in class com.funambol.util.MemoryAppender
 
deleteLogFile() - Method in class com.funambol.util.MultipleAppender
 
deleteLogFile() - Method in class com.funambol.util.RMSAppender
Resets DS-Log store and catch all possible exception
deleteLogFile() - Method in class com.funambol.util.SocketAppender
SocketAppender doesn't implement this method
deleteRecord(int) - Method in class com.funambol.storage.AbstractRecordStore
 
deleteRecord(int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
deleteRecordStore(String) - Static method in class com.funambol.storage.AbstractRecordStore
 
deleteRecordStore(String) - Static method in class com.funambol.storage.RmsRecordStoreWrapper
 
deserialize(DataInputStream) - Method in interface com.funambol.storage.Serializable
Read object field from the input stream.
deserializeHashTable(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to deserialize a Hashtable
deserializeObject(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to deserialize an Object.
deserializeObjectArray(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
Deserialize a given DataInputStream into a given array of objects.
deserializeVector(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to deserialize a Vector
destroyApp(boolean) - Method in class com.funambol.tools.ListRecordStores
 
destroyApp(boolean) - Method in class com.funambol.tools.LogViewerMidlet
Life Cicle Related Midlet's method.
DEVID_ATTR - Static variable in class com.funambol.util.AppProperties
 
DISABLED - Static variable in class com.funambol.util.Log
Log level DISABLED: used to speed up applications using logging features
doFinal(byte[], int) - Method in class com.funambol.util.MD5
 

E

EMBEDDED_ADS - Static variable in class com.funambol.util.AppProperties
 
ENABLE_COMPRESS - Static variable in class com.funambol.util.AppProperties
 
ENABLE_DATE_FILTER - Static variable in class com.funambol.util.AppProperties
 
ENABLE_DELETE_PROPAGATION - Static variable in class com.funambol.util.AppProperties
 
ENABLE_SCHEDULER_ATTR - Static variable in class com.funambol.util.AppProperties
 
ENABLE_SMS_LISTENER_ATTR - Static variable in class com.funambol.util.AppProperties
 
enableCompression(boolean) - Method in class com.funambol.util.HttpTransportAgent
Enable the http "gzip" compression parameter usage
encode(byte[]) - Static method in class com.funambol.util.Base64
encode the input data producong a base 64 encoded byte array.
encode(byte[]) - Static method in class com.funambol.util.QuotedPrintable
Encodes an array of bytes into an array of quoted-printable 7-bit characters.
encode(String, String) - Static method in class com.funambol.util.QuotedPrintable
Encodes a String into a String of quoted-printable 7-bit characters.
encode(String) - Static method in class com.funambol.util.QuotedPrintable
Encodes a String into a String of quoted-printable 7-bit characters.
endConnecting(int) - Method in class com.funambol.util.BasicSyncListener
Invoked at the end of the login phase.
endConnecting(int) - Method in interface com.funambol.util.SyncListener
Invoked at the end of the login phase.
endMapping() - Method in class com.funambol.util.BasicSyncListener
Invoked at the end of the mapping phase.
endMapping() - Method in interface com.funambol.util.SyncListener
Invoked at the end of the mapping phase
endReceiving() - Method in class com.funambol.util.BasicSyncListener
Invoked at the end of the receiving phase
endReceiving() - Method in interface com.funambol.util.SyncListener
Invoked at the end of the receiving phase
endSending() - Method in class com.funambol.util.BasicSyncListener
Invoked when the mail protocol subsystem has finished to send message.
endSending() - Method in interface com.funambol.util.SyncListener
Invoked when the mail protocol subsystem has finished to send message.
endSession(int) - Method in class com.funambol.util.BasicSyncListener
Invoked at the end of a session, before closing the connection with the remote server.
endSession(int) - Method in interface com.funambol.util.SyncListener
Invoked at the end of a session, before closing the connection with the remote server.
endSyncing() - Method in class com.funambol.util.BasicSyncListener
Invoked at the end of the syncing phase
endSyncing() - Method in interface com.funambol.util.SyncListener
Invoked at the end of the syncing phase
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class com.funambol.storage.AbstractRecordStore
 
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
equals(String) - Method in class com.funambol.util.ChunkedString
Returns true if s is equals to the current chunk
equalsIgnoreCase(String) - Method in class com.funambol.util.ChunkedString
Returns true if s is equals to the current chunk, ignoring case.
equalsIgnoreCase(String, String) - Static method in class com.funambol.util.StringUtil
This method is missing in CLDC 1.0 String implementation
ERR_READING_COMPRESSED_DATA - Static variable in exception com.funambol.util.CodedException
 
ERROR - Static variable in class com.funambol.util.Log
Log level ERROR: used to log error messages.
error(String) - Static method in class com.funambol.util.Log
ERROR: Error message
error(Object, String) - Static method in class com.funambol.util.Log
ERROR: Error message
ERROR_RECEIVING_ITEMS - Static variable in interface com.funambol.util.SyncListener
 
ERROR_SENDING_ITEMS - Static variable in interface com.funambol.util.SyncListener
 
escapeXml(String) - Static method in class com.funambol.util.XmlUtil
Escapes the characters in a String using XML entities.
exitMIDlet() - Method in class com.funambol.tools.ListRecordStores
This method exit the midlet.
exitMIDlet() - Method in class com.funambol.tools.LogViewerMidlet
This method exit the midlet.
EXTENDED_SIZE - Static variable in class com.funambol.util.RMSAppender
 
extractAddressFromUrl(String, String) - Static method in class com.funambol.util.StringUtil
This method extracts from address the protocol port and resources
extractAddressFromUrl(String) - Static method in class com.funambol.util.StringUtil
This method removes from an address the resources.

F

FileAppender - Class in com.funambol.util
This appender logs messages to a file using JSR75 (FileConnection) The appender tracks the file size and if it exceeds a given maximum size (customizable by clients) then the current log file is renamed appending a .old to the log name and a new one is created.
FileAppender(String, String) - Constructor for class com.funambol.util.FileAppender
Default constructor
fileName - Variable in class com.funambol.storage.StringKeyValueFileStore
 
findEmptyLine(String) - Static method in class com.funambol.util.StringUtil
Find two consecutive newlines in a string.
finish() - Method in class com.funambol.util.MD5
 
fold(String) - Static method in class com.funambol.util.StringUtil
Builds a list of the recipients email addresses each on a different line, starting just from the second line with an HT ("\t") separator at the head of the line.
FORBIDDEN_ERROR - Static variable in interface com.funambol.util.SyncListener
 
FORMAT_DAY_MONTH - Static variable in class com.funambol.util.MailDateFormatter
Format date as: DD/MM
FORMAT_DAY_MONTH_YEAR - Static variable in class com.funambol.util.MailDateFormatter
Format date as: DD/MM/YYYY
FORMAT_HOURS_MINUTES - Static variable in class com.funambol.util.MailDateFormatter
Format date as: hh:mm
FORMAT_HOURS_MINUTES_SECONDS - Static variable in class com.funambol.util.MailDateFormatter
Format date as: hh:mm:ss
FORMAT_MONTH_DAY - Static variable in class com.funambol.util.MailDateFormatter
Format date as: MM/DD
FORMAT_MONTH_DAY_YEAR - Static variable in class com.funambol.util.MailDateFormatter
Format date as: MM/DD/YYYY
formatLocalTime(Date) - Static method in class com.funambol.util.MailDateFormatter
Returns a localized string representation of Date.

G

GENERIC_ERROR - Static variable in interface com.funambol.util.SyncListener
 
get(String) - Method in class com.funambol.storage.StringKeyValueFileStore
 
get(String) - Method in interface com.funambol.storage.StringKeyValueStore
Returns the value associated to the given key or null if not present.
get(String) - Method in class com.funambol.util.AppProperties
 
getAvaliableStorage() - Method in class com.funambol.storage.NamedObjectStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getAvaliableStorage() - Method in class com.funambol.storage.ObjectStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getBooleanValue(String) - Static method in class com.funambol.util.StringUtil
Util method for retrieve a boolean primitive type from a String.
getCode() - Method in exception com.funambol.util.CodedException
Returns the code of this exception
getConnectionListener() - Method in class com.funambol.util.ConnectionManager
Accessor method to get the current connection listener
getDaysSince(Date) - Method in class com.funambol.util.DateUtil
Get the days passed from the specified date up to the date provided in the constructor
getDefaultLogFileSize() - Static method in class com.funambol.util.RMSAppender
Getter method for defaultLogFileSize
getDefaultLogStoreSizeToBeFree() - Static method in class com.funambol.util.RMSAppender
Getter method for defaultLogFileSizeToBeFree
getDeviceLocalDate(Date) - Static method in class com.funambol.util.MailDateFormatter
Convert the given date (GMT) into the local date.
getDisplay() - Method in class com.funambol.tools.LogViewerMidlet
This method should return an instance of the display.
getExitCommand() - Method in class com.funambol.tools.LogViewerMidlet
This method returns instance for exit component and must be called instead of accessing exit field directly.
getFirstIndex() - Method in class com.funambol.storage.ObjectStore
Get the first valid index in the record store.
getFirstObject(Serializable) - Method in class com.funambol.storage.NamedObjectStore
Retrieve the first serializable object from the record store.
getFirstRecord() - Static method in class com.funambol.util.RMSAppender
Getter method for firstRecord
getFormattedStringFromDate(Date, int, String) - Static method in class com.funambol.util.MailDateFormatter
A method that returns a string rapresenting a date.
getInstance() - Static method in class com.funambol.util.ConnectionManager
Singleton implementation:
getLogData() - Method in class com.funambol.util.MemoryAppender
 
getLogEntries(int) - Method in class com.funambol.util.LogViewer
This method return a String array that contain the log file content in form of String objects.
getLogLevel() - Static method in class com.funambol.util.Log
Accessor method to retrieve log level:
getLogRecordList() - Method in class com.funambol.tools.LogViewerMidlet
This method returns instance for logRecordList and must be called instead of accessing logRecordList field directly.
getMax() - Method in interface com.funambol.util.Observable
returns the number of steps the task will use.
getMessage() - Method in interface com.funambol.util.Observable
a string that describes the current operation.
getName() - Method in class com.funambol.storage.AbstractRecordStore
 
getName() - Method in class com.funambol.storage.ObjectStore
 
getName() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getNextChunk(String[]) - Method in class com.funambol.util.ChunkedString
Gets the smallest chunk, using one of the given separators, as a ChunkedString.
getNextChunk(String) - Method in class com.funambol.util.ChunkedString
Gets the next chunk, using the given separator, as another ChunkedString, without allocating memory.
getNextIndex() - Method in class com.funambol.storage.ObjectStore
Get the next valid index in the record store.
getNextObject(Serializable) - Method in class com.funambol.storage.NamedObjectStore
Retrieve the next serializable object from the record store.
getNextRecordID() - Method in class com.funambol.storage.AbstractRecordStore
 
getNextRecordID() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getNextString(String) - Method in class com.funambol.util.ChunkedString
Gets the next chunk, using the given separator, as a plain String.
getNextString(String[]) - Method in class com.funambol.util.ChunkedString
Gets the smallest chunk, using one of the given separators, as a plain String.
getNumRecords() - Method in class com.funambol.storage.AbstractRecordStore
 
getNumRecords() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getObject() - Method in class com.funambol.storage.Serialized
Object content getter
getObjectId() - Method in class com.funambol.storage.Serialized
Object content getter
getObjects(Serializable) - Method in class com.funambol.storage.ObjectStore
Get all object of the ObjectStore
getProgress() - Method in interface com.funambol.util.Observable
returns a integere between 0 and max giving the progress of the task.
getProgressPercent() - Method in interface com.funambol.util.Observable
returns a long between 0 an 100 that indicate the % of the task completed.
getProtocolFromUrl(String) - Static method in class com.funambol.util.StringUtil
This method retrieves the protocol used in the given url.
getRecord(int) - Method in class com.funambol.storage.AbstractRecordStore
 
getRecord(int, byte[], int) - Method in class com.funambol.storage.AbstractRecordStore
 
getRecord(int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getRecord(int, byte[], int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getRecordSize(int) - Method in class com.funambol.storage.AbstractRecordStore
 
getRecordSize(int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getReplyDateString(String) - Static method in class com.funambol.util.MailDateFormatter
returns a date with string representation of the month
getResponseDate() - Method in class com.funambol.util.HttpTransportAgent
Get the last response date
getRunnableCount() - Method in class com.funambol.util.ThreadPool
Returns the number of threads belonging to this pool that are currently running (still active)
getSize() - Method in class com.funambol.storage.AbstractRecordStore
 
getSize() - Method in class com.funambol.storage.ObjectEnumeration
return the number of objects within the enumeration
getSize() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getSizeAvailable() - Method in class com.funambol.storage.AbstractRecordStore
 
getSizeAvailable() - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
getStreamReader(String) - Static method in class com.funambol.util.StreamReaderFactory
Factory method for object implementig StreamReader interface
getStringArray(Vector) - Static method in class com.funambol.util.StringUtil
Returns the string array
getTag(ChunkedString, String) - Static method in class com.funambol.util.XmlUtil
Return the index of tag, validating also the presence of the end tag.
getTagAttributes(ChunkedString, String) - Static method in class com.funambol.util.XmlUtil
 
getTagValue(ChunkedString, String) - Static method in class com.funambol.util.XmlUtil
Make a String by value of tag.
getTagValues(Vector, String) - Static method in class com.funambol.util.XmlUtil
Return a Vector of String with tags matching the search tag.
getTagValues(ChunkedString, String) - Static method in class com.funambol.util.XmlUtil
Return a Vector of String with tags matching the search tag.
getTime() - Method in class com.funambol.util.DateUtil
Get the current time
getTZ() - Method in class com.funambol.util.DateUtil
Get the current TimeZone
getVectorFromArray(Object[]) - Static method in class com.funambol.util.StringUtil
create a vector filled with the elements of the given array
GzipStreamReader - Class in com.funambol.util
 
GzipStreamReader() - Constructor for class com.funambol.util.GzipStreamReader
Creates a new instance of GzipStreamReader

H

handleThrowable(Class, Runnable, Throwable) - Method in class com.funambol.util.ThreadPoolMonitor
Handles any throwable event occurring in Thread Pool when running a task
hasMoreElements() - Method in class com.funambol.storage.ObjectEnumeration
Enumeration interface implemented method
HttpTransportAgent - Class in com.funambol.util
Represents a HTTP client implementation
HttpTransportAgent(String, boolean, boolean) - Constructor for class com.funambol.util.HttpTransportAgent
Create a new HttpTransportAgent.
HttpTransportAgent(String, String, boolean, boolean) - Constructor for class com.funambol.util.HttpTransportAgent
Create a new HttpTransportAgent using the default charset.
HttpTransportAgent(String, String, String, boolean, boolean) - Constructor for class com.funambol.util.HttpTransportAgent
Initialize a new HttpTransportAgent with a URL and a charset to use.

I

ILLEGAL_ARGUMENT - Static variable in exception com.funambol.util.CodedException
 
ILLEGAL_ARGUMENT - Static variable in interface com.funambol.util.SyncListener
 
indexOf(String) - Method in class com.funambol.util.ChunkedString
Returns the index within this chunk of the first occurrence of the specified substring.
indexOf(String, int) - Method in class com.funambol.util.ChunkedString
Returns the index within this chunk of the first occurrence of the specified substring.
indexOf(ChunkedString) - Method in class com.funambol.util.ChunkedString
Returns the index within this chunk of the first occurrence of the specified substring.
INFO - Static variable in class com.funambol.util.Log
Log level INFO: used to log information messages.
info(String) - Static method in class com.funambol.util.Log
INFO: Information message
info(Object, String) - Static method in class com.funambol.util.Log
INFO: Information message
initLog(Appender, int) - Static method in class com.funambol.util.Log
Initialize log file with a specific log level.
initLog(Appender) - Static method in class com.funambol.util.Log
Ititialize log file
initLogFile() - Method in interface com.funambol.util.Appender
Initialize Log File
initLogFile() - Method in class com.funambol.util.ConsoleAppender
ConsoleAppender doesn't implement this method
initLogFile() - Method in class com.funambol.util.FileAppender
Init the logger
initLogFile() - Method in class com.funambol.util.MemoryAppender
 
initLogFile() - Method in class com.funambol.util.MultipleAppender
 
initLogFile() - Method in class com.funambol.util.RMSAppender
Mandatory method for all applications that means to use DS-Log store method (non jsr-75 compliant applications)
initLogFile() - Method in class com.funambol.util.SocketAppender
ConsoleAppender doesn't implement this method
INVALID_CREDENTIALS - Static variable in interface com.funambol.util.SyncListener
 
isAfter(Date) - Method in class com.funambol.util.DateUtil
Utility method wrapping Calendar.after method Compares the date field parameter with the date provided with the constructor answering the question: date from constructor is after the given param date ?
isConnectionConfigurationAllowed(String) - Method in class com.funambol.util.BasicConnectionListener
Check if the connection configuration is allowed
isConnectionConfigurationAllowed(String) - Method in interface com.funambol.util.ConnectionListener
Notify that a connection will use a particular parameters configuration and ask if they are allowed (generally implemented on client level to ask the user for this configuration permission)
isEmpty() - Method in class com.funambol.util.ChunkedString
Returns true if the chunk is empty (i.e.
isFinished() - Method in interface com.funambol.util.Observable
boolean returning true if task is finished
isNoCaptionInBodyField() - Method in class com.funambol.util.AppProperties
return true if body field in compose message screen should have empty title.
isNullOrEmpty(String) - Static method in class com.funambol.util.StringUtil
Returns true if the given string is null or empty.
itemAddSent(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked each time an item added is sent to the server.
itemAddSent(Object) - Method in interface com.funambol.util.SyncListener
Invoked each time an item added is sent to the server.
itemDeleted(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked each time a message is deleted
itemDeleted(Object) - Method in interface com.funambol.util.SyncListener
Invoked each time a message is deleted
itemDeleteSent(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked each time an item deleted is sent to the server.
itemDeleteSent(Object) - Method in interface com.funambol.util.SyncListener
Invoked each time an item deleted is sent to the server.
itemReceived(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked each time a message is received and stored successfully in the client.
itemReceived(Object) - Method in interface com.funambol.util.SyncListener
Invoked each time a message is received and stored successfully in the client.
itemReplaceSent(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked each time an item replaced is sent to the server.
itemReplaceSent(Object) - Method in interface com.funambol.util.SyncListener
Invoked each time an item replaced is sent to the server.
ITEMS_NUMBER_UNKNOWN - Static variable in interface com.funambol.util.SyncListener
Used when the messages to send or received is not know to the mail protocol subsystem
itemUpdated(Object, Object) - Method in class com.funambol.util.BasicSyncListener
Invoked when an item changes on the other side.
itemUpdated(Object) - Method in class com.funambol.util.BasicSyncListener
Invoked when an item changes on the other side.
itemUpdated(Object, Object) - Method in interface com.funambol.util.SyncListener
Invoked when an item changes on the other side.
itemUpdated(Object) - Method in interface com.funambol.util.SyncListener
Invoked when an item changes on the other side.

J

join(String[], String) - Static method in class com.funambol.util.StringUtil
Join the given strings into a single string using sep as separator for individual values.
JSR75LOG - Static variable in class com.funambol.util.LogViewer
Pass this value to getLogEntries(int mode) method for File Log Mode

K

keys() - Method in class com.funambol.storage.StringKeyValueFileStore
 
keys() - Method in interface com.funambol.storage.StringKeyValueStore
Returns an enumeration with all the keys in the store.

L

length() - Method in class com.funambol.util.ChunkedString
Returns the length of the substring.
LIMIT_ERROR - Static variable in exception com.funambol.util.CodedException
The limit (memory, items) in the client has been reached
listRecordStores() - Static method in class com.funambol.storage.AbstractRecordStore
 
listRecordStores() - Static method in class com.funambol.storage.RmsRecordStoreWrapper
 
ListRecordStores - Class in com.funambol.tools
 
ListRecordStores() - Constructor for class com.funambol.tools.ListRecordStores
 
LIVE_SERVER_ATTR - Static variable in class com.funambol.util.AppProperties
 
load() - Method in class com.funambol.storage.StringKeyValueFileStore
 
load() - Method in interface com.funambol.storage.StringKeyValueStore
Load this store into memory.
Log - Class in com.funambol.util
Generic Log class
LOG_APPENDER - Static variable in class com.funambol.util.AppProperties
 
LOG_SOCKET_URL - Static variable in class com.funambol.util.AppProperties
 
LOGDBNAME - Static variable in class com.funambol.util.RMSAppender
 
LOGLEVEL_ATTR - Static variable in class com.funambol.util.AppProperties
 
LOGSIZETOBEFREE - Static variable in class com.funambol.util.RMSAppender
 
LogViewer - Class in com.funambol.util
A class useful to see the content of Log RecordStore generated by RMSAppender
LogViewer() - Constructor for class com.funambol.util.LogViewer
Creates a new instance of LogViewer
LogViewerMidlet - Class in com.funambol.tools
 
LogViewerMidlet() - Constructor for class com.funambol.tools.LogViewerMidlet
Creates a new instance of VisualMidlet
lookup(String) - Method in class com.funambol.storage.NamedObjectStore
Search for a name in the record store, returning the object index

M

MailDateFormatter - Class in com.funambol.util
A utility class providing methods to convert date information contained in Date objects into RFC2822 and UTC ('Zulu') strings, and to build Date objects starting from string representations of dates in RFC2822 and UTC format
MailDateFormatter() - Constructor for class com.funambol.util.MailDateFormatter
 
MD5 - Class in com.funambol.util
 
MD5() - Constructor for class com.funambol.util.MD5
Standard constructor
MEMORY_ERROR - Static variable in exception com.funambol.util.CodedException
Out of memory error.
MemoryAppender - Class in com.funambol.util
 
MemoryAppender() - Constructor for class com.funambol.util.MemoryAppender
 
memoryStats(String) - Static method in class com.funambol.util.Log
Dump memory statistics at this point.
memoryStats(Object, String) - Static method in class com.funambol.util.Log
Dump memory statistics at this point.
MIDLET_NAME - Static variable in class com.funambol.util.AppProperties
 
MIDLET_PUSH_1 - Static variable in class com.funambol.util.AppProperties
 
MIDLET_VENDOR - Static variable in class com.funambol.util.AppProperties
 
MIDLET_VERSION - Static variable in class com.funambol.util.AppProperties
 
moveEnd(int) - Method in class com.funambol.util.ChunkedString
Move the backward the end index of 'n' characters.
moveStart(int) - Method in class com.funambol.util.ChunkedString
Move the forward start index of 'n' characters.
MultipleAppender - Class in com.funambol.util
an appender that contains multiple appenders
MultipleAppender() - Constructor for class com.funambol.util.MultipleAppender
 

N

NAME_ATTR - Static variable in class com.funambol.util.AppProperties
 
NamedObjectStore - Class in com.funambol.storage
This class uses the J2ME RMS to store and retrieve objects using a name.
NamedObjectStore() - Constructor for class com.funambol.storage.NamedObjectStore
Creates a new instance of ObjectStore.
names() - Method in class com.funambol.storage.NamedObjectStore
Retrieve the list of names from the record store.
nextElement() - Method in class com.funambol.storage.ObjectEnumeration
Enumeration interface implemented method

O

ObjectComparator - Interface in com.funambol.storage
 
ObjectEnumeration - Class in com.funambol.storage
Useful class to enumerate sorted and filtered contact records
ObjectEnumeration() - Constructor for class com.funambol.storage.ObjectEnumeration
 
ObjectEnumeration(AbstractRecordStore, ObjectFilter, ObjectComparator, Serializable) - Constructor for class com.funambol.storage.ObjectEnumeration
Constructor
ObjectFilter - Interface in com.funambol.storage
 
ObjectStore - Class in com.funambol.storage
This class uses the J2ME RMS to store and retrieve objects using the rms positional access.
ObjectStore() - Constructor for class com.funambol.storage.ObjectStore
Creates a new instance of ObjectStore.
ObjectStoreListener - Interface in com.funambol.storage
 
Observable - Interface in com.funambol.util
this interface is used by classes running tasks to implements Observer / Observable paradigm.
Observer - Interface in com.funambol.util
the watcher of a watchable.
open(String) - Method in class com.funambol.storage.NamedObjectStore
Open an existing RecordStore, or throws an exception if not present.
open(String) - Method in class com.funambol.storage.ObjectStore
Open an existing RecordStore, or throws an exception if not present.
open(String) - Method in class com.funambol.util.ConnectionManager
Open up a connection to the give url
open(String, int, boolean) - Method in class com.funambol.util.ConnectionManager
Open up a connection to the given url with the given access mode and
openLogFile() - Method in interface com.funambol.util.Appender
Open Log file
openLogFile() - Method in class com.funambol.util.ConsoleAppender
ConsoleAppender doesn't implement this method
openLogFile() - Method in class com.funambol.util.FileAppender
FileAppender doesn't implement this method
openLogFile() - Method in class com.funambol.util.MemoryAppender
 
openLogFile() - Method in class com.funambol.util.MultipleAppender
 
openLogFile() - Method in class com.funambol.util.RMSAppender
Opens DS-Log store and catch all possible exception
openLogFile() - Method in class com.funambol.util.SocketAppender
ConsoleAppender doesn't implement this method
openRecordStore(String, boolean) - Static method in class com.funambol.storage.AbstractRecordStore
 
openRecordStore(String, boolean) - Static method in class com.funambol.storage.RmsRecordStoreWrapper
 

P

parseRfc2822Date(String) - Static method in class com.funambol.util.MailDateFormatter
Parses the string in RFC 2822 format and return a Date object.
parseUTCDate(String) - Static method in class com.funambol.util.MailDateFormatter
Gets a Date object from a string representing a date in 'Zulu' format (yyyyMMddTHHmmssZ)
PASSWORD_ATTR - Static variable in class com.funambol.util.AppProperties
 
pauseApp() - Method in class com.funambol.tools.ListRecordStores
 
pauseApp() - Method in class com.funambol.tools.LogViewerMidlet
Life Cicle Related Midlet's method.
PIM_REMOTEURI_ATTR - Static variable in class com.funambol.util.AppProperties
 
POLL_INTERVAL_ATTR - Static variable in class com.funambol.util.AppProperties
 
processBlock() - Method in class com.funambol.util.MD5
 
processLength(long) - Method in class com.funambol.util.MD5
 
processWord(byte[], int) - Method in class com.funambol.util.MD5
 
put(String, String) - Method in class com.funambol.storage.StringKeyValueFileStore
 
put(String, String) - Method in interface com.funambol.storage.StringKeyValueStore
Add a new item into the store.

Q

Queue - Class in com.funambol.util
A multithreaded queue used for implementing producer-consumer style threading patterns.
Queue() - Constructor for class com.funambol.util.Queue
 
QuotedPrintable - Class in com.funambol.util
A class containing static methods to perform decoding from quoted printable content transfer encoding and to encode into
QuotedPrintable() - Constructor for class com.funambol.util.QuotedPrintable
 

R

READ_SERVER_RESPONSE_ERROR - Static variable in exception com.funambol.util.CodedException
 
READ_SERVER_RESPONSE_ERROR - Static variable in interface com.funambol.util.SyncListener
 
readDateField(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
Read a UTF field to the given DataInputStream.
readField(DataInputStream) - Static method in class com.funambol.storage.ComplexSerializer
Read a UTF field to the given DataInputStream If the field exists write a "true", "False" otherwise
readStream(InputStream, int) - Method in class com.funambol.util.GzipStreamReader
 
readStream(InputStream, int) - Method in class com.funambol.util.SimpleStreamReader
Private Method called to read simple text based InputStream
readStream(InputStream, int) - Method in interface com.funambol.util.StreamReader
 
REL - Static variable in class com.funambol.util.AppProperties
 
REMOTEURI_ATTR - Static variable in class com.funambol.util.AppProperties
 
remove(String) - Method in class com.funambol.storage.NamedObjectStore
Remove the object from the store.
remove(int) - Method in class com.funambol.storage.ObjectStore
Remove the object from the store.
remove(String) - Method in class com.funambol.storage.StringKeyValueFileStore
 
remove(String) - Method in interface com.funambol.storage.StringKeyValueStore
Removes an entry from the store
remove() - Method in class com.funambol.util.Queue
Removes the first runnable object from the queue, blocking until one is available.
removeAllAppenders() - Method in class com.funambol.util.MultipleAppender
remove all the appenders
removeAppender(Appender) - Method in class com.funambol.util.MultipleAppender
remove given appender if present
removeBackslashes(String) - Static method in class com.funambol.util.StringUtil
Removes unwanted backslashes characters
removeBlanks(String) - Static method in class com.funambol.util.StringUtil
Removes unwanted blank characters
removeChar(String, char) - Static method in class com.funambol.util.StringUtil
Removes unwanted characters
removeDays(int) - Method in class com.funambol.util.DateUtil
Make the date go back of the specified amount of days The internal date is changed after this call.
removeNoWait() - Method in class com.funambol.util.Queue
Removes the first runnable object from the queue without blocking.
removeObjectComparator() - Method in class com.funambol.storage.ObjectStore
Set Comparator for this ObjectStore
removeObjectFilter() - Method in class com.funambol.storage.ObjectStore
Remove Filter after usage
removeObserver(Observer) - Method in interface com.funambol.util.Observable
remove an observer from this observable
removePortFromUrl(String, String) - Static method in class com.funambol.util.StringUtil
 
removeStoreListener(ObjectStoreListener) - Method in class com.funambol.storage.ObjectStore
Add a RecordListener to the recordStore
requestWritten() - Method in class com.funambol.util.BasicConnectionListener
Notify that a data request was succesfully written on the connection stream
requestWritten() - Method in interface com.funambol.util.ConnectionListener
Notify that the request was succesfully written on the connection stream
reset() - Method in class com.funambol.storage.StringKeyValueFileStore
 
reset() - Method in interface com.funambol.storage.StringKeyValueStore
Resets this data store.
reset() - Method in class com.funambol.util.ChunkedString
Reset the chunk indexes to the lenght of the whole buffer.
reset() - Method in class com.funambol.util.MD5
 
responseReceived() - Method in class com.funambol.util.BasicConnectionListener
Notify that a response was received after the request was sent
responseReceived() - Method in interface com.funambol.util.ConnectionListener
Notify that a response related to the sent request was received
retrieve(String, Serializable) - Method in class com.funambol.storage.NamedObjectStore
Retrieve the serializable object from the record store, using name to index it.
retrieve(int, Serializable) - Method in class com.funambol.storage.NamedObjectStore
Retrieve the serializable object from the record store, using a positional index.
retrieve(int, Serializable) - Method in class com.funambol.storage.ObjectStore
Retrieve the serialize object from the record store.
retrieveBytes(int) - Method in class com.funambol.storage.ObjectStore
Retrieve the DataInputStream corresponding to a record.
RMSAppender - Class in com.funambol.util
Logger class for debugging porposes
RMSAppender(String) - Constructor for class com.funambol.util.RMSAppender
 
RMSLOG - Static variable in class com.funambol.util.LogViewer
Pass this value to getLogEntries(int mode) method for RMS Log Mode
RmsRecordStoreWrapper - Class in com.funambol.storage
 
RmsRecordStoreWrapper(RecordStore) - Constructor for class com.funambol.storage.RmsRecordStoreWrapper
 

S

SAN_PORT - Static variable in class com.funambol.util.AppProperties
 
save() - Method in class com.funambol.storage.StringKeyValueFileStore
 
save() - Method in interface com.funambol.storage.StringKeyValueStore
Persist this store.
sendMessage(String) - Method in class com.funambol.util.HttpTransportAgent
Send a message using the default (UTF-8) charset.
sendMessage(String, String) - Method in class com.funambol.util.HttpTransportAgent
Send the http request specifying the required encoding charset for the http headers.
sendMessage(byte[]) - Method in class com.funambol.util.HttpTransportAgent
Send the http request and read the response.
sendMessage(String, String) - Method in interface com.funambol.util.TransportAgent
 
sendMessage(String) - Method in interface com.funambol.util.TransportAgent
 
Serializable - Interface in com.funambol.storage
A simple interface to serialize objects on j2ME platform
serialize(DataOutputStream) - Method in interface com.funambol.storage.Serializable
Write object fields to the output stream.
Serialized - Class in com.funambol.storage
Container class contains deserialized object an related index on the recordstore
Serialized(DataInputStream, Serializable, int) - Constructor for class com.funambol.storage.Serialized
 
serializeHashTable(DataOutputStream, Hashtable) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to serialize a Hashtable
serializeObject(DataOutputStream, Object) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to serialize an Object.
serializeObjectArray(DataOutputStream, Object[]) - Static method in class com.funambol.storage.ComplexSerializer
Serialize a given array of objects into a given DataOutputStream
serializeVector(DataOutputStream, Vector) - Static method in class com.funambol.storage.ComplexSerializer
A helper method to serialize a Vector
SERVER_BUSY - Static variable in interface com.funambol.util.SyncListener
 
SERVER_CONNECTION_REQUEST_ERROR - Static variable in interface com.funambol.util.SyncListener
 
SERVER_ERROR - Static variable in interface com.funambol.util.SyncListener
 
SERVER_READ_ERROR - Static variable in interface com.funambol.util.SyncListener
 
SERVER_WRITE_ERROR - Static variable in interface com.funambol.util.SyncListener
 
setConnectionListener(ConnectionListener) - Method in class com.funambol.util.ConnectionManager
Accessor method to set the connection listener
setDefaultLogFileSize(int) - Static method in class com.funambol.util.RMSAppender
Setter method for defaultLogFileSize
setDefaultLogStoreSizeToBeFree(int) - Static method in class com.funambol.util.RMSAppender
Setter method for defaultLogFileSize
setLogLevel(int) - Static method in class com.funambol.util.Log
Accessor method to define log level:
setMaxFileSize(long) - Method in class com.funambol.util.FileAppender
Sets the maximum file size.
setObjectComparator(ObjectComparator) - Method in class com.funambol.storage.ObjectStore
Set Comparator for this ObjectStore
setObjectFilter(ObjectFilter) - Method in class com.funambol.storage.ObjectStore
Set Filter for this ObjectStore
setRecord(int, byte[], int, int) - Method in class com.funambol.storage.AbstractRecordStore
 
setRecord(int, byte[], int, int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
setRequestURL(String) - Method in class com.funambol.util.HttpTransportAgent
Set the request's url
setRetryOnWrite(int) - Method in class com.funambol.util.HttpTransportAgent
Set the number of http writing attempts
setRetryOnWrite(int) - Method in interface com.funambol.util.TransportAgent
Sets the number of writing tentatives for the the implementing transport agent
setThreshold(int) - Method in class com.funambol.util.HttpTransportAgent
Set the http "Size-Threshold" header parameter
setTime(Date) - Method in class com.funambol.util.DateUtil
Set a new time
setTimeZone(String) - Static method in class com.funambol.util.MailDateFormatter
 
SH_FORMAT - Static variable in class com.funambol.util.AppProperties
 
SimpleStreamReader - Class in com.funambol.util
 
SimpleStreamReader() - Constructor for class com.funambol.util.SimpleStreamReader
Creates a new instance of SimpleStreamReader
size() - Method in class com.funambol.storage.NamedObjectStore
Returns the number of objects in the store.
size() - Method in class com.funambol.storage.ObjectStore
Return the number of records in this ObjectStore
size() - Method in class com.funambol.util.Queue
Returns the current number of runnable objects in the queue
SMART_SLOW_SYNC_UNSUPPORTED - Static variable in interface com.funambol.util.SyncListener
 
SocketAppender - Class in com.funambol.util
Default debugger to be used instea of System.out.println(msg);
SocketAppender(String) - Constructor for class com.funambol.util.SocketAppender
Default constructor
split(String) - Method in class com.funambol.util.ChunkedString
Split the string into an array of strings using one of the separator in 'sep'.
split(String, String) - Static method in class com.funambol.util.StringUtil
Split the string into an array of strings using one of the separator in 'sep'.
split(String, String[]) - Static method in class com.funambol.util.StringUtil
Split the string into an array of strings using one of the separator in 'sep'.
startApp() - Method in class com.funambol.tools.ListRecordStores
 
startApp() - Method in class com.funambol.tools.LogViewerMidlet
Life Cicle Related Midlet's method.
startConnecting() - Method in class com.funambol.util.BasicSyncListener
Invoked at the beginning of the login phase.
startConnecting() - Method in interface com.funambol.util.SyncListener
Invoked at the beginning of the login phase.
startMapping() - Method in class com.funambol.util.BasicSyncListener
Invoked at the beginning of the mapping phase.
startMapping() - Method in interface com.funambol.util.SyncListener
Invoked at the beginning of the mapping phase
startReceiving(int) - Method in class com.funambol.util.BasicSyncListener
Invoked when items are ready to be received from the server.
startReceiving(int) - Method in interface com.funambol.util.SyncListener
Invoked when items are ready to be received from the server.
startSending(int, int, int) - Method in class com.funambol.util.BasicSyncListener
Invoked before beginning to send items to the server.
startSending(int, int, int) - Method in interface com.funambol.util.SyncListener
Invoked before beginning to send items to the server.
startSession() - Method in class com.funambol.util.BasicSyncListener
Invoked at the beginning of the session, before opening the connection with the server
startSession() - Method in interface com.funambol.util.SyncListener
Invoked at the beginning of the session, before opening the connection with the server
startsWith(String) - Method in class com.funambol.util.ChunkedString
Returns true if the chunk is starts with the specified substring.
startSyncing(int) - Method in class com.funambol.util.BasicSyncListener
Invoked at the beginning of the syncing phase
startSyncing(int) - Method in interface com.funambol.util.SyncListener
Invoked at the beginning of the syncing phase
startThread(Runnable) - Method in class com.funambol.util.ThreadPool
Start a new task in a separate thread which is monitored by the object monitor set in the constructor.
stats(String) - Static method in class com.funambol.util.Log
Dump time statistics at this point.
stats(Object, String) - Static method in class com.funambol.util.Log
Dump time statistics at this point.
STORAGE_ERROR - Static variable in exception com.funambol.util.CodedException
Storage error.
store(String, Serializable) - Method in class com.funambol.storage.NamedObjectStore
Store the serializable object in the ObjectStore, using the name hashcode to index it.
store(Serializable) - Method in class com.funambol.storage.ObjectStore
Store the serializable object in a new record.
store(int, Serializable) - Method in class com.funambol.storage.ObjectStore
Store the serializable object in an existent record.
store - Variable in class com.funambol.storage.StringKeyValueFileStore
 
StreamReader - Interface in com.funambol.util
 
StreamReaderFactory - Class in com.funambol.util
Factory Class: return StreamReader objects
StringKeyValueFileStore - Class in com.funambol.storage
 
StringKeyValueFileStore(String) - Constructor for class com.funambol.storage.StringKeyValueFileStore
 
StringKeyValueStore - Interface in com.funambol.storage
This interface defines a generic data store for strings where data is orgnized as key/value pair.
StringUtil - Class in com.funambol.util
Utility class useful when dealing with string objects.
substring(int, int) - Method in class com.funambol.util.ChunkedString
Creates a new ChunkedString from the specified indexes.
substring(int) - Method in class com.funambol.util.ChunkedString
Creates a new ChunkedString from the specified indexes.
SUCCESS - Static variable in interface com.funambol.util.SyncListener
 
SyncListener - Interface in com.funambol.util
This class represents a generic Sync Listener, an object that listens to the synchronization of a reporitory.
syncStarted(int) - Method in class com.funambol.util.BasicSyncListener
Invoked at the beginning of the syncing phase
syncStarted(int) - Method in interface com.funambol.util.SyncListener
Invoked when the sync starts

T

ThreadPool - Class in com.funambol.util
ThreadPool manages threads which are created within the pool.
ThreadPool(ThreadPoolMonitor, int) - Constructor for class com.funambol.util.ThreadPool
Constructs a ThreadPool with the given monitor and the given maximum number of concurrent threads
ThreadPool(int) - Constructor for class com.funambol.util.ThreadPool
Constructs a ThreadPool with a default monitor (@see ThreadPoolMonitor) and the given maximun number of concurrent threads
ThreadPoolMonitor - Class in com.funambol.util
Class monitoring the thread pool to handle any throwable
ThreadPoolMonitor() - Constructor for class com.funambol.util.ThreadPoolMonitor
 
timeStats(String) - Static method in class com.funambol.util.Log
Dump time statistics at this point.
timeStats(Object, String) - Static method in class com.funambol.util.Log
Dump time statistics at this point.
toGMT() - Method in class com.funambol.util.DateUtil
Convert the date to GMT.
toMidnight() - Method in class com.funambol.util.DateUtil
Convert the time to the midnight of the currently set date.
toString() - Method in class com.funambol.util.ChunkedString
Return a copy of the string limited by the chunk indexes.
toTZ(String) - Method in class com.funambol.util.DateUtil
Convert the date to the given timezone.
TRACE - Static variable in class com.funambol.util.Log
Log level TRACE: used to trace the program execution.
trace(String) - Static method in class com.funambol.util.Log
TRACE: Debugger mode
trace(Object, String) - Static method in class com.funambol.util.Log
TRACE: Information message
TransportAgent - Interface in com.funambol.util
Transport Agent interface.
trim(String, char) - Static method in class com.funambol.util.StringUtil
Removes characters 'c' from the beginning and the end of the string

U

unescapeXml(String) - Static method in class com.funambol.util.XmlUtil
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
update(byte) - Method in class com.funambol.util.MD5
 
update(byte[], int, int) - Method in class com.funambol.util.MD5
 
update(Object) - Method in interface com.funambol.util.Observer
 
URI_NOT_FOUND_ERROR - Static variable in interface com.funambol.util.SyncListener
 
URL_ATTR - Static variable in class com.funambol.util.AppProperties
 
USER_ATTR - Static variable in class com.funambol.util.AppProperties
 

W

WRITE_SERVER_REQUEST_ERROR - Static variable in exception com.funambol.util.CodedException
 
WRITE_SERVER_REQUEST_ERROR - Static variable in interface com.funambol.util.SyncListener
 
writeDateField(DataOutputStream, Date) - Static method in class com.funambol.storage.ComplexSerializer
Write a Date field to the given DataOutputStream.
writeField(DataOutputStream, String) - Static method in class com.funambol.storage.ComplexSerializer
Write a UTF field to the given DataOutputStream If the field is not null write a "true" before the field, just "False" otherwise.
writeLogMessage(String, String) - Method in interface com.funambol.util.Appender
Append a message to the Log file
writeLogMessage(String, String) - Method in class com.funambol.util.ConsoleAppender
ConsoleAppender writes one message on the standard output
writeLogMessage(String, String) - Method in class com.funambol.util.FileAppender
FileAppender writes one message to the output file
writeLogMessage(String, String) - Method in class com.funambol.util.MemoryAppender
 
writeLogMessage(String, String) - Method in class com.funambol.util.MultipleAppender
 
writeLogMessage(String, String) - Method in class com.funambol.util.RMSAppender
Logs a string to standard output and to the device's event logger
writeLogMessage(String, String) - Method in class com.funambol.util.SocketAppender
ConsoleAppender writes one message on the standard output

X

XmlException - Exception in com.funambol.util
This exception is raised when an Xml parsing error occurs.
XmlException() - Constructor for exception com.funambol.util.XmlException
Creates a new instance of XmlException without detail message.
XmlException(String) - Constructor for exception com.funambol.util.XmlException
Constructs an instance of XmlException with the specified detail message.
XmlUtil - Class in com.funambol.util
Utility class that XML manipulation functions.

A B C D E F G H I J K L M N O P Q R S T U W X

Copyright © 2006 Funambol.