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

Method Summary
 void changeNotification(int assignmentID, TpUIEventCriteria eventCriteria)
           
 int createNotification(IpAppUIManager appUIManager, TpUIEventCriteria eventCriteria)
           
 TpUIIdentifier createUI(IpAppUI appUI, TpAddress userAddress)
           
 TpUICallIdentifier createUICall(IpAppUICall appUI, TpUITargetObject uiTargetObject)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications(IpAppUIManager appUIManager)
           
 TpUIEventCriteriaResult[] getNotification()
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

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 © 2009. All Rights Reserved.