|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a UI.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addUIListener(org.csapi.jr.se.ui.UIListener uIListener)
Adds a UIListener which is interested in events generated by the UI. |
java.lang.String |
getOriginatingAddress()
Invokes the getOriginatingAddress() method on the Parlay Gateway. |
org.csapi.jr.se.ui.UIManager |
getUIManager()
Returns a reference to the UIManager responsible for creation of the UI. |
void |
release()
Invokes the release() method on the Parlay Gateway. |
void |
removeUIListener(org.csapi.jr.se.ui.UIListener uIListener)
Removes a UIListener which is no longer interested in events generated by the UI. |
void |
setOriginatingAddress(java.lang.String origin)
Invokes the setOriginatingAddress() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addUIListener(org.csapi.jr.se.ui.UIListener uIListener)
uIListener
- A reference to the UIListener which is to be added as
a listener.public void removeUIListener(org.csapi.jr.se.ui.UIListener uIListener)
uIListener
- A reference to the UIListener which is to be removed as
a listener.public org.csapi.jr.se.ui.UIManager getUIManager()
public void release() throws PlatformException, CommonException
PlatformException
CommonException
public void setOriginatingAddress(java.lang.String origin) throws PlatformException, CommonException, InvalidNetworkStateException, InvalidAddressException
PlatformException
CommonException
InvalidNetworkStateException
InvalidAddressException
public java.lang.String getOriginatingAddress() throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |