McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 562

↗ View in doc context
page
562
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::563

Description Method Interface Returns an array of CiscoMediaTerminals associated with the Provider and within the Provider local domain. Each CiscoMediaTerminal possesses a unique name, which is assigned to it by the JTAPI implementation. If there are no CiscoMediaTerminals associated with this Provider, then this method returns null. This array is a subset of the array returned by Provider.getTerminals(). Post-conditions Let CiscoMediaTerminal[] terminals = this.getMediaTerminals() terminals = = null or terminals.length > = 1 if terminals ! = null, terminals is a subset of this.getTerminals () Throws javax.telephony.ResourceUnavailableException—Indicates the number of media terminals present in the Provider is too great to return as a static array. getMediaTerminals () CiscoMediaTerminal[] This method returns an array of CiscoPickupGroup objects that represents all of the Pickup Groups that this provider is currently registerred to observe. Parameters A String object that represents the number of the Pickup Group to be registerred for, and another String object that represents the partition that the Call Pickup Group is in. getRegisteredPickupGroups () CiscoPickupGroup[] None getVersion () java.lang.String Registers a particular feature for which application gets Provider events. Applications should pass in the featureID of the softkey. Current supported features are listed in CiscoProvFeatureID interface. Throws javax.telephony.InvalidStateException javax.telephony.PrivilegeViolationException javax.telephony.InvalidArgumentException registerFeature (intfeatureID) void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 498 Cisco Unified JTAPI Extensions Methods

Page 562 diagram