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
 
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 an empty 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.
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.BlackberryRecordStore
Adds a new record to the record store.
addRecord(byte[], int, int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
addStoreListener(ObjectStoreListener) - Method in class com.funambol.storage.ObjectStore
Add a RecordListener to the recordStore
Appender - Interface in com.funambol.util
 
areConfigsEmpty() - Static method in class com.funambol.util.BlackberryHelper
 

B

Base64 - Class in com.funambol.util
 
Base64() - Constructor for class com.funambol.util.Base64
 
BasicConnectionHandler - Class in com.funambol.util
the simplest conneection handler ever. just save the config
BasicConnectionHandler() - Constructor for class com.funambol.util.BasicConnectionHandler
 
BasicSyncListener - Class in com.funambol.util
This class provides a basic implementation for a SyncListener.
BasicSyncListener() - Constructor for class com.funambol.util.BasicSyncListener
 
BlackberryHelper - Class in com.funambol.util
 
BlackberryHelper() - Constructor for class com.funambol.util.BlackberryHelper
 
BlackberryRecordEnumeration - Class in com.funambol.storage
 
BlackberryRecordEnumeration(BlackberryRecordStore, IntVector, boolean) - Constructor for class com.funambol.storage.BlackberryRecordEnumeration
 
BlackberryRecordStore - Class in com.funambol.storage
 
BlackberryRecordStore.IntByteArrayPair - Class in com.funambol.storage
Used to keep key-object pairs together when sorting.
BlackberryRecordStore.IntByteArrayPair(int, byte[]) - Constructor for class com.funambol.storage.BlackberryRecordStore.IntByteArrayPair
 
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
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
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.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.BlackberryRecordStore
 
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
CONFIG_NONE - Static variable in class com.funambol.util.BlackberryHelper
no config has been set. value = -1
CONFIG_REFUSED - Static variable in class com.funambol.util.BlackberryHelper
a working config has been found, but user refused to use it
ConnectionHandler - Interface in com.funambol.util
a class that handle what to do when found a working config, e.g. save current config or ask the user if config can be used
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
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
 

D

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 DataAccessException with the specified detail message.
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. 3.3)
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.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.BlackberryRecordStore
Deletes a record from the record store.
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.BlackberryRecordStore
Deletes the named record store.
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
destroy() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
destroyApp(boolean) - Method in class com.funambol.tools.ListRecordStores
 
destroyApp(boolean) - Method in class com.funambol.tools.LogViewerMidlet
Life Cicle Related Midlet's method.
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

encode(byte[]) - Static method in class com.funambol.util.Base64
encode the input data producong a base 64 encoded byte array.
encode(String, String) - Static method in class com.funambol.util.QuotedPrintable
A method to encode String in quoted printable
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.BlackberryRecordStore
 
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
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
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
 

F

filterAndSort(RecordFilter, RecordComparator) - Method in class com.funambol.storage.BlackberryRecordStore
 
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.
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

getAllActiveServiceBookApns() - Static method in class com.funambol.util.BlackberryHelper
 
getAPNFromConfig(int) - Static method in class com.funambol.util.BlackberryHelper
 
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.
getBytes() - Method in class com.funambol.storage.BlackberryRecordStore.IntByteArrayPair
 
getCode() - Method in exception com.funambol.util.CodedException
Returns the code of this exception
getConfigCount() - Static method in class com.funambol.util.BlackberryHelper
 
getConfigsDescription() - Static method in class com.funambol.util.BlackberryHelper
 
getConfigurationDescription(int) - Static method in class com.funambol.util.BlackberryHelper
method that return a string containing given config id description
getConnectionHandler() - Static method in class com.funambol.util.BlackberryHelper
 
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.
getKey() - Method in class com.funambol.storage.BlackberryRecordStore.IntByteArrayPair
 
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. if we are syncronizing 37 contacts this should return 37
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.BlackberryRecordStore
 
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.BlackberryRecordStore
Returns the recordId that will be assigned to the next object added to the store.
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.BlackberryRecordStore
Returns the number of records currently in the store
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
getOptions(int) - Static method in class com.funambol.util.BlackberryHelper
 
getParentRecordComparator() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
getParentRecordFilter() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
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.
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.BlackberryRecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class com.funambol.storage.BlackberryRecordStore
Returns a copy of the data stored in the given record.
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.BlackberryRecordStore
Returns the size in bytes of the data available for the given recordId.
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
getRunnableCount() - Method in class com.funambol.util.ThreadPool
Returns the number of threads belonging to this pool that are currently running (still active)
getSavedConfigDescription() - Static method in class com.funambol.util.BlackberryHelper
 
getSavedConfigID() - Static method in class com.funambol.util.BlackberryHelper
 
getServiceBookApn() - Static method in class com.funambol.util.BlackberryHelper
 
getSize() - Method in class com.funambol.storage.AbstractRecordStore
 
getSize() - Method in class com.funambol.storage.BlackberryRecordStore
Gets the size in bytes of the current store.
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.BlackberryRecordStore
Returns the amount of additional space in bytes this store can hold
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
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
hasNextElement() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
hasPreviousElement() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 

I

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
initConfigs() - Static method in class com.funambol.util.BlackberryHelper
 
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.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
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 ?
isEmpty() - Method in class com.funambol.util.ChunkedString
Returns true if the chunk is empty (i.e. start>=end)
isFinished() - Method in interface com.funambol.util.Observable
boolean returning true if task is finished
isKeptUpdated() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
isNullOrEmpty(String) - Static method in class com.funambol.util.StringUtil
Returns true if the given string is null or empty.
isOkToUseConfig(String) - Method in class com.funambol.util.BasicConnectionHandler
 
isOkToUseConfig(int) - Static method in class com.funambol.util.BlackberryHelper
 
isOkToUseConfig(String) - Method in interface com.funambol.util.ConnectionHandler
 
isSimulator() - Static method in class com.funambol.util.BlackberryHelper
 
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
Split the string into an array of strings using one of the separator in 'sep'.
JSR75LOG - Static variable in class com.funambol.util.LogViewer
Pass this value to getLogEntries(int mode) method for File Log Mode

K

keepUpdated(boolean) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 

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.BlackberryRecordStore
Obtains the names of contained BlackberryRecordStore objects.
listRecordStores() - Static method in class com.funambol.storage.RmsRecordStoreWrapper
 
ListRecordStores - Class in com.funambol.tools
 
ListRecordStores() - Constructor for class com.funambol.tools.ListRecordStores
 
Log - Class in com.funambol.util
Generic Log class
LOGDBNAME - Static variable in class com.funambol.util.RMSAppender
 
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.
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.
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

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
nextRecord() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Returns a copy of the next record in this enumeration.
nextRecordId() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Returns the next recordId in this enumeration.
notifyListeners(int, int) - Method in class com.funambol.storage.BlackberryRecordStore
Notifies associated enumerator objects and other listeners that may be added
numRecords() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Returns the number of records available in this enumeration.

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.
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.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.BlackberryRecordStore
Open and possibly create a record store.
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)
pauseApp() - Method in class com.funambol.tools.ListRecordStores
 
pauseApp() - Method in class com.funambol.tools.LogViewerMidlet
Life Cicle Related Midlet's method.
previousRecord() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Returns a copy of the previous record in this enumeration.
previousRecordId() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Returns the recordId of the previous record in the enumeration.
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
 

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

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
 
rebuild() - Method in class com.funambol.storage.BlackberryRecordEnumeration
Rebuilds the current enumeration to reflect changes in the record store.
recordAdded(int) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
recordChanged(int) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
recordDeleted(int) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
recordStoreClosing() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
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() - 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
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
removeSavedConfig() - Static method in class com.funambol.util.BlackberryHelper
remove saved config, if present.
removeStoreListener(ObjectStoreListener) - Method in class com.funambol.storage.ObjectStore
Add a RecordListener to the recordStore
reset() - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
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
 
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

saveCurrentConfig() - Static method in class com.funambol.util.BlackberryHelper
 
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
setConnectionHandler(ConnectionHandler) - Static method in class com.funambol.util.BlackberryHelper
 
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:
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
setParentRecordComparator(RecordComparator) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
setParentRecordFilter(RecordFilter) - Method in class com.funambol.storage.BlackberryRecordEnumeration
 
setRecord(int, byte[], int, int) - Method in class com.funambol.storage.AbstractRecordStore
 
setRecord(int, byte[], int, int) - Method in class com.funambol.storage.BlackberryRecordStore
Sets the data in the given record.
setRecord(int, byte[], int, int) - Method in class com.funambol.storage.RmsRecordStoreWrapper
 
setTime(Date) - Method in class com.funambol.util.DateUtil
Set a new time
setTimeZone(String) - Static method in class com.funambol.util.MailDateFormatter
 
shouldAskUserBeforeConnecting() - Static method in class com.funambol.util.BlackberryHelper
 
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
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'.
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.
StreamReader - Interface in com.funambol.util
 
StreamReaderFactory - Class in com.funambol.util
Factory Class: return StreamReader objects
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.
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
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
 

W

workingConfigHasBeenFound() - Static method in class com.funambol.util.BlackberryHelper
 
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.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.