/mcpTable 260: Methods in ComponentUpdater Description Method Interface Returns the Consult Call for which consult operation is cancelled, if the consult call doesn't exist it will return NULL. String tracePath ComponentUpdater Related Documentation See Constant Field Values, on page 1667. ProviderPickupNotificationRegistrationClosedEv ProviderPickupNotificationRegistrationClosedEvent is a new interface being added with Call Pickup feature development. This event is fired whenever something happens on the CUCM that results in a previous registration to observe a pickup group being made invalid. For example, removal of pickup group from the CUCM, or change in Pickup Number etc. Applications should look for these events and handle them accodringly. Interface History Description Cisco Unified Communications Manager Release Number New interface 8.0(1) Declaration public interface ProviderPickupNotificationRegistrationClosedEvent extends CiscoProvEvMethods Methods Table 261: Methods in ProviderPickupNotificationRegistrationClosedEv Description Method Interface This method returns the Pickup Group Number for the Pickup Group that is invalidated by the event. getPickupGroupNumber() String This method returns the Pickup Group Partition for the Pickup Group that is invalidated by the event. getPickupGroupPartition() String This method returns the reason code explaining why this Pickup Group was invalidated. getReason() int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 671 Cisco Unified JTAPI Extensions Related Documentation