org.csapi.dsc
Class _IpDataSessionControlManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.dsc._IpDataSessionControlManagerStub
All Implemented Interfaces:
java.io.Serializable, IpDataSessionControlManager, IpDataSessionControlManagerOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpDataSessionControlManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpDataSessionControlManager

Generated from IDL interface "IpDataSessionControlManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpDataSessionControlManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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()
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpDataSessionControlManagerStub

public _IpDataSessionControlManagerStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

enableNotifications

public int enableNotifications(IpAppDataSessionControlManager appDataSessionControlManager)
                        throws TpCommonExceptions
Specified by:
enableNotifications in interface IpDataSessionControlManagerOperations
Throws:
TpCommonExceptions

createNotification

public int createNotification(IpAppDataSessionControlManager appDataSessionControlManager,
                              TpDataSessionEventCriteria eventCriteria)
                       throws P_INVALID_EVENT_TYPE,
                              P_INVALID_NETWORK_STATE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Specified by:
createNotification in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

public TpDataSessionEventCriteria getNotification()
                                           throws P_INVALID_NETWORK_STATE,
                                                  TpCommonExceptions
Specified by:
getNotification in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

disableNotifications

public void disableNotifications()
                          throws TpCommonExceptions
Specified by:
disableNotifications in interface IpDataSessionControlManagerOperations
Throws:
TpCommonExceptions

getNotifications

public TpDataSessionEventCriteriaResult[] getNotifications()
                                                    throws P_INVALID_NETWORK_STATE,
                                                           TpCommonExceptions
Specified by:
getNotifications in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

destroyNotification

public void destroyNotification(int assignmentID)
                         throws P_INVALID_ASSIGNMENT_ID,
                                P_INVALID_NETWORK_STATE,
                                TpCommonExceptions
Specified by:
destroyNotification in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions

createNotifications

public int createNotifications(IpAppDataSessionControlManager appDataSessionControlManager,
                               TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_INTERFACE_TYPE,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Specified by:
createNotifications in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID

changeNotification

public void changeNotification(int assignmentID,
                               TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_ASSIGNMENT_ID,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Specified by:
changeNotification in interface IpDataSessionControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA


Copyright © 2009. All Rights Reserved.