|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a ChargingManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addChargingManagerListener(org.csapi.jr.se.cs.ChargingManagerListener chargingManagerListener)
Adds a ChargingManagerListener which is interested in events generated by the ChargingManager. |
org.csapi.jr.se.cs.ChargingSession |
createChargingSession(java.lang.String sessionDescription,
org.csapi.jr.se.cs.MerchantAccountID merchantAccount,
org.csapi.jr.se.Address user,
org.csapi.jr.se.cs.CorrelationID correlationID)
Invokes the createChargingSession() method on the Parlay Gateway and returns a reference to a transient interface. |
org.csapi.jr.se.cs.ChargingSession |
createSplitChargingSession(java.lang.String sessionDescription,
org.csapi.jr.se.cs.MerchantAccountID merchantAccount,
org.csapi.jr.se.Address[] users,
org.csapi.jr.se.cs.CorrelationID correlationID)
Invokes the createSplitChargingSession() method on the Parlay Gateway and returns a reference to a transient interface. |
void |
removeChargingManagerListener(org.csapi.jr.se.cs.ChargingManagerListener chargingManagerListener)
Removes a ChargingManagerListener which is no longer interested in events generated by the ChargingManager. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addChargingManagerListener(org.csapi.jr.se.cs.ChargingManagerListener chargingManagerListener)
chargingManagerListener
- A reference to the ChargingManagerListener which is to be added as
a listener.public void removeChargingManagerListener(org.csapi.jr.se.cs.ChargingManagerListener chargingManagerListener)
chargingManagerListener
- A reference to the ChargingManagerListener which is to be removed as
a listener.public org.csapi.jr.se.cs.ChargingSession createChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address user, org.csapi.jr.se.cs.CorrelationID correlationID) throws PlatformException, CommonException, InvalidUserException, InvalidAccountException
PlatformException
CommonException
InvalidUserException
InvalidAccountException
public org.csapi.jr.se.cs.ChargingSession createSplitChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address[] users, org.csapi.jr.se.cs.CorrelationID correlationID) throws PlatformException, CommonException, InvalidUserException, InvalidAccountException
PlatformException
CommonException
InvalidUserException
InvalidAccountException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |