|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a AccountManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addAccountManagerListener(org.csapi.jr.se.am.AccountManagerListener accountManagerListener)
Adds a AccountManagerListener which is interested in events generated by the AccountManager. |
org.csapi.jr.se.am.Notification |
createNotification()
Creates a Notification object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.am.Notifications |
createNotifications()
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.am.QueryBalance |
createQueryBalance()
Creates a QueryBalance object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.am.RetrieveTransactionHistory |
createRetrieveTransactionHistory()
Creates a RetrieveTransactionHistory object and returns a reference to the interface used to gain access to it's methods. |
void |
disableNotifications()
Invokes the disableNotifications() method on the Parlay Gateway. |
org.csapi.jr.se.am.ChargingEventCriteriaResult[] |
getNotification()
Invokes the getNotification() method on the Parlay Gateway. |
void |
removeAccountManagerListener(org.csapi.jr.se.am.AccountManagerListener accountManagerListener)
Removes a AccountManagerListener which is no longer interested in events generated by the AccountManager. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addAccountManagerListener(org.csapi.jr.se.am.AccountManagerListener accountManagerListener)
accountManagerListener
- A reference to the AccountManagerListener which is to be added as
a listener.public void removeAccountManagerListener(org.csapi.jr.se.am.AccountManagerListener accountManagerListener)
accountManagerListener
- A reference to the AccountManagerListener which is to be removed as
a listener.public org.csapi.jr.se.am.ChargingEventCriteriaResult[] getNotification() throws PlatformException, CommonException
PlatformException
CommonException
public void disableNotifications() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.am.QueryBalance createQueryBalance()
public org.csapi.jr.se.am.Notifications createNotifications()
public org.csapi.jr.se.am.RetrieveTransactionHistory createRetrieveTransactionHistory()
public org.csapi.jr.se.am.Notification createNotification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |