/mcpCiscoAddrRestrictedOnTerminalEv Public interface CiscoAddrRestrictedOnTerminalEv extends CiscoRestrictedEv. If a user has a shared address in the control list, and if one of the lines is added into the restricted list, this event is sent. Interface getTerminal() returns the terminal on which the address is restricted. Interface getAddress() returns the address that is restricted. getAddress() javax.telephony.Address getTerminal() javax.telephony.Terminal CiscoAddrActivatedOnTerminal Public interface CiscoAddrActivatedOnTerminalEv extends CiscoProvEv. When a shared line or a device that has a shared line is removed from the restricted list, this event will be sent. The interface getTerminal() returns the terminal that is being added to the address. The interface getAddress() returns the address on which the new terminal is added. getAddress() javax.telephony.Address getTerminal() javax.telephony.Terminal CiscoTermRestrictedEv Public interface CiscoTermRestrictedEv extends CiscoRestrictedEv. Applications see this event when a device is added into restricted list from Cisco Unified Communications Manager Administration after the application launches. Applications cannot see events for restricted terminals or addresses on those terminals. If a terminal is restricted when it is in InService state, applications get this event and terminal and corresponding addresses move to the out-of-service state. CiscoTermActivatedEv Public interface CiscoTermActivatedEv extends CiscoRestrictedEv. getTerminal() Returns the terminal that is activated and is removed from the restricted list. javax.telephony.Terminal CiscoOutOfServiceEv CAUSE_DEVICE_RESTRICTED Indicates whether an event is sent because a device is restricted. static int CAUSE_LINE_RESTRICTED Indicates whether an event is sent because a line is restricted. static int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 192 Features Supported by Cisco Unified JTAPI Terminal and Address Restrictions