org.csapi.dsc
Interface IpDataSessionControlManagerOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations
All Known Subinterfaces:
IpDataSessionControlManager
All Known Implementing Classes:
_IpDataSessionControlManagerStub, IpDataSessionControlManagerPOA, IpDataSessionControlManagerPOATie

public interface IpDataSessionControlManagerOperations
extends IpServiceOperations

Generated from IDL interface "IpDataSessionControlManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 void changeNotification(int assignmentID, TpDataSessionEventCriteria eventCriteria)
           
 int createNotification(IpAppDataSessionControlManager appDataSessionControlManager, TpDataSessionEventCriteria eventCriteria)
           
 int createNotifications(IpAppDataSessionControlManager appDataSessionControlManager, TpDataSessionEventCriteria eventCriteria)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications(IpAppDataSessionControlManager appDataSessionControlManager)
           
 TpDataSessionEventCriteria getNotification()
           
 TpDataSessionEventCriteriaResult[] getNotifications()
           
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

createNotification

int createNotification(IpAppDataSessionControlManager appDataSessionControlManager,
                       TpDataSessionEventCriteria eventCriteria)
                       throws P_INVALID_EVENT_TYPE,
                              P_INVALID_NETWORK_STATE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Throws:
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

destroyNotification

void destroyNotification(int assignmentID)
                         throws P_INVALID_ASSIGNMENT_ID,
                                P_INVALID_NETWORK_STATE,
                                TpCommonExceptions
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions

changeNotification

void changeNotification(int assignmentID,
                        TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_ASSIGNMENT_ID,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

TpDataSessionEventCriteria getNotification()
                                           throws P_INVALID_NETWORK_STATE,
                                                  TpCommonExceptions
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

enableNotifications

int enableNotifications(IpAppDataSessionControlManager appDataSessionControlManager)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

disableNotifications

void disableNotifications()
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

getNotifications

TpDataSessionEventCriteriaResult[] getNotifications()
                                                    throws P_INVALID_NETWORK_STATE,
                                                           TpCommonExceptions
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

createNotifications

int createNotifications(IpAppDataSessionControlManager appDataSessionControlManager,
                        TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_INTERFACE_TYPE,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA


Copyright © 2008. All Rights Reserved.