org.csapi.ui
Interface IpUIManagerOperations
- All Superinterfaces:
- IpInterfaceOperations, IpServiceOperations
- All Known Subinterfaces:
- IpUIManager
- All Known Implementing Classes:
- _IpUIManagerStub, IpUIManagerPOA, IpUIManagerPOATie
public interface IpUIManagerOperations
- extends IpServiceOperations
Generated from IDL interface "IpUIManager"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
createUI
TpUIIdentifier createUI(IpAppUI appUI,
TpAddress userAddress)
throws P_INVALID_INTERFACE_TYPE,
P_INVALID_NETWORK_STATE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
createUICall
TpUICallIdentifier createUICall(IpAppUICall appUI,
TpUITargetObject uiTargetObject)
throws P_INVALID_INTERFACE_TYPE,
P_INVALID_NETWORK_STATE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
createNotification
int createNotification(IpAppUIManager appUIManager,
TpUIEventCriteria eventCriteria)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_CRITERIA
destroyNotification
void destroyNotification(int assignmentID)
throws P_INVALID_ASSIGNMENT_ID,
TpCommonExceptions
- Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
changeNotification
void changeNotification(int assignmentID,
TpUIEventCriteria eventCriteria)
throws P_INVALID_ASSIGNMENT_ID,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
P_INVALID_CRITERIA
getNotification
TpUIEventCriteriaResult[] getNotification()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
enableNotifications
int enableNotifications(IpAppUIManager appUIManager)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
disableNotifications
void disableNotifications()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
Copyright © 2008. All Rights Reserved.