|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.motorola.iden.recentcalls.RecentCalls
Constructor Summary | |
RecentCalls()
Constructor |
Method Summary | |
int |
capacity()
This method retrives the capacity of Recnet Calls List |
int |
currentUsage()
This method retrives the current usage of Recent Calls List in java. |
boolean |
doesContain(RecentCallsEntry myEntry)
This method checkes if the entry is in Recent Calls List in java or not. |
RecentCallsEntry |
entryAt(int index)
This methond retrives a single Entry at requested index from Recent Calls Entry list. |
RecentCallsEntry |
firstEntry()
This method retrives the first Entry from Recent Calls Entry list. |
int |
indexOf(RecentCallsEntry myEntry)
This method retrives the index of a specific Recent Calls Entry. |
boolean |
isListEmpty()
To Check if the Recent Calls List is empty or not. |
RecentCallsEntry |
lastEntry()
This method retrives the last Entry from Recent Calls Entry list. |
int |
numIncomingCalls()
This method retrives the number of Incoming calls in Recent Calls List. |
int |
numMissedCalls()
This method retrives number of Missed calls in Recent calls list. |
int |
numOutgoingCalls()
This Method retrives the number of outgoing calls in Recent Calls List. |
boolean |
refreshList()
Refreshes the Recent Calls List. |
boolean |
removeAll()
Deletes the entire recent calls list. |
boolean |
removeEntryAt(int entryNumber)
Deletes a single requested entry from recent calls list. |
void |
setRCLListener(RCLListener l)
This Methond needs to be called from constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecentCalls()
Method Detail |
public RecentCallsEntry entryAt(int index) throws java.lang.IllegalArgumentException
index
- The Entry Number to be retrived (Starting with zero)/java.lang.IllegalArgumentException
- Thrown when the entryNumber is out of rangejava.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic RecentCallsEntry firstEntry()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic RecentCallsEntry lastEntry()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic boolean refreshList()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int capacity()
public boolean doesContain(RecentCallsEntry myEntry)
myEntry
- The entry that is to be checkedjava.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int indexOf(RecentCallsEntry myEntry)
myEntry
- the Recent Calls Entry whose index is to be retrivedjava.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int currentUsage()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic boolean isListEmpty()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int numIncomingCalls()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int numOutgoingCalls()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic int numMissedCalls()
java.lang.SecurityException
- - if application does not have right permission to read Recent Callspublic boolean removeEntryAt(int entryNumber) throws java.lang.IllegalArgumentException
entryNumber
- The Entry Number to be deleted from Recent Calls list (starting from zero)throws
- IllegalArgumentException Throws when entryNumber is out of rangejava.lang.SecurityException
- - if application does not have right permission to write to Recent Callspublic boolean removeAll()
java.lang.SecurityException
- - if application does not have right permission to write to Recent Callspublic void setRCLListener(RCLListener l)
RCLListener
- object of RCLListener class
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |