|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a AppInterface activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addAppInterfaceListener(org.csapi.jr.se.pam.event.AppInterfaceListener appInterfaceListener)
Adds a AppInterfaceListener which is interested in events generated by the AppInterface. |
org.csapi.jr.se.pam.event.PAMEventHandler |
getPAMEventHandler()
Returns a reference to the PAMEventHandler responsible for creation of the AppInterface. |
void |
registerAppInterface(byte[] authToken)
Invokes the registerAppInterface() method on the Parlay Gateway. |
void |
removeAppInterfaceListener(org.csapi.jr.se.pam.event.AppInterfaceListener appInterfaceListener)
Removes a AppInterfaceListener which is no longer interested events generated by the AppInterface. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.pam.event.PAMEventHandler getPAMEventHandler()
public void addAppInterfaceListener(org.csapi.jr.se.pam.event.AppInterfaceListener appInterfaceListener)
appInterfaceListener
- A reference to the AppInterfaceListener which is to be added as
a listener.public void removeAppInterfaceListener(org.csapi.jr.se.pam.event.AppInterfaceListener appInterfaceListener)
appInterfaceListener
- A reference to the AppInterfaceListener which is to be removed as
a listener.public void registerAppInterface(byte[] authToken) throws PlatformException, java.lang.IllegalStateException, CommonException, PamInvalidCredentialException
PlatformException
java.lang.IllegalStateException
CommonException
PamInvalidCredentialException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |