org.csapi.cc.cccs
Class IpConfCallControlManagerPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.cc.cccs.IpConfCallControlManagerPOA
org.csapi.cc.cccs.IpConfCallControlManagerPOATie
- All Implemented Interfaces:
- IpConfCallControlManagerOperations, IpMultiMediaCallControlManagerOperations, IpMultiPartyCallControlManagerOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpConfCallControlManagerPOATie
- extends IpConfCallControlManagerPOA
Generated from IDL interface "IpConfCallControlManager"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpConfCallControlManagerOperations |
_delegate()
|
void |
_delegate(IpConfCallControlManagerOperations delegate)
|
IpConfCallControlManager |
_this()
|
IpConfCallControlManager |
_this(org.omg.CORBA.ORB orb)
|
void |
changeMediaNotification(int assignmentID,
TpNotificationMediaRequest notificationMediaRequest)
|
void |
changeNotification(int assignmentID,
TpCallNotificationRequest notificationRequest)
|
TpConfSearchResult |
checkResources(TpConfSearchCriteria searchCriteria)
|
TpMultiPartyCallIdentifier |
createCall(IpAppMultiPartyCall appCall)
|
TpConfCallIdentifier |
createConference(IpAppConfCall appConferenceCall,
int numberOfSubConferences,
TpConfPolicy conferencePolicy,
int numberOfParticipants,
int duration)
|
int |
createMediaNotification(IpAppMultiMediaCallControlManager appInterface,
TpNotificationMediaRequest notificationMediaRequest)
|
int |
createNotification(IpAppMultiPartyCallControlManager appCallControlManager,
TpCallNotificationRequest notificationRequest)
|
void |
destroyMediaNotification(int assignmentID)
|
void |
destroyNotification(int assignmentID)
|
void |
disableNotifications()
|
int |
enableNotifications(IpAppMultiPartyCallControlManager appCallControlManager)
|
void |
freeResources(TpResourceReservation resourceReservation)
|
TpMediaNotificationRequested[] |
getMediaNotification()
|
TpNotificationRequestedSetEntry |
getNextNotification(boolean reset)
|
TpNotificationRequested[] |
getNotification()
|
TpResourceReservation |
reserveResources(IpAppConfCallControlManager appInterface,
java.lang.String startTime,
int numberOfParticipants,
int duration,
TpConfPolicy conferencePolicy)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
int |
setCallLoadControl(int duration,
TpCallLoadControlMechanism mechanism,
TpCallTreatment treatment,
TpAddressRange addressRange)
|
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpConfCallControlManagerPOATie
public IpConfCallControlManagerPOATie(IpConfCallControlManagerOperations delegate)
IpConfCallControlManagerPOATie
public IpConfCallControlManagerPOATie(IpConfCallControlManagerOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpConfCallControlManager _this()
- Overrides:
_this in class IpConfCallControlManagerPOA
_this
public IpConfCallControlManager _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpConfCallControlManagerPOA
_delegate
public IpConfCallControlManagerOperations _delegate()
_delegate
public void _delegate(IpConfCallControlManagerOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
disableNotifications
public void disableNotifications()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
createNotification
public int createNotification(IpAppMultiPartyCallControlManager appCallControlManager,
TpCallNotificationRequest notificationRequest)
throws P_INVALID_INTERFACE_TYPE,
P_INVALID_EVENT_TYPE,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA
reserveResources
public TpResourceReservation reserveResources(IpAppConfCallControlManager appInterface,
java.lang.String startTime,
int numberOfParticipants,
int duration,
TpConfPolicy conferencePolicy)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
setCallLoadControl
public int setCallLoadControl(int duration,
TpCallLoadControlMechanism mechanism,
TpCallTreatment treatment,
TpAddressRange addressRange)
throws TpCommonExceptions,
P_INVALID_ADDRESS,
P_UNSUPPORTED_ADDRESS_PLAN
- Throws:
TpCommonExceptions
P_INVALID_ADDRESS
P_UNSUPPORTED_ADDRESS_PLAN
createMediaNotification
public int createMediaNotification(IpAppMultiMediaCallControlManager appInterface,
TpNotificationMediaRequest notificationMediaRequest)
throws P_INVALID_INTERFACE_TYPE,
P_INVALID_EVENT_TYPE,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA
enableNotifications
public int enableNotifications(IpAppMultiPartyCallControlManager appCallControlManager)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
destroyMediaNotification
public void destroyMediaNotification(int assignmentID)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
createConference
public TpConfCallIdentifier createConference(IpAppConfCall appConferenceCall,
int numberOfSubConferences,
TpConfPolicy conferencePolicy,
int numberOfParticipants,
int duration)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
checkResources
public TpConfSearchResult checkResources(TpConfSearchCriteria searchCriteria)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
freeResources
public void freeResources(TpResourceReservation resourceReservation)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
changeNotification
public void changeNotification(int assignmentID,
TpCallNotificationRequest notificationRequest)
throws P_INVALID_ASSIGNMENT_ID,
P_INVALID_EVENT_TYPE,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA
getNotification
public TpNotificationRequested[] getNotification()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
getNextNotification
public TpNotificationRequestedSetEntry getNextNotification(boolean reset)
throws TpCommonExceptions
- Throws:
TpCommonExceptions
getMediaNotification
public TpMediaNotificationRequested[] getMediaNotification()
throws TpCommonExceptions
- Throws:
TpCommonExceptions
destroyNotification
public void destroyNotification(int assignmentID)
throws P_INVALID_ASSIGNMENT_ID,
TpCommonExceptions
- Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
createCall
public TpMultiPartyCallIdentifier createCall(IpAppMultiPartyCall appCall)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
changeMediaNotification
public void changeMediaNotification(int assignmentID,
TpNotificationMediaRequest notificationMediaRequest)
throws P_INVALID_ASSIGNMENT_ID,
P_INVALID_EVENT_TYPE,
TpCommonExceptions,
P_INVALID_CRITERIA
- Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA
Copyright © 2008. All Rights Reserved.